Alphabetical Index

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

A

Add an attribute while checking if it is unique.
addAttribute(String,String,String) - method in class org.xml.sax.helpers.AttributeListImpl
Add an attribute to an attribute list.
Add an attribute to the end of the list.
Add an attribute to the end of the list.
ANY - static field in class com.bluecast.xml.Piccolo
ASCIIXMLDecoder - class com.bluecast.xml.ASCIIXMLDecoder
A decoder for ASCII XML.
ATTLIST_START - static field in class com.bluecast.xml.Piccolo
Report an attribute type declaration.
AttributeDefinition - class com.bluecast.xml.AttributeDefinition
A class to hold information about an attribute defined within an XML document type declaration.
AttributeList - interface org.xml.sax.AttributeList
Interface for an element's attribute specifications.
AttributeListImpl - class org.xml.sax.helpers.AttributeListImpl
Default implementation for AttributeList.
AttributeListImpl() - constructor for class org.xml.sax.helpers.AttributeListImpl
Create an empty attribute list.
AttributeListImpl(org.xml.sax.AttributeList) - constructor for class org.xml.sax.helpers.AttributeListImpl
Construct a persistent copy of an existing attribute list.
Attributes - interface org.xml.sax.Attributes
Interface for a list of XML attributes.
AttributesHolder - class com.bluecast.xml.AttributesHolder
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(org.xml.sax.Attributes) - constructor for class com.bluecast.xml.AttributesHolder
Copy an existing Attributes object.
AttributesImpl - class org.xml.sax.helpers.AttributesImpl
Default implementation of the Attributes interface.
AttributesImpl() - constructor for class org.xml.sax.helpers.AttributesImpl
Construct a new, empty AttributesImpl object.
AttributesImpl(org.xml.sax.Attributes) - constructor for class org.xml.sax.helpers.AttributesImpl
Copy an existing Attributes object.

C

CDATA - static field in class com.bluecast.xml.AttributeDefinition
CDATA - static field in class com.bluecast.xml.Piccolo
characters(ch[],int,int) - method in class org.xml.sax.ContentHandler
Receive notification of character data.
characters(ch[],int,int) - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of character data inside an element.
characters(ch[],int,int) - method in class org.xml.sax.DocumentHandler
Receive notification of character data.
characters(ch[],int,int) - method in class org.xml.sax.HandlerBase
Receive notification of character data inside an element.
characters(ch[],int,int) - method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
characters(ch[],int,int) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter a character data event.
characters(ch[],int,int) - method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 characters event.
charArrayValue() - method in class com.bluecast.xml.DocumentEntity
charArrayValue() - method in class com.bluecast.xml.Entity
CharsetDecoder - interface com.bluecast.io.CharsetDecoder
Converts bytes to characters.
CharStringConverter - class com.bluecast.util.CharStringConverter
A fast way to convert character arrays into Strings.
CharStringConverter() - constructor for class com.bluecast.util.CharStringConverter
CharStringConverter(int) - constructor for class com.bluecast.util.CharStringConverter
CharStringConverter(int,float) - constructor for class com.bluecast.util.CharStringConverter
clear() - method in class org.xml.sax.helpers.AttributeListImpl
Clear the attribute list.
clear() - method in class com.bluecast.xml.AttributesHolder
Clear the attribute list for reuse.
clear() - method in class org.xml.sax.helpers.AttributesImpl
Clear the attribute list for reuse.
clear() - method in class com.bluecast.xml.EntityManager
clear() - method in class com.bluecast.util.IntStack
clear() - method in class com.bluecast.util.LongStack
clear() - method in class com.bluecast.util.StringStack
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 class com.bluecast.xml.Entity
close() - method in class com.bluecast.xml.XMLReaderReader
close() - method in class com.bluecast.xml.XMLStreamReader
CLOSE_TAG - static field in class com.bluecast.xml.Piccolo
column - field in class com.bluecast.io.FileFormatException
column - field in class com.bluecast.io.IllegalCharException
com.bluecast.io - package
Piccolo XML Parser (supports SAX1, SAX2 with extensions 1.0, and JAXP 1.1 SAX parsing), and some XML utility classes.
COMMA - static field in class com.bluecast.xml.Piccolo
COMMENT - static field in class com.bluecast.xml.Piccolo
comment(ch[],int,int) - method in class org.xml.sax.ext.LexicalHandler
Report an XML comment anywhere in the document.
CONDITIONAL_START - static field in class com.bluecast.xml.Piccolo
ContentHandler - interface org.xml.sax.ContentHandler
Receive notification of the logical content of a document.
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
createXMLReader() - static method in class org.xml.sax.helpers.XMLReaderFactory
Attempt to create an XMLReader from system defaults.
createXMLReader(String) - static method in class org.xml.sax.helpers.XMLReaderFactory
Attempt to create an XML reader from a class name.

D

data - field in class com.bluecast.xml.AttributesHolder
declarePrefix(String,String) - method in class com.bluecast.xml.FastNamespaceSupport
declarePrefix(String,String) - method in class org.xml.sax.helpers.NamespaceSupport
Declare a Namespace prefix.
DeclHandler - interface org.xml.sax.ext.DeclHandler
SAX2 extension handler for DTD declaration events.
Decodes an array of bytes into characters.
Decodes an array of bytes into characters.
Decodes an array of bytes into characters.
Decodes an array of bytes into characters.
Decodes an array of bytes into characters.
Decodes an array of bytes into characters.
Decodes the XML declaration from an array of bytes into characters.
Decodes the XML declaration from an array of bytes into characters.
DefaultHandler - class org.xml.sax.helpers.DefaultHandler
Default base class for SAX2 event handlers.
DocumentBuilder - class javax.xml.parsers.DocumentBuilder
Defines the API to obtain DOM Document instances from an XML document.
DocumentBuilder() - constructor for class javax.xml.parsers.DocumentBuilder
Defines a factory API that enables applications to obtain a parser that produces DOM object trees from XML documents.
DocumentBuilderFactory() - constructor for class javax.xml.parsers.DocumentBuilderFactory
DocumentEntity - class com.bluecast.xml.DocumentEntity
DocumentEntity() - constructor for class com.bluecast.xml.DocumentEntity
DocumentEntity(org.xml.sax.InputSource) - constructor for class com.bluecast.xml.DocumentEntity
DocumentEntity(String) - constructor for class com.bluecast.xml.DocumentEntity
DocumentHandler - interface org.xml.sax.DocumentHandler
Receive notification of general document events.
DOUBLE_RBRACKET_END - static field in class com.bluecast.xml.Piccolo
DTD_START - static field in class com.bluecast.xml.Piccolo
DTD_START_SKIPEXTERNAL - static field in class com.bluecast.xml.Piccolo
DTDHandler - interface org.xml.sax.DTDHandler
Receive notification of basic DTD-related events.
DuplicateKeyException() - constructor for class com.bluecast.util.DuplicateKeyException
DuplicateKeyException(String) - constructor for class com.bluecast.util.DuplicateKeyException

E

