A C D E F G I J L M N O P Q R S T U W X Y

A

addAndCheckAttribute(String, String, String, String, String) - Method in class com.bluecast.xml.AttributesHolder
Add an attribute while checking if it is unique.
addAttribute(String, String, String, String, String) - Method in class com.bluecast.xml.AttributesHolder
Add an attribute to the end of the list.
addAttribute(AttributeDefinition) - Method in class com.bluecast.xml.ElementDefinition
 
ANY - Static variable in class com.bluecast.xml.Piccolo
 
ASCIIXMLDecoder - Class in com.bluecast.xml
A decoder for ASCII XML.
ASCIIXMLDecoder() - Constructor for class com.bluecast.xml.ASCIIXMLDecoder
 
ATTLIST_START - Static variable in class com.bluecast.xml.Piccolo
 
AttributeDefinition - Class in com.bluecast.xml
A class to hold information about an attribute defined within an XML document type declaration.
AttributeDefinition(String, String, String, int, String[], int, String) - Constructor for class com.bluecast.xml.AttributeDefinition
 
AttributesHolder - Class in com.bluecast.xml
This is an extension to Megginson's AttributesImpl to make it compatible with SAX 1.
AttributesHolder() - Constructor for class com.bluecast.xml.AttributesHolder
Construct a new, empty AttributesHolder object.
AttributesHolder(Attributes) - Constructor for class com.bluecast.xml.AttributesHolder
Copy an existing Attributes object.

C

CDATA - Static variable in class com.bluecast.xml.AttributeDefinition
 
CDATA - Static variable in class com.bluecast.xml.Piccolo
 
charArrayValue() - Method in class com.bluecast.xml.DocumentEntity
 
charArrayValue() - Method in interface com.bluecast.xml.Entity
 
CharsetDecoder - Interface in com.bluecast.io
Converts bytes to characters.
CharStringConverter - Class in com.bluecast.util
A fast way to convert character arrays into Strings.
CharStringConverter(int, float) - Constructor for class com.bluecast.util.CharStringConverter
 
CharStringConverter() - Constructor for class com.bluecast.util.CharStringConverter
 
CharStringConverter(int) - Constructor for class com.bluecast.util.CharStringConverter
 
clear() - Method in class com.bluecast.util.IntStack
 
clear() - Method in class com.bluecast.util.LongStack
 
clear() - Method in class com.bluecast.util.StringStack
 
clear() - Method in class com.bluecast.xml.AttributesHolder
Clear the attribute list for reuse.
clear() - Method in class com.bluecast.xml.EntityManager
 
clearCache() - Method in class com.bluecast.util.CharStringConverter
 
clone() - Method in class com.bluecast.util.IndexedObjectImpl
 
close() - Method in class com.bluecast.xml.DocumentEntity
 
close() - Method in interface com.bluecast.xml.Entity
 
close() - Method in class com.bluecast.xml.XMLReaderReader
 
close() - Method in class com.bluecast.xml.XMLStreamReader
 
CLOSE_TAG - Static variable in class com.bluecast.xml.Piccolo
 
column - Variable in exception com.bluecast.io.FileFormatException
 
column - Variable in exception com.bluecast.io.IllegalCharException
 
com.bluecast.io - package com.bluecast.io
 
com.bluecast.util - package com.bluecast.util
 
com.bluecast.xml - package com.bluecast.xml
Piccolo XML Parser (supports SAX1, SAX2 with extensions 1.0, and JAXP 1.1 SAX parsing), and some XML utility classes.
COMMA - Static variable in class com.bluecast.xml.Piccolo
 
COMMENT - Static variable in class com.bluecast.xml.Piccolo
 
CONDITIONAL_START - Static variable in class com.bluecast.xml.Piccolo
 
convert(char[]) - Method in class com.bluecast.util.CharStringConverter
Converts a character array into an internalized String.
convert(char[], int, int) - Method in class com.bluecast.util.CharStringConverter
Converts a character array into an internalized String.
createDecoder(String) - Static method in class com.bluecast.xml.XMLDecoderFactory
 

D

data - Variable in class com.bluecast.xml.AttributesHolder
 
declarePrefix(String, String) - Method in class com.bluecast.xml.FastNamespaceSupport
 
decode(byte[], int, int, char[], int, int, int[]) - Method in interface com.bluecast.io.CharsetDecoder
Decodes an array of bytes into characters.
decode(byte[], int, int, char[], int, int, int[]) - Method in class com.bluecast.xml.ASCIIXMLDecoder
 
