|
|||||||||
| Home >> All >> org >> znerd >> [ xmlenc overview ] | PREV NEXT | ||||||||
A
- AFTER_ROOT_ELEMENT - Static variable in interface org.znerd.xmlenc.XMLEventListenerStates
- State after the root element.
- AMPERSAND_HASH - Static variable in class org.znerd.xmlenc.XMLEncoder
- Character array representing the string
"&#". - attribute(Writer, String, String, char, boolean) - Method in class org.znerd.xmlenc.XMLEncoder
- Writes an attribute assignment.
- attribute(String, String) - Method in interface org.znerd.xmlenc.XMLEventListener
- Adds an attribute to the current 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.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 interface org.znerd.xmlenc.XMLEventListener
- Notification of a CDATA section.
- cdata(String) - Method in class org.znerd.xmlenc.XMLOutputter
- Writes a CDATA section.
- checkInvariants() - Method in class org.znerd.xmlenc.XMLOutputter
- Checks all invariants.
- checkName(String) - Static method in class org.znerd.xmlenc.XMLChecker
- Checks if the specified string matches the Name production.
- checkName(char[], int, int) - Static method in class org.znerd.xmlenc.XMLChecker
- Checks if the specified part of a character array matches the Name production.
- checkPubidLiteral(String) - Static method in class org.znerd.xmlenc.XMLChecker
- Checks if the specified string matches the PubidLiteral production.
- checkPubidLiteral(char[], int, int) - Static method in class org.znerd.xmlenc.XMLChecker
- Checks if the specified part of a character array matches the PubidLiteral production.
- checkS(String) - Static method in class org.znerd.xmlenc.XMLChecker
- Checks if the specified string matches the S (white space) production.
- checkS(char[], int, int) - Static method in class org.znerd.xmlenc.XMLChecker
- Checks if the specified part of a character array matches the S (white space) production.
- checkSystemLiteral(String) - Static method in class org.znerd.xmlenc.XMLChecker
- Checks if the specified string matches the SystemLiteral production.
- checkSystemLiteral(char[], int, int) - Static method in class org.znerd.xmlenc.XMLChecker
- Checks if the specified part of a character array matches the SystemLiteral production.
- close() - Method in class org.znerd.xmlenc.XMLOutputter
- Closes all open elements.
- closeStartTag() - Method in class org.znerd.xmlenc.XMLOutputter
- Closes an open start tag.
- comment(String) - Method in interface org.znerd.xmlenc.XMLEventListener
- Notification of a comment.
- comment(String) - Method in class org.znerd.xmlenc.XMLOutputter
- Writes the specified comment.
D
- DECLARATION_END - Static variable in class org.znerd.xmlenc.XMLEncoder
- The last part of a declaration, after the encoding.
- DECLARATION_END_LENGTH - Static variable in class org.znerd.xmlenc.XMLEncoder
- The length of
DECLARATION_END. - DECLARATION_START - Static variable in class org.znerd.xmlenc.XMLEncoder
- The first part of a declaration, before the encoding.
- DECLARATION_START_LENGTH - Static variable in class org.znerd.xmlenc.XMLEncoder
- The length of
DECLARATION_START. - DEFAULT_INDENTATION - Static variable in class org.znerd.xmlenc.XMLOutputter
- Default indentation.
- DOCUMENT_ENDED - Static variable in interface org.znerd.xmlenc.XMLEventListenerStates
- State entered when the document is ended.
- DOS - Static variable in class org.znerd.xmlenc.LineBreak
- DOS and Windows line break.
- declaration(Writer) - Method in class org.znerd.xmlenc.XMLEncoder
- Writes an XML declaration.
- declaration() - Method in interface org.znerd.xmlenc.XMLEventListener
- Notification of an XML declaration.
- declaration() - Method in class org.znerd.xmlenc.XMLOutputter
- Writes the XML declaration.
- dtd(String, String, String) - Method in interface org.znerd.xmlenc.XMLEventListener
- Notification of a document type declaration.
- dtd(String, String, String) - Method in class org.znerd.xmlenc.XMLOutputter
- Writes a document type declaration.
E
- EQUALS_APOSTROPHE - Static variable in class org.znerd.xmlenc.XMLEncoder
- Character array representing the string
"='". - EQUALS_QUOTE - Static variable in class org.znerd.xmlenc.XMLEncoder
- Character array representing the string
"=\"". - ERROR_STATE - Static variable in interface org.znerd.xmlenc.XMLEventListenerStates
- State reached when there was an error while writing output.
- ESC_AMPERSAND - Static variable in class org.znerd.xmlenc.XMLEncoder
- Character array representing the string
"&". - ESC_APOSTROPHE - Static variable in class org.znerd.xmlenc.XMLEncoder
- Character array representing the string
"'". - ESC_GREATER_THAN - Static variable in class org.znerd.xmlenc.XMLEncoder
- Character array representing the string
">". - ESC_LESS_THAN - Static variable in class org.znerd.xmlenc.XMLEncoder
- Character array representing the string
"<". - ESC_QUOTE - Static variable in class org.znerd.xmlenc.XMLEncoder
- Character array representing the string
"'". - endDocument() - Method in interface org.znerd.xmlenc.XMLEventListener
- Notification of the end of the document.
- endDocument() - Method in class org.znerd.xmlenc.XMLOutputter
- Ends the XML output.
- endTag() - Method in interface org.znerd.xmlenc.XMLEventListener
- Notification of an element end tag.
- endTag() - Method in class org.znerd.xmlenc.XMLOutputter
- Writes an element end tag.
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.
- getEncoder(String) - Static method in class org.znerd.xmlenc.XMLEncoder
- Retrieves an
XMLEncoderfor the specified encoding. - getEncoding() - Method in class org.znerd.xmlenc.XMLEncoder
- Returns the encoding.
- getEncoding() - Method in class org.znerd.xmlenc.XMLOutputter
- Returns the encoding of this outputter.
- getIndentation() - Method in class org.znerd.xmlenc.XMLOutputter
- Returns the string currently used for indentation.
- getLineBreak() - Method in class org.znerd.xmlenc.XMLOutputter
- Returns the currently used line break.
- 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 interface org.znerd.xmlenc.XMLEventListener
- Returns the current state of this outputter.
- getState() - Method in class org.znerd.xmlenc.XMLOutputter
- Returns the current state of this outputter.
- 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
- InvalidXMLException - exception org.znerd.xmlenc.InvalidXMLException.
- Exception thrown when invalid XML is detected.
- InvalidXMLException(String) - Constructor for class org.znerd.xmlenc.InvalidXMLException
- Constructs a new
InvalidXMLExceptionwith the specified detail message. - isBaseChar(char) - Static method in class org.znerd.xmlenc.XMLChecker
- Determines if the specified character matches the BaseChar production.
- isCombiningChar(char) - Static method in class org.znerd.xmlenc.XMLChecker
- Determines if the specified character matches the CombiningChar production.
- isDigit(char) - Static method in class org.znerd.xmlenc.XMLChecker
- Determines if the specified character matches the Digit production.
- isEscaping() - Method in class org.znerd.xmlenc.XMLOutputter
- Checks if escaping is currently enabled.
- isExtender(char) - Static method in class org.znerd.xmlenc.XMLChecker
- Determines if the specified character matches the Extender production.
- isIdeographic(char) - Static method in class org.znerd.xmlenc.XMLChecker
- Determines if the specified character matches the Ideographic production.
- isLetter(char) - Static method in class org.znerd.xmlenc.XMLChecker
- Determines if the specified character matches the Letter production.
- isName(String) - Static method in class org.znerd.xmlenc.XMLChecker
- Determines if the specified string matches the Name production.
- isNameChar(char) - Static method in class org.znerd.xmlenc.XMLChecker
- Determines if the specified character matches the NameChar production.
- isPubidLiteral(String) - Static method in class org.znerd.xmlenc.XMLChecker
- Determines if the specified string matches the PubidLiteral production.
- isSystemLiteral(String) - Static method in class org.znerd.xmlenc.XMLChecker
- Determines if the specified string matches the SystemLiteral production.
L
- Library - class org.znerd.xmlenc.Library.
- Class that represents this xmlenc library.
- Library() - Constructor for class org.znerd.xmlenc.Library
- Constructs a new
Libraryobject. - LineBreak - class org.znerd.xmlenc.LineBreak.
- Enumeration type for line breaks.
- LineBreak(String) - Constructor for class org.znerd.xmlenc.LineBreak
- Constructs a new
LineBreakthat consists of the specified characters.
M
N
O
- org.znerd.xmlenc - package org.znerd.xmlenc
P
- pcdata(String) - Method in interface org.znerd.xmlenc.XMLEventListener
- Notification of a PCDATA section (as a
String). - pcdata(char[], int, int) - Method in interface org.znerd.xmlenc.XMLEventListener
- Notification of a PCDATA section (as a
chararray). - pcdata(String) - Method in class org.znerd.xmlenc.XMLOutputter
- Writes the specified
Stringas PCDATA. - pcdata(char[], int, int) - Method in class org.znerd.xmlenc.XMLOutputter
- Writes the specified character array as PCDATA.
- pi(String, String) - Method in interface org.znerd.xmlenc.XMLEventListener
- Notification of a processing instruction.
- pi(String, String) - Method in class org.znerd.xmlenc.XMLOutputter
- Writes a processing instruction.
R
- reset() - Method in interface org.znerd.xmlenc.XMLEventListener
- Resets this XML event listener.
- reset() - Method in class org.znerd.xmlenc.XMLOutputter
- Resets this
XMLOutputter. - reset(Writer) - Method in class org.znerd.xmlenc.XMLOutputter
- Resets this
XMLOutputterand configures it for the specified output stream. - reset(Writer, String) - Method in class org.znerd.xmlenc.XMLOutputter
- Resets this
XMLOutputterand configures it for the specified output stream and encoding. - reset(Writer, XMLEncoder) - Method in class org.znerd.xmlenc.XMLOutputter
- Resets this
XMLOutputterand configures it for the specified output stream and encoder.
S
- START_TAG_OPEN - Static variable in interface org.znerd.xmlenc.XMLEventListenerStates
- State in which a start tag is still open.
- StatefulXMLEventListener - interface org.znerd.xmlenc.StatefulXMLEventListener.
- Stateful
XMLEventListener. - 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.
- setIndentation(String) - Method in class org.znerd.xmlenc.XMLOutputter
- Sets the string to be used for indentation.
- setLineBreak(LineBreak) - Method in class org.znerd.xmlenc.XMLOutputter
- Sets the type of line break to use.
- setQuotationMark(char) - Method in class org.znerd.xmlenc.XMLOutputter
- Sets the quotation mark character to use.
- setState(XMLEventListenerState, String[]) - Method in interface org.znerd.xmlenc.XMLEventListener
- Sets the state of this XML event listener.
- setState(XMLEventListenerState, String[]) - Method in class org.znerd.xmlenc.XMLOutputter
- Sets the state of this outputter.
- startTag(String) - Method in interface org.znerd.xmlenc.XMLEventListener
- Notification of an element start tag.
- startTag(String) - Method in class org.znerd.xmlenc.XMLOutputter
- Writes an element start tag.
T
- text(Writer, String, boolean) - Method in class org.znerd.xmlenc.XMLEncoder
- Writes the specified text.
- text(Writer, char[], int, int, boolean) - Method in class org.znerd.xmlenc.XMLEncoder
- Writes text from the specified character array.
- text(Writer, char) - Method in class org.znerd.xmlenc.XMLEncoder
- Deprecated. Deprecated since xmlenc 0.51.
Use the text method
XMLEncoder.text(Writer, char, boolean)55 instead. - text(Writer, char, boolean) - Method in class org.znerd.xmlenc.XMLEncoder
- Writes the specified character.
- toString() - Method in class org.znerd.xmlenc.LineBreak
- toString() - Method in class org.znerd.xmlenc.XMLEventListenerState
U
- UNINITIALIZED - Static variable in interface org.znerd.xmlenc.XMLEventListenerStates
- Uninitialized state.
- UNIX - Static variable in class org.znerd.xmlenc.LineBreak
- Unix and MacOS/X line break.
W
- WITHIN_ELEMENT - Static variable in interface org.znerd.xmlenc.XMLEventListenerStates
- State within an element, start tag is closed.
- whitespace(Writer, String) - Method in class org.znerd.xmlenc.XMLEncoder
- Writes the specified whitespace string.
- whitespace(Writer, char[], int, int) - Method in class org.znerd.xmlenc.XMLEncoder
- Writes whitespace from the specified character array.
- whitespace(String) - Method in interface org.znerd.xmlenc.XMLEventListener
- Notification of ignorable whitespace (as a
String). - 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(char[], int, int) - Method in class org.znerd.xmlenc.XMLOutputter
- Writes text from the specified character array as ignorable whitespace.
- writeIndentation() - Method in class org.znerd.xmlenc.XMLOutputter
- Writes the indentation to the output stream.
X
- XMLChecker - class org.znerd.xmlenc.XMLChecker.
- Utility class that provides XML checking functionality.
- XMLChecker() - Constructor for class org.znerd.xmlenc.XMLChecker
- Constructs a new
XMLCheckerobject. - XMLEncoder - class org.znerd.xmlenc.XMLEncoder.
- Encodes character streams for an XML document.
- XMLEncoder(String) - Constructor for class org.znerd.xmlenc.XMLEncoder
- Deprecated. Deprecated since xmlenc 0.47.
Use the factory method
XMLEncoder.getEncoder(String)55 instead. - XMLEventListener - interface org.znerd.xmlenc.XMLEventListener.
- Interface for XML event listeners.
- XMLEventListenerState - class org.znerd.xmlenc.XMLEventListenerState.
- State for an XML event listener.
- XMLEventListenerState(String) - Constructor for class org.znerd.xmlenc.XMLEventListenerState
- Creates a new
State. - 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
XMLOutputterfor the specifiedWriterand encoding. - XMLOutputter(Writer, XMLEncoder) - Constructor for class org.znerd.xmlenc.XMLOutputter
- Constructs a new
XMLOutputterfor the specifiedWriterandencoder.
_
- _anythingOutput - Variable in class org.znerd.xmlenc.XMLOutputter
- Flag that indicates whether anything has been output already.
- _elementStack - Variable in class org.znerd.xmlenc.XMLOutputter
- Stack of open elements.
- _elementStackSize - Variable in class org.znerd.xmlenc.XMLOutputter
- The size of the element stack.
- _encoder - Variable in class org.znerd.xmlenc.XMLOutputter
- The encoder used to actually encode character streams.
- _encoding - Variable in class org.znerd.xmlenc.XMLEncoder
- The name of the encoding.
- _encodingCharArray - Variable in class org.znerd.xmlenc.XMLEncoder
- The name of the encoding as a character array.
- _escapeAmpersands - Variable in class org.znerd.xmlenc.XMLOutputter
- Flag that indicates if ampersands should be escaped.
- _indentation - Variable in class org.znerd.xmlenc.XMLOutputter
- The currently used indentation string.
- _lineBreak - Variable in class org.znerd.xmlenc.LineBreak
- The characters this line break consists of.
- _lineBreak - Variable in class org.znerd.xmlenc.XMLOutputter
- The line break that is currently in use.
- _lineBreakChars - Variable in class org.znerd.xmlenc.LineBreak
- A character array containing the characters this line break consists of.
- _lineBreakChars - Variable in class org.znerd.xmlenc.XMLOutputter
- The line break as a char array.
- _name - Variable in class org.znerd.xmlenc.XMLEventListenerState
- The name of this state.
- _out - Variable in class org.znerd.xmlenc.XMLOutputter
- The output stream this outputter will write to.
- _quotationMark - Variable in class org.znerd.xmlenc.XMLOutputter
- The current quotation mark.
- _sevenBitEncoding - Variable in class org.znerd.xmlenc.XMLEncoder
- Flag that indicates whether the encoding is based on the ISO 646 character set.
- _state - Variable in class org.znerd.xmlenc.XMLOutputter
- The state of this outputter.
A B C D E G I L M N O P R S T U W X _
|
|||||||||
| Home >> All >> org >> znerd >> [ xmlenc overview ] | PREV NEXT | ||||||||