Package org.exoplatform.commons.xml
Class ExoXMLSerializer
- java.lang.Object
-
- org.xmlpull.mxp1_serializer.MXSerializer
-
- org.exoplatform.commons.xml.ExoXMLSerializer
-
- All Implemented Interfaces:
org.xmlpull.v1.XmlSerializer
public class ExoXMLSerializer extends org.xmlpull.mxp1_serializer.MXSerializerJul 8, 2004
-
-
Field Summary
Fields Modifier and Type Field Description static StringINDENTATIONstatic StringLINE_SEPARATOR-
Fields inherited from class org.xmlpull.mxp1_serializer.MXSerializer
attributeUseApostrophe, autoDeclaredPrefixes, buf, depth, doIndent, elName, elNamespace, elNamespaceCount, elPrefix, FEATURE_NAMES_INTERNED, FEATURE_SERIALIZER_ATTVALUE_USE_APOSTROPHE, finished, indentationBuf, indentationJump, indentationString, lineSeparator, location, maxIndentLevel, namesInterned, namespaceEnd, namespacePrefix, namespaceUri, offsetNewLine, out, pastRoot, precomputedPrefixes, PROPERTY_LOCATION, PROPERTY_SERIALIZER_INDENTATION, PROPERTY_SERIALIZER_LINE_SEPARATOR, seenBracket, seenBracketBracket, seenTag, setPrefixCalled, startTagIncomplete, writeIndentation, writeLineSepartor, XML_URI, XMLNS_URI
-
-
Constructor Summary
Constructors Constructor Description ExoXMLSerializer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidelement(String ns, String tag, String text)static ExoXMLSerializergetInstance()-
Methods inherited from class org.xmlpull.mxp1_serializer.MXSerializer
attribute, cdsect, closeStartTag, comment, docdecl, endDocument, endTag, ensureElementsCapacity, ensureNamespacesCapacity, entityRef, flush, getDepth, getFeature, getName, getNamespace, getPrefix, getPrefix, getProperty, getWriter, ignorableWhitespace, lookupOrDeclarePrefix, printable, printable, processingInstruction, rebuildIndentationBuf, reset, setFeature, setOutput, setOutput, setPrefix, setProperty, startDocument, startTag, text, text, writeAttributeValue, writeElementContent, writeElementContent, writeIndent
-
-
-
-
Field Detail
-
INDENTATION
public static final String INDENTATION
- See Also:
- Constant Field Values
-
LINE_SEPARATOR
public static final String LINE_SEPARATOR
- See Also:
- Constant Field Values
-
-