decode(byte[], int, int, char[], int, int, int[]) - Method in class com.bluecast.xml.ISO8859_1XMLDecoder
 
decode(byte[], int, int, char[], int, int, int[]) - Method in class com.bluecast.xml.UnicodeBigXMLDecoder
 
decode(byte[], int, int, char[], int, int, int[]) - Method in class com.bluecast.xml.UnicodeLittleXMLDecoder
 
decode(byte[], int, int, char[], int, int, int[]) - Method in class com.bluecast.xml.UTF8XMLDecoder
 
decodeXMLDecl(byte[], int, int, char[], int, int, int[]) - Method in class com.bluecast.xml.ASCIIXMLDecoder
 
decodeXMLDecl(byte[], int, int, char[], int, int, int[]) - Method in class com.bluecast.xml.ISO8859_1XMLDecoder
 
decodeXMLDecl(byte[], int, int, char[], int, int, int[]) - Method in class com.bluecast.xml.UnicodeBigXMLDecoder
 
decodeXMLDecl(byte[], int, int, char[], int, int, int[]) - Method in class com.bluecast.xml.UnicodeLittleXMLDecoder
 
decodeXMLDecl(byte[], int, int, char[], int, int, int[]) - Method in class com.bluecast.xml.UTF8XMLDecoder
 
decodeXMLDecl(byte[], int, int, char[], int, int, int[]) - Method in interface com.bluecast.xml.XMLDecoder
Decodes the XML declaration from an array of bytes into characters.
DocumentEntity - Class in com.bluecast.xml
 
DocumentEntity() - Constructor for class com.bluecast.xml.DocumentEntity
 
DocumentEntity(String) - Constructor for class com.bluecast.xml.DocumentEntity
 
DocumentEntity(InputSource) - Constructor for class com.bluecast.xml.DocumentEntity
 
DOUBLE_RBRACKET_END - Static variable in class com.bluecast.xml.Piccolo
 
DTD_START - Static variable in class com.bluecast.xml.Piccolo
 
DTD_START_SKIPEXTERNAL - Static variable in class com.bluecast.xml.Piccolo
 
DuplicateKeyException - Exception in com.bluecast.util
 
DuplicateKeyException() - Constructor for exception com.bluecast.util.DuplicateKeyException
 
DuplicateKeyException(String) - Constructor for exception com.bluecast.util.DuplicateKeyException
 

E

ELEMENT_DECL_START - Static variable in class com.bluecast.xml.Piccolo
 
ElementDefinition - Class in com.bluecast.xml
A class to hold information about an element defined within an XML document type declaration.
ElementDefinition() - Constructor for class com.bluecast.xml.ElementDefinition
 
ElementDefinition(String) - Constructor for class com.bluecast.xml.ElementDefinition
 
EMPTY - Static variable in class com.bluecast.xml.Piccolo
 
EMPTY_TAG - Static variable in class com.bluecast.xml.Piccolo
 
ENTITIES - Static variable in class com.bluecast.xml.AttributeDefinition
 
ENTITIES - Static variable in class com.bluecast.xml.Piccolo
 
ENTITY - Static variable in class com.bluecast.xml.AttributeDefinition
 
Entity - Interface in com.bluecast.xml
 
ENTITY - Static variable in class com.bluecast.xml.Piccolo
 
ENTITY_DECL_START - Static variable in class com.bluecast.xml.Piccolo
 
ENTITY_END - Static variable in class com.bluecast.xml.Piccolo
 
ENTITY_REF - Static variable in class com.bluecast.xml.Piccolo
 
EntityManager - Class in com.bluecast.xml
 
EntityManager() - Constructor for class com.bluecast.xml.EntityManager
 
EntityManager(EntityResolver) - Constructor for class com.bluecast.xml.EntityManager
 
ENUMERATION - Static variable in class com.bluecast.xml.AttributeDefinition
 
ENUMERATION - Static variable in class com.bluecast.xml.Piccolo
 
EQ - Static variable in class com.bluecast.xml.Piccolo
 
equals(Object) - Method in class com.bluecast.util.IndexedObjectImpl
 
EXTERNAL_ENTITY_REF - Static variable in class com.bluecast.xml.Piccolo
 

F

FactoryServiceFinder - Class in com.bluecast.util
This class can enumerate all the Providers of a particular Service.
FactoryServiceFinder() - Constructor for class com.bluecast.util.FactoryServiceFinder
 
