- CDATA_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a 'CDATA' lexical unit.
- CDATA_SECTION_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
-
The CDATA section context.
- CDATA_START - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a CDATA section start lexical unit, i.e.
'<![CDATA['.
- cdataEndRead - Variable in class org.apache.batik.xml.XMLScanner
-
A CDATA section end is the next token
- CHARACTER_DATA - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a character data lexical unit, i.e. the content of
an element.
- CHARACTER_REFERENCE - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a character reference lexical unit.
- clearBuffer() - Method in class org.apache.batik.xml.XMLScanner
-
Clears the buffer.
- COMMA - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a ',' lexical unit.
- COMMENT - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a comment lexical unit.
- CONTENT_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
-
The content context.
- context - Variable in class org.apache.batik.xml.XMLScanner
-
The current scanning context.
- createXMLDeclarationReader(PushbackInputStream, String) - Static method in class org.apache.batik.xml.XMLUtilities
-
Creates a reader from the given input stream and encoding.
- createXMLDocumentReader(InputStream) - Static method in class org.apache.batik.xml.XMLUtilities
-
Creates a Reader initialized to scan the characters in the given
XML document's InputStream.
- createXMLException(String) - Method in class org.apache.batik.xml.XMLScanner
-
Returns an XMLException initialized with the given message key.
- current - Variable in class org.apache.batik.xml.XMLScanner
-
The current char.
- ELEMENT_DECLARATION_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
-
The element declaration context.
- ELEMENT_DECLARATION_START - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a element declaration start lexical unit, i.e.
'<!ELEMENT'.
- EMPTY_ELEMENT_END - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents an empty element end lexical unit, i.e. '/>'.
- EMPTY_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a 'EMPTY' lexical unit.
- ENCODING_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a 'encoding' lexical unit.
- encodingToJavaEncoding(String, String) - Static method in class org.apache.batik.xml.XMLUtilities
-
Converts the given standard encoding representation to the
corresponding Java encoding string.
- end - Variable in class org.apache.batik.xml.XMLScanner
-
The end offset of the last lexical unit.
- END_CHAR - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a end character lexical unit, i.e. '>'.
- END_TAG - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents an end tag lexical unit, i.e. '</Name'.
- END_TAG_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
-
The end tag context.
- ENTITIES_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a 'ENTITIES' lexical unit.
- ENTITY_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
-
The entity context.
- ENTITY_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a 'ENTITY' lexical unit.
- ENTITY_REFERENCE - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents an entity reference lexical unit.
- ENTITY_START - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents an entity start lexical unit, i.e. '<!ENTITY'.
- ENTITY_VALUE_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
-
The entity value context.
- ENUMERATION_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
-
The enumeration context.
- EOF - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents the EOF lexical unit.
- EQ - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents '=' lexical unit.
- exception - Variable in exception org.apache.batik.xml.XMLException
-
- getBuffer() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the buffer used to store the chars.
- getColumn() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the current column.
- getContext() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the current context.
- getDepth() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the current depth in the XML tree.
- getEnd() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the end offset of the last lexical unit.
- getEndOffset() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the end offset of the current lexical unit.
- getException() - Method in exception org.apache.batik.xml.XMLException
-
Return the embedded exception, if any.
- getLine() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the current line.
- getLocale() - Method in class org.apache.batik.xml.XMLScanner
-
Implements Localizable.getLocale().
- getMessage() - Method in exception org.apache.batik.xml.XMLException
-
Return a detail message for this exception.
- getStart() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the start offset of the last lexical unit.
- getStartOffset() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the start offset of the current lexical unit.
- getStringDelimiter() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the last encountered string delimiter.
- getType() - Method in class org.apache.batik.xml.XMLScanner
-
The current lexical unit type like defined in LexicalUnits.
- getXMLDeclarationEncoding(Reader, String) - Static method in class org.apache.batik.xml.XMLUtilities
-
Reads an XML declaration to get the encoding declaration value.
- ID_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a 'ID' lexical unit.
- IDREF_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a 'IDREF' lexical unit.
- IDREFS_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a 'IDREFS' lexical unit.
- IMPLIED_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a '#IMPLIED' lexical unit.
- inDTD - Variable in class org.apache.batik.xml.XMLScanner
-
The scanner is in the internal DTD.
- IS_XML_10_NAME - Static variable in class org.apache.batik.xml.XMLUtilities
-
- IS_XML_10_QNAME - Static variable in class org.apache.batik.xml.XMLUtilities
-
- isXML11Character(int) - Static method in class org.apache.batik.xml.XMLUtilities
-
Tests whether the given 32 bit character is a valid XML 1.1 character.
- isXML11NameCharacter(char) - Static method in class org.apache.batik.xml.XMLUtilities
-
Tests whether the given character is a valid XML 1.1 name character.
- isXML11NameFirstCharacter(char) - Static method in class org.apache.batik.xml.XMLUtilities
-
Tests whether the given character is usable as the
first character of an XML 1.1 name.
- isXMLAlphabeticCharacter(char) - Static method in class org.apache.batik.xml.XMLUtilities
-
Tests whether the given character is a valid aphabetic character.
- isXMLCharacter(int) - Static method in class org.apache.batik.xml.XMLUtilities
-
Tests whether the given 32 bits character is valid in XML documents.
- isXMLNameCharacter(char) - Static method in class org.apache.batik.xml.XMLUtilities
-
Tests whether the given character is a valid XML name character.
- isXMLNameFirstCharacter(char) - Static method in class org.apache.batik.xml.XMLUtilities
-
Tests whether the given character is usable as the
first character of an XML name.
- isXMLPublicIdCharacter(char) - Static method in class org.apache.batik.xml.XMLUtilities
-
Tests whether the given character is a valid XML public ID character.
- isXMLSpace(char) - Static method in class org.apache.batik.xml.XMLUtilities
-
Tests whether the given character is a valid space.
- isXMLVersionCharacter(char) - Static method in class org.apache.batik.xml.XMLUtilities
-
Tests whether the given character is a valid XML version character.
- NAME - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a name lexical unit.
- NAME11_CHARACTER - Static variable in class org.apache.batik.xml.XMLCharacters
-
The bit array representing a character compositing an XML 1.1 name.
- NAME11_FIRST_CHARACTER - Static variable in class org.apache.batik.xml.XMLCharacters
-
The bit array representing the first character of an XML 1.1 name.
- NAME_CHARACTER - Static variable in class org.apache.batik.xml.XMLCharacters
-
The bit array representing a character compositing an XML name.
- NAME_FIRST_CHARACTER - Static variable in class org.apache.batik.xml.XMLCharacters
-
The bit array representing the first character of an XML name.
- NDATA_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a 'NDATA' lexical unit.
- next() - Method in class org.apache.batik.xml.XMLScanner
-
Advances to the next lexical unit.
- next(int) - Method in class org.apache.batik.xml.XMLScanner
-
Advances to the next lexical unit.
- nextChar() - Method in class org.apache.batik.xml.XMLScanner
-
Sets the value of the current char to the next character or -1 if the
end of stream has been reached.
- nextInAttList() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the next lexical unit in the context of an attribute list.
- nextInAttributeValue() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the next lexical unit in the context of an attribute value.
- nextInCDATASection() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the next lexical unit in the context of a CDATA section.
- nextInContent() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the next lexical unit in the context of an element content.
- nextInDoctype() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the next lexical unit in the context of a doctype.
- nextInDocumentStart() - Method in class org.apache.batik.xml.XMLScanner
-
Reads the first token in the stream.
- nextInDTDDeclarations() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the next lexical unit in the context dtd declarations.
- nextInElementDeclaration() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the next lexical unit in the context of a element declaration.
- nextInEndTag() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the next lexical unit in the context of a end tag.
- nextInEntity() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the next lexical unit in the context of an entity.
- nextInEntityValue() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the next lexical unit in the context of an entity value.
- nextInEnumeration() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the next lexical unit in the context of an enumeration.
- nextInNotation() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the next lexical unit in the context of a notation.
- nextInNotationType() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the next lexical unit in the context of a notation type.
- nextInPI() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the next lexical unit in the context of a processing
instruction.
- nextInStartTag() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the next lexical unit in the context of a start tag.
- nextInTopLevel() - Method in class org.apache.batik.xml.XMLScanner
-
Advances to the next lexical unit in the top level context.
- nextInXMLDecl() - Method in class org.apache.batik.xml.XMLScanner
-
Returns the next lexical unit in the context of an XML declaration.
- NMTOKEN - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a Nmtoken lexical unit.
- NMTOKEN_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a 'NMTOKEN' lexical unit.
- NMTOKENS_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a 'NMTOKENS' lexical unit.
- NOTATION_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
-
The notation context.
- NOTATION_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a 'NOTATION' lexical unit.
- NOTATION_START - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a notation start lexical unit, i.e.
'<!NOTATION'.
- NOTATION_TYPE_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
-
The notation type context.
- PARAMETER_ENTITY_REFERENCE - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a parameter entity reference lexical unit, i.e.
'%Name;'.
- PCDATA_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a '#PCDATA' lexical unit.
- PERCENT - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a '%' lexical unit.
- PI_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
-
The processing instruction context.
- PI_DATA - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a PI data lexical unit.
- PI_END - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a PI end lexical unit, i.e. '?>'.
- PI_START - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a PI start lexical unit, i.e. '<?Name'.
- piEndRead - Variable in class org.apache.batik.xml.XMLScanner
-
A PI end has been previously read.
- PIPE - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a '|' lexical unit.
- PLUS - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a '+' lexical unit.
- position - Variable in class org.apache.batik.xml.XMLScanner
-
The current position in the buffer.
- printStackTrace() - Method in exception org.apache.batik.xml.XMLException
-
Prints this Exception and its backtrace to the
standard error stream.
- printStackTrace(PrintStream) - Method in exception org.apache.batik.xml.XMLException
-
Prints this Exception and its backtrace to the
specified print stream.
- printStackTrace(PrintWriter) - Method in exception org.apache.batik.xml.XMLException
-
Prints this Exception and its backtrace to the specified
print writer.
- PUBLIC_ID_CHARACTER - Static variable in class org.apache.batik.xml.XMLCharacters
-
The bit array representing the valid XML public ID characters.
- PUBLIC_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents a 'PUBLIC' lexical unit.
- XML_CHARACTER - Static variable in class org.apache.batik.xml.XMLCharacters
-
The bit array representing a valid XML character in the unicode range [0-FFFF].
- XML_DECL_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
-
The XML declaration context.
- XML_DECL_START - Static variable in interface org.apache.batik.xml.LexicalUnits
-
Represents an XML declaration start lexical unit, i.e. '<?xml'.
- XMLCharacters - Class in org.apache.batik.xml
-
This class contains the definitions of the arrays used to find
the type of the characters found in an XML document.
- XMLCharacters() - Constructor for class org.apache.batik.xml.XMLCharacters
-
This class does not need to be instantiated.
- XMLException - Exception in org.apache.batik.xml
-
This class encapsulates a general XML error or warning.
- XMLException(String) - Constructor for exception org.apache.batik.xml.XMLException
-
Creates a new XMLException.
- XMLException(Exception) - Constructor for exception org.apache.batik.xml.XMLException
-
Creates a new XMLException wrapping an existing exception.
- XMLException(String, Exception) - Constructor for exception org.apache.batik.xml.XMLException
-
Creates a new XMLException from an existing exception.
- XMLScanner - Class in org.apache.batik.xml
-
This class represents a scanner for XML documents.
- XMLScanner(Reader) - Constructor for class org.apache.batik.xml.XMLScanner
-
Creates a new XML scanner.
- XMLScanner(InputStream, String) - Constructor for class org.apache.batik.xml.XMLScanner
-
Creates a new XML scanner.
- XMLScanner(String) - Constructor for class org.apache.batik.xml.XMLScanner
-
Creates a new XML scanner.
- XMLStreamNormalizingReader - Class in org.apache.batik.xml
-
This class represents a normalizing reader with encoding detection
management.
- XMLStreamNormalizingReader(InputStream, String) - Constructor for class org.apache.batik.xml.XMLStreamNormalizingReader
-
Creates a new XMLStreamNormalizingReader.
- XMLUtilities - Class in org.apache.batik.xml
-
A collection of utility functions for XML.
- XMLUtilities() - Constructor for class org.apache.batik.xml.XMLUtilities
-
This class does not need to be instantiated.