A B C D E G I O P R S T U W X

A

AFTER_ROOT_ELEMENT - Static variable in interface org.znerd.xmlenc.XMLOutputterStates
State after the root element.
attribute(String, String) - Method in class org.znerd.xmlenc.XMLOutputter
Adds an attribute to the current element.

B

BEFORE_DTD_DECLARATION - Static variable in interface org.znerd.xmlenc.XMLOutputterStates
State after XML declaration but before the DTD declaration, if any.
BEFORE_ROOT_ELEMENT - Static variable in interface org.znerd.xmlenc.XMLOutputterStates
State after DTD declaration but before the root element.
BEFORE_XML_DECLARATION - Static variable in interface org.znerd.xmlenc.XMLOutputterStates
The initial initialized state.

C

cdata(String) - Method in class org.znerd.xmlenc.XMLOutputter
Writes a CDATA section.
characters(char[], int, int) - Method in class org.znerd.xmlenc.sax.SAXOutputter
 
close() - Method in class org.znerd.xmlenc.XMLOutputter
Closes all open elements.
comment(String) - Method in class org.znerd.xmlenc.XMLOutputter
Writes the specified comment.

D

declaration() - Method in class org.znerd.xmlenc.XMLOutputter
Writes the XML declaration.
dtd(String, String, String) - Method in class org.znerd.xmlenc.XMLOutputter
Writes a document type declaration.

E

endDocument() - Method in class org.znerd.xmlenc.sax.SAXOutputter
 
endElement(String, String, String) - Method in class org.znerd.xmlenc.sax.SAXOutputter
 
endPrefixMapping(String) - Method in class org.znerd.xmlenc.sax.SAXOutputter
 
endTag() - Method in class org.znerd.xmlenc.XMLOutputter
Writes an element end tag.
ERROR_STATE - Static variable in interface org.znerd.xmlenc.XMLOutputterStates
State reached when there was an error while writing output.

G

getElementStack() - Method in class org.znerd.xmlenc.XMLOutputter
Returns a copy of the element stack.
getElementStackCapacity() - Method in class org.znerd.xmlenc.XMLOutputter
Returns the current capacity for the stack of open elements.
getElementStackSize() - Method in class org.znerd.xmlenc.XMLOutputter
Returns the current depth of open elements.
getEncoding() - Method in class org.znerd.xmlenc.XMLOutputter
Returns the encoding of this outputter.
getQuotationMark() - Method in class org.znerd.xmlenc.XMLOutputter
Gets the quotation mark character.
getState() - Method in class org.znerd.xmlenc.XMLOutputter
Returns the current state of this outputter.
getVersion() - Static method in class org.znerd.xmlenc.XMLOutputter
Returns the version of the xmlenc library.
getWriter() - Method in class org.znerd.xmlenc.XMLOutputter
Returns the output stream this outputter uses.

I

ignorableWhitespace(char[], int, int) - Method in class org.znerd.xmlenc.sax.SAXOutputter
 
isEscaping() - Method in class org.znerd.xmlenc.XMLOutputter
Checks if escaping is currently enabled.

O

org.znerd.xmlenc - package org.znerd.xmlenc
xmlenc 0.29.
org.znerd.xmlenc.sax - package org.znerd.xmlenc.sax
 

P

pcdata(char[], int, int) - Method in class org.znerd.xmlenc.XMLOutputter
Writes the specified character array as PCDATA.
pcdata(String) - Method in class org.znerd.xmlenc.XMLOutputter
Writes the specified String as PCDATA.
pi(String, String) - Method in class org.znerd.xmlenc.XMLOutputter
Writes a processing instruction.
processingInstruction(String, String) - Method in class org.znerd.xmlenc.sax.SAXOutputter
 

R

reset() - Method in class org.znerd.xmlenc.XMLOutputter
Resets this XMLOutputter.
reset(Writer, String) - Method in class org.znerd.xmlenc.XMLOutputter
Resets this XMLOutputter and configures it for the specified output stream and encoding.

S

SAXOutputter - class org.znerd.xmlenc.sax.SAXOutputter.
SAX handler that outputs XML.
SAXOutputter(XMLOutputter) - Constructor for class org.znerd.xmlenc.sax.SAXOutputter
Constructs a new SAXOutputter that uses the specified XMLOutputter.
setDocumentLocator(Locator) - Method in class org.znerd.xmlenc.sax.SAXOutputter
 
setElementStackCapacity(int) - Method in class org.znerd.xmlenc.XMLOutputter
Sets the capacity for the stack of open elements.
setEscaping(boolean) - Method in class org.znerd.xmlenc.XMLOutputter
Sets if ampersands should be escaped.
setQuotationMark(char) - Method in class org.znerd.xmlenc.XMLOutputter
Sets the quotation mark character to use.
setState(XMLOutputter.State, String[]) - Method in class org.znerd.xmlenc.XMLOutputter
Sets the state of this outputter.
skippedEntity(String) - Method in class org.znerd.xmlenc.sax.SAXOutputter
 
START_TAG_OPEN - Static variable in interface org.znerd.xmlenc.XMLOutputterStates
State in which a start tag is still open.
startDocument() - Method in class org.znerd.xmlenc.sax.SAXOutputter
 
startElement(String, String, String, Attributes) - Method in class org.znerd.xmlenc.sax.SAXOutputter
 
startPrefixMapping(String, String) - Method in class org.znerd.xmlenc.sax.SAXOutputter
 
startTag(String) - Method in class org.znerd.xmlenc.XMLOutputter
Writes an element start tag.

T

toString() - Method in class org.znerd.xmlenc.XMLOutputter.State
 

U

UNINITIALIZED - Static variable in interface org.znerd.xmlenc.XMLOutputterStates
Uninitialized state.

W

whitespace(char[], int, int) - Method in class org.znerd.xmlenc.XMLOutputter
Writes text from the specified character array as ignorable whitespace.
whitespace(String) - Method in class org.znerd.xmlenc.XMLOutputter
Writes the specified ignorable whitespace.
WITHIN_ELEMENT - Static variable in interface org.znerd.xmlenc.XMLOutputterStates
State within an element, start tag is closed.

X

XMLOutputter - class org.znerd.xmlenc.XMLOutputter.
Stream-based XML outputter.
XMLOutputter.State - class org.znerd.xmlenc.XMLOutputter.State.
State of the outputter.
XMLOutputter() - Constructor for class org.znerd.xmlenc.XMLOutputter
Constructs a new XMLOutputter.
XMLOutputter(Writer, String) - Constructor for class org.znerd.xmlenc.XMLOutputter
Constructs a new XMLOutputter for the specified Writer and encoding.
XMLOutputterStates - interface org.znerd.xmlenc.XMLOutputterStates.
All XMLOutputter states.

A B C D E G I O P R S T U W X

See http://xmlenc.sourceforge.net/.