FastNamespaceSupport - Class in com.bluecast.xml
This class improves performance over NamespaceSupport by assuming that most XML documents have very few namespaces.
FastNamespaceSupport() - Constructor for class com.bluecast.xml.FastNamespaceSupport
 
FileFormatException - Exception in com.bluecast.io
 
FileFormatException() - Constructor for exception com.bluecast.io.FileFormatException
 
FileFormatException(String) - Constructor for exception com.bluecast.io.FileFormatException
 
FileFormatException(String, int, int) - Constructor for exception com.bluecast.io.FileFormatException
 
findService(String) - Static method in class com.bluecast.util.FactoryServiceFinder
Find the first listed provider for the given service name
findServices(String) - Static method in class com.bluecast.util.FactoryServiceFinder
Return an Enumeration of class name Strings of available provider classes for the given service.
FIXED - Static variable in class com.bluecast.xml.AttributeDefinition
 
FIXED - Static variable in class com.bluecast.xml.Piccolo
 

G

GENERAL - Static variable in class com.bluecast.xml.EntityManager
 
getAttribute(int) - Method in class com.bluecast.xml.ElementDefinition
 
getAttributeCount() - Method in class com.bluecast.xml.ElementDefinition
 
getAttributes() - Method in class com.bluecast.xml.ElementDefinition
 
getByID(Entity, String, String) - Method in class com.bluecast.xml.EntityManager
 
getByName(String, int) - Method in class com.bluecast.xml.EntityManager
 
getCacheSize() - Method in class com.bluecast.util.CharStringConverter
Returns the number of cached conversion mappings.
getColumn() - Method in exception com.bluecast.io.FileFormatException
Returns the column number of the bad formatting, or -1 if unknown
getColumnNumber() - Method in class com.bluecast.xml.Piccolo
 
getContentHandler() - Method in class com.bluecast.xml.Piccolo
SAX2 methods
getContextPrefix(int) - Method in class com.bluecast.xml.FastNamespaceSupport
 
getContextSize() - Method in class com.bluecast.xml.FastNamespaceSupport
 
getContextURI(int) - Method in class com.bluecast.xml.FastNamespaceSupport
 
getDeclaredEncoding() - Method in class com.bluecast.xml.DocumentEntity
 
getDeclaredEncoding() - Method in interface com.bluecast.xml.Entity
 
getDefaultType() - Method in class com.bluecast.xml.AttributeDefinition
 
getDefaultTypeString() - Method in class com.bluecast.xml.AttributeDefinition
 
getDefaultTypeString(int) - Static method in class com.bluecast.xml.AttributeDefinition
 
getDefaultURI() - Method in class com.bluecast.xml.FastNamespaceSupport
 
getDefaultValue() - Method in class com.bluecast.xml.AttributeDefinition
 
getDTDHandler() - Method in class com.bluecast.xml.Piccolo
 
getEncoding() - Method in class com.bluecast.xml.Piccolo
 
getEncoding() - Method in class com.bluecast.xml.XMLStreamReader
Returns the character set being used by the reader.
getEntityResolver() - Method in class com.bluecast.xml.Piccolo
 
getErrorHandler() - Method in class com.bluecast.xml.Piccolo
 
getFeature(String) - Method in class com.bluecast.xml.JAXPSAXParserFactory
 
getFeature(String) - Method in class com.bluecast.xml.Piccolo
 
getIndex() - Method in interface com.bluecast.util.IndexedObject
 
getIndex() - Method in class com.bluecast.util.IndexedObjectImpl
 
getIndex(String, String) - Method in class com.bluecast.xml.AttributesHolder
Look up an attribute's index by Namespace name.
getIndex(String) - Method in class com.bluecast.xml.AttributesHolder
Look up an attribute's index by qualified (prefixed) name.
getIndexedAttribute(String) - Method in class com.bluecast.xml.ElementDefinition
 
getLength() - Method in class com.bluecast.xml.AttributesHolder
Return the number of attributes in the list.
getLine() - Method in exception com.bluecast.io.FileFormatException
Returns the line number of the bad formatting, or -1 if unknown
getLineNumber() - Method in class com.bluecast.xml.Piccolo
 
getLocalName() - Method in class com.bluecast.xml.AttributeDefinition
 
getLocalName(int) - Method in class com.bluecast.xml.AttributesHolder
Return an attribute's local name.
getName(int) - Method in class com.bluecast.xml.AttributesHolder
Return an attributes XML 1.0 name.
getName() - Method in class com.bluecast.xml.ElementDefinition
 
