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

A

ANY - Static variable in class com.bluecast.xml.Piccolo
 
ASCIIXMLDecoder - class com.bluecast.xml.ASCIIXMLDecoder.
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 com.bluecast.xml.AttributeDefinition.
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
 
AttributeList - interface org.xml.sax.AttributeList.
Deprecated. This interface has been replaced by the SAX2 Attributes interface, which includes Namespace support.
AttributeListImpl - class org.xml.sax.helpers.AttributeListImpl.
Deprecated. This class implements a deprecated interface, AttributeList; that interface has been replaced by Attributes, which is implemented in the AttributesImpl helper class.
AttributeListImpl() - Constructor for class org.xml.sax.helpers.AttributeListImpl
Deprecated. Create an empty attribute list.
AttributeListImpl(AttributeList) - Constructor for class org.xml.sax.helpers.AttributeListImpl
Deprecated. 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(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(Attributes) - Constructor for class org.xml.sax.helpers.AttributesImpl
Copy an existing Attributes object.
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
 
addAttribute(String, String, String) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Add an attribute to an attribute list.
addAttribute(String, String, String, String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Add an attribute to the end of the list.
attributeDecl(String, String, String, String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report an attribute type declaration.

C

CDATA - Static variable in class com.bluecast.xml.AttributeDefinition
 
CDATA - Static variable in class com.bluecast.xml.Piccolo
 
CLOSE_TAG - Static variable in class com.bluecast.xml.Piccolo
 
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
 
CharStringConverter - class com.bluecast.util.CharStringConverter.
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
 
CharsetDecoder - interface com.bluecast.io.CharsetDecoder.
Converts bytes to characters.
ContentHandler - interface org.xml.sax.ContentHandler.
Receive notification of the logical content of a document.
charArrayValue() - Method in class com.bluecast.xml.DocumentEntity
 
charArrayValue() - Method in interface com.bluecast.xml.Entity
 
characters(char[], int, int) - Method in interface org.xml.sax.ContentHandler
Receive notification of character data.
characters(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of character data.
characters(char[], int, int) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of character data inside an element.
characters(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of character data inside an element.
characters(char[], int, int) - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
characters(char[], int, int) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a character data event.
characters(char[], int, int) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 characters event.
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
 
clear() - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Clear the attribute list.
clear() - Method in class org.xml.sax.helpers.AttributesImpl
Clear the attribute list for reuse.
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
 
column - Variable in class com.bluecast.io.FileFormatException
 
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.
comment(char[], int, int) - Method in interface org.xml.sax.ext.LexicalHandler
Report an XML comment anywhere in the 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

DOUBLE_RBRACKET_END - Static variable in class com.bluecast.xml.Piccolo
 
DTDHandler - interface org.xml.sax.DTDHandler.
Receive notification of basic DTD-related events.
DTD_START - Static variable in class com.bluecast.xml.Piccolo
 
DTD_START_SKIPEXTERNAL - Static variable in class com.bluecast.xml.Piccolo
 
DeclHandler - interface org.xml.sax.ext.DeclHandler.
SAX2 extension handler for DTD declaration events.
DefaultHandler - class org.xml.sax.helpers.DefaultHandler.
Default base class for SAX2 event handlers.
DefaultHandler() - Constructor for class org.xml.sax.helpers.DefaultHandler
 
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
 
DocumentBuilderFactory - class javax.xml.parsers.DocumentBuilderFactory.
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(String) - Constructor for class com.bluecast.xml.DocumentEntity
 
DocumentEntity(InputSource) - Constructor for class com.bluecast.xml.DocumentEntity
 
DocumentHandler - interface org.xml.sax.DocumentHandler.
Deprecated. This interface has been replaced by the SAX2 ContentHandler interface, which includes Namespace support.
DuplicateKeyException - exception com.bluecast.util.DuplicateKeyException.
 
DuplicateKeyException() - Constructor for class com.bluecast.util.DuplicateKeyException
 
DuplicateKeyException(String) - Constructor for class com.bluecast.util.DuplicateKeyException
 
data - Variable 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.
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.UTF8XMLDecoder
 
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
 

E

ELEMENT_DECL_START - Static variable in class com.bluecast.xml.Piccolo
 
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 - 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
 
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
 
EXTERNAL_ENTITY_REF - Static variable in class com.bluecast.xml.Piccolo
 
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
 
Entity - interface com.bluecast.xml.Entity.
 
EntityManager - class com.bluecast.xml.EntityManager.
 
EntityManager() - Constructor for class com.bluecast.xml.EntityManager
 
EntityManager(EntityResolver) - Constructor for class com.bluecast.xml.EntityManager
 
EntityResolver - interface org.xml.sax.EntityResolver.
Basic interface for resolving entities.
ErrorHandler - interface org.xml.sax.ErrorHandler.
Basic interface for SAX error handlers.
elementDecl(String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report an element type declaration.
endCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
Report the end of a CDATA section.
endDTD() - Method in interface org.xml.sax.ext.LexicalHandler
Report the end of DTD declarations.
endDocument() - Method in interface org.xml.sax.ContentHandler
Receive notification of the end of a document.
endDocument() - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the end of a document.
endDocument() - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the end of the 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.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.
endElement(String, String, String) - Method in interface org.xml.sax.ContentHandler
Receive notification of the end of an element.
endElement(String) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the end of an element.
endElement(String) - Method in class org.xml.sax.HandlerBase
Deprecated. 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) - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
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 interface org.xml.sax.ext.LexicalHandler
Report the end of an entity.
endPrefixMapping(String) - Method in interface 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.
equals(Object) - Method in class com.bluecast.util.IndexedObjectImpl
 
error(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
Receive notification of a recoverable error.
error(SAXParseException) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of a recoverable parser error.
error(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a recoverable parser error.
error(SAXParseException) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an error event.
externalEntityDecl(String, String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report a parsed external entity declaration.

F

FIXED - Static variable in class com.bluecast.xml.AttributeDefinition
 
FIXED - Static variable in class com.bluecast.xml.Piccolo
 
FactoryConfigurationError - error javax.xml.parsers.FactoryConfigurationError.
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(String) - Constructor for class javax.xml.parsers.FactoryConfigurationError
Create a new FactoryConfigurationError with the String specified as an error message.
FactoryConfigurationError(Exception) - Constructor for class javax.xml.parsers.FactoryConfigurationError
Create a new FactoryConfigurationError with a given Exception base cause of the error.
FactoryConfigurationError(Exception, String) - Constructor for class javax.xml.parsers.FactoryConfigurationError
Create a new FactoryConfigurationError with the given Exception base cause and detail message.
FactoryServiceFinder - class com.bluecast.util.FactoryServiceFinder.
This class can enumerate all the Providers of a particular Service.
FactoryServiceFinder() - Constructor for class com.bluecast.util.FactoryServiceFinder
 
FastNamespaceSupport - class com.bluecast.xml.FastNamespaceSupport.
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 com.bluecast.io.FileFormatException.
 
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
 
fatalError(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
Receive notification of a non-recoverable error.
fatalError(SAXParseException) - Method in class org.xml.sax.HandlerBase
Deprecated. Report a fatal XML parsing error.
fatalError(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
Report a fatal XML parsing error.
fatalError(SAXParseException) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a fatal error event.
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.

G

GENERAL - Static variable 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
 
getByID(Entity, String, String) - Method in class com.bluecast.xml.EntityManager
 
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 com.bluecast.xml.Piccolo
 
getColumnNumber() - Method in interface org.xml.sax.Locator
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.
getColumnNumber() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved column number (1-based).
getContentHandler() - Method in class com.bluecast.xml.Piccolo
SAX2 methods
getContentHandler() - Method in interface org.xml.sax.XMLReader
Return the current content handler.
getContentHandler() - Method in class org.xml.sax.helpers.ParserAdapter
Return the current content handler.
getContentHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the content event 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
 
getDOMImplementation() - Method in class javax.xml.parsers.DocumentBuilder
Obtain an instance of a DOMImplementation object.
getDTDHandler() - Method in class com.bluecast.xml.Piccolo
 
getDTDHandler() - Method in interface org.xml.sax.XMLReader
Return the current DTD handler.
getDTDHandler() - Method in class org.xml.sax.helpers.ParserAdapter
Return the current DTD handler.
getDTDHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the current DTD event handler.
getDeclaredEncoding() - Method in class com.bluecast.xml.DocumentEntity
 
getDeclaredEncoding() - Method in interface 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
 
getEncoding() - Method in class com.bluecast.xml.XMLStreamReader
Returns the character set being used by the reader.
getEncoding() - Method in class org.xml.sax.InputSource
Get the character encoding for a byte stream or URI.
getEntityResolver() - Method in class com.bluecast.xml.Piccolo
 
getEntityResolver() - Method in interface org.xml.sax.XMLReader
Return the current entity resolver.
getEntityResolver() - Method in class org.xml.sax.helpers.ParserAdapter
Return the current entity resolver.
getEntityResolver() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the current entity resolver.
getErrorHandler() - Method in class com.bluecast.xml.Piccolo
 
getErrorHandler() - Method in interface org.xml.sax.XMLReader
Return the current error handler.
getErrorHandler() - Method in class org.xml.sax.helpers.ParserAdapter
Return the current error handler.
getErrorHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
Get the current error event 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 com.bluecast.xml.Piccolo
 
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 interface org.xml.sax.XMLReader
Look up the value of a feature flag.
getFeature(String) - Method in class org.xml.sax.helpers.ParserAdapter
Check a parser feature flag.
getFeature(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Look up the value of a feature.
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.
getIndex(String, String) - Method in interface org.xml.sax.Attributes
Look up the index of an attribute by Namespace name.
getIndex(String) - Method in interface org.xml.sax.Attributes
Look up the index of an attribute by XML 1.0 qualified name.
getIndex(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's index by Namespace name.
getIndex(String) - Method in class org.xml.sax.helpers.AttributesImpl
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.
getLength() - Method in interface org.xml.sax.AttributeList
Deprecated. Return the number of attributes in this list.
getLength() - Method in interface org.xml.sax.Attributes
Return the number of attributes in the list.
getLength() - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. 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 com.bluecast.xml.Piccolo
 
getLineNumber() - Method in interface org.xml.sax.Locator
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.
getLineNumber() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved line number (1-based).
getLocalName() - Method in class com.bluecast.xml.AttributeDefinition
 
getLocalName(int) - Method in class com.bluecast.xml.AttributesHolder
Return an attribute's local name.
getLocalName(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's local name by index.
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(int) - Method in class com.bluecast.xml.AttributesHolder
Return an attributes XML 1.0 name.
getName() - Method in class com.bluecast.xml.ElementDefinition
 
getName(int) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the name of an attribute in this list (by position).
getName(int) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Get the name of an attribute (by position).
getObject() - Method in interface com.bluecast.util.IndexedObject
 
getObject() - Method in class com.bluecast.util.IndexedObjectImpl
 
getParent() - Method in interface 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 com.bluecast.xml.Piccolo
 
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 interface org.xml.sax.XMLReader
Look up the value of a property.
getProperty(String) - Method in class org.xml.sax.helpers.ParserAdapter
Get a parser property.
getProperty(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Look up the value of a property.
getPublicID() - Method in class com.bluecast.xml.DocumentEntity
 
getPublicID() - Method in interface com.bluecast.xml.Entity
 
getPublicId() - Method in class com.bluecast.xml.Piccolo
 
getPublicId() - Method in class org.xml.sax.InputSource
Get the public identifier for this input source.
getPublicId() - Method in interface org.xml.sax.Locator
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.
getPublicId() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved public identifier.
getQName() - Method in class com.bluecast.xml.AttributeDefinition
 
getQName(int) - Method in class com.bluecast.xml.AttributesHolder
Return an attribute's qualified (prefixed) name.
getQName(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's XML 1.0 qualified name by index.
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 interface com.bluecast.xml.Entity
 
getResolver() - Method in class com.bluecast.xml.EntityManager
 
getSystemID() - Method in class com.bluecast.xml.DocumentEntity
 
getSystemID() - Method in interface com.bluecast.xml.Entity
 
getSystemId() - Method in class com.bluecast.xml.Piccolo
 
getSystemId() - Method in class org.xml.sax.InputSource
Get the system identifier for this input source.
getSystemId() - Method in interface org.xml.sax.Locator
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.
getSystemId() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved system identifier.
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.
getType(int) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the type of an attribute in the list (by position).
getType(String) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the type of an attribute in the list (by name).
getType(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by index.
getType(String, String) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by Namespace name.
getType(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by XML 1.0 qualified name.
getType(int) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Get the type of an attribute (by position).
getType(String) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Get the type of an attribute (by name).
getType(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's type by index.
getType(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's type by Namespace-qualified name.
getType(String) - Method in class org.xml.sax.helpers.AttributesImpl
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
 
getURI(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's Namespace URI by index.
getURI(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's Namespace URI.
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 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.
getValue(int) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the value of an attribute in the list (by position).
getValue(String) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the value of an attribute in the list (by name).
getValue(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by index.
getValue(String, String) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by Namespace name.
getValue(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by XML 1.0 qualified name.
getValue(int) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Get the value of an attribute (by position).
getValue(String) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Get the value of an attribute (by name).
getValue(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's value by index.
getValue(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's value by Namespace-qualified name.
getValue(String) - Method in class org.xml.sax.helpers.AttributesImpl
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
 
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 interface 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.
Deprecated. This class works with the deprecated DocumentHandler interface. It has been replaced by the SAX2 DefaultHandler class.
HandlerBase() - Constructor for class org.xml.sax.HandlerBase
Deprecated.  

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
 
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
 
INTERNAL_ENTITY_REF - Static variable in class com.bluecast.xml.Piccolo
 
ISO8859_1XMLDecoder - class com.bluecast.xml.ISO8859_1XMLDecoder.
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
 
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(String) - Constructor for class org.xml.sax.InputSource
Create a new input source with a system identifier.
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.
IntStack - class com.bluecast.util.IntStack.
A stack of native ints.
IntStack(int) - Constructor for class com.bluecast.util.IntStack
 
ignorableWhitespace(char[], int, int) - Method in interface org.xml.sax.ContentHandler
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an ignorable whitespace event.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 ignorable whitespace event.
internalEntityDecl(String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report an internal entity declaration.
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.
isIgnoringElementContentWhitespace() - Method in class javax.xml.parsers.DocumentBuilderFactory
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 interface 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.
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
 
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

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

L

LBRACKET - Static variable in class com.bluecast.xml.Piccolo
 
LPAREN - Static variable in class com.bluecast.xml.Piccolo
 
LexicalHandler - interface org.xml.sax.ext.LexicalHandler.
SAX2 extension handler for lexical events.
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(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
 
length - Variable in class com.bluecast.xml.AttributesHolder
 
line - Variable in class com.bluecast.io.FileFormatException
 

M

MODIFIER - Static variable in class com.bluecast.xml.Piccolo
 
makeParser() - Static method in class org.xml.sax.helpers.ParserFactory
Deprecated. Create a new SAX parser using the `org.xml.sax.parser' system property.
makeParser(String) - Static method in class org.xml.sax.helpers.ParserFactory
Deprecated. 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 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.UTF8XMLDecoder
 
maxBytesPerChar() - Method in class com.bluecast.xml.UnicodeBigXMLDecoder
 
maxBytesPerChar() - Method in class com.bluecast.xml.UnicodeLittleXMLDecoder
 
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.UTF8XMLDecoder
 
minBytesPerChar() - Method in class com.bluecast.xml.UnicodeBigXMLDecoder
 
minBytesPerChar() - Method in class com.bluecast.xml.UnicodeLittleXMLDecoder
 

N

NAME - Static variable in class com.bluecast.xml.Piccolo
 
NDATA - Static variable in class com.bluecast.xml.Piccolo
 
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
 
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.
newDocument() - Method in class javax.xml.parsers.DocumentBuilder
Obtain a new instance of a 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() - Method in interface com.bluecast.io.CharsetDecoder
 
newInstance() - Method in class com.bluecast.xml.ASCIIXMLDecoder
 
newInstance() - Method in class com.bluecast.xml.ISO8859_1XMLDecoder
 
newInstance() - Method in class com.bluecast.xml.UTF8XMLDecoder
 
newInstance() - Method in class com.bluecast.xml.UnicodeBigXMLDecoder
 
newInstance() - Method in class com.bluecast.xml.UnicodeLittleXMLDecoder
 
newInstance() - Static method in class javax.xml.parsers.DocumentBuilderFactory
Obtain a new instance of a DocumentBuilderFactory.
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.
notationDecl(String, String, String) - Method in interface org.xml.sax.DTDHandler
Receive notification of a notation declaration event.
notationDecl(String, String, String) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of a notation declaration.
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.helpers.XMLFilterImpl
Filter a notation declaration event.

O

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

P

PARAMETER - Static variable in class com.bluecast.xml.EntityManager
 
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
 
PIPE - Static variable in class com.bluecast.xml.Piccolo
 
PLUS - Static variable in class com.bluecast.xml.Piccolo
 
PREFIXED_NAME - Static variable in class com.bluecast.xml.Piccolo
 
PUBLIC - Static variable in class com.bluecast.xml.Piccolo
 
Parser - interface org.xml.sax.Parser.
Deprecated. This interface has been replaced by the SAX2 XMLReader interface, which includes Namespace support.
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(Parser) - Constructor for class org.xml.sax.helpers.ParserAdapter
Construct a new parser adapter.
ParserConfigurationException - exception javax.xml.parsers.ParserConfigurationException.
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.
Deprecated. This class works with the deprecated Parser interface.
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(Piccolo) - Constructor for class com.bluecast.xml.Piccolo
Create an instance with the same configuration as the given instance.
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
 
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 Document object.
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 Document object.
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 Document object.
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 Document object.
parse(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 Document object.
parse(InputStream, HandlerBase) - Method in class javax.xml.parsers.SAXParser
Parse the content of the given InputStream instance as XML using the specified HandlerBase.
parse(InputStream, HandlerBase, String) - Method in class javax.xml.parsers.SAXParser
Parse the content of the given InputStream instance as XML using the specified HandlerBase.
parse(InputStream, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
Parse the content of the given InputStream instance as XML using the specified DefaultHandler.
parse(InputStream, DefaultHandler, String) - Method in class javax.xml.parsers.SAXParser
Parse the content of the given InputStream instance as XML using the specified DefaultHandler.
parse(String, 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(String, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
Parse the content described by the giving Uniform Resource Identifier (URI) as XML using the specified DefaultHandler.
parse(File, HandlerBase) - Method in class javax.xml.parsers.SAXParser
Parse the content of the file specified as XML using the specified HandlerBase.
parse(File, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
Parse the content of the file specified as XML using the specified DefaultHandler.
parse(InputSource, HandlerBase) - Method in class javax.xml.parsers.SAXParser
Parse the content given InputSource as XML using the specified HandlerBase.
parse(InputSource, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
Parse the content given InputSource as XML using the specified DefaultHandler.
parse(InputSource) - Method in interface org.xml.sax.Parser
Deprecated. Parse an XML document.
parse(String) - Method in interface org.xml.sax.Parser
Deprecated. Parse an XML document from a system identifier (URI).
parse(InputSource) - Method in interface org.xml.sax.XMLReader
Parse an XML document.
parse(String) - Method in interface org.xml.sax.XMLReader
Parse an XML document from a system identifier (URI).
parse(String) - Method in class org.xml.sax.helpers.ParserAdapter
Parse an XML document.
parse(InputSource) - Method in class org.xml.sax.helpers.ParserAdapter
Parse an XML document.
parse(InputSource) - Method in class org.xml.sax.helpers.XMLFilterImpl
Parse a document.
parse(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Parse a document.
parse(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Parse the document.
parse(InputSource) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Parse the document.
parseXMLDeclaration(char[], int, int) - Method in class com.bluecast.xml.XMLInputReader
Call this to parse the XML declaration.
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.
processName(String, String[], boolean) - Method in class com.bluecast.xml.FastNamespaceSupport
 
processName(String, String[], 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().
processingInstruction(String, String) - Method in interface org.xml.sax.ContentHandler
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
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.
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.
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
 
REQUIRED - Static variable in class com.bluecast.xml.AttributeDefinition
 
REQUIRED - Static variable in class com.bluecast.xml.Piccolo
 
RPAREN - Static variable in class com.bluecast.xml.Piccolo
 
RecursionException - exception com.bluecast.util.RecursionException.
 
RecursionException(String) - Constructor for class com.bluecast.util.RecursionException
 
RecursionException() - Constructor for class com.bluecast.util.RecursionException
 
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
 
removeAttribute(int) - Method in class com.bluecast.xml.AttributesHolder
Remove an attribute from the list.
removeAttribute(String) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Remove an attribute from the list.
removeAttribute(int) - Method in class org.xml.sax.helpers.AttributesImpl
Remove an attribute from the list.
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(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
 
reset() - Method in class org.xml.sax.helpers.NamespaceSupport
Reset this Namespace support object for reuse.
resetInput() - Method in class com.bluecast.xml.XMLInputReader
 
resolveEntity(String, String) - Method in interface org.xml.sax.EntityResolver
Allow the application to resolve external entities.
resolveEntity(String, String) - Method in class org.xml.sax.HandlerBase
Deprecated. Resolve an external entity.
resolveEntity(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
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
 

S

SAXException - exception org.xml.sax.SAXException.
Encapsulate a general SAX error or warning.
SAXException() - Constructor for class org.xml.sax.SAXException
Create a new SAXException.
SAXException(String) - 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, Exception) - Constructor for class org.xml.sax.SAXException
Create a new SAXException from an existing exception.
SAXNotRecognizedException - exception org.xml.sax.SAXNotRecognizedException.
Exception class for an unrecognized identifier.
SAXNotRecognizedException() - Constructor for class org.xml.sax.SAXNotRecognizedException
Default constructor.
SAXNotRecognizedException(String) - Constructor for class org.xml.sax.SAXNotRecognizedException
Construct a new exception with the given message.
SAXNotSupportedException - exception org.xml.sax.SAXNotSupportedException.
Exception class for an unsupported operation.
SAXNotSupportedException() - Constructor for class org.xml.sax.SAXNotSupportedException
Construct a new exception with no message.
SAXNotSupportedException(String) - Constructor for class org.xml.sax.SAXNotSupportedException
Construct a new exception with the given message.
SAXParseException - exception org.xml.sax.SAXParseException.
Encapsulate an XML parse error or warning.
SAXParseException(String, Locator) - Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException from a message and a Locator.
SAXParseException(String, Locator, Exception) - Constructor for class org.xml.sax.SAXParseException
Wrap an existing exception in a SAXParseException.
SAXParseException(String, String, String, int, int) - Constructor for class org.xml.sax.SAXParseException
Create a new SAXParseException.
SAXParseException(String, String, String, int, int, Exception) - Constructor for class org.xml.sax.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
 
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
 
SYSTEM - Static variable 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
 
setAttribute(int, String, String, String, String, String) - Method in class com.bluecast.xml.AttributesHolder
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.
setAttribute(int, String, String, String, String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set an attribute in the list.
setAttributeList(AttributeList) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Set the attribute list, discarding previous contents.
setAttributes(Attributes) - Method in class com.bluecast.xml.AttributesHolder
Copy an entire Attributes object.
setAttributes(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(ContentHandler) - Method in class com.bluecast.xml.Piccolo
 
setContentHandler(ContentHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a content event handler.
setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the content handler.
setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the content event handler.
setDTDHandler(DTDHandler) - Method in class com.bluecast.xml.Piccolo
 
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the DTD handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the DTD event handler.
setDebug(boolean) - Method in class com.bluecast.xml.Piccolo
 
setDocumentHandler(DocumentHandler) - Method in class com.bluecast.xml.Piccolo
SAX1 methods
setDocumentHandler(DocumentHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a document event handler.
setDocumentHandler(DocumentHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the SAX1 document event handler.
setDocumentLocator(Locator) - Method in interface org.xml.sax.ContentHandler
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.DefaultHandler
Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a new document locator event.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Set a document locator.
setEncoding(String) - Method in class org.xml.sax.InputSource
Set the character encoding, if known.
setEntityResolver(EntityResolver) - Method in class com.bluecast.xml.Piccolo
 
setEntityResolver(EntityResolver) - Method in class javax.xml.parsers.DocumentBuilder
Specify the EntityResolver to be used to resolve entities present in the XML document to be parsed.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a custom entity resolver.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.XMLReader
Allow an application to register an entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.ParserAdapter
Set the entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the entity resolver.
setErrorHandler(ErrorHandler) - Method in class com.bluecast.xml.Piccolo
 
setErrorHandler(ErrorHandler) - Method in class javax.xml.parsers.DocumentBuilder
Specify the ErrorHandler to be used to report errors present in the XML document to be parsed.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the error handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the error event handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the error event handler.
setExpandEntityReferences(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
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 com.bluecast.xml.Piccolo
 
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 interface org.xml.sax.XMLReader
Set the value of a feature flag.
setFeature(String, boolean) - Method in class org.xml.sax.helpers.ParserAdapter
Set a feature flag for the parser.
setFeature(String, boolean) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the value of a feature.
setIgnoringComments(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will ignore comments.
setIgnoringElementContentWhitespace(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
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 interface 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).
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.
setLocale(Locale) - Method in class com.bluecast.xml.Piccolo
 
setLocale(Locale) - Method in interface org.xml.sax.Parser
Deprecated. 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.
setName(String) - Method in class com.bluecast.xml.ElementDefinition
 
setNamespaceAware(boolean) - Method in class com.bluecast.xml.JAXPSAXParserFactory
 
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 javax.xml.parsers.SAXParserFactory
Specifies that the parser produced by this code will provide support for XML namespaces.
setObject(Object) - Method in interface com.bluecast.util.IndexedObject
 
setObject(Object) - Method in class com.bluecast.util.IndexedObjectImpl
 
setParent(XMLReader) - Method in interface org.xml.sax.XMLFilter
Set the parent reader.
setParent(XMLReader) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the parent reader.
setProperty(String, Object) - Method in class com.bluecast.xml.Piccolo
 
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 interface org.xml.sax.XMLReader
Set the value of a property.
setProperty(String, Object) - Method in class org.xml.sax.helpers.ParserAdapter
Set a parser property.
setProperty(String, Object) - Method in class org.xml.sax.helpers.XMLFilterImpl
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(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
 
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 com.bluecast.xml.JAXPSAXParserFactory
 
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 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
 
skippedEntity(String) - Method in interface 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.
startCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
Report the start of a CDATA section.
startDTD(String, String, String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the start of DTD declarations, if any.
startDocument() - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of a document.
startDocument() - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the beginning of a document.
startDocument() - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the beginning of the 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.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.
startElement(String, String, String, Attributes) - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the start of an element.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of an element.
startElement(String, AttributeList) - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start element event.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 start element event.
startEntity(String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the beginning of some internal and external XML entities.
startPrefixMapping(String, String) - Method in interface org.xml.sax.ContentHandler
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.
stringValue() - Method in class com.bluecast.xml.DocumentEntity
 
stringValue() - Method in interface com.bluecast.xml.Entity
 

T

TAG_END - Static variable in class com.bluecast.xml.Piccolo
 
toString() - Method in class org.xml.sax.SAXException
Override toString to pick up any embedded exception.

U

UNPREFIXED_NAME - Static variable in class com.bluecast.xml.Piccolo
 
UTF8XMLDecoder - class com.bluecast.xml.UTF8XMLDecoder.
A decoder for UTF-8 text.
UTF8XMLDecoder() - Constructor for class com.bluecast.xml.UTF8XMLDecoder
 
UnicodeBigXMLDecoder - class com.bluecast.xml.UnicodeBigXMLDecoder.
A decoder for big-endian Unicode text.
UnicodeBigXMLDecoder() - Constructor for class com.bluecast.xml.UnicodeBigXMLDecoder
 
UnicodeLittleXMLDecoder - class com.bluecast.xml.UnicodeLittleXMLDecoder.
A decoder for little-endian Unicode text.
UnicodeLittleXMLDecoder() - Constructor for class com.bluecast.xml.UnicodeLittleXMLDecoder
 
unparsedEntityDecl(String, String, String, String) - Method in interface org.xml.sax.DTDHandler
Receive notification of an unparsed entity declaration event.
unparsedEntityDecl(String, String, String, String) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of an unparsed entity declaration.
unparsedEntityDecl(String, String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of an unparsed entity declaration.
unparsedEntityDecl(String, String, String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an unparsed entity declaration event.

W

WHITESPACE - Static variable in class com.bluecast.xml.Piccolo
 
warning(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
Receive notification of a warning.
warning(SAXParseException) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of a parser warning.
warning(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a parser warning.
warning(SAXParseException) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a warning event.

X

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.
XMLDecoderFactory() - Constructor for class com.bluecast.xml.XMLDecoderFactory
 
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(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.
XMLInputReader() - Constructor for class com.bluecast.xml.XMLInputReader
 
XMLNS - Static variable in class com.bluecast.xml.FastNamespaceSupport
 
XMLNS - Static variable 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(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.
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
 

Y

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

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