org.apache.xml.serializer
Interface SerializerConstants
- All Known Implementing Classes:
- SerializerBase
- public interface SerializerConstants
- Author:
- minchau
Constants used in serialization, such as the string "xmlns", Jacek Ambroziak, Santiago Pericas-Geertsen
CDATA_CONTINUE
public static final String CDATA_CONTINUE
- To insert ]]> in a CDATA section by ending the last CDATA section with
]] and starting the next CDATA section with >
- See Also:
- Constant Field Values
CDATA_DELIMITER_CLOSE
public static final String CDATA_DELIMITER_CLOSE
- The constant "]]>"
- See Also:
- Constant Field Values
CDATA_DELIMITER_OPEN
public static final String CDATA_DELIMITER_OPEN
- See Also:
- Constant Field Values
CNTCDATA
public static final char[] CNTCDATA
BEGCDATA
public static final char[] BEGCDATA
ENDCDATA
public static final char[] ENDCDATA
EMPTYSTRING
public static final String EMPTYSTRING
- See Also:
- Constant Field Values
ENTITY_AMP
public static final String ENTITY_AMP
- See Also:
- Constant Field Values
ENTITY_CRLF
public static final String ENTITY_CRLF
- See Also:
- Constant Field Values
ENTITY_GT
public static final String ENTITY_GT
- See Also:
- Constant Field Values
ENTITY_LT
public static final String ENTITY_LT
- See Also:
- Constant Field Values
ENTITY_QUOT
public static final String ENTITY_QUOT
- See Also:
- Constant Field Values
XML_PREFIX
public static final String XML_PREFIX
- See Also:
- Constant Field Values
XMLNS_PREFIX
public static final String XMLNS_PREFIX
- See Also:
- Constant Field Values
XMLNS_URI
public static final String XMLNS_URI
- See Also:
- Constant Field Values
DEFAULT_SAX_SERIALIZER
public static final String DEFAULT_SAX_SERIALIZER
- See Also:
- Constant Field Values
Copyright ? 2004 Apache XML Project. All Rights Reserved.