getObject() - Method in interface com.bluecast.util.IndexedObject
 
getObject() - Method in class com.bluecast.util.IndexedObjectImpl
 
getPossibleValues() - Method in class com.bluecast.xml.AttributeDefinition
 
getPrefix() - Method in class com.bluecast.xml.AttributeDefinition
 
getProperty(String) - Method in class com.bluecast.xml.Piccolo
 
getPublicID() - Method in class com.bluecast.xml.DocumentEntity
 
getPublicID() - Method in interface com.bluecast.xml.Entity
 
getPublicId() - Method in class com.bluecast.xml.Piccolo
 
getQName() - Method in class com.bluecast.xml.AttributeDefinition
 
getQName(int) - Method in class com.bluecast.xml.AttributesHolder
Return an attribute's qualified (prefixed) name.
getReader() - Method in class com.bluecast.xml.DocumentEntity
 
getReader() - Method in interface com.bluecast.xml.Entity
 
getResolver() - Method in class com.bluecast.xml.EntityManager
 
getStartLocator() - Method in class com.bluecast.xml.Piccolo
 
getSystemID() - Method in class com.bluecast.xml.DocumentEntity
 
getSystemID() - Method in interface com.bluecast.xml.Entity
 
getSystemId() - Method in class com.bluecast.xml.Piccolo
 
getType(int) - Method in class com.bluecast.xml.AttributesHolder
Return an attribute's type by index.
getType(String, String) - Method in class com.bluecast.xml.AttributesHolder
Look up an attribute's type by Namespace-qualified name.
getType(String) - Method in class com.bluecast.xml.AttributesHolder
Look up an attribute's type by qualified (prefixed) name.
getURI(int) - Method in class com.bluecast.xml.AttributesHolder
Return an attribute's Namespace URI.
getURI(String) - Method in class com.bluecast.xml.FastNamespaceSupport
 
getValue(int) - Method in class com.bluecast.xml.AttributesHolder
Return an attribute's value by index.
getValue(String, String) - Method in class com.bluecast.xml.AttributesHolder
Look up an attribute's value by Namespace-qualified name.
getValue(String) - Method in class com.bluecast.xml.AttributesHolder
Look up an attribute's value by qualified (prefixed) name.
getValueType() - Method in class com.bluecast.xml.AttributeDefinition
 
getValueTypeString() - Method in class com.bluecast.xml.AttributeDefinition
 
getValueTypeString(int) - Static method in class com.bluecast.xml.AttributeDefinition
 
getVersion() - Method in class com.bluecast.xml.Piccolo
 
getXMLDeclaredEncoding() - Method in class com.bluecast.xml.XMLInputReader
Gets the declared encoding from the XML declaration, or null if no value was found.
getXMLVersion() - Method in class com.bluecast.xml.DocumentEntity
 
getXMLVersion() - Method in interface com.bluecast.xml.Entity
 
getXMLVersion() - Method in class com.bluecast.xml.XMLInputReader
Gets the version string from the XML declaration, or null.

I

ID - Static variable in class com.bluecast.xml.AttributeDefinition
 
ID - Static variable in class com.bluecast.xml.Piccolo
 
IDREF - Static variable in class com.bluecast.xml.AttributeDefinition
 
IDREF - Static variable in class com.bluecast.xml.Piccolo
 
IDREFS - Static variable in class com.bluecast.xml.AttributeDefinition
 
IDREFS - Static variable in class com.bluecast.xml.Piccolo
 
IGNORE - Static variable in class com.bluecast.xml.Piccolo
 
IGNORED_CONDITIONAL_START - Static variable in class com.bluecast.xml.Piccolo
 
IllegalCharException - Exception in com.bluecast.io
 
IllegalCharException(String) - Constructor for exception com.bluecast.io.IllegalCharException
 
IMPLIED - Static variable in class com.bluecast.xml.AttributeDefinition
 
IMPLIED - Static variable in class com.bluecast.xml.Piccolo
 
INCLUDE - Static variable in class com.bluecast.xml.Piccolo
 
IndexedObject - Interface in com.bluecast.util
 
IndexedObjectImpl - Class in com.bluecast.util
 
IndexedObjectImpl(int, Object) - Constructor for class com.bluecast.util.IndexedObjectImpl
 
INTERNAL_ENTITY_REF - Static variable in class com.bluecast.xml.Piccolo
 
IntStack - Class in com.bluecast.util
A stack of native ints.
IntStack(int) - Constructor for class com.bluecast.util.IntStack
 
