A C D E F G I L N O P S T V W X

A

append(Node) - Method in class org.freecompany.xmlwriter.XmlWriter
Writes a DOM subtree.
appendInternal(char) - Method in class org.freecompany.xmlwriter.XmlWriter
Override to convert exception types to SAX.
appendInternal(CharSequence) - Method in class org.freecompany.xmlwriter.XmlWriter
Override to convert exception types to SAX.

C

cData(CharSequence) - Method in class org.freecompany.xmlwriter.XmlWriter
Creates a CDATA section in the output.
characters(char[], int, int) - Method in class org.freecompany.xmlwriter.XmlWriter
Writes text to the output.
characters(CharSequence) - Method in class org.freecompany.xmlwriter.XmlWriter
Writes character data while performing escapes as defined in the XML 1.0 specification, section 2.4.
comment(char[], int, int) - Method in class org.freecompany.xmlwriter.XmlWriter
 
createElement(QName) - Method in class org.freecompany.xmlwriter.XmlWriter
Creates an empty element with no attributes.
createElement(QName, CharSequence) - Method in class org.freecompany.xmlwriter.XmlWriter
Creates an element with no attributes and the specified text content.
createElement(QName, Attributes) - Method in class org.freecompany.xmlwriter.XmlWriter
Creates an empty element with the specified attributes.
createElement(QName, Attributes, CharSequence) - Method in class org.freecompany.xmlwriter.XmlWriter
Creates an element with the specified attributes and text content.
createElement(CharSequence, CharSequence) - Method in class org.freecompany.xmlwriter.XmlWriter
Creates an empty element with no attributes.
createElement(CharSequence, CharSequence, CharSequence) - Method in class org.freecompany.xmlwriter.XmlWriter
Creates an element with no attributes and the specified text content.
createElement(CharSequence, CharSequence, Attributes) - Method in class org.freecompany.xmlwriter.XmlWriter
Creates an empty element with the specified attributes.
createElement(CharSequence, CharSequence, Attributes, CharSequence) - Method in class org.freecompany.xmlwriter.XmlWriter
Creates an element with the specified attributes and text content.

D

depth - Variable in class org.freecompany.xmlwriter.XmlWriter
 

E

encoding - Variable in class org.freecompany.xmlwriter.XmlWriter
 
endCDATA() - Method in class org.freecompany.xmlwriter.XmlWriter
Ends a CDATA section in the output.
endDocument() - Method in class org.freecompany.xmlwriter.XmlWriter
 
endDTD() - Method in class org.freecompany.xmlwriter.XmlWriter
 
endElement(QName) - Method in class org.freecompany.xmlwriter.XmlWriter
Ends an element.
endElement(String, String) - Method in class org.freecompany.xmlwriter.XmlWriter
Ends an element.
endElement(String, String, String) - Method in class org.freecompany.xmlwriter.XmlWriter
Ends an element.
endElementGenerated - Variable in class org.freecompany.xmlwriter.XmlWriter
 
endEntity(String) - Method in class org.freecompany.xmlwriter.XmlWriter
 
endPrefixMapping(String) - Method in class org.freecompany.xmlwriter.XmlWriter
Adds a set of namespace mappings to the current namespace context.

F

finishPendingStartElement() - Method in class org.freecompany.xmlwriter.XmlWriter
 
flushInternal() - Method in class org.freecompany.xmlwriter.XmlWriter
 

G

getAutoFlush() - Method in class org.freecompany.xmlwriter.XmlWriter
Gets the autoflush threshold.
getDepth() - Method in class org.freecompany.xmlwriter.XmlWriter
Gets the current output tree depth.
getEncoding() - Method in class org.freecompany.xmlwriter.XmlWriter
 
getStandalone() - Method in class org.freecompany.xmlwriter.XmlWriter
 
getVersion() - Method in class org.freecompany.xmlwriter.XmlWriter
 

I

ignorableWhitespace(char[], int, int) - Method in class org.freecompany.xmlwriter.XmlWriter
 
