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

A

addAndCheckAttribute(String, String, String, String, String) - Method in class com.bluecast.xml.AttributesHolder
Add an attribute while checking if it is unique.
addAttribute(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 com.bluecast.xml.AttributesHolder
Add an attribute to the end of the list.
addAttribute(String, String, String, String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Add an attribute to the end of the list.
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
 
attributeDecl(String, String, String, String, String) - Method in interface org.xml.sax.ext.DeclHandler
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.
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.

C

CDATA - Static variable in class com.bluecast.xml.Piccolo
 
CDATA - Static variable in class com.bluecast.xml.AttributeDefinition
 
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 interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of character data.
characters(char[], int, int) - Method in interface org.xml.sax.ContentHandler
Receive notification of character data.
characters(char[], int, int) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 characters event.
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.ParserAdapter
Adapter implementation method; do not call.
characters(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of character data inside an element.
charArrayValue() - Method in interface com.bluecast.xml.Entity
 
charArrayValue() - Method in class com.bluecast.xml.DocumentEntity
 
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 com.bluecast.util.StringStack
 
clear() - Method in class com.bluecast.util.LongStack
 
clear() - Method in class com.bluecast.util.IntStack
 
clear() - Method in class com.bluecast.xml.EntityManager
 
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 org.xml.sax.helpers.AttributeListImpl
Deprecated. Clear the attribute list.
clearCache() - Method in class com.bluecast.util.CharStringConverter
 
clone() - Method in class com.bluecast.util.IndexedObjectImpl
 
CLOSE_TAG - Static variable in class com.bluecast.xml.Piccolo
 
close() - Method in class com.bluecast.xml.XMLStreamReader
 
close() - Method in class com.bluecast.xml.XMLReaderReader
 
close() - Method in interface com.bluecast.xml.Entity
 
close() - Method in class com.bluecast.xml.DocumentEntity
 
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.
COMMA - Static variable in class com.bluecast.xml.Piccolo
 
COMMENT - Static variable in class com.bluecast.xml.Piccolo
 
comment(char[], int, int) - Method in interface org.xml.sax.ext.LexicalHandler
Report an XML comment anywhere in the document.
CONDITIONAL_START - Static variable 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 - 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.
DeclHandler - interface org.xml.sax.ext.DeclHandler.
SAX2 extension handler for DTD declaration events.
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.UTF8XMLDecoder
 
decode(byte[], int, int, char[], int, int, int[]) - Method in class com.bluecast.xml.UnicodeLittleXMLDecoder
 
decode(byte[], int, int, char[], int, int, int[]) - Method in class com.bluecast.xml.UnicodeBigXMLDecoder
 
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.ASCIIXMLDecoder
 
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.
DocumentBuilder
DocumentBuilder() - Constructor for class javax.xml.parsers.DocumentBuilder
 
DocumentBuilderFactory - class javax.xml.parsers.DocumentBuilderFactory.
DocumentBuilderFactory is used to resolve the problem that the W3C DOM APIs don't include portable bootstrapping.
DocumentBuilderFactory() - Constructor for class javax.xml.parsers.DocumentBuilderFactory
 
DocumentEntity - class com.bluecast.xml.DocumentEntity.
 
DocumentEntity() - Constructor for class com.bluecast.xml.DocumentEntity
 
DocumentEntity(InputSource) - Constructor for class com.bluecast.xml.DocumentEntity
 
DocumentEntity(String) - 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.
DOUBLE_RBRACKET_END - Static variable in class com.bluecast.xml.Piccolo
 
DTD_START - Static variable in class com.bluecast.xml.Piccolo
 
DTD_START_SKIPEXTERNAL - Static variable in class com.bluecast.xml.Piccolo
 
DTDHandler - interface org.xml.sax.DTDHandler.
Receive notification of basic DTD-related events.
DuplicateKeyException - exception com.bluecast.util.DuplicateKeyException.
 
DuplicateKeyException() - Constructor for class com.bluecast.util.DuplicateKeyException
 
DuplicateKeyException(String) - Constructor for class com.bluecast.util.DuplicateKeyException
 

E

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

F

FactoryConfigurationError - error javax.xml.parsers.FactoryConfigurationError.
FactoryConfigurationError
FactoryConfigurationError() - Constructor for class javax.xml.parsers.FactoryConfigurationError
 
FactoryConfigurationError(Exception) - Constructor for class javax.xml.parsers.FactoryConfigurationError
 
FactoryConfigurationError(Exception, String) - Constructor for class javax.xml.parsers.FactoryConfigurationError
 
FactoryConfigurationError(String) - Constructor for class javax.xml.parsers.FactoryConfigurationError
 
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
 
fatalError(SAXParseException) - Method in class org.xml.sax.HandlerBase
Deprecated. Report a fatal XML parsing error.
fatalError(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
Receive notification of a non-recoverable error.
fatalError(SAXParseException) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a fatal error event.
fatalError(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
Report a fatal XML parsing error.
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
 
findService(String) - Static method in class com.bluecast.util.FactoryServiceFinder
Find the first listed provider for the given service name
findServices(String) - Static method in class com.bluecast.util.FactoryServiceFinder
Return an Enumeration of class name Strings of available provider classes for the given service.
FIXED - Static variable in class com.bluecast.xml.Piccolo
 
FIXED - Static variable in class com.bluecast.xml.AttributeDefinition
 

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
 
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 class org.xml.sax.SAXParseException
The column number of the end of the text where the exception occurred.
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.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.XMLFilterImpl
Get the content event handler.
getContentHandler() - Method in class org.xml.sax.helpers.ParserAdapter
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 interface com.bluecast.xml.Entity
 
getDeclaredEncoding() - Method in class com.bluecast.xml.DocumentEntity
 
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
 
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.XMLFilterImpl
Get the current DTD event handler.
getDTDHandler() - Method in class org.xml.sax.helpers.ParserAdapter
Return the current DTD handler.
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.XMLFilterImpl
Get the current entity resolver.
getEntityResolver() - Method in class org.xml.sax.helpers.ParserAdapter
Return 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.XMLFilterImpl
Get the current error event handler.
getErrorHandler() - Method in class org.xml.sax.helpers.ParserAdapter
Return the current error handler.
getException() - Method in class javax.xml.parsers.FactoryConfigurationError
 
getException() - Method in class org.xml.sax.SAXException
Return the embedded exception, if any.
getFeature(String) - Method in class com.bluecast.xml.Piccolo
 
getFeature(String) - Method in class com.bluecast.xml.JAXPSAXParserFactory
 
getFeature(String) - Method in class javax.xml.parsers.SAXParserFactory
Retrieves a current factory feature flag setting.
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.XMLFilterImpl
Look up the value of a feature.
getFeature(String) - Method in class org.xml.sax.helpers.ParserAdapter
Check a parser feature flag.
getIndex() - Method in class com.bluecast.util.IndexedObjectImpl
 
getIndex() - Method in interface com.bluecast.util.IndexedObject
 
getIndex(String) - Method in class com.bluecast.xml.AttributesHolder
Look up an attribute's index by qualified (prefixed) 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) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's index by qualified (prefixed) 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 interface org.xml.sax.Attributes
Look up the index of an attribute 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 com.bluecast.xml.AttributesHolder
Return the number of attributes in the list.
getLength() - Method in interface org.xml.sax.Attributes
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 class org.xml.sax.helpers.AttributesImpl
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.
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 class org.xml.sax.SAXParseException
The line number of the end of the text where the exception occurred.
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.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
 
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 com.bluecast.xml.AttributesHolder
Return an attributes XML 1.0 name.
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 class com.bluecast.util.IndexedObjectImpl
 
getObject() - Method in interface com.bluecast.util.IndexedObject
 
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
 
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
 
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.XMLFilterImpl
Look up the value of a property.
getProperty(String) - Method in class org.xml.sax.helpers.ParserAdapter
Get a parser property.
getPublicId() - Method in class com.bluecast.xml.Piccolo
 
getPublicId() - Method in class org.xml.sax.SAXParseException
Get the public identifier of the entity where the exception occurred.
getPublicId() - Method in interface org.xml.sax.Locator
Return the public identifier for the current document event.
getPublicId() - Method in class org.xml.sax.InputSource
Get the public identifier for this input source.
getPublicId() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved public identifier.
getPublicID() - Method in interface com.bluecast.xml.Entity
 
getPublicID() - Method in class com.bluecast.xml.DocumentEntity
 
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 interface com.bluecast.xml.Entity
 
getReader() - Method in class com.bluecast.xml.DocumentEntity
 
getSystemId() - Method in class com.bluecast.xml.Piccolo
 
getSystemId() - Method in class org.xml.sax.SAXParseException
Get the system identifier of the entity where the exception occurred.
getSystemId() - Method in interface org.xml.sax.Locator
Return the system identifier for the current document event.
getSystemId() - Method in class org.xml.sax.InputSource
Get the system identifier for this input source.
getSystemId() - Method in class org.xml.sax.helpers.LocatorImpl
Return the saved system identifier.
getSystemID() - Method in interface com.bluecast.xml.Entity
 
getSystemID() - Method in class com.bluecast.xml.DocumentEntity
 
getType(int) - Method in class com.bluecast.xml.AttributesHolder
Return an attribute's type by index.
getType(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by index.
getType(int) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the type of an attribute in the list (by position).
getType(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's type by index.
getType(int) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Get the type of an attribute (by position).
getType(String) - Method in class com.bluecast.xml.AttributesHolder
Look up an attribute's type by qualified (prefixed) name.
getType(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's type by XML 1.0 qualified name.
getType(String) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the type of an attribute in the list (by name).
getType(String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's type by qualified (prefixed) name.
getType(String) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Get the type of an attribute (by 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 interface org.xml.sax.Attributes
Look up an attribute's type by Namespace 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 com.bluecast.xml.AttributesHolder
Return an attribute's Namespace URI.
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 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 com.bluecast.xml.AttributesHolder
Return an attribute's value by index.
getValue(int) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by index.
getValue(int) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the value of an attribute in the list (by position).
getValue(int) - Method in class org.xml.sax.helpers.AttributesImpl
Return an attribute's value by index.
getValue(int) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Get the value of an attribute (by position).
getValue(String) - Method in class com.bluecast.xml.AttributesHolder
Look up an attribute's value by qualified (prefixed) name.
getValue(String) - Method in interface org.xml.sax.Attributes
Look up an attribute's value by XML 1.0 qualified name.
getValue(String) - Method in interface org.xml.sax.AttributeList
Deprecated. Return the value of an attribute in the list (by name).
getValue(String) - Method in class org.xml.sax.helpers.AttributesImpl
Look up an attribute's value by qualified (prefixed) name.
getValue(String) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Get the value of an attribute (by 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 interface org.xml.sax.Attributes
Look up an attribute's value by Namespace 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
 
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
 
getXMLVersion() - Method in class com.bluecast.xml.XMLInputReader
Gets the version string from the XML declaration, or null.
getXMLVersion() - Method in interface com.bluecast.xml.Entity
 
getXMLVersion() - Method in class com.bluecast.xml.DocumentEntity
 

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.Piccolo
 
ID - Static variable in class com.bluecast.xml.AttributeDefinition
 
IDREF - Static variable in class com.bluecast.xml.Piccolo
 
IDREF - Static variable in class com.bluecast.xml.AttributeDefinition
 
IDREFS - Static variable in class com.bluecast.xml.Piccolo
 
IDREFS - Static variable in class com.bluecast.xml.AttributeDefinition
 
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 interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of ignorable whitespace in element content.
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 class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 ignorable whitespace event.
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.ParserAdapter
Adapter implementation method; do not call.
ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of ignorable whitespace in element content.
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.Piccolo
 
IMPLIED - Static variable in class com.bluecast.xml.AttributeDefinition
 
INCLUDE - Static variable 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 variable in class com.bluecast.xml.Piccolo
 
internalEntityDecl(String, String) - Method in interface 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
 
isExpandEntityReferences() - Method in class javax.xml.parsers.DocumentBuilderFactory
 
isIgnoringComments() - Method in class javax.xml.parsers.DocumentBuilderFactory
 
isIgnoringElementContentWhitespace() - Method in class javax.xml.parsers.DocumentBuilderFactory
 
isInternal() - Method in interface com.bluecast.xml.Entity
 
isInternal() - Method in class com.bluecast.xml.DocumentEntity
 
isNamespaceAware() - Method in class javax.xml.parsers.SAXParserFactory
 
isNamespaceAware() - Method in class javax.xml.parsers.SAXParser
 
isNamespaceAware() - Method in class javax.xml.parsers.DocumentBuilderFactory
 
isNamespaceAware() - Method in class javax.xml.parsers.DocumentBuilder
 
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
 
isOpen() - Method in interface com.bluecast.xml.Entity
 
isOpen() - Method in class com.bluecast.xml.DocumentEntity
 
isParsed() - Method in interface com.bluecast.xml.Entity
 
isParsed() - Method in class com.bluecast.xml.DocumentEntity
 
isStandalone() - Method in interface com.bluecast.xml.Entity
 
isStandalone() - Method in class com.bluecast.xml.DocumentEntity
 
isStandaloneDeclared() - Method in interface com.bluecast.xml.Entity
 
isStandaloneDeclared() - Method in class com.bluecast.xml.DocumentEntity
 
isValidating() - Method in class javax.xml.parsers.SAXParserFactory
 
isValidating() - Method in class javax.xml.parsers.SAXParser
 
isValidating() - Method in class javax.xml.parsers.DocumentBuilderFactory
 
isValidating() - Method in class javax.xml.parsers.DocumentBuilder
 
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

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

L

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

M

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.XMLStreamReader
 
mark(int) - Method in class com.bluecast.xml.XMLReaderReader
 
markSupported() - Method in class com.bluecast.xml.XMLStreamReader
 
markSupported() - Method in class com.bluecast.xml.XMLReaderReader
 
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.UTF8XMLDecoder
 
maxBytesPerChar() - Method in class com.bluecast.xml.UnicodeLittleXMLDecoder
 
maxBytesPerChar() - Method in class com.bluecast.xml.UnicodeBigXMLDecoder
 
maxBytesPerChar() - Method in class com.bluecast.xml.ISO8859_1XMLDecoder
 
maxBytesPerChar() - Method in class com.bluecast.xml.ASCIIXMLDecoder
 
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.UTF8XMLDecoder
 
minBytesPerChar() - Method in class com.bluecast.xml.UnicodeLittleXMLDecoder
 
minBytesPerChar() - Method in class com.bluecast.xml.UnicodeBigXMLDecoder
 
minBytesPerChar() - Method in class com.bluecast.xml.ISO8859_1XMLDecoder
 
minBytesPerChar() - Method in class com.bluecast.xml.ASCIIXMLDecoder
 
MODIFIER - Static variable in class com.bluecast.xml.Piccolo
 

N

NAME - 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.
NDATA - Static variable in class com.bluecast.xml.Piccolo
 
newDocument() - Method in class javax.xml.parsers.DocumentBuilder
 
newDocumentBuilder() - Method in class javax.xml.parsers.DocumentBuilderFactory
 
newInstance() - Method in interface com.bluecast.io.CharsetDecoder
 
newInstance() - Method in class com.bluecast.xml.UTF8XMLDecoder
 
newInstance() - Method in class com.bluecast.xml.UnicodeLittleXMLDecoder
 
newInstance() - Method in class com.bluecast.xml.UnicodeBigXMLDecoder
 
newInstance() - Method in class com.bluecast.xml.ISO8859_1XMLDecoder
 
newInstance() - Method in class com.bluecast.xml.ASCIIXMLDecoder
 
newInstance() - Static method in class javax.xml.parsers.SAXParserFactory
 
newInstance() - Static method in class javax.xml.parsers.DocumentBuilderFactory
 
newSAXParser() - Method in class com.bluecast.xml.JAXPSAXParserFactory
 
newSAXParser() - Method in class javax.xml.parsers.SAXParserFactory
Returns a new instance of a SAXParser using the platform default implementation and the currently specified factory feature flag settings.
NMTOKEN - Static variable in class com.bluecast.xml.Piccolo
 
NMTOKEN - Static variable in class com.bluecast.xml.AttributeDefinition
 
NMTOKENS - Static variable in class com.bluecast.xml.Piccolo
 
NMTOKENS - Static variable in class com.bluecast.xml.AttributeDefinition
 
NOTATION - Static variable in class com.bluecast.xml.Piccolo
 
NOTATION - Static variable in class com.bluecast.xml.AttributeDefinition
 
NOTATION_START - Static variable in class com.bluecast.xml.Piccolo
 
notationDecl(String, String, String) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of a notation declaration.
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.helpers.XMLFilterImpl
Filter a notation declaration event.
notationDecl(String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a notation declaration.

O

OPEN_TAG - Static variable in class com.bluecast.xml.Piccolo
 
open() - Method in interface com.bluecast.xml.Entity
 
open() - Method in class com.bluecast.xml.DocumentEntity
 
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
 
parse(File) - Method in class javax.xml.parsers.DocumentBuilder
Constructs an InputSource from the file, and invokes parse ().
parse(File, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
 
parse(File, HandlerBase) - Method in class javax.xml.parsers.SAXParser
 
parse(InputSource) - Method in class com.bluecast.xml.Piccolo
Methods common to both SAX1 and SAX2
parse(InputSource) - Method in class javax.xml.parsers.DocumentBuilder
 
parse(InputSource) - Method in interface org.xml.sax.XMLReader
Parse an XML document.
parse(InputSource) - Method in interface org.xml.sax.Parser
Deprecated. Parse an XML document.
parse(InputSource) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Parse the document.
parse(InputSource) - Method in class org.xml.sax.helpers.XMLFilterImpl
Parse a document.
parse(InputSource) - Method in class org.xml.sax.helpers.ParserAdapter
Parse an XML document.
parse(InputSource, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
 
parse(InputSource, HandlerBase) - Method in class javax.xml.parsers.SAXParser
 
parse(InputStream) - Method in class javax.xml.parsers.DocumentBuilder
Avoid using this call; provide the system ID wherever possible.
parse(InputStream, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
 
parse(InputStream, DefaultHandler, String) - Method in class javax.xml.parsers.SAXParser
 
parse(InputStream, HandlerBase) - Method in class javax.xml.parsers.SAXParser
 
parse(InputStream, HandlerBase, String) - Method in class javax.xml.parsers.SAXParser
 
parse(InputStream, String) - Method in class javax.xml.parsers.DocumentBuilder
 
parse(String) - Method in class com.bluecast.xml.Piccolo
 
parse(String) - Method in class javax.xml.parsers.DocumentBuilder
 
parse(String) - Method in interface org.xml.sax.XMLReader
Parse an XML document from a system identifier (URI).
parse(String) - Method in interface org.xml.sax.Parser
Deprecated. Parse an XML document from a system identifier (URI).
parse(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Parse the document.
parse(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Parse a document.
parse(String) - Method in class org.xml.sax.helpers.ParserAdapter
Parse an XML document.
parse(String, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
 
parse(String, HandlerBase) - Method in class javax.xml.parsers.SAXParser
 
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.
ParserConfigurationException
ParserConfigurationException() - Constructor for class javax.xml.parsers.ParserConfigurationException
 
ParserConfigurationException(String) - Constructor for class javax.xml.parsers.ParserConfigurationException
 
ParserFactory - class org.xml.sax.helpers.ParserFactory.
Deprecated. This class works with the deprecated Parser interface.
parseXMLDeclaration(char[], int, int) - Method in class com.bluecast.xml.XMLInputReader
Call this to parse the XML declaration.
PCDATA - Static variable in class com.bluecast.xml.Piccolo
 
PERCENT - Static variable in class com.bluecast.xml.Piccolo
 
PI - Static variable in class com.bluecast.xml.Piccolo
 
Piccolo - class com.bluecast.xml.Piccolo.
Piccolo is a small, high-performance SAX1 and SAX2 parser.
Piccolo() - Constructor for class com.bluecast.xml.Piccolo
 
Piccolo(Piccolo) - Constructor for class com.bluecast.xml.Piccolo
Create an instance with the same configuration as the given instance.
PIPE - Static variable in class com.bluecast.xml.Piccolo
 
PLUS - Static variable in class com.bluecast.xml.Piccolo
 
pop() - Method in class com.bluecast.util.StringStack
 
pop() - Method in class com.bluecast.util.LongStack
 
pop() - Method in class com.bluecast.util.IntStack
 
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 variable in class com.bluecast.xml.Piccolo
 
processingInstruction(String, String) - Method in class org.xml.sax.HandlerBase
Deprecated. 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 interface org.xml.sax.ContentHandler
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 processing instruction event.
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.ParserAdapter
Adapter implementation method; do not call.
processingInstruction(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a processing instruction.
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().
PUBLIC - Static variable in class com.bluecast.xml.Piccolo
 
push(int) - Method in class com.bluecast.util.IntStack
 
push(long) - Method in class com.bluecast.util.LongStack
 
push(String) - Method in class com.bluecast.util.StringStack
 
pushContext() - Method in class com.bluecast.xml.FastNamespaceSupport
 
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
 
read() - Method in class com.bluecast.xml.XMLStreamReader
 
read() - Method in class com.bluecast.xml.XMLReaderReader
 
read(char[]) - Method in class com.bluecast.xml.XMLStreamReader
 
read(char[]) - Method in class com.bluecast.xml.XMLReaderReader
 
read(char[], int, int) - Method in class com.bluecast.xml.XMLStreamReader
 
read(char[], int, int) - Method in class com.bluecast.xml.XMLReaderReader
 
ready() - Method in class com.bluecast.xml.XMLStreamReader
 
ready() - Method in class com.bluecast.xml.XMLReaderReader
 
RecursionException - exception 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
Deprecated. Remove an attribute from the list.
REQUIRED - Static variable in class com.bluecast.xml.Piccolo
 
REQUIRED - Static variable in class com.bluecast.xml.AttributeDefinition
 
reset() - Method in class com.bluecast.xml.XMLStreamReader
 
reset() - Method in class com.bluecast.xml.XMLReaderReader
 
reset() - Method in class com.bluecast.xml.FastNamespaceSupport
 
reset() - Method in class org.xml.sax.helpers.NamespaceSupport
Reset this Namespace support object for reuse.
reset(InputSource) - Method in class com.bluecast.xml.DocumentEntity
 
reset(InputStream, String, boolean) - Method in class com.bluecast.xml.XMLStreamReader
Reuses this XMLStreamReader for a different InputStream.
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.HandlerBase
Deprecated. Resolve an external entity.
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.helpers.XMLFilterImpl
Filter an external entity resolution.
resolveEntity(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Resolve an external entity.
RPAREN - Static variable in class com.bluecast.xml.Piccolo
 

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(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.
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.
Wraps a SAX2 (or SAX1) parser.
SAXParser() - Constructor for class javax.xml.parsers.SAXParser
 
SAXParserFactory - class javax.xml.parsers.SAXParserFactory.
SAXParserFactory is used to bootstrap JAXP wrappers for SAX parsers.
SAXParserFactory() - Constructor for class javax.xml.parsers.SAXParserFactory
 
setAttribute(int, String, String, String, String, String) - Method in class com.bluecast.xml.AttributesHolder
Set an attribute in the list.
setAttribute(int, String, String, String, String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set an attribute in the list.
setAttribute(String, Object) - Method in class javax.xml.parsers.DocumentBuilderFactory
 
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
 
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.XMLFilterImpl
Set the content event handler.
setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the content 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 class org.xml.sax.HandlerBase
Deprecated. Receive a Locator object for 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 interface org.xml.sax.ContentHandler
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Set a document locator.
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.ParserAdapter
Adapter implementation method; do not call.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.DefaultHandler
Receive a Locator object for document events.
setDTDHandler(DTDHandler) - Method in class com.bluecast.xml.Piccolo
 
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the DTD event 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.ParserAdapter
Set the DTD handler.
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
 
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.XMLReader
Allow an application to register an entity resolver.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a custom entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register 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.ParserAdapter
Set the entity resolver.
setErrorHandler(ErrorHandler) - Method in class com.bluecast.xml.Piccolo
 
setErrorHandler(ErrorHandler) - Method in class javax.xml.parsers.DocumentBuilder
 
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the error event 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.ParserAdapter
Set the error handler.
setExpandEntityReferences(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
 
setFeature(String, boolean) - Method in class com.bluecast.xml.Piccolo
 
setFeature(String, boolean) - Method in class com.bluecast.xml.JAXPSAXParserFactory
 
setFeature(String, boolean) - Method in class javax.xml.parsers.SAXParserFactory
Establishes a factory parameter corresponding to the specified feature flag.
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.XMLFilterImpl
Set the value of a feature.
setFeature(String, boolean) - Method in class org.xml.sax.helpers.ParserAdapter
Set a feature flag for the parser.
setIgnoringComments(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
 
setIgnoringElementContentWhitespace(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
 
setIndex(int) - Method in class com.bluecast.util.IndexedObjectImpl
 
setIndex(int) - Method in interface com.bluecast.util.IndexedObject
 
setLineNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
Set the line number for this locator (1-based).
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.
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 com.bluecast.xml.JAXPSAXParserFactory
 
setNamespaceAware(boolean) - Method in class javax.xml.parsers.SAXParserFactory
 
setNamespaceAware(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
 
setObject(Object) - Method in class com.bluecast.util.IndexedObjectImpl
 
setObject(Object) - Method in interface com.bluecast.util.IndexedObject
 
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
 
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.XMLFilterImpl
Set the value of a property.
setProperty(String, Object) - Method in class org.xml.sax.helpers.ParserAdapter
Set a parser 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.StringStack
 
setSize(int) - Method in class com.bluecast.util.LongStack
 
setSize(int) - Method in class com.bluecast.util.IntStack
 
setStandalone(boolean) - Method in interface com.bluecast.xml.Entity
 
setStandalone(boolean) - Method in class com.bluecast.xml.DocumentEntity
 
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.SAXParserFactory
 
setValidating(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
 
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.StringStack
 
size() - Method in class com.bluecast.util.LongStack
 
size() - Method in class com.bluecast.util.IntStack
 
skip(long) - Method in class com.bluecast.xml.XMLStreamReader
 
skip(long) - Method in class com.bluecast.xml.XMLReaderReader
 
SKIPPED_ENTITY_REF - Static variable in class com.bluecast.xml.Piccolo
 
skippedEntity(String) - Method in interface org.xml.sax.ContentHandler
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 skipped entity event.
skippedEntity(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a skipped entity event.
skippedEntity(String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a skipped entity.
STAR - Static variable in class com.bluecast.xml.Piccolo
 
startCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
Report the start of a CDATA section.
startDocument() - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the beginning of the document.
startDocument() - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the beginning of a document.
startDocument() - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of a document.
startDocument() - Method in class org.xml.sax.helpers.XMLReaderAdapter
Start document event.
startDocument() - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start document event.
startDocument() - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
startDocument() - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the beginning of the document.
startDTD(String, String, String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the start of DTD declarations, if any.
startElement(String, AttributeList) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the start 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.helpers.ParserAdapter
Adapter implementation method; do not call.
startElement(String, String, String, Attributes) - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 start element event.
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.DefaultHandler
Receive notification of the start of an element.
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.XMLReaderAdapter
Adapt a SAX2 start prefix mapping event.
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.DefaultHandler
Receive notification of the start of a Namespace mapping.
STRING - 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
 
stringValue() - Method in interface com.bluecast.xml.Entity
 
stringValue() - Method in class com.bluecast.xml.DocumentEntity
 
SYSTEM - Static variable in class com.bluecast.xml.Piccolo
 

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

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 class org.xml.sax.HandlerBase
Deprecated. Receive notification of an unparsed entity declaration.
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.helpers.XMLFilterImpl
Filter an unparsed entity declaration event.
unparsedEntityDecl(String, String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of an unparsed entity declaration.
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
 

W

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

X

XML_DOC_DECL - Static variable in class com.bluecast.xml.Piccolo
 
XML_DOC_OR_TEXT_DECL - Static variable in class com.bluecast.xml.Piccolo
 
XML_TEXT_DECL - Static variable in class com.bluecast.xml.Piccolo
 
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.

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