isInternal() - Method in class com.bluecast.xml.DocumentEntity
 
isInternal() - Method in interface com.bluecast.xml.Entity
 
ISO8859_1XMLDecoder - Class in com.bluecast.xml
Converts bytes to ISO8859-1 characters while converting carriage returns into linefeeds and CRLF into LF.
ISO8859_1XMLDecoder() - Constructor for class com.bluecast.xml.ISO8859_1XMLDecoder
 
isOpen() - Method in class com.bluecast.xml.DocumentEntity
 
isOpen() - Method in interface com.bluecast.xml.Entity
 
isParsed() - Method in class com.bluecast.xml.DocumentEntity
 
isParsed() - Method in interface com.bluecast.xml.Entity
 
isStandalone() - Method in class com.bluecast.xml.DocumentEntity
 
isStandalone() - Method in interface com.bluecast.xml.Entity
 
isStandaloneDeclared() - Method in class com.bluecast.xml.DocumentEntity
 
isStandaloneDeclared() - Method in interface com.bluecast.xml.Entity
 
isXMLStandalone() - Method in class com.bluecast.xml.XMLInputReader
Returns the Standalone value from the XML declaration.
isXMLStandaloneDeclared() - Method in class com.bluecast.xml.XMLInputReader
Returns true if an XML "standalone" declaration was found.

J

JAXPSAXParserFactory - Class in com.bluecast.xml
JAXP factory class for creating SAX parsers.
JAXPSAXParserFactory() - Constructor for class com.bluecast.xml.JAXPSAXParserFactory
 

L

LBRACKET - Static variable in class com.bluecast.xml.Piccolo
 
length - Variable in class com.bluecast.xml.AttributesHolder
 
line - Variable in exception com.bluecast.io.FileFormatException
 
line - Variable in exception com.bluecast.io.IllegalCharException
 
LongStack - Class in com.bluecast.util
A stack of native longs.
LongStack(int) - Constructor for class com.bluecast.util.LongStack
 
LPAREN - Static variable in class com.bluecast.xml.Piccolo
 

M

mark(int) - Method in class com.bluecast.xml.XMLReaderReader
 
mark(int) - Method in class com.bluecast.xml.XMLStreamReader
 
markSupported() - Method in class com.bluecast.xml.XMLReaderReader
 
markSupported() - Method in class com.bluecast.xml.XMLStreamReader
 
maxBytesPerChar() - Method in interface com.bluecast.io.CharsetDecoder
Minimum number of characters produced per byte using this decoder.
maxBytesPerChar() - Method in class com.bluecast.xml.ASCIIXMLDecoder
 
maxBytesPerChar() - Method in class com.bluecast.xml.ISO8859_1XMLDecoder
 
maxBytesPerChar() - Method in class com.bluecast.xml.UnicodeBigXMLDecoder
 
maxBytesPerChar() - Method in class com.bluecast.xml.UnicodeLittleXMLDecoder
 
maxBytesPerChar() - Method in class com.bluecast.xml.UTF8XMLDecoder
 
minBytesPerChar() - Method in interface com.bluecast.io.CharsetDecoder
Minimum number of characters produced per byte using this decoder.
minBytesPerChar() - Method in class com.bluecast.xml.ASCIIXMLDecoder
 
minBytesPerChar() - Method in class com.bluecast.xml.ISO8859_1XMLDecoder
 
minBytesPerChar() - Method in class com.bluecast.xml.UnicodeBigXMLDecoder
 
minBytesPerChar() - Method in class com.bluecast.xml.UnicodeLittleXMLDecoder
 
minBytesPerChar() - Method in class com.bluecast.xml.UTF8XMLDecoder
 
MODIFIER - Static variable in class com.bluecast.xml.Piccolo
 

N

NAME - Static variable in class com.bluecast.xml.Piccolo
 
NDATA - Static variable in class com.bluecast.xml.Piccolo
 
newCharsetDecoder() - Method in interface com.bluecast.io.CharsetDecoder
 
newCharsetDecoder() - Method in class com.bluecast.xml.ASCIIXMLDecoder
 
newCharsetDecoder() - Method in class com.bluecast.xml.ISO8859_1XMLDecoder
 
newCharsetDecoder() - Method in class com.bluecast.xml.UnicodeBigXMLDecoder
 
newCharsetDecoder() - Method in class com.bluecast.xml.UnicodeLittleXMLDecoder
 
newCharsetDecoder() - Method in class com.bluecast.xml.UTF8XMLDecoder
 
