Package brut.androlib.res.util
Class ExtMXSerializer
java.lang.Object
org.xmlpull.renamed.MXSerializer
brut.androlib.res.util.ExtMXSerializer
- All Implemented Interfaces:
ExtXmlSerializer,org.xmlpull.v1.XmlSerializer
-
Field Summary
Fields inherited from class org.xmlpull.renamed.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_URIFields inherited from interface brut.androlib.res.util.ExtXmlSerializer
PROPERTY_DEFAULT_ENCODING, PROPERTY_SERIALIZER_INDENTATION, PROPERTY_SERIALIZER_LINE_SEPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty(String name) newLine()voidsetDisabledAttrEscape(boolean disabled) voidsetOutput(OutputStream os, String encoding) voidsetProperty(String name, Object value) voidstartDocument(String encoding, Boolean standalone) protected voidwriteAttributeValue(String value, Writer out) Methods inherited from class org.xmlpull.renamed.MXSerializer
attribute, cdsect, closeStartTag, comment, docdecl, endDocument, endTag, ensureElementsCapacity, ensureNamespacesCapacity, entityRef, flush, getDepth, getFeature, getName, getNamespace, getPrefix, getPrefix, getWriter, ignorableWhitespace, lookupOrDeclarePrefix, printable, printable, processingInstruction, rebuildIndentationBuf, reset, setFeature, setOutput, setPrefix, startTag, text, text, writeElementContent, writeElementContent, writeIndent, writeNamespaceDeclarationsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xmlpull.v1.XmlSerializer
attribute, cdsect, comment, docdecl, endDocument, endTag, entityRef, flush, getDepth, getFeature, getName, getNamespace, getPrefix, ignorableWhitespace, processingInstruction, setFeature, setOutput, setPrefix, startTag, text, text
-
Constructor Details
-
ExtMXSerializer
public ExtMXSerializer()
-
-
Method Details
-
startDocument
public void startDocument(String encoding, Boolean standalone) throws IOException, IllegalArgumentException, IllegalStateException - Specified by:
startDocumentin interfaceorg.xmlpull.v1.XmlSerializer- Overrides:
startDocumentin classMXSerializer- Throws:
IOExceptionIllegalArgumentExceptionIllegalStateException
-
writeAttributeValue
- Overrides:
writeAttributeValuein classMXSerializer- Throws:
IOException
-
setOutput
- Specified by:
setOutputin interfaceorg.xmlpull.v1.XmlSerializer- Overrides:
setOutputin classMXSerializer- Throws:
IOException
-
getProperty
- Specified by:
getPropertyin interfaceorg.xmlpull.v1.XmlSerializer- Overrides:
getPropertyin classMXSerializer- Throws:
IllegalArgumentException
-
setProperty
public void setProperty(String name, Object value) throws IllegalArgumentException, IllegalStateException - Specified by:
setPropertyin interfaceorg.xmlpull.v1.XmlSerializer- Overrides:
setPropertyin classMXSerializer- Throws:
IllegalArgumentExceptionIllegalStateException
-
newLine
- Specified by:
newLinein interfaceExtXmlSerializer- Throws:
IOException
-
setDisabledAttrEscape
public void setDisabledAttrEscape(boolean disabled) - Specified by:
setDisabledAttrEscapein interfaceExtXmlSerializer
-