| java.lang.Object com.sun.xml.txw2.output.DelegatingXMLStreamWriter com.sun.xml.txw2.output.IndentingXMLStreamWriter
getIndentStep | public int getIndentStep()(Code) | | Return the current indent step.
Return the current indent step: each start tag will be
indented by this number of spaces times the number of
ancestors that the element has.
The number of spaces in each indentation step,or 0 or less for no indentation. See Also: IndentingXMLStreamWriter.setIndentStep(int) |
Methods inherited from com.sun.xml.txw2.output.DelegatingXMLStreamWriter | public void close() throws XMLStreamException(Code)(Java Doc) public void flush() throws XMLStreamException(Code)(Java Doc) public NamespaceContext getNamespaceContext()(Code)(Java Doc) public String getPrefix(String uri) throws XMLStreamException(Code)(Java Doc) public Object getProperty(String name) throws IllegalArgumentException(Code)(Java Doc) public void setDefaultNamespace(String uri) throws XMLStreamException(Code)(Java Doc) public void setNamespaceContext(NamespaceContext context) throws XMLStreamException(Code)(Java Doc) public void setPrefix(String prefix, String uri) throws XMLStreamException(Code)(Java Doc) public void writeAttribute(String localName, String value) throws XMLStreamException(Code)(Java Doc) public void writeAttribute(String prefix, String namespaceURI, String localName, String value) throws XMLStreamException(Code)(Java Doc) public void writeAttribute(String namespaceURI, String localName, String value) throws XMLStreamException(Code)(Java Doc) public void writeCData(String data) throws XMLStreamException(Code)(Java Doc) public void writeCharacters(String text) throws XMLStreamException(Code)(Java Doc) public void writeCharacters(char[] text, int start, int len) throws XMLStreamException(Code)(Java Doc) public void writeComment(String data) throws XMLStreamException(Code)(Java Doc) public void writeDTD(String dtd) throws XMLStreamException(Code)(Java Doc) public void writeDefaultNamespace(String namespaceURI) throws XMLStreamException(Code)(Java Doc) public void writeEmptyElement(String namespaceURI, String localName) throws XMLStreamException(Code)(Java Doc) public void writeEmptyElement(String prefix, String localName, String namespaceURI) throws XMLStreamException(Code)(Java Doc) public void writeEmptyElement(String localName) throws XMLStreamException(Code)(Java Doc) public void writeEndDocument() throws XMLStreamException(Code)(Java Doc) public void writeEndElement() throws XMLStreamException(Code)(Java Doc) public void writeEntityRef(String name) throws XMLStreamException(Code)(Java Doc) public void writeNamespace(String prefix, String namespaceURI) throws XMLStreamException(Code)(Java Doc) public void writeProcessingInstruction(String target) throws XMLStreamException(Code)(Java Doc) public void writeProcessingInstruction(String target, String data) throws XMLStreamException(Code)(Java Doc) public void writeStartDocument() throws XMLStreamException(Code)(Java Doc) public void writeStartDocument(String version) throws XMLStreamException(Code)(Java Doc) public void writeStartDocument(String encoding, String version) throws XMLStreamException(Code)(Java Doc) public void writeStartElement(String localName) throws XMLStreamException(Code)(Java Doc) public void writeStartElement(String namespaceURI, String localName) throws XMLStreamException(Code)(Java Doc) public void writeStartElement(String prefix, String localName, String namespaceURI) throws XMLStreamException(Code)(Java Doc)
|
|
|