newInstance() - Static method in class com.bluecast.xml.JAXPSAXParserFactory
 
newSAXParser() - Method in class com.bluecast.xml.JAXPSAXParserFactory
 
newXMLDecoder() - Method in class com.bluecast.xml.ASCIIXMLDecoder
 
newXMLDecoder() - Method in class com.bluecast.xml.ISO8859_1XMLDecoder
 
newXMLDecoder() - Method in class com.bluecast.xml.UnicodeBigXMLDecoder
 
newXMLDecoder() - Method in class com.bluecast.xml.UnicodeLittleXMLDecoder
 
newXMLDecoder() - Method in class com.bluecast.xml.UTF8XMLDecoder
 
newXMLDecoder() - Method in interface com.bluecast.xml.XMLDecoder
 
NMTOKEN - Static variable in class com.bluecast.xml.AttributeDefinition
 
NMTOKEN - Static variable in class com.bluecast.xml.Piccolo
 
NMTOKENS - Static variable in class com.bluecast.xml.AttributeDefinition
 
NMTOKENS - Static variable in class com.bluecast.xml.Piccolo
 
NOTATION - Static variable in class com.bluecast.xml.AttributeDefinition
 
NOTATION - Static variable in class com.bluecast.xml.Piccolo
 
NOTATION_START - Static variable in class com.bluecast.xml.Piccolo
 

O

open() - Method in class com.bluecast.xml.DocumentEntity
 
open() - Method in interface com.bluecast.xml.Entity
 
OPEN_TAG - Static variable in class com.bluecast.xml.Piccolo
 

P

PARAMETER - Static variable in class com.bluecast.xml.EntityManager
 
parse(InputSource) - Method in class com.bluecast.xml.Piccolo
Methods common to both SAX1 and SAX2
parse(String) - Method in class com.bluecast.xml.Piccolo
 
parseXMLDeclaration(char[], int, int) - Method in class com.bluecast.xml.XMLInputReader
Call this to parse the XML declaration.
PCDATA - Static variable in class com.bluecast.xml.Piccolo
 
PERCENT - Static variable in class com.bluecast.xml.Piccolo
 
PI - Static variable in class com.bluecast.xml.Piccolo
 
Piccolo - Class in com.bluecast.xml
Piccolo is a small, high-performance SAX1 and SAX2 XML parser.
Piccolo() - Constructor for class com.bluecast.xml.Piccolo
 
Piccolo(Piccolo) - Constructor for class com.bluecast.xml.Piccolo
Create an instance with the same configuration as the given instance.
PIPE - Static variable in class com.bluecast.xml.Piccolo
 
PLUS - Static variable in class com.bluecast.xml.Piccolo
 
pop() - Method in class com.bluecast.util.IntStack
 
pop() - Method in class com.bluecast.util.LongStack
 
pop() - Method in class com.bluecast.util.StringStack
 
popContext() - Method in class com.bluecast.xml.FastNamespaceSupport
 
PREFIXED_NAME - Static variable in class com.bluecast.xml.Piccolo
 
processName(String, String[], boolean) - Method in class com.bluecast.xml.FastNamespaceSupport
 
PUBLIC - Static variable in class com.bluecast.xml.Piccolo
 
push(int) - Method in class com.bluecast.util.IntStack
 
push(long) - Method in class com.bluecast.util.LongStack
 
push(String) - Method in class com.bluecast.util.StringStack
 
pushContext() - Method in class com.bluecast.xml.FastNamespaceSupport
 
putExternal(Entity, String, String, String, int) - Method in class com.bluecast.xml.EntityManager
Defines an external entity.
putInternal(String, String, int) - Method in class com.bluecast.xml.EntityManager
Defines an internal entity.
putUnparsed(Entity, String, String, String, String, int) - Method in class com.bluecast.xml.EntityManager
Defines an unparsed entity.

Q

QUESTION - Static variable in class com.bluecast.xml.Piccolo
 

R

RBRACKET_END - Static variable in class com.bluecast.xml.Piccolo
 
read() - Method in class com.bluecast.xml.XMLReaderReader
 
read(char[]) - Method in class com.bluecast.xml.XMLReaderReader
 
read(char[], int, int) - Method in class com.bluecast.xml.XMLReaderReader
 
read() - Method in class com.bluecast.xml.XMLStreamReader
 
read(char[]) - Method in class com.bluecast.xml.XMLStreamReader
 
read(char[], int, int) - Method in class com.bluecast.xml.XMLStreamReader
 
