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

A

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

B

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

C

cdata(String) - Method in class org.znerd.xmlenc.XMLOutputter
Writes a CDATA section.
cdata(String) - Method in interface org.znerd.xmlenc.XMLEventListener
Notification of a CDATA section.
characters(char[], int, int) - Method in class org.znerd.xmlenc.sax.SAXEventReceiver
 
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.
comment(String) - Method in interface org.znerd.xmlenc.XMLEventListener
Notification of a comment.

D

declaration() - Method in class org.znerd.xmlenc.XMLOutputter
Writes the XML declaration.
declaration() - Method in interface org.znerd.xmlenc.XMLEventListener
Notification of an XML declaration.
DOCUMENT_ENDED - Static variable in interface org.znerd.xmlenc.XMLEventListenerStates
State entered when the document is ended.
dtd(String, String, String) - Method in class org.znerd.xmlenc.XMLOutputter
Writes a document type declaration.
dtd(String, String, String) - Method in interface org.znerd.xmlenc.XMLEventListener
Notification of a document type declaration.

E

endDocument() - Method in class org.znerd.xmlenc.XMLOutputter
Ends the XML output.
endDocument() - Method in interface org.znerd.xmlenc.XMLEventListener
Notification of the end of the document.
endDocument() - Method in class org.znerd.xmlenc.sax.SAXEventReceiver
 
endElement(String, String, String) - Method in class org.znerd.xmlenc.sax.SAXEventReceiver
 
endPrefixMapping(String) - Method in class org.znerd.xmlenc.sax.SAXEventReceiver
 
endTag() - Method in class org.znerd.xmlenc.XMLOutputter
Writes an element end tag.
endTag() - Method in interface org.znerd.xmlenc.XMLEventListener
Notification of an element end tag.
ERROR_STATE - Static variable in interface org.znerd.xmlenc.XMLEventListenerStates
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 interface org.znerd.xmlenc.StatefulXMLEventListener
Returns the current state of this outputter.
getState() - Method in class org.znerd.xmlenc.XMLOutputter
Returns the current state of this outputter.
getState() - Method in interface org.znerd.xmlenc.XMLEventListener
Returns the current state of this listener.
getVersion() - Static method in class org.znerd.xmlenc.XMLOutputter
Deprecated. Deprecated since xmlenc 0.30. Use Library.getVersion() instead.
getVersion() - Static method in class org.znerd.xmlenc.Library
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.SAXEventReceiver
 
isEscaping() - Method in class org.znerd.xmlenc.XMLOutputter
Checks if escaping is currently enabled.

L

Library - class org.znerd.xmlenc.Library.
Class that represents this xmlenc library.

O

org.znerd.xmlenc - package org.znerd.xmlenc
The xmlenc library, version 0.33.
org.znerd.xmlenc.sax - package org.znerd.xmlenc.sax
SAX compatibility layer for xmlenc, version 0.33.

P

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

R

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

S

SAXEventReceiver - class org.znerd.xmlenc.sax.SAXEventReceiver.
SAX handler that receives SAX events and transforms them to xmlenc events.
SAXEventReceiver(XMLEventListener) - Constructor for class org.znerd.xmlenc.sax.SAXEventReceiver
Constructs a new SAXEventReceiver that sends events to the specified XMLEventListener.
SAXOutputter - class org.znerd.xmlenc.sax.SAXOutputter.
Deprecated. Deprecated since xmlenc 0.31. Use SAXEventReceiver instead.
SAXOutputter(XMLOutputter) - Constructor for class org.znerd.xmlenc.sax.SAXOutputter
Deprecated. Constructs a new SAXOutputter that uses the specified XMLOutputter.
setDocumentLocator(Locator) - Method in class org.znerd.xmlenc.sax.SAXEventReceiver
 
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(XMLEventListenerState, String[]) - Method in class org.znerd.xmlenc.XMLOutputter
Sets the state of this outputter.
setState(XMLEventListenerState, String[]) - Method in interface org.znerd.xmlenc.XMLEventListener
Sets the state of this XML event listener.
skippedEntity(String) - Method in class org.znerd.xmlenc.sax.SAXEventReceiver
 
START_TAG_OPEN - Static variable in interface org.znerd.xmlenc.XMLEventListenerStates
State in which a start tag is still open.
startDocument() - Method in class org.znerd.xmlenc.sax.SAXEventReceiver
 
startElement(String, String, String, Attributes) - Method in class org.znerd.xmlenc.sax.SAXEventReceiver
 
startPrefixMapping(String, String) - Method in class org.znerd.xmlenc.sax.SAXEventReceiver
 
startTag(String) - Method in class org.znerd.xmlenc.XMLOutputter
Writes an element start tag.
startTag(String) - Method in interface org.znerd.xmlenc.XMLEventListener
Notification of an element start tag.
StatefulXMLEventListener - interface org.znerd.xmlenc.StatefulXMLEventListener.
Stateful XMLEventListener.

T

toString() - Method in class org.znerd.xmlenc.XMLEventListenerState
 

U

UNINITIALIZED - Static variable in interface org.znerd.xmlenc.XMLEventListenerStates
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(char[], int, int) - Method in interface org.znerd.xmlenc.XMLEventListener
Notification of ignorable whitespace (as a String).
whitespace(String) - Method in class org.znerd.xmlenc.XMLOutputter
Writes the specified ignorable whitespace.
whitespace(String) - Method in interface org.znerd.xmlenc.XMLEventListener
Notification of ignorable whitespace (as a String).
WITHIN_ELEMENT - Static variable in interface org.znerd.xmlenc.XMLEventListenerStates
State within an element, start tag is closed.

X

XMLEventListener - interface org.znerd.xmlenc.XMLEventListener.
Interface for XML event listeners.
XMLEventListenerState - class org.znerd.xmlenc.XMLEventListenerState.
State for an XML event listener.
XMLEventListenerStates - interface org.znerd.xmlenc.XMLEventListenerStates.
All XMLEventListenerStates.
XMLOutputter - class org.znerd.xmlenc.XMLOutputter.
Stream-based XML 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.
Deprecated. Deprecated since xmlenc 0.31. Use XMLEventListenerStates instead.

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

Copyright © Ernst de Haan
See http://xmlenc.sourceforge.net/.