ELEMENT_DECL_START - static field in class com.bluecast.xml.Piccolo
elementDecl(String,String) - method in class org.xml.sax.ext.DeclHandler
Report an element type declaration.
ElementDefinition - class com.bluecast.xml.ElementDefinition
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 field in class com.bluecast.xml.Piccolo
EMPTY_TAG - static field in class com.bluecast.xml.Piccolo
endCDATA() - method in class org.xml.sax.ext.LexicalHandler
Report the end of a CDATA section.
endDocument() - method in class org.xml.sax.ContentHandler
Receive notification of the end of a document.
endDocument() - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of the document.
endDocument() - method in class org.xml.sax.DocumentHandler
Receive notification of the end of a document.
endDocument() - method in class org.xml.sax.HandlerBase
Receive notification of the end of the document.
endDocument() - method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
endDocument() - method in class org.xml.sax.helpers.XMLFilterImpl
Filter an end document event.
endDocument() - method in class org.xml.sax.helpers.XMLReaderAdapter
End document event.
endDTD() - method in class org.xml.sax.ext.LexicalHandler
Report the end of DTD declarations.
endElement(String) - method in class org.xml.sax.DocumentHandler
Receive notification of the end of an element.
endElement(String) - method in class org.xml.sax.HandlerBase
Receive notification of the end of an element.
endElement(String) - method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
endElement(String,String,String) - method in class org.xml.sax.ContentHandler
Receive notification of the end of an element.
endElement(String,String,String) - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of an element.
endElement(String,String,String) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter an end element event.
endElement(String,String,String) - method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 end element event.
endEntity(String) - method in class org.xml.sax.ext.LexicalHandler
Report the end of an entity.
endPrefixMapping(String) - method in class org.xml.sax.ContentHandler
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the end of a Namespace mapping.
endPrefixMapping(String) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter an end Namespace prefix mapping event.
endPrefixMapping(String) - method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 end prefix mapping event.
ENTITIES - static field in class com.bluecast.xml.AttributeDefinition
ENTITIES - static field in class com.bluecast.xml.Piccolo
ENTITY - static field in class com.bluecast.xml.AttributeDefinition
Entity - interface com.bluecast.xml.Entity
ENTITY - static field in class com.bluecast.xml.Piccolo
ENTITY_DECL_START - static field in class com.bluecast.xml.Piccolo
ENTITY_END - static field in class com.bluecast.xml.Piccolo
ENTITY_REF - static field in class com.bluecast.xml.Piccolo
EntityManager - class com.bluecast.xml.EntityManager
EntityManager() - constructor for class com.bluecast.xml.EntityManager
EntityManager(org.xml.sax.EntityResolver) - constructor for class com.bluecast.xml.EntityManager
EntityResolver - interface org.xml.sax.EntityResolver
Basic interface for resolving entities.
ENUMERATION - static field in class com.bluecast.xml.AttributeDefinition
ENUMERATION - static field in class com.bluecast.xml.Piccolo
EQ - static field in class com.bluecast.xml.Piccolo
equals(Object) - method in class com.bluecast.util.IndexedObjectImpl
error(org.xml.sax.SAXParseException) - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a recoverable parser error.
Receive notification of a recoverable error.
Receive notification of a recoverable parser error.
error(org.xml.sax.SAXParseException) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter an error event.
ErrorHandler - interface org.xml.sax.ErrorHandler
Basic interface for SAX error handlers.
EXTERNAL_ENTITY_REF - static field in class com.bluecast.xml.Piccolo
externalEntityDecl(String,String,String) - method in class org.xml.sax.ext.DeclHandler
Report a parsed external entity declaration.

F

Thrown when a problem with configuration with the Parser Factories exists.
FactoryConfigurationError() - constructor for class javax.xml.parsers.FactoryConfigurationError
Create a new FactoryConfigurationError with no detail mesage.
FactoryConfigurationError(Exception) - constructor for class javax.xml.parsers.FactoryConfigurationError
Create a new FactoryConfigurationError with a given Exception base cause of the error.
Create a new FactoryConfigurationError with the given Exception base cause and detail message.
FactoryConfigurationError(String) - constructor for class javax.xml.parsers.FactoryConfigurationError
Create a new FactoryConfigurationError with the String specified as an error message.
FactoryServiceFinder - class com.bluecast.util.FactoryServiceFinder
This class can enumerate all the Providers of a particular Service.
This class improves performance over NamespaceSupport by assuming that most XML documents have very few namespaces.
FastNamespaceSupport() - constructor for class com.bluecast.xml.FastNamespaceSupport
fatalError(org.xml.sax.SAXParseException) - method in class org.xml.sax.helpers.DefaultHandler
Report a fatal XML parsing error.
Receive notification of a non-recoverable error.
Report a fatal XML parsing error.
fatalError(org.xml.sax.SAXParseException) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter a fatal error event.
FileFormatException() - constructor for class com.bluecast.io.FileFormatException
FileFormatException(String) - constructor for class com.bluecast.io.FileFormatException
FileFormatException(String,int,int) - constructor for class 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 field in class com.bluecast.xml.AttributeDefinition
FIXED - static field in class com.bluecast.xml.Piccolo

G