ready() - Method in class com.bluecast.xml.XMLReaderReader
 
ready() - Method in class com.bluecast.xml.XMLStreamReader
 
RecursionException - Exception in com.bluecast.util
 
RecursionException(String) - Constructor for exception com.bluecast.util.RecursionException
 
RecursionException() - Constructor for exception com.bluecast.util.RecursionException
 
removeAttribute(int) - Method in class com.bluecast.xml.AttributesHolder
Remove an attribute from the list.
REQUIRED - Static variable in class com.bluecast.xml.AttributeDefinition
 
REQUIRED - Static variable in class com.bluecast.xml.Piccolo
 
reset() - Method in interface com.bluecast.io.CharsetDecoder
 
reset() - Method in class com.bluecast.xml.ASCIIXMLDecoder
 
reset(String) - Method in class com.bluecast.xml.DocumentEntity
 
reset(InputSource) - Method in class com.bluecast.xml.DocumentEntity
 
reset() - Method in class com.bluecast.xml.FastNamespaceSupport
 
reset() - Method in class com.bluecast.xml.ISO8859_1XMLDecoder
 
reset() - Method in class com.bluecast.xml.UnicodeBigXMLDecoder
 
reset() - Method in class com.bluecast.xml.UnicodeLittleXMLDecoder
 
reset() - Method in class com.bluecast.xml.UTF8XMLDecoder
 
reset(Reader, boolean) - Method in class com.bluecast.xml.XMLReaderReader
 
reset() - Method in class com.bluecast.xml.XMLReaderReader
 
reset(InputStream, String, boolean) - Method in class com.bluecast.xml.XMLStreamReader
Reuses this XMLStreamReader for a different InputStream.
reset() - Method in class com.bluecast.xml.XMLStreamReader
 
resetInput() - Method in class com.bluecast.xml.XMLInputReader
 
resolveSystemID(String, String) - Static method in class com.bluecast.xml.EntityManager
 
RPAREN - Static variable in class com.bluecast.xml.Piccolo
 

S

setAttribute(int, String, String, String, String, String) - Method in class com.bluecast.xml.AttributesHolder
Set an attribute in the list.
setAttributes(Attributes) - Method in class com.bluecast.xml.AttributesHolder
Copy an entire Attributes object.
setContentHandler(ContentHandler) - Method in class com.bluecast.xml.Piccolo
 
setDebug(boolean) - Method in class com.bluecast.xml.Piccolo
 
setDocumentHandler(DocumentHandler) - Method in class com.bluecast.xml.Piccolo
SAX1 methods
setDTDHandler(DTDHandler) - Method in class com.bluecast.xml.Piccolo
 
setEntityResolver(EntityResolver) - Method in class com.bluecast.xml.Piccolo
 
setErrorHandler(ErrorHandler) - Method in class com.bluecast.xml.Piccolo
 
setFeature(String, boolean) - Method in class com.bluecast.xml.JAXPSAXParserFactory
 
setFeature(String, boolean) - Method in class com.bluecast.xml.Piccolo
 
setIndex(int) - Method in interface com.bluecast.util.IndexedObject
 
setIndex(int) - Method in class com.bluecast.util.IndexedObjectImpl
 
setLocale(Locale) - Method in class com.bluecast.xml.Piccolo
 
setLocalName(int, String) - Method in class com.bluecast.xml.AttributesHolder
Set the local name of a specific attribute.
setName(String) - Method in class com.bluecast.xml.ElementDefinition
 
setNamespaceAware(boolean) - Method in class com.bluecast.xml.JAXPSAXParserFactory
 
setObject(Object) - Method in interface com.bluecast.util.IndexedObject
 
setObject(Object) - Method in class com.bluecast.util.IndexedObjectImpl
 
setProperty(String, Object) - Method in class com.bluecast.xml.Piccolo
 
setQName(int, String) - Method in class com.bluecast.xml.AttributesHolder
Set the qualified name of a specific attribute.
setResolver(EntityResolver) - Method in class com.bluecast.xml.EntityManager
 
setSize(int) - Method in class com.bluecast.util.IntStack
 
setSize(int) - Method in class com.bluecast.util.LongStack
 
setSize(int) - Method in class com.bluecast.util.StringStack
 
setStandalone(boolean) - Method in class com.bluecast.xml.DocumentEntity
 
setStandalone(boolean) - Method in interface com.bluecast.xml.Entity
 