indent(int) - Method in class org.freecompany.xmlwriter.XmlWriter
 
indented - Variable in class org.freecompany.xmlwriter.XmlWriter
 
isIndented() - Method in class org.freecompany.xmlwriter.XmlWriter
 

L

locator - Variable in class org.freecompany.xmlwriter.XmlWriter
 

N

NO_AUTOFLUSH - Static variable in class org.freecompany.xmlwriter.XmlWriter
A value for the autoflush threshold that disables the feature.

O

org.freecompany.xmlwriter - package org.freecompany.xmlwriter
Provides a set of tools, analogous to SAX, that simplify the process of generating well-formed XML documents.

P

pending - Variable in class org.freecompany.xmlwriter.XmlWriter
 
prefixes - Variable in class org.freecompany.xmlwriter.XmlWriter
 
processingInstruction(String, String) - Method in class org.freecompany.xmlwriter.XmlWriter
 

S

setAutoFlush(int) - Method in class org.freecompany.xmlwriter.XmlWriter
Sets the document depth at which the underlying writer is automatically flushed.
setDocumentLocator(Locator) - Method in class org.freecompany.xmlwriter.XmlWriter
 
setEncoding(CharSequence) - Method in class org.freecompany.xmlwriter.XmlWriter
 
setIndented(boolean) - Method in class org.freecompany.xmlwriter.XmlWriter
 
setStandalone(Boolean) - Method in class org.freecompany.xmlwriter.XmlWriter
 
setVersion(CharSequence) - Method in class org.freecompany.xmlwriter.XmlWriter
 
skippedEntity(String) - Method in class org.freecompany.xmlwriter.XmlWriter
 
standalone - Variable in class org.freecompany.xmlwriter.XmlWriter
 
startCDATA() - Method in class org.freecompany.xmlwriter.XmlWriter
Starts a CDATA section in the output.
startDocument() - Method in class org.freecompany.xmlwriter.XmlWriter
 
startDTD(String, String, String) - Method in class org.freecompany.xmlwriter.XmlWriter
 
startElement(QName) - Method in class org.freecompany.xmlwriter.XmlWriter
Start an element with no attributes.
startElement(QName, Attributes) - Method in class org.freecompany.xmlwriter.XmlWriter
Start an element with the specified attributes.
startElement(String, String) - Method in class org.freecompany.xmlwriter.XmlWriter
Start an element with no attributes.
startElement(String, String, String) - Method in class org.freecompany.xmlwriter.XmlWriter
Start an element with no attributes.
startElement(String, String, String, Attributes) - Method in class org.freecompany.xmlwriter.XmlWriter
Start an element with the specified attributes.
startElementPending - Variable in class org.freecompany.xmlwriter.XmlWriter
State flags for internal use.
startEntity(String) - Method in class org.freecompany.xmlwriter.XmlWriter
 
startPrefixMapping(String, String) - Method in class org.freecompany.xmlwriter.XmlWriter
Adds a namespace mapping to the current namespace context.

T

threshold - Variable in class org.freecompany.xmlwriter.XmlWriter
 

V

version - Variable in class org.freecompany.xmlwriter.XmlWriter
 

W

writeAttributes(Attributes) - Method in class org.freecompany.xmlwriter.XmlWriter
 
writeNamespace(CharSequence, CharSequence) - Method in class org.freecompany.xmlwriter.XmlWriter
 
writeQName(CharSequence, CharSequence) - Method in class org.freecompany.xmlwriter.XmlWriter
 
writeWithEscapes(CharSequence, CharSequence) - Method in class org.freecompany.xmlwriter.XmlWriter
 

X

XMLNS - Static variable in class org.freecompany.xmlwriter.XmlWriter
 
XmlWriter - Class in org.freecompany.xmlwriter
A Writer for XML documents.
XmlWriter(Writer) - Constructor for class org.freecompany.xmlwriter.XmlWriter
Creates an XmlWriter that wraps another writer.

A C D E F G I L N O P S T V W X