GENERAL - static field in class com.bluecast.xml.EntityManager
getAttribute(int) - method in class com.bluecast.xml.ElementDefinition
getAttribute(String) - method in class javax.xml.parsers.DocumentBuilderFactory
Allows the user to retrieve specific attributes on the underlying implementation.
getAttributeCount() - method in class com.bluecast.xml.ElementDefinition
getAttributes() - method in class com.bluecast.xml.ElementDefinition
getByName(String,int) - method in class com.bluecast.xml.EntityManager
getByteStream() - method in class org.xml.sax.InputSource
Get the byte stream for this input source.
getCacheSize() - method in class com.bluecast.util.CharStringConverter
Returns the number of cached conversion mappings.
getCharacterStream() - method in class org.xml.sax.InputSource
Get the character stream for this input source.
getColumn() - method in class com.bluecast.io.FileFormatException
Returns the column number of the bad formatting, or -1 if unknown
getColumnNumber() - method in class org.xml.sax.Locator
Return the column number where the current document event ends.
getColumnNumber() - method in class org.xml.sax.helpers.LocatorImpl
Return the saved column number (1-based).
getColumnNumber() - method in class com.bluecast.xml.Piccolo
Return the column number where the current document event ends.
getColumnNumber() - method in class org.xml.sax.SAXParseException
The column number of the end of the text where the exception occurred.
getContentHandler() - method in class org.xml.sax.helpers.ParserAdapter
Return the current content handler.
getContentHandler() - method in class com.bluecast.xml.Piccolo
SAX2 methods
getContentHandler() - method in class org.xml.sax.helpers.XMLFilterImpl
Get the content event handler.
getContentHandler() - method in class org.xml.sax.XMLReader
Return the current content handler.
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 class com.bluecast.xml.Entity
getDeclaredPrefixes() - method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes declared in this context.
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
getDOMImplementation() - method in class javax.xml.parsers.DocumentBuilder
Obtain an instance of a org.w3c.dom.DOMImplementation object.
getDTDHandler() - method in class org.xml.sax.helpers.ParserAdapter
Return the current DTD handler.
getDTDHandler() - method in class com.bluecast.xml.Piccolo
Return the current DTD handler.
getDTDHandler() - method in class org.xml.sax.helpers.XMLFilterImpl
Get the current DTD event handler.
getDTDHandler() - method in class org.xml.sax.XMLReader
Return the current DTD handler.
getEncoding() - method in class org.xml.sax.InputSource
Get the character encoding for a byte stream or URI.
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 org.xml.sax.helpers.ParserAdapter
Return the current entity resolver.
getEntityResolver() - method in class com.bluecast.xml.Piccolo
Return the current entity resolver.
getEntityResolver() - method in class org.xml.sax.helpers.XMLFilterImpl
Get the current entity resolver.
getEntityResolver() - method in class org.xml.sax.XMLReader
Return the current entity resolver.
getErrorHandler() - method in class org.xml.sax.helpers.ParserAdapter
Return the current error handler.
getErrorHandler() - method in class com.bluecast.xml.Piccolo
Return the current error handler.
getErrorHandler() - method in class org.xml.sax.helpers.XMLFilterImpl
Get the current error event handler.
getErrorHandler() - method in class org.xml.sax.XMLReader
Return the current error handler.
getException() - method in class javax.xml.parsers.FactoryConfigurationError
Return the actual exception (if any) that caused this exception to be raised.
getException() - method in class org.xml.sax.SAXException
Return the embedded exception, if any.
getFeature(String) - method in class com.bluecast.xml.JAXPSAXParserFactory
getFeature(String) - method in class org.xml.sax.helpers.ParserAdapter
Check a parser feature flag.
getFeature(String) - method in class com.bluecast.xml.Piccolo
Look up the value of a feature flag.
getFeature(String) - method in class javax.xml.parsers.SAXParserFactory
Returns the particular property requested for in the underlying implementation of org.xml.sax.XMLReader.
getFeature(String) - method in class org.xml.sax.helpers.XMLFilterImpl
Look up the value of a feature.
getFeature(String) - method in class org.xml.sax.XMLReader
Look up the value of a feature flag.
getIndex() - method in class com.bluecast.util.IndexedObject
getIndex() - method in class com.bluecast.util.IndexedObjectImpl
getIndex(String) - method in class org.xml.sax.Attributes
Look up the index of an attribute by XML 1.0 qualified name.
getIndex(String) - method in class com.bluecast.xml.AttributesHolder
Look up an attribute's index by qualified (prefixed) name.
getIndex(String) - method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's index by qualified (prefixed) name.
getIndex(String,String) - method in class org.xml.sax.Attributes
Look up the index of an attribute by Namespace name.
getIndex(String,String) - method in class com.bluecast.xml.AttributesHolder
Look up an attribute's index by Namespace name.
getIndex(String,String) - method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's index by Namespace name.
getIndexedAttribute(String) - method in class com.bluecast.xml.ElementDefinition
getLength() - method in class org.xml.sax.AttributeList
Return the number of attributes in this list.
getLength() - method in class org.xml.sax.helpers.AttributeListImpl
Return the number of attributes in the list.
getLength() - method in class org.xml.sax.Attributes
Return the number of attributes in the list.
getLength() - method in class com.bluecast.xml.AttributesHolder
Return the number of attributes in the list.
getLength() - method in class org.xml.sax.helpers.AttributesImpl
Return the number of attributes in the list.
getLine() - method in class com.bluecast.io.FileFormatException
Returns the line number of the bad formatting, or -1 if unknown
getLineNumber() - method in class org.xml.sax.Locator
Return the line number where the current document event ends.
getLineNumber() - method in class org.xml.sax.helpers.LocatorImpl
Return the saved line number (1-based).
getLineNumber() - method in class com.bluecast.xml.Piccolo
Return the line number where the current document event ends.
getLineNumber() - method in class org.xml.sax.SAXParseException
The line number of the end of the text where the exception occurred.
getLocalName() - method in class com.bluecast.xml.AttributeDefinition
getLocalName(int) - method in class org.xml.sax.Attributes
Look up an attribute's local name by index.
getLocalName(int) - method in class com.bluecast.xml.AttributesHolder
Return an attribute's local name.
getLocalName(int) - method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's local name.
getMessage() - method in class javax.xml.parsers.FactoryConfigurationError
Return the message (if any) for this error .
getMessage() - method in class org.xml.sax.SAXException
Return a detail message for this exception.
getName() - method in class com.bluecast.xml.ElementDefinition
getName(int) - method in class org.xml.sax.AttributeList
Return the name of an attribute in this list (by position).
getName(int) - method in class org.xml.sax.helpers.AttributeListImpl
Get the name of an attribute (by position).
getName(int) - method in class com.bluecast.xml.AttributesHolder
Return an attributes XML 1.0 name.
getObject() - method in class com.bluecast.util.IndexedObject
getObject() - method in class com.bluecast.util.IndexedObjectImpl
getParent() - method in class org.xml.sax.XMLFilter
Get the parent reader.
getParent() - method in class org.xml.sax.helpers.XMLFilterImpl
Get the parent reader.
getParser() - method in class javax.xml.parsers.SAXParser
Returns the SAX parser that is encapsultated by the implementation of this class.
getPossibleValues() - method in class com.bluecast.xml.AttributeDefinition
getPrefix() - method in class com.bluecast.xml.AttributeDefinition
getPrefix(String) - method in class org.xml.sax.helpers.NamespaceSupport
Return one of the prefixes mapped to a Namespace URI.
getPrefixes() - method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes currently declared.
getPrefixes(String) - method in class org.xml.sax.helpers.NamespaceSupport
Return an enumeration of all prefixes currently declared for a URI.
getProperty(String) - method in class org.xml.sax.helpers.ParserAdapter
Get a parser property.
getProperty(String) - method in class com.bluecast.xml.Piccolo
Look up the value of a property.
getProperty(String) - method in class javax.xml.parsers.SAXParser
Returns the particular property requested for in the underlying implementation of XMLReader.
getProperty(String) - method in class org.xml.sax.helpers.XMLFilterImpl
Look up the value of a property.
getProperty(String) - method in class org.xml.sax.XMLReader
Look up the value of a property.
getPublicID() - method in class com.bluecast.xml.DocumentEntity
getPublicID() - method in class com.bluecast.xml.Entity
getPublicId() - method in class org.xml.sax.InputSource
Get the public identifier for this input source.
getPublicId() - method in class org.xml.sax.Locator
Return the public identifier for the current document event.
getPublicId() - method in class org.xml.sax.helpers.LocatorImpl
Return the saved public identifier.
getPublicId() - method in class com.bluecast.xml.Piccolo
Return the public identifier for the current document event.
getPublicId() - method in class org.xml.sax.SAXParseException
Get the public identifier of the entity where the exception occurred.
getQName() - method in class com.bluecast.xml.AttributeDefinition
getQName(int) - method in class org.xml.sax.Attributes
Look up an attribute's XML 1.0 qualified name by index.
getQName(int) - method in class com.bluecast.xml.AttributesHolder
Return an attribute's qualified (prefixed) name.
getQName(int) - method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's qualified (prefixed) name.
getReader() - method in class com.bluecast.xml.DocumentEntity
getReader() - method in class 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 class com.bluecast.xml.Entity
getSystemId() - method in class org.xml.sax.InputSource
Get the system identifier for this input source.
getSystemId() - method in class org.xml.sax.Locator
Return the system identifier for the current document event.
getSystemId() - method in class org.xml.sax.helpers.LocatorImpl
Return the saved system identifier.
getSystemId() - method in class com.bluecast.xml.Piccolo
Return the system identifier for the current document event.
getSystemId() - method in class org.xml.sax.SAXParseException
Get the system identifier of the entity where the exception occurred.
getType(int) - method in class org.xml.sax.AttributeList
Return the type of an attribute in the list (by position).
getType(int) - method in class org.xml.sax.helpers.AttributeListImpl
Get the type of an attribute (by position).
getType(int) - method in class org.xml.sax.Attributes
Look up an attribute's type by index.
getType(int) - method in class com.bluecast.xml.AttributesHolder
Return an attribute's type by index.
getType(int) - method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's type by index.
getType(String) - method in class org.xml.sax.AttributeList
Return the type of an attribute in the list (by name).
getType(String) - method in class org.xml.sax.helpers.AttributeListImpl
Get the type of an attribute (by name).
getType(String) - method in class org.xml.sax.Attributes
Look up an attribute's type by XML 1.0 qualified name.
getType(String) - method in class com.bluecast.xml.AttributesHolder
Look up an attribute's type by qualified (prefixed) name.
getType(String) - method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's type by qualified (prefixed) name.
getType(String,String) - method in class org.xml.sax.Attributes
Look up an attribute's type by Namespace name.
getType(String,String) - method in class com.bluecast.xml.AttributesHolder
Look up an attribute's type by Namespace-qualified name.
getType(String,String) - method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's type by Namespace-qualified name.
getURI(int) - method in class org.xml.sax.Attributes
Look up an attribute's Namespace URI by index.
getURI(int) - method in class com.bluecast.xml.AttributesHolder
Return an attribute's Namespace URI.
getURI(int) - method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's Namespace URI.
getURI(String) - method in class com.bluecast.xml.FastNamespaceSupport
getURI(String) - method in class org.xml.sax.helpers.NamespaceSupport
Look up a prefix and get the currently-mapped Namespace URI.
getValue(int) - method in class org.xml.sax.AttributeList
Return the value of an attribute in the list (by position).
getValue(int) - method in class org.xml.sax.helpers.AttributeListImpl
Get the value of an attribute (by position).
getValue(int) - method in class org.xml.sax.Attributes
Look up an attribute's value by index.
getValue(int) - method in class com.bluecast.xml.AttributesHolder
Return an attribute's value by index.
getValue(int) - method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's value by index.
getValue(String) - method in class org.xml.sax.AttributeList
Return the value of an attribute in the list (by name).
getValue(String) - method in class org.xml.sax.helpers.AttributeListImpl
Get the value of an attribute (by name).
getValue(String) - method in class org.xml.sax.Attributes
Look up an attribute's value by XML 1.0 qualified name.
getValue(String) - method in class com.bluecast.xml.AttributesHolder
Look up an attribute's value by qualified (prefixed) name.
getValue(String) - method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's value by qualified (prefixed) name.
getValue(String,String) - method in class org.xml.sax.Attributes
Look up an attribute's value by Namespace name.
getValue(String,String) - method in class com.bluecast.xml.AttributesHolder
Look up an attribute's value by Namespace-qualified name.
getValue(String,String) - method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's value by Namespace-qualified 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.
getXMLReader() - method in class javax.xml.parsers.SAXParser
Returns the XMLReader that is encapsulated by the implementation of this class.
getXMLVersion() - method in class com.bluecast.xml.DocumentEntity
getXMLVersion() - method in class com.bluecast.xml.Entity
getXMLVersion() - method in class com.bluecast.xml.XMLInputReader
Gets the version string from the XML declaration, or null.