setType(int, String) - Method in class com.bluecast.xml.AttributesHolder
Set the type of a specific attribute.
setURI(int, String) - Method in class com.bluecast.xml.AttributesHolder
Set the Namespace URI of a specific attribute.
setValidating(boolean) - Method in class com.bluecast.xml.JAXPSAXParserFactory
 
setValue(int, String) - Method in class com.bluecast.xml.AttributesHolder
Set the value of a specific attribute.
size() - Method in class com.bluecast.util.IntStack
 
size() - Method in class com.bluecast.util.LongStack
 
size() - Method in class com.bluecast.util.StringStack
 
skip(long) - Method in class com.bluecast.xml.XMLReaderReader
 
skip(long) - Method in class com.bluecast.xml.XMLStreamReader
 
SKIPPED_ENTITY_REF - Static variable in class com.bluecast.xml.Piccolo
 
STAR - Static variable in class com.bluecast.xml.Piccolo
 
STRING - Static variable in class com.bluecast.xml.Piccolo
 
StringStack - Class in com.bluecast.util
A simple implementation of a stack of Strings
StringStack(int) - Constructor for class com.bluecast.util.StringStack
 
stringValue() - Method in class com.bluecast.xml.DocumentEntity
 
stringValue() - Method in interface com.bluecast.xml.Entity
 
SYSTEM - Static variable in class com.bluecast.xml.Piccolo
 

T

TAG_END - Static variable in class com.bluecast.xml.Piccolo
 

U

UnicodeBigXMLDecoder - Class in com.bluecast.xml
A decoder for big-endian Unicode text.
UnicodeBigXMLDecoder() - Constructor for class com.bluecast.xml.UnicodeBigXMLDecoder
 
UnicodeLittleXMLDecoder - Class in com.bluecast.xml
A decoder for little-endian Unicode text.
UnicodeLittleXMLDecoder() - Constructor for class com.bluecast.xml.UnicodeLittleXMLDecoder
 
UNPREFIXED_NAME - Static variable in class com.bluecast.xml.Piccolo
 
UTF8XMLDecoder - Class in com.bluecast.xml
A decoder for UTF-8 text.
UTF8XMLDecoder() - Constructor for class com.bluecast.xml.UTF8XMLDecoder
 

W

WHITESPACE - Static variable in class com.bluecast.xml.Piccolo
 

X

XML_DOC_DECL - Static variable in class com.bluecast.xml.Piccolo
 
XML_DOC_OR_TEXT_DECL - Static variable in class com.bluecast.xml.Piccolo
 
XML_TEXT_DECL - Static variable in class com.bluecast.xml.Piccolo
 
XMLDecoder - Interface in com.bluecast.xml
Converts bytes to characters while checking for valid XML characters
XMLDecoderFactory - Class in com.bluecast.xml
Factory class for creating CharsetDecoders that also convert carriage returns to linefeeds and check for invalid XML characters, as per the XML 1.0 specification.
XMLDecoderFactory() - Constructor for class com.bluecast.xml.XMLDecoderFactory
 
XMLInputReader - Class in com.bluecast.xml
A Reader for XML documents the proper character set to use based on Byte Order Marks and XML declarations.
XMLInputReader() - Constructor for class com.bluecast.xml.XMLInputReader
 
XMLNS - Static variable in class com.bluecast.xml.FastNamespaceSupport
 
XMLReaderReader - Class in com.bluecast.xml
A Reader for XML documents and streams.
XMLReaderReader() - Constructor for class com.bluecast.xml.XMLReaderReader
Create an XMLReaderReader without providing an input Reader yet.
XMLReaderReader(Reader) - Constructor for class com.bluecast.xml.XMLReaderReader
Creates an XMLReaderReader and resets the reader position after reading the XML declaration.
XMLReaderReader(Reader, boolean) - Constructor for class com.bluecast.xml.XMLReaderReader
Creates an XMLReaderReader.
XMLStreamReader - Class in com.bluecast.xml
A Reader for XML documents and streams.
XMLStreamReader() - Constructor for class com.bluecast.xml.XMLStreamReader
Create an XMLStreamReader without providing an InputStream yet.
XMLStreamReader(InputStream, boolean) - Constructor for class com.bluecast.xml.XMLStreamReader
Creates an XMLStreamReader.
XMLStreamReader(InputStream, String, boolean) - Constructor for class com.bluecast.xml.XMLStreamReader
Creates an XMLStreamReader while specifying a character encoding.

Y

YYERRCODE - Static variable in class com.bluecast.xml.Piccolo
 

A C D E F G I J L M N O P Q R S T U W X Y