A B C D E F G I L N O P Q R S T V X 

A

ALPHABETIC_CHARACTER - Static variable in class org.apache.batik.xml.XMLCharacters
The bit array representing an alphabetic character.
ANY_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a 'ANY' lexical unit.
ATTLIST_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
The ATTLIST context.
ATTLIST_START - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents an ATTLIST declaration start lexical unit, i.e. '<!ATTLIST'.
attrDelimiter - Variable in class org.apache.batik.xml.XMLScanner
The last attribute delimiter encountered.
ATTRIBUTE_FRAGMENT - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents an attribute fragment lexical unit.
ATTRIBUTE_VALUE_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
The attribute value context.

B

buffer - Variable in class org.apache.batik.xml.XMLScanner
The recording buffer.
BUNDLE_CLASSNAME - Static variable in class org.apache.batik.xml.XMLScanner
The default resource bundle base name.

C

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.

D

depth - Variable in class org.apache.batik.xml.XMLScanner
The depth in the xml tree.
DOCTYPE_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
The doctype context.
DOCTYPE_START - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a doctype start lexical unit, i.e. <!DOCTYPE.
DOCUMENT_START_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
The document start context.
DTD_DECLARATIONS_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
The DTD declarations context.

E

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
 

F

FIRST_ATTRIBUTE_FRAGMENT - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a first attribute fragment lexical unit.
FIXED_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a '#FIXED' lexical unit.
formatMessage(String, Object[]) - Method in class org.apache.batik.xml.XMLScanner
Implements Localizable.formatMessage(String,Object[]).

G

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.

I

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.

L

LAST_ATTRIBUTE_FRAGMENT - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a last attribute fragment lexical unit.
LEFT_BRACE - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a '(' lexical unit.
LexicalUnits - Interface in org.apache.batik.xml
This interface defines the constants that represent XML lexical units.
localizableSupport - Variable in class org.apache.batik.xml.XMLScanner
The localizable support.
LSQUARE_BRACKET - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a '[' lexical unit.

N

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.

O

org.apache.batik.xml - package org.apache.batik.xml
 

P

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.

Q

QUESTION - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a '?' lexical unit.

R

readComment() - Method in class org.apache.batik.xml.XMLScanner
Reads a comment.
reader - Variable in class org.apache.batik.xml.XMLScanner
The reader.
readIdentifier(String, int, int) - Method in class org.apache.batik.xml.XMLScanner
Reads the given identifier.
readName(int) - Method in class org.apache.batik.xml.XMLScanner
Reads a name.
readNmtoken() - Method in class org.apache.batik.xml.XMLScanner
Reads a Nmtoken.
readPEReference() - Method in class org.apache.batik.xml.XMLScanner
Reads a parameter entity reference.
readPIStart() - Method in class org.apache.batik.xml.XMLScanner
Reads a processing instruction start.
readReference() - Method in class org.apache.batik.xml.XMLScanner
Reads an entity or character reference.
readString() - Method in class org.apache.batik.xml.XMLScanner
Reads a simple string, like the ones used for version, encoding, public/system identifiers...
REQUIRED_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a '#REQUIRED' lexical unit.
RIGHT_BRACE - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a ')' lexical unit.
RSQUARE_BRACKET - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a ']' lexical unit.

S

S - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents the S (space) lexical unit.
SECTION_END - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a section end lexical unit, i.e. ']]>'.
setContext(int) - Method in class org.apache.batik.xml.XMLScanner
Sets the current context.
setDepth(int) - Method in class org.apache.batik.xml.XMLScanner
Sets the current depth in the XML tree.
setLocale(Locale) - Method in class org.apache.batik.xml.XMLScanner
Implements Localizable.setLocale(Locale).
STANDALONE_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a 'standalone' lexical unit.
STAR - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a '*' lexical unit.
start - Variable in class org.apache.batik.xml.XMLScanner
The start offset of the last lexical unit.
START_TAG - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a start tag lexical unit, i.e. '<Name'.
START_TAG_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
The start tag context.
STRING - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a string lexical unit.
SYSTEM_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a 'SYSTEM' lexical unit.

T

testXMLQName(String) - Static method in class org.apache.batik.xml.XMLUtilities
Test whether the given string is an XML 1.0 Name and/or QName.
TOP_LEVEL_CONTEXT - Static variable in class org.apache.batik.xml.XMLScanner
The top level context.
type - Variable in class org.apache.batik.xml.XMLScanner
The type of the current lexical unit.

V

VERSION_CHARACTER - Static variable in class org.apache.batik.xml.XMLCharacters
The bit array representing the valid XML version characters.
VERSION_IDENTIFIER - Static variable in interface org.apache.batik.xml.LexicalUnits
Represents a 'version' lexical unit.

X

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.
A B C D E F G I L N O P Q R S T V X 

Copyright © 2000–2017 Apache Software Foundation. All rights reserved.