H

HandlerBase - class org.xml.sax.HandlerBase
Default base class for handlers.

I

ID - static field in class com.bluecast.xml.AttributeDefinition
ID - static field in class com.bluecast.xml.Piccolo
IDREF - static field in class com.bluecast.xml.AttributeDefinition
IDREF - static field in class com.bluecast.xml.Piccolo
IDREFS - static field in class com.bluecast.xml.AttributeDefinition
IDREFS - static field in class com.bluecast.xml.Piccolo
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(ch[],int,int) - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of ignorable whitespace in element content.
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(ch[],int,int) - method in class org.xml.sax.HandlerBase
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(ch[],int,int) - method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
ignorableWhitespace(ch[],int,int) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter an ignorable whitespace event.
ignorableWhitespace(ch[],int,int) - method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 ignorable whitespace event.
IGNORE - static field in class com.bluecast.xml.Piccolo
IGNORED_CONDITIONAL_START - static field in class com.bluecast.xml.Piccolo
IllegalCharException(String) - constructor for class com.bluecast.io.IllegalCharException
IMPLIED - static field in class com.bluecast.xml.AttributeDefinition
IMPLIED - static field in class com.bluecast.xml.Piccolo
INCLUDE - static field in class com.bluecast.xml.Piccolo
IndexedObject - interface com.bluecast.util.IndexedObject
IndexedObjectImpl - class com.bluecast.util.IndexedObjectImpl
IndexedObjectImpl(int,Object) - constructor for class com.bluecast.util.IndexedObjectImpl
InputSource - class org.xml.sax.InputSource
A single input source for an XML entity.
InputSource() - constructor for class org.xml.sax.InputSource
Zero-argument default constructor.
InputSource(InputStream) - constructor for class org.xml.sax.InputSource
Create a new input source with a byte stream.
InputSource(Reader) - constructor for class org.xml.sax.InputSource
Create a new input source with a character stream.
InputSource(String) - constructor for class org.xml.sax.InputSource
Create a new input source with a system identifier.
INTERNAL_ENTITY_REF - static field in class com.bluecast.xml.Piccolo
internalEntityDecl(String,String) - method in class org.xml.sax.ext.DeclHandler
Report an internal entity declaration.
IntStack - class com.bluecast.util.IntStack
A stack of native ints.
IntStack(int) - constructor for class com.bluecast.util.IntStack
isCoalescing() - method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce parsers which converts CDATA nodes to Text nodes and appends it to the adjacent (if any) Text node.
isExpandEntityReferences() - method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce parsers which expand entity reference nodes.
isIgnoringComments() - method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce parsers which ignores comments.
Indicates whether or not the factory is configured to produce parsers which ignore ignorable whitespace in element content.
isInternal() - method in class com.bluecast.xml.DocumentEntity
isInternal() - method in class com.bluecast.xml.Entity
isNamespaceAware() - method in class javax.xml.parsers.DocumentBuilder
Indicates whether or not this parser is configured to understand namespaces.
isNamespaceAware() - method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce parsers which are namespace aware.
isNamespaceAware() - method in class javax.xml.parsers.SAXParser
Indicates whether or not this parser is configured to understand namespaces.
isNamespaceAware() - method in class javax.xml.parsers.SAXParserFactory
Indicates whether or not the factory is configured to produce parsers which are namespace aware.
ISO8859_1XMLDecoder - class com.bluecast.xml.ISO8859_1XMLDecoder
Converts bytes to ISO8859-1 characters while converting carriage returns into linefeeds and CRLF into LF.
isOpen() - method in class com.bluecast.xml.DocumentEntity
isOpen() - method in class com.bluecast.xml.Entity
isParsed() - method in class com.bluecast.xml.DocumentEntity
isParsed() - method in class com.bluecast.xml.Entity
isStandalone() - method in class com.bluecast.xml.DocumentEntity
isStandalone() - method in class com.bluecast.xml.Entity
isStandaloneDeclared() - method in class com.bluecast.xml.DocumentEntity
isStandaloneDeclared() - method in class com.bluecast.xml.Entity
isValidating() - method in class javax.xml.parsers.DocumentBuilder
Indicates whether or not this parser is configured to validate XML documents.
isValidating() - method in class javax.xml.parsers.DocumentBuilderFactory
Indicates whether or not the factory is configured to produce parsers which validate the XML content during parse.
isValidating() - method in class javax.xml.parsers.SAXParser
Indicates whether or not this parser is configured to validate XML documents.
isValidating() - method in class javax.xml.parsers.SAXParserFactory
Indicates whether or not the factory is configured to produce parsers which validate the XML content during parse.
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

Bootstrapping APIs for JAXP parsers.
JAXP factory class for creating SAX parsers.
JAXPSAXParserFactory() - constructor for class com.bluecast.xml.JAXPSAXParserFactory

L

LBRACKET - static field in class com.bluecast.xml.Piccolo
length - field in class com.bluecast.xml.AttributesHolder
LexicalHandler - interface org.xml.sax.ext.LexicalHandler
SAX2 extension handler for lexical events.
line - field in class com.bluecast.io.FileFormatException
line - field in class com.bluecast.io.IllegalCharException
Locator - interface org.xml.sax.Locator
Interface for associating a SAX event with a document location.
LocatorImpl - class org.xml.sax.helpers.LocatorImpl
Provide an optional convenience implementation of Locator.
LocatorImpl() - constructor for class org.xml.sax.helpers.LocatorImpl
Zero-argument constructor.
LocatorImpl(org.xml.sax.Locator) - constructor for class org.xml.sax.helpers.LocatorImpl
Copy constructor.
LongStack - class com.bluecast.util.LongStack
A stack of native longs.
LongStack(int) - constructor for class com.bluecast.util.LongStack
LPAREN - static field in class com.bluecast.xml.Piccolo

M

makeParser() - static method in class org.xml.sax.helpers.ParserFactory
Create a new SAX parser using the `org.xml.sax.parser' system property.
makeParser(String) - static method in class org.xml.sax.helpers.ParserFactory
Create a new SAX parser object using the class name provided.
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 class com.bluecast.xml.ASCIIXMLDecoder
Minimum number of characters produced per byte using this decoder.
maxBytesPerChar() - method in class com.bluecast.io.CharsetDecoder
Minimum number of characters produced per byte using this decoder.
maxBytesPerChar() - method in class com.bluecast.xml.ISO8859_1XMLDecoder
Minimum number of characters produced per byte using this decoder.
maxBytesPerChar() - method in class com.bluecast.xml.UnicodeBigXMLDecoder
Minimum number of characters produced per byte using this decoder.
maxBytesPerChar() - method in class com.bluecast.xml.UnicodeLittleXMLDecoder
Minimum number of characters produced per byte using this decoder.
maxBytesPerChar() - method in class com.bluecast.xml.UTF8XMLDecoder
Minimum number of characters produced per byte using this decoder.
minBytesPerChar() - method in class com.bluecast.xml.ASCIIXMLDecoder
Minimum number of characters produced per byte using this decoder.
minBytesPerChar() - method in class com.bluecast.io.CharsetDecoder
Minimum number of characters produced per byte using this decoder.
minBytesPerChar() - method in class com.bluecast.xml.ISO8859_1XMLDecoder
Minimum number of characters produced per byte using this decoder.
minBytesPerChar() - method in class com.bluecast.xml.UnicodeBigXMLDecoder
Minimum number of characters produced per byte using this decoder.
minBytesPerChar() - method in class com.bluecast.xml.UnicodeLittleXMLDecoder
Minimum number of characters produced per byte using this decoder.
minBytesPerChar() - method in class com.bluecast.xml.UTF8XMLDecoder
Minimum number of characters produced per byte using this decoder.
MODIFIER - static field in class com.bluecast.xml.Piccolo

N

NAME - static field in class com.bluecast.xml.Piccolo
NamespaceSupport - class org.xml.sax.helpers.NamespaceSupport
Encapsulate Namespace logic for use by applications using SAX, or internally by SAX drivers.
NamespaceSupport() - constructor for class org.xml.sax.helpers.NamespaceSupport
Create a new Namespace support object.
NDATA - static field in class com.bluecast.xml.Piccolo
newCharsetDecoder() - method in class com.bluecast.xml.ASCIIXMLDecoder
newCharsetDecoder() - method in class com.bluecast.io.CharsetDecoder
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
newDocument() - method in class javax.xml.parsers.DocumentBuilder
Obtain a new instance of a DOM org.w3c.dom.Document object to build a DOM tree with.
newDocumentBuilder() - method in class javax.xml.parsers.DocumentBuilderFactory
Creates a new instance of a DocumentBuilder using the currently configured parameters.
newInstance() - static method in class javax.xml.parsers.DocumentBuilderFactory
Obtain a new instance of a DocumentBuilderFactory.
newInstance() - static method in class com.bluecast.xml.JAXPSAXParserFactory
newInstance() - static method in class javax.xml.parsers.SAXParserFactory
Obtain a new instance of a SAXParserFactory.
newSAXParser() - method in class com.bluecast.xml.JAXPSAXParserFactory
newSAXParser() - method in class javax.xml.parsers.SAXParserFactory
Creates a new instance of a SAXParser using the currently configured factory parameters.
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 class com.bluecast.xml.XMLDecoder
NMTOKEN - static field in class com.bluecast.xml.AttributeDefinition
NMTOKEN - static field in class com.bluecast.xml.Piccolo
NMTOKENS - static field in class com.bluecast.xml.AttributeDefinition
NMTOKENS - static field in class com.bluecast.xml.Piccolo
NOTATION - static field in class com.bluecast.xml.AttributeDefinition
NOTATION - static field in class com.bluecast.xml.Piccolo
NOTATION_START - static field in class com.bluecast.xml.Piccolo
notationDecl(String,String,String) - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a notation declaration.
notationDecl(String,String,String) - method in class org.xml.sax.DTDHandler
Receive notification of a notation declaration event.
notationDecl(String,String,String) - method in class org.xml.sax.HandlerBase
Receive notification of a notation declaration.
notationDecl(String,String,String) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter a notation declaration event.

O

open() - method in class com.bluecast.xml.DocumentEntity
open() - method in class com.bluecast.xml.Entity
OPEN_TAG - static field in class com.bluecast.xml.Piccolo
org.xml.sax - package
This package provides the core SAX APIs.
org.xml.sax.ext - package
This package contains interfaces to optional SAX2 handlers.
This package contains "helper" classes, including support for bootstrapping SAX-based applications.

P

PARAMETER - static field in class com.bluecast.xml.EntityManager
parse(File) - method in class javax.xml.parsers.DocumentBuilder
Parse the content of the given file as an XML document and return a new DOM org.w3c.dom.Document object.
parse(File,org.xml.sax.HandlerBase) - method in class javax.xml.parsers.SAXParser
Parse the content of the file specified as XML using the specified HandlerBase.
parse(File,org.xml.sax.helpers.DefaultHandler) - method in class javax.xml.parsers.SAXParser
Parse the content of the file specified as XML using the specified DefaultHandler.
parse(InputStream) - method in class javax.xml.parsers.DocumentBuilder
Parse the content of the given InputStream as an XML document and return a new DOM org.w3c.dom.Document object.
parse(InputStream,org.xml.sax.HandlerBase) - method in class javax.xml.parsers.SAXParser
Parse the content of the given java.io.InputStream instance as XML using the specified HandlerBase.
Parse the content of the given java.io.InputStream instance as XML using the specified HandlerBase.
Parse the content of the given java.io.InputStream instance as XML using the specified DefaultHandler.
Parse the content of the given java.io.InputStream instance as XML using the specified DefaultHandler.
parse(InputStream,String) - method in class javax.xml.parsers.DocumentBuilder
Parse the content of the given InputStream as an XML document and return a new DOM org.w3c.dom.Document object.
parse(org.xml.sax.InputSource) - method in class javax.xml.parsers.DocumentBuilder
Parse the content of the given input source as an XML document and return a new DOM org.w3c.dom.Document object.
parse(org.xml.sax.InputSource) - method in class org.xml.sax.Parser
Parse an XML document.
parse(org.xml.sax.InputSource) - method in class org.xml.sax.helpers.ParserAdapter
Parse an XML document.
parse(org.xml.sax.InputSource) - method in class com.bluecast.xml.Piccolo
Methods common to both SAX1 and SAX2
parse(org.xml.sax.InputSource) - method in class org.xml.sax.helpers.XMLFilterImpl
Parse a document.
parse(org.xml.sax.InputSource) - method in class org.xml.sax.XMLReader
Parse an XML document.
parse(org.xml.sax.InputSource) - method in class org.xml.sax.helpers.XMLReaderAdapter
Parse the document.
Parse the content given InputSource as XML using the specified HandlerBase.
Parse the content given InputSource as XML using the specified DefaultHandler.
parse(String) - method in class javax.xml.parsers.DocumentBuilder
Parse the content of the given URI as an XML document and return a new DOM org.w3c.dom.Document object.
parse(String) - method in class org.xml.sax.Parser
Parse an XML document from a system identifier (URI).
parse(String) - method in class org.xml.sax.helpers.ParserAdapter
Parse an XML document.
parse(String) - method in class com.bluecast.xml.Piccolo
Parse an XML document from a system identifier (URI).
parse(String) - method in class org.xml.sax.helpers.XMLFilterImpl
Parse a document.
parse(String) - method in class org.xml.sax.XMLReader
Parse an XML document from a system identifier (URI).
parse(String) - method in class org.xml.sax.helpers.XMLReaderAdapter
Parse the document.
parse(String,org.xml.sax.HandlerBase) - method in class javax.xml.parsers.SAXParser
Parse the content described by the giving Uniform Resource Identifier (URI) as XML using the specified HandlerBase.
Parse the content described by the giving Uniform Resource Identifier (URI) as XML using the specified DefaultHandler.
Parser - interface org.xml.sax.Parser
Basic interface for SAX (Simple API for XML) parsers.
ParserAdapter - class org.xml.sax.helpers.ParserAdapter
Adapt a SAX1 Parser as a SAX2 XMLReader.
ParserAdapter() - constructor for class org.xml.sax.helpers.ParserAdapter
Construct a new parser adapter.
ParserAdapter(org.xml.sax.Parser) - constructor for class org.xml.sax.helpers.ParserAdapter
Construct a new parser adapter.
Indicates a serious configuration error.
ParserConfigurationException() - constructor for class javax.xml.parsers.ParserConfigurationException
Create a new ParserConfigurationException with no detail mesage.
ParserConfigurationException(String) - constructor for class javax.xml.parsers.ParserConfigurationException
Create a new ParserConfigurationException with the String specified as an error message.
ParserFactory - class org.xml.sax.helpers.ParserFactory
Java-specific class for dynamically loading SAX parsers.
parseXMLDeclaration(char[],int,int) - method in class com.bluecast.xml.XMLInputReader
Call this to parse the XML declaration.
PCDATA - static field in class com.bluecast.xml.Piccolo
PERCENT - static field in class com.bluecast.xml.Piccolo
PI - static field in class com.bluecast.xml.Piccolo
Piccolo - class com.bluecast.xml.Piccolo
Piccolo is a small, high-performance SAX1 and SAX2 XML parser.
Piccolo() - constructor for class com.bluecast.xml.Piccolo
Piccolo(com.bluecast.xml.Piccolo) - constructor for class com.bluecast.xml.Piccolo
Create an instance with the same configuration as the given instance.
PIPE - static field in class com.bluecast.xml.Piccolo
PLUS - static field 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
popContext() - method in class org.xml.sax.helpers.NamespaceSupport
Revert to the previous Namespace context.
PREFIXED_NAME - static field in class com.bluecast.xml.Piccolo
Receive notification of a processing instruction.
processingInstruction(String,String) - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a processing instruction.
Receive notification of a processing instruction.
Receive notification of a processing instruction.
processingInstruction(String,String) - method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
processingInstruction(String,String) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter a processing instruction event.
processingInstruction(String,String) - method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 processing instruction event.
processName(String,parts[],boolean) - method in class org.xml.sax.helpers.NamespaceSupport
Process a raw XML 1.0 name, after all declarations in the current context have been handled by declarePrefix().
PUBLIC - static field 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
pushContext() - method in class org.xml.sax.helpers.NamespaceSupport
Start a new Namespace context.
Defines an external entity.
putInternal(String,String,int) - method in class com.bluecast.xml.EntityManager
Defines an internal entity.
Defines an unparsed entity.

Q

QUESTION - static field in class com.bluecast.xml.Piccolo

R

RBRACKET_END - static field in class com.bluecast.xml.Piccolo
read() - method in class com.bluecast.xml.XMLReaderReader
read() - method in class com.bluecast.xml.XMLStreamReader
read(char[]) - method in class com.bluecast.xml.XMLReaderReader
read(char[]) - method in class com.bluecast.xml.XMLStreamReader
read(char[],int,int) - method in class com.bluecast.xml.XMLReaderReader
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 - class com.bluecast.util.RecursionException
RecursionException() - constructor for class com.bluecast.util.RecursionException
RecursionException(String) - constructor for class com.bluecast.util.RecursionException
removeAttribute(int) - method in class com.bluecast.xml.AttributesHolder
Remove an attribute from the list.
removeAttribute(int) - method in class org.xml.sax.helpers.AttributesImpl
Remove an attribute from the list.
removeAttribute(String) - method in class org.xml.sax.helpers.AttributeListImpl
Remove an attribute from the list.
REQUIRED - static field in class com.bluecast.xml.AttributeDefinition
REQUIRED - static field in class com.bluecast.xml.Piccolo
reset() - method in class com.bluecast.xml.ASCIIXMLDecoder
reset() - method in class com.bluecast.io.CharsetDecoder
reset() - method in class com.bluecast.xml.FastNamespaceSupport
reset() - method in class com.bluecast.xml.ISO8859_1XMLDecoder
reset() - method in class org.xml.sax.helpers.NamespaceSupport
Reset this Namespace support object for reuse.
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() - method in class com.bluecast.xml.XMLReaderReader
reset() - method in class com.bluecast.xml.XMLStreamReader
reset(InputStream,String,boolean) - method in class com.bluecast.xml.XMLStreamReader
Reuses this XMLStreamReader for a different InputStream.
reset(org.xml.sax.InputSource) - method in class com.bluecast.xml.DocumentEntity
reset(Reader,boolean) - method in class com.bluecast.xml.XMLReaderReader
reset(String) - method in class com.bluecast.xml.DocumentEntity
resetInput() - method in class com.bluecast.xml.XMLInputReader
resolveEntity(String,String) - method in class org.xml.sax.helpers.DefaultHandler
Resolve an external entity.
resolveEntity(String,String) - method in class org.xml.sax.EntityResolver
Allow the application to resolve external entities.
resolveEntity(String,String) - method in class org.xml.sax.HandlerBase
Resolve an external entity.
resolveEntity(String,String) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter an external entity resolution.
resolveSystemID(String,String) - static method in class com.bluecast.xml.EntityManager
RPAREN - static field in class com.bluecast.xml.Piccolo

S

SAXException - class org.xml.sax.SAXException
Encapsulate a general SAX error or warning.
SAXException() - constructor for class org.xml.sax.SAXException
Create a new SAXException.
SAXException(Exception) - constructor for class org.xml.sax.SAXException
Create a new SAXException wrapping an existing exception.
SAXException(String) - constructor for class org.xml.sax.SAXException
Create a new SAXException.
SAXException(String,Exception) - constructor for class org.xml.sax.SAXException
Create a new SAXException from an existing exception.
Exception class for an unrecognized identifier.
SAXNotRecognizedException() - constructor for class org.xml.sax.SAXNotRecognizedException
Default constructor.
Construct a new exception with the given message.
Exception class for an unsupported operation.
SAXNotSupportedException() - constructor for class org.xml.sax.SAXNotSupportedException
Construct a new exception with no message.
Construct a new exception with the given message.
Encapsulate an XML parse error or warning.
Create a new SAXParseException from a message and a Locator.
Wrap an existing exception in a SAXParseException.
Create a new SAXParseException.
Create a new SAXParseException with an embedded exception.
SAXParser - class javax.xml.parsers.SAXParser
Defines the API that wraps an XMLReader implementation class.
SAXParser() - constructor for class javax.xml.parsers.SAXParser
SAXParserFactory - class javax.xml.parsers.SAXParserFactory
Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents.
SAXParserFactory() - constructor for class javax.xml.parsers.SAXParserFactory
Set an attribute in the list.
Set an attribute in the list.
setAttribute(String,Object) - method in class javax.xml.parsers.DocumentBuilderFactory
Allows the user to set specific attributes on the underlying implementation.
Set the attribute list, discarding previous contents.
setAttributes(org.xml.sax.Attributes) - method in class com.bluecast.xml.AttributesHolder
Copy an entire Attributes object.
setAttributes(org.xml.sax.Attributes) - method in class org.xml.sax.helpers.AttributesImpl
Copy an entire Attributes object.
setByteStream(InputStream) - method in class org.xml.sax.InputSource
Set the byte stream for this input source.
setCharacterStream(Reader) - method in class org.xml.sax.InputSource
Set the character stream for this input source.
setCoalescing(boolean) - method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will convert CDATA nodes to Text nodes and append it to the adjacent (if any) text node.
setColumnNumber(int) - method in class org.xml.sax.helpers.LocatorImpl
Set the column number for this locator (1-based).
setContentHandler(org.xml.sax.ContentHandler) - method in class org.xml.sax.helpers.ParserAdapter
Set the content handler.
setContentHandler(org.xml.sax.ContentHandler) - method in class com.bluecast.xml.Piccolo
Allow an application to register a content event handler.
setContentHandler(org.xml.sax.ContentHandler) - method in class org.xml.sax.helpers.XMLFilterImpl
Set the content event handler.
Allow an application to register a content event handler.
setDebug(boolean) - method in class com.bluecast.xml.Piccolo
Allow an application to register a document event handler.
setDocumentHandler(org.xml.sax.DocumentHandler) - method in class com.bluecast.xml.Piccolo
SAX1 methods
Register the SAX1 document event handler.
Receive an object for locating the origin of SAX document events.
setDocumentLocator(org.xml.sax.Locator) - method in class org.xml.sax.helpers.DefaultHandler
Receive a Locator object for document events.
Receive an object for locating the origin of SAX document events.
Receive a Locator object for document events.
setDocumentLocator(org.xml.sax.Locator) - method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
setDocumentLocator(org.xml.sax.Locator) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter a new document locator event.
setDocumentLocator(org.xml.sax.Locator) - method in class org.xml.sax.helpers.XMLReaderAdapter
Set a document locator.
setDTDHandler(org.xml.sax.DTDHandler) - method in class org.xml.sax.Parser
Allow an application to register a DTD event handler.
setDTDHandler(org.xml.sax.DTDHandler) - method in class org.xml.sax.helpers.ParserAdapter
Set the DTD handler.
setDTDHandler(org.xml.sax.DTDHandler) - method in class com.bluecast.xml.Piccolo
Allow an application to register a DTD event handler.
setDTDHandler(org.xml.sax.DTDHandler) - method in class org.xml.sax.helpers.XMLFilterImpl
Set the DTD event handler.
setDTDHandler(org.xml.sax.DTDHandler) - method in class org.xml.sax.XMLReader
Allow an application to register a DTD event handler.
setDTDHandler(org.xml.sax.DTDHandler) - method in class org.xml.sax.helpers.XMLReaderAdapter
Register the DTD event handler.
setEncoding(String) - method in class org.xml.sax.InputSource
Set the character encoding, if known.
Specify the EntityResolver to be used to resolve entities present in the XML document to be parsed.
Allow an application to register a custom entity resolver.
setEntityResolver(org.xml.sax.EntityResolver) - method in class org.xml.sax.helpers.ParserAdapter
Set the entity resolver.
setEntityResolver(org.xml.sax.EntityResolver) - method in class com.bluecast.xml.Piccolo
Allow an application to register an entity resolver.
setEntityResolver(org.xml.sax.EntityResolver) - method in class org.xml.sax.helpers.XMLFilterImpl
Set the entity resolver.
Allow an application to register an entity resolver.
Register the entity resolver.
Specify the ErrorHandler to be used to report errors present in the XML document to be parsed.
Allow an application to register an error event handler.
setErrorHandler(org.xml.sax.ErrorHandler) - method in class org.xml.sax.helpers.ParserAdapter
Set the error handler.
setErrorHandler(org.xml.sax.ErrorHandler) - method in class com.bluecast.xml.Piccolo
Allow an application to register an error event handler.
setErrorHandler(org.xml.sax.ErrorHandler) - method in class org.xml.sax.helpers.XMLFilterImpl
Set the error event handler.
Allow an application to register an error event handler.
setErrorHandler(org.xml.sax.ErrorHandler) - method in class org.xml.sax.helpers.XMLReaderAdapter
Register the error event handler.
Specifies that the parser produced by this code will expand entity reference nodes.
setFeature(String,boolean) - method in class com.bluecast.xml.JAXPSAXParserFactory
setFeature(String,boolean) - method in class org.xml.sax.helpers.ParserAdapter
Set a feature flag for the parser.
setFeature(String,boolean) - method in class com.bluecast.xml.Piccolo
Set the value of a feature flag.
setFeature(String,boolean) - method in class javax.xml.parsers.SAXParserFactory
Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.
setFeature(String,boolean) - method in class org.xml.sax.helpers.XMLFilterImpl
Set the value of a feature.
setFeature(String,boolean) - method in class org.xml.sax.XMLReader
Set the value of a feature flag.
setIgnoringComments(boolean) - method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will ignore comments.
Specifies that the parsers created by this factory must eliminate whitespace in element content (sometimes known loosely as 'ignorable whitespace') when parsing XML documents (see XML Rec 2.10).
setIndex(int) - method in class com.bluecast.util.IndexedObject
setIndex(int) - method in class com.bluecast.util.IndexedObjectImpl
setLineNumber(int) - method in class org.xml.sax.helpers.LocatorImpl
Set the line number for this locator (1-based).
setLocale(java.util.Locale) - method in class com.bluecast.xml.Piccolo
setLocale(Locale) - method in class org.xml.sax.Parser
Allow an application to request a locale for errors and warnings.
setLocale(Locale) - method in class org.xml.sax.helpers.XMLReaderAdapter
Set the locale for error reporting.
setLocalName(int,String) - method in class com.bluecast.xml.AttributesHolder
Set the local name of a specific attribute.
setLocalName(int,String) - method in class org.xml.sax.helpers.AttributesImpl
Set the local name of a specific attribute.
setName(String) - method in class com.bluecast.xml.ElementDefinition
setNamespaceAware(boolean) - method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will provide support for XML namespaces.
setNamespaceAware(boolean) - method in class com.bluecast.xml.JAXPSAXParserFactory
setNamespaceAware(boolean) - method in class javax.xml.parsers.SAXParserFactory
Specifies that the parser produced by this code will provide support for XML namespaces.
setObject(Object) - method in class com.bluecast.util.IndexedObject
setObject(Object) - method in class com.bluecast.util.IndexedObjectImpl
setParent(org.xml.sax.XMLReader) - method in class org.xml.sax.XMLFilter
Set the parent reader.
setParent(org.xml.sax.XMLReader) - method in class org.xml.sax.helpers.XMLFilterImpl
Set the parent reader.
setProperty(String,Object) - method in class org.xml.sax.helpers.ParserAdapter
Set a parser property.
setProperty(String,Object) - method in class com.bluecast.xml.Piccolo
Set the value of a property.
setProperty(String,Object) - method in class javax.xml.parsers.SAXParser
Sets the particular property in the underlying implementation of XMLReader.
setProperty(String,Object) - method in class org.xml.sax.helpers.XMLFilterImpl
Set the value of a property.
setProperty(String,Object) - method in class org.xml.sax.XMLReader
Set the value of a property.
setPublicId(String) - method in class org.xml.sax.InputSource
Set the public identifier for this input source.
setPublicId(String) - method in class org.xml.sax.helpers.LocatorImpl
Set the public identifier for this locator.
setQName(int,String) - method in class com.bluecast.xml.AttributesHolder
Set the qualified name of a specific attribute.
setQName(int,String) - method in class org.xml.sax.helpers.AttributesImpl
Set the qualified name of a specific attribute.
setResolver(org.xml.sax.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 class com.bluecast.xml.Entity
setSystemId(String) - method in class org.xml.sax.InputSource
Set the system identifier for this input source.
setSystemId(String) - method in class org.xml.sax.helpers.LocatorImpl
Set the system identifier for this locator.
setType(int,String) - method in class com.bluecast.xml.AttributesHolder
Set the type of a specific attribute.
setType(int,String) - method in class org.xml.sax.helpers.AttributesImpl
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.
setURI(int,String) - method in class org.xml.sax.helpers.AttributesImpl
Set the Namespace URI of a specific attribute.
setValidating(boolean) - method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will validate documents as they are parsed.
setValidating(boolean) - method in class com.bluecast.xml.JAXPSAXParserFactory
setValidating(boolean) - method in class javax.xml.parsers.SAXParserFactory
Specifies that the parser produced by this code will validate documents as they are parsed.
setValue(int,String) - method in class com.bluecast.xml.AttributesHolder
Set the value of a specific attribute.
setValue(int,String) - method in class org.xml.sax.helpers.AttributesImpl
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 field in class com.bluecast.xml.Piccolo
skippedEntity(String) - method in class org.xml.sax.ContentHandler
Receive notification of a skipped entity.
skippedEntity(String) - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a skipped entity.
skippedEntity(String) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter a skipped entity event.
skippedEntity(String) - method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 skipped entity event.
STAR - static field in class com.bluecast.xml.Piccolo
startCDATA() - method in class org.xml.sax.ext.LexicalHandler
Report the start of a CDATA section.
startDocument() - method in class org.xml.sax.ContentHandler
Receive notification of the beginning of a document.
startDocument() - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the beginning of the document.
startDocument() - method in class org.xml.sax.DocumentHandler
Receive notification of the beginning of a document.
startDocument() - method in class org.xml.sax.HandlerBase
Receive notification of the beginning of the document.
startDocument() - method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
startDocument() - method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start document event.
startDocument() - method in class org.xml.sax.helpers.XMLReaderAdapter
Start document event.
startDTD(String,String,String) - method in class org.xml.sax.ext.LexicalHandler
Report the start of DTD declarations, if any.
Receive notification of the beginning of an element.
Receive notification of the start of an element.
Adapter implementation method; do not call.
Receive notification of the beginning of an element.
Receive notification of the start of an element.
Filter a start element event.
Adapt a SAX2 start element event.
startEntity(String) - method in class org.xml.sax.ext.LexicalHandler
Report the beginning of some internal and external XML entities.
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String,String) - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of a Namespace mapping.
startPrefixMapping(String,String) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start Namespace prefix mapping event.
startPrefixMapping(String,String) - method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 start prefix mapping event.
STRING - static field in class com.bluecast.xml.Piccolo
StringStack - class com.bluecast.util.StringStack
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 class com.bluecast.xml.Entity
SYSTEM - static field in class com.bluecast.xml.Piccolo

T

TAG_END - static field in class com.bluecast.xml.Piccolo
toString() - method in class org.xml.sax.SAXException
Override toString to pick up any embedded exception.

U

A decoder for big-endian Unicode text.
A decoder for little-endian Unicode text.
Receive notification of an unparsed entity declaration.
Receive notification of an unparsed entity declaration event.
Receive notification of an unparsed entity declaration.
Filter an unparsed entity declaration event.
UNPREFIXED_NAME - static field in class com.bluecast.xml.Piccolo
UTF8XMLDecoder - class com.bluecast.xml.UTF8XMLDecoder
A decoder for UTF-8 text.

W

warning(org.xml.sax.SAXParseException) - method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a parser warning.
Receive notification of a warning.
Receive notification of a parser warning.
warning(org.xml.sax.SAXParseException) - method in class org.xml.sax.helpers.XMLFilterImpl
Filter a warning event.
WHITESPACE - static field in class com.bluecast.xml.Piccolo

X

XML_DOC_DECL - static field in class com.bluecast.xml.Piccolo
XML_DOC_OR_TEXT_DECL - static field in class com.bluecast.xml.Piccolo
XML_TEXT_DECL - static field in class com.bluecast.xml.Piccolo
XMLDecoder - interface com.bluecast.xml.XMLDecoder
Converts bytes to characters while checking for valid XML characters
XMLDecoderFactory - class com.bluecast.xml.XMLDecoderFactory
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.
XMLFilter - interface org.xml.sax.XMLFilter
Interface for an XML filter.
XMLFilterImpl - class org.xml.sax.helpers.XMLFilterImpl
Base class for deriving an XML filter.
XMLFilterImpl() - constructor for class org.xml.sax.helpers.XMLFilterImpl
Construct an empty XML filter, with no parent.
XMLFilterImpl(org.xml.sax.XMLReader) - constructor for class org.xml.sax.helpers.XMLFilterImpl
Construct an XML filter with the specified parent.
XMLInputReader - class com.bluecast.xml.XMLInputReader
A Reader for XML documents the proper character set to use based on Byte Order Marks and XML declarations.
XMLNS - static field in class com.bluecast.xml.FastNamespaceSupport
XMLNS - static field in class org.xml.sax.helpers.NamespaceSupport
The XML Namespace URI as a constant.
XMLReader - interface org.xml.sax.XMLReader
Interface for reading an XML document using callbacks.
XMLReaderAdapter - class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 XMLReader as a SAX1 Parser.
XMLReaderAdapter() - constructor for class org.xml.sax.helpers.XMLReaderAdapter
Create a new adapter.
XMLReaderAdapter(org.xml.sax.XMLReader) - constructor for class org.xml.sax.helpers.XMLReaderAdapter
Create a new adapter.
XMLReaderFactory - class org.xml.sax.helpers.XMLReaderFactory
Factory for creating an XML reader.
XMLReaderReader - class com.bluecast.xml.XMLReaderReader
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 com.bluecast.xml.XMLStreamReader
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 field in class com.bluecast.xml.Piccolo