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

A

addAttribute(QName, String, String) - Method in interface org.apache.xerces.xni.XMLAttributes
Adds an attribute.
addRecognizedFeatures(String[]) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Allows a parser to add parser specific features to be recognized and managed by the parser configuration.
addRecognizedProperties(String[]) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Allows a parser to add parser specific properties to be recognized and managed by the parser configuration.
any(Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
A content model of ANY.
attributeDecl(String, String, String, String[], String, XMLString, XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
An attribute declaration.
Augmentations - Interface in org.apache.xerces.xni
The Augmentations interface defines a table of additional data that may be passed along the document pipeline.

C

ch - Variable in class org.apache.xerces.xni.XMLString
The character array.
characters - Variable in class org.apache.xerces.xni.QName
 
characters(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
Character content.
characters(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
Character content.
cleanup() - Method in interface org.apache.xerces.xni.parser.XMLPullParserConfiguration
If the application decides to terminate parsing before the xml document is fully parsed, the application should call this method to free any resource allocated during parsing.
clear() - Method in class org.apache.xerces.xni.QName
Clears the values of the qname components.
clear() - Method in class org.apache.xerces.xni.XMLString
Resets all of the values to their defaults.
clone() - Method in class org.apache.xerces.xni.QName
Returns a clone of this object.
comment(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
A comment.
comment(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
A comment.
comment(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
A comment.
CONDITIONAL_IGNORE - Static variable in interface org.apache.xerces.xni.XMLDTDHandler
Conditional section: IGNORE.
CONDITIONAL_INCLUDE - Static variable in interface org.apache.xerces.xni.XMLDTDHandler
Conditional section: INCLUDE.

D

declarePrefix(String, String) - Method in interface org.apache.xerces.xni.NamespaceContext
Declare a Namespace prefix.
doctypeDecl(String, String, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
Notifies of the presence of the DOCTYPE line in the document.

E

element(String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
A referenced element in a mixed or children content model.
elementDecl(String, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
An element declaration.
empty(Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
A content model of EMPTY.
emptyElement(QName, XMLAttributes, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
An empty element.
emptyElement(QName, XMLAttributes, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
An empty element.
endAttlist(Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
The end of an attribute list.
endCDATA(Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
The end of a CDATA section.
endCDATA(Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
The end of a CDATA section.
endConditional(Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
The end of a conditional section.
endContentModel(Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
The end of a content model.
endDocument(Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
The end of the document.
endDocumentFragment(Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
The end of the document fragment.
endDTD(Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
The end of the DTD.
endElement(QName, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
The end of an element.
endElement(QName, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
The end of an element.
endExternalSubset(Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
The end of the DTD external subset.
endGeneralEntity(String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
This method notifies the end of a general entity.
endGeneralEntity(String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
This method notifies the end of a general entity.
endGroup(Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
The end of a group for mixed or children content models.
endParameterEntity(String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
This method notifies the end of a parameter entity.
endPrefixMapping(String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
The end of a namespace prefix mapping.
endPrefixMapping(String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
Deprecated.
Use xni.NamespaceContext in startDocument().
equals(Object) - Method in class org.apache.xerces.xni.QName
Returns true if the two objects are equal.
equals(char[], int, int) - Method in class org.apache.xerces.xni.XMLString
Returns true if the contents of this XMLString structure and the specified array are equal.
equals(String) - Method in class org.apache.xerces.xni.XMLString
Returns true if the contents of this XMLString structure and the specified string are equal.
error(String, String, XMLParseException) - Method in interface org.apache.xerces.xni.parser.XMLErrorHandler
Reports an error.
externalEntityDecl(String, XMLResourceIdentifier, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
An external entity declaration.

F

fatalError(String, String, XMLParseException) - Method in interface org.apache.xerces.xni.parser.XMLErrorHandler
Report a fatal error.
fBaseSystemId - Variable in class org.apache.xerces.xni.parser.XMLInputSource
Base system identifier.
fBaseSystemId - Variable in exception org.apache.xerces.xni.parser.XMLParseException
Base system identifier.
fByteStream - Variable in class org.apache.xerces.xni.parser.XMLInputSource
Byte stream.
fCharStream - Variable in class org.apache.xerces.xni.parser.XMLInputSource
Character stream.
fColumnNumber - Variable in exception org.apache.xerces.xni.parser.XMLParseException
Column number.
fEncoding - Variable in class org.apache.xerces.xni.parser.XMLInputSource
Encoding.
fExpandedSystemId - Variable in exception org.apache.xerces.xni.parser.XMLParseException
expanded System identifier.
fIdentifier - Variable in exception org.apache.xerces.xni.parser.XMLConfigurationException
Identifier.
fLineNumber - Variable in exception org.apache.xerces.xni.parser.XMLParseException
Line number.
fLiteralSystemId - Variable in exception org.apache.xerces.xni.parser.XMLParseException
literal System identifier.
fPublicId - Variable in class org.apache.xerces.xni.parser.XMLInputSource
Public identifier.
fPublicId - Variable in exception org.apache.xerces.xni.parser.XMLParseException
Public identifier.
fSystemId - Variable in class org.apache.xerces.xni.parser.XMLInputSource
System identifier.
fType - Variable in exception org.apache.xerces.xni.parser.XMLConfigurationException
Exception type.

G

getAllPrefixes() - Method in interface org.apache.xerces.xni.NamespaceContext
Return an enumeration of all prefixes whose declarations are active in the current context.
getAugmentations(int) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an augmentation by attribute's index.
getAugmentations(String, String) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an augmentation by namespace name.
getAugmentations(String) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an augmentation by XML 1.0 qualified name.
getBaseSystemId() - Method in class org.apache.xerces.xni.parser.XMLInputSource
Returns the base system identifier.
getBaseSystemId() - Method in exception org.apache.xerces.xni.parser.XMLParseException
Returns the base system identifier.
getBaseSystemId() - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
Returns the base URI against which the literal SystemId is to be resolved.
getByteStream() - Method in class org.apache.xerces.xni.parser.XMLInputSource
Returns the byte stream.
getCharacterOffset() - Method in interface org.apache.xerces.xni.XMLLocator
 
getCharacterStream() - Method in class org.apache.xerces.xni.parser.XMLInputSource
Returns the character stream.
getColumnNumber() - Method in exception org.apache.xerces.xni.parser.XMLParseException
Returns the row number.
getColumnNumber() - Method in interface org.apache.xerces.xni.XMLLocator
Returns the column number.
getDeclaredPrefixAt(int) - Method in interface org.apache.xerces.xni.NamespaceContext
Returns the prefix at the specified index in the current context.
getDeclaredPrefixCount() - Method in interface org.apache.xerces.xni.NamespaceContext
Return a count of locally declared prefixes, including the default prefix if bound.
getDocumentHandler() - Method in interface org.apache.xerces.xni.parser.XMLDocumentSource
Returns the document handler
getDocumentHandler() - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the registered document handler.
getDocumentSource() - Method in interface org.apache.xerces.xni.XMLDocumentHandler
Returns the document source.
getDTDContentModelHandler() - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the registered DTD content model handler.
getDTDHandler() - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the registered DTD handler.
getEncoding() - Method in class org.apache.xerces.xni.parser.XMLInputSource
Returns the encoding of the stream, or null if not known.
getEncoding() - Method in interface org.apache.xerces.xni.XMLLocator
 
getEntityResolver() - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the registered entity resolver.
getErrorHandler() - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the registered error handler.
getException() - Method in exception org.apache.xerces.xni.XNIException
Returns the wrapped exception.
getExpandedSystemId() - Method in exception org.apache.xerces.xni.parser.XMLParseException
Returns the expanded system identifier.
getExpandedSystemId() - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
Returns the expanded system identifier.
getFeature(String) - Method in interface org.apache.xerces.xni.parser.XMLComponentManager
Returns the state of a feature.
getFeature(String) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the state of a feature.
getFeatureDefault(String) - Method in interface org.apache.xerces.xni.parser.XMLComponent
Returns the default state for a feature, or null if this component does not want to report a default value for this feature.
getIdentifier() - Method in exception org.apache.xerces.xni.parser.XMLConfigurationException
Returns the feature or property identifier.
getIndex(String) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up the index of an attribute by XML 1.0 qualified name.
getIndex(String, String) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up the index of an attribute by Namespace name.
getItem(String) - Method in interface org.apache.xerces.xni.Augmentations
Get information identified by a key from the Augmentations structure
getLength() - Method in interface org.apache.xerces.xni.XMLAttributes
Returns the number of attributes in the list.
getLineNumber() - Method in exception org.apache.xerces.xni.parser.XMLParseException
Returns the line number.
getLineNumber() - Method in interface org.apache.xerces.xni.XMLLocator
Returns the line number.
getLiteralSystemId() - Method in exception org.apache.xerces.xni.parser.XMLParseException
Returns the literal system identifier.
getLiteralSystemId() - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
Returns the literal system identifier.
getLocale() - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the locale.
getLocalName(int) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an attribute's local name by index.
getName(int, QName) - Method in interface org.apache.xerces.xni.XMLAttributes
Sets the fields in the given QName structure with the values of the attribute name at the specified index.
getNonNormalizedValue(int) - Method in interface org.apache.xerces.xni.XMLAttributes
Returns the non-normalized value of the attribute at the specified index.
getPrefix(String) - Method in interface org.apache.xerces.xni.NamespaceContext
Look up a namespace URI and get one of the mapped prefix.
getPrefix(int) - Method in interface org.apache.xerces.xni.XMLAttributes
Returns the prefix of the attribute at the specified index.
getPrefixes(String) - Method in interface org.apache.xerces.xni.NamespaceContext
 
getProperty(String) - Method in interface org.apache.xerces.xni.parser.XMLComponentManager
Returns the value of a property.
getProperty(String) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the value of a property.
getPropertyDefault(String) - Method in interface org.apache.xerces.xni.parser.XMLComponent
Returns the default state for a property, or null if this component does not want to report a default value for this property.
getPublicId() - Method in class org.apache.xerces.xni.parser.XMLInputSource
Returns the public identifier.
getPublicId() - Method in exception org.apache.xerces.xni.parser.XMLParseException
Returns the public identifier.
getPublicId() - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
Returns the public identifier.
getQName(int) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an attribute's XML 1.0 qualified name by index.
getQualifiedName(int) - Method in interface org.apache.xerces.xni.XMLAttributes
 
getRecognizedFeatures() - Method in interface org.apache.xerces.xni.parser.XMLComponent
Returns a list of feature identifiers that are recognized by this component.
getRecognizedProperties() - Method in interface org.apache.xerces.xni.parser.XMLComponent
Returns a list of property identifiers that are recognized by this component.
getSystemId() - Method in class org.apache.xerces.xni.parser.XMLInputSource
Returns the system identifier.
getType() - Method in exception org.apache.xerces.xni.parser.XMLConfigurationException
Returns the exception type.
getType(int) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an attribute's type by index.
getType(String) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an attribute's type by XML 1.0 qualified name.
getType(String, String) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an attribute's type by Namespace name.
getURI(String) - Method in interface org.apache.xerces.xni.NamespaceContext
Look up a prefix and get the currently-mapped Namespace URI.
getURI(int) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an attribute's Namespace URI by index.
getValue(int) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an attribute's value by index.
getValue(String) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an attribute's value by XML 1.0 qualified name.
getValue(String, String) - Method in interface org.apache.xerces.xni.XMLAttributes
Look up an attribute's value by Namespace name.

H

hashCode() - Method in class org.apache.xerces.xni.QName
Returns the hashcode for this object.

I

ignorableWhitespace(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
Ignorable whitespace.
ignorableWhitespace(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
Ignorable whitespace.
ignoredCharacters(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
Characters within an IGNORE conditional section.
internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
An internal entity declaration.
isSpecified(int) - Method in interface org.apache.xerces.xni.XMLAttributes
Returns true if the attribute is specified in the instance document.

K

keys() - Method in interface org.apache.xerces.xni.Augmentations
Returns an enumeration of the keys in the Augmentations structure

L

length - Variable in class org.apache.xerces.xni.XMLString
The length of characters from the offset.
localpart - Variable in class org.apache.xerces.xni.QName
The qname localpart.

N

NamespaceContext - Interface in org.apache.xerces.xni
Represents an interface to query namespace information.
next() - Method in interface org.apache.xerces.xni.parser.XMLDocumentScanner
 
NOT_RECOGNIZED - Static variable in exception org.apache.xerces.xni.parser.XMLConfigurationException
Exception type: identifier not recognized.
NOT_SUPPORTED - Static variable in exception org.apache.xerces.xni.parser.XMLConfigurationException
Exception type: identifier not supported.
notationDecl(String, XMLResourceIdentifier, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
A notation declaration

O

occurrence(short, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
The occurrence count for a child in a children content model or for the mixed content model group.
OCCURS_ONE_OR_MORE - Static variable in interface org.apache.xerces.xni.XMLDTDContentModelHandler
This occurrence count limits the element, choice, or sequence in a children content model to one or more.
OCCURS_ZERO_OR_MORE - Static variable in interface org.apache.xerces.xni.XMLDTDContentModelHandler
This occurrence count limits the element, choice, or sequence in a children content model to zero or more.
OCCURS_ZERO_OR_ONE - Static variable in interface org.apache.xerces.xni.XMLDTDContentModelHandler
This occurrence count limits the element, choice, or sequence in a children content model to zero or one.
offset - Variable in class org.apache.xerces.xni.XMLString
The offset into the character array.
org.apache.xerces.xni - package org.apache.xerces.xni
 
org.apache.xerces.xni.parser - package org.apache.xerces.xni.parser
 

P

parse(XMLInputSource) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Parse an XML document.
parse(boolean) - Method in interface org.apache.xerces.xni.parser.XMLPullParserConfiguration
Parses the document in a pull parsing fashion.
pcdata(Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
The appearance of "#PCDATA" within a group signifying a mixed content model.
popContext() - Method in interface org.apache.xerces.xni.NamespaceContext
Revert to the previous Namespace context.
prefix - Variable in class org.apache.xerces.xni.QName
The qname prefix.
processingInstruction(String, XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
A processing instruction.
processingInstruction(String, XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
A processing instruction.
processingInstruction(String, XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
A processing instruction.
pushContext() - Method in interface org.apache.xerces.xni.NamespaceContext
Start a new Namespace context.
putItem(String, Object) - Method in interface org.apache.xerces.xni.Augmentations
Add additional information identified by a key to the Augmentations structure.

Q

QName - Class in org.apache.xerces.xni
A structure that holds the components of an XML Namespaces qualified name.
QName() - Constructor for class org.apache.xerces.xni.QName
Default constructor.
QName(String, String, String, String) - Constructor for class org.apache.xerces.xni.QName
Constructs a QName with the specified values.
QName(QName) - Constructor for class org.apache.xerces.xni.QName
Constructs a copy of the specified QName.

R

rawname - Variable in class org.apache.xerces.xni.QName
The qname rawname.
removeAllAttributes() - Method in interface org.apache.xerces.xni.XMLAttributes
Removes all of the attributes.
removeAllItems() - Method in interface org.apache.xerces.xni.Augmentations
Remove all objects from the Augmentations structure.
removeAttributeAt(int) - Method in interface org.apache.xerces.xni.XMLAttributes
Removes the attribute at the specified index.
removeItem(String) - Method in interface org.apache.xerces.xni.Augmentations
Remove additional info from the Augmentations structure
reset() - Method in interface org.apache.xerces.xni.NamespaceContext
Reset this Namespace support object for reuse.
reset(XMLComponentManager) - Method in interface org.apache.xerces.xni.parser.XMLComponent
Resets the component.
resolveEntity(XMLResourceIdentifier) - Method in interface org.apache.xerces.xni.parser.XMLEntityResolver
Resolves an external parsed entity.

S

scanDocument(boolean) - Method in interface org.apache.xerces.xni.parser.XMLDocumentScanner
Scans a document.
scanDTDExternalSubset(boolean) - Method in interface org.apache.xerces.xni.parser.XMLDTDScanner
Scans the external subset of the document.
scanDTDInternalSubset(boolean, boolean, boolean) - Method in interface org.apache.xerces.xni.parser.XMLDTDScanner
Scans the internal subset of the document.
separator(short, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
The separator between choices or sequences of a mixed or children content model.
SEPARATOR_CHOICE - Static variable in interface org.apache.xerces.xni.XMLDTDContentModelHandler
A choice separator for children and mixed content models.
SEPARATOR_SEQUENCE - Static variable in interface org.apache.xerces.xni.XMLDTDContentModelHandler
A sequence separator for children content models.
setBaseSystemId(String) - Method in class org.apache.xerces.xni.parser.XMLInputSource
Sets the base system identifier.
setByteStream(InputStream) - Method in class org.apache.xerces.xni.parser.XMLInputSource
Sets the byte stream.
setCharacterStream(Reader) - Method in class org.apache.xerces.xni.parser.XMLInputSource
Sets the character stream.
setDocumentHandler(XMLDocumentHandler) - Method in interface org.apache.xerces.xni.parser.XMLDocumentSource
Sets the document handler.
setDocumentHandler(XMLDocumentHandler) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Sets the document handler to receive information about the document.
setDocumentSource(XMLDocumentSource) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
Sets the document source.
setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in interface org.apache.xerces.xni.parser.XMLDTDContentModelSource
Sets the DTD content model handler.
setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Sets the DTD content model handler.
setDTDHandler(XMLDTDHandler) - Method in interface org.apache.xerces.xni.parser.XMLDTDSource
Sets the DTD handler.
setDTDHandler(XMLDTDHandler) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Sets the DTD handler.
setEncoding(String) - Method in class org.apache.xerces.xni.parser.XMLInputSource
Sets the encoding of the stream.
setEntityResolver(XMLEntityResolver) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Sets the entity resolver.
setErrorHandler(XMLErrorHandler) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Sets the error handler.
setFeature(String, boolean) - Method in interface org.apache.xerces.xni.parser.XMLComponent
Sets the state of a feature.
setFeature(String, boolean) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Sets the state of a feature.
setInputSource(XMLInputSource) - Method in interface org.apache.xerces.xni.parser.XMLDocumentScanner
Sets the input source.
setInputSource(XMLInputSource) - Method in interface org.apache.xerces.xni.parser.XMLDTDScanner
Sets the input source.
setInputSource(XMLInputSource) - Method in interface org.apache.xerces.xni.parser.XMLPullParserConfiguration
Sets the input source for the document to parse.
setLocale(Locale) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Set the locale to use for messages.
setName(int, QName) - Method in interface org.apache.xerces.xni.XMLAttributes
Sets the name of the attribute at the specified index.
setNonNormalizedValue(int, String) - Method in interface org.apache.xerces.xni.XMLAttributes
Sets the non-normalized value of the attribute at the specified index.
setProperty(String, Object) - Method in interface org.apache.xerces.xni.parser.XMLComponent
Sets the value of a property.
setProperty(String, Object) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Sets the value of a property.
setPublicId(String) - Method in class org.apache.xerces.xni.parser.XMLInputSource
Sets the public identifier.
setSpecified(int, boolean) - Method in interface org.apache.xerces.xni.XMLAttributes
Sets whether an attribute is specified in the instance document or not.
setSystemId(String) - Method in class org.apache.xerces.xni.parser.XMLInputSource
Sets the system identifier.
setType(int, String) - Method in interface org.apache.xerces.xni.XMLAttributes
Sets the type of the attribute at the specified index.
setValue(int, String) - Method in interface org.apache.xerces.xni.XMLAttributes
Sets the value of the attribute at the specified index.
setValues(QName) - Method in class org.apache.xerces.xni.QName
Convenience method to set the values of the qname components.
setValues(String, String, String, String) - Method in class org.apache.xerces.xni.QName
Convenience method to set the values of the qname components.
setValues(char[], int, int) - Method in class org.apache.xerces.xni.XMLString
Initializes the contents of the XMLString structure with the specified values.
setValues(XMLString) - Method in class org.apache.xerces.xni.XMLString
Initializes the contents of the XMLString structure with copies of the given string structure.
startAttlist(String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
The start of an attribute list.
startCDATA(Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
The start of a CDATA section.
startCDATA(Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
The start of a CDATA section.
startConditional(short, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
The start of a conditional section.
startContentModel(String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
The start of a content model.
startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
The start of the document.
startDocumentFragment(XMLLocator, NamespaceContext, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
The start of the document fragment.
startDTD(XMLLocator, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
The start of the DTD.
startElement(QName, XMLAttributes, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
The start of an element.
startElement(QName, XMLAttributes, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
The start of an element.
startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
The start of the DTD external subset.
startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
This method notifies the start of a general entity.
startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
This method notifies the start of a general entity.
startGroup(Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
A start of either a mixed or children content model.
startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
This method notifies of the start of a parameter entity.
startPrefixMapping(String, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
The start of a namespace prefix mapping.
startPrefixMapping(String, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
Deprecated.
Use xni.NamespaceContext in startDocument().

T

textDecl(String, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
Notifies of the presence of a TextDecl line in an entity.
textDecl(String, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
Notifies of the presence of a TextDecl line in an entity.
textDecl(String, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
Notifies of the presence of a TextDecl line in an entity.
toString() - Method in exception org.apache.xerces.xni.parser.XMLParseException
Returns a string representation of this object.
toString() - Method in class org.apache.xerces.xni.QName
Returns a string representation of this object.
toString() - Method in class org.apache.xerces.xni.XMLString
Returns a string representation of this object.

U

unparsedEntityDecl(String, XMLResourceIdentifier, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
An unparsed entity declaration.
uri - Variable in class org.apache.xerces.xni.QName
The URI to which the qname prefix is bound.

W

warning(String, String, XMLParseException) - Method in interface org.apache.xerces.xni.parser.XMLErrorHandler
Reports a warning.

X

XML_URI - Static variable in interface org.apache.xerces.xni.NamespaceContext
The XML Namespace ("http://www.w3.org/XML/1998/namespace").
XMLAttributes - Interface in org.apache.xerces.xni
The XMLAttributes interface defines a collection of attributes for an element.
XMLComponent - Interface in org.apache.xerces.xni.parser
The component interface defines methods that must be implemented by components in a parser configuration.
XMLComponentManager - Interface in org.apache.xerces.xni.parser
The component manager manages a parser configuration and the components that make up that configuration.
XMLConfigurationException - Exception in org.apache.xerces.xni.parser
An XNI parser configuration exception.
XMLConfigurationException(short, String) - Constructor for exception org.apache.xerces.xni.parser.XMLConfigurationException
Constructs a configuration exception with the specified type and feature/property identifier.
XMLConfigurationException(short, String, String) - Constructor for exception org.apache.xerces.xni.parser.XMLConfigurationException
Constructs a configuration exception with the specified type, feature/property identifier, and error message
xmlDecl(String, String, String, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
Notifies of the presence of an XMLDecl line in the document.
XMLDocumentFilter - Interface in org.apache.xerces.xni.parser
Defines a document filter that acts as both a receiver and an emitter of document events.
XMLDocumentFragmentHandler - Interface in org.apache.xerces.xni
This handler interface contains methods necessary to receive information about document elements and content.
XMLDocumentHandler - Interface in org.apache.xerces.xni
The document handler interface defines callback methods to report information items in XML documents.
XMLDocumentScanner - Interface in org.apache.xerces.xni.parser
This interface defines a generic document scanner.
XMLDocumentSource - Interface in org.apache.xerces.xni.parser
Defines a document source.
XMLDTDContentModelFilter - Interface in org.apache.xerces.xni.parser
Defines a DTD content model filter that acts as both a receiver and an emitter of DTD content model events.
XMLDTDContentModelHandler - Interface in org.apache.xerces.xni
The DTD content model handler interface defines callback methods to report information items in DTD content models of an element declaration.
XMLDTDContentModelSource - Interface in org.apache.xerces.xni.parser
Defines a DTD content model source.
XMLDTDFilter - Interface in org.apache.xerces.xni.parser
Defines a DTD filter that acts as both a receiver and an emitter of DTD events.
XMLDTDHandler - Interface in org.apache.xerces.xni
The DTD handler interface defines callback methods to report information items in the DTD of an XML document.
XMLDTDScanner - Interface in org.apache.xerces.xni.parser
This interface defines a generic DTD scanner.
XMLDTDSource - Interface in org.apache.xerces.xni.parser
Defines a DTD source.
XMLEntityResolver - Interface in org.apache.xerces.xni.parser
This interface is used to resolve external parsed entities.
XMLErrorHandler - Interface in org.apache.xerces.xni.parser
An interface for handling errors.
XMLInputSource - Class in org.apache.xerces.xni.parser
This class represents an input source for an XML document.
XMLInputSource(String, String, String) - Constructor for class org.apache.xerces.xni.parser.XMLInputSource
Constructs an input source from just the public and system identifiers, leaving resolution of the entity and opening of the input stream up to the caller.
XMLInputSource(XMLResourceIdentifier) - Constructor for class org.apache.xerces.xni.parser.XMLInputSource
Constructs an input source from a XMLResourceIdentifier object, leaving resolution of the entity and opening of the input stream up to the caller.
XMLInputSource(String, String, String, InputStream, String) - Constructor for class org.apache.xerces.xni.parser.XMLInputSource
Constructs an input source from a byte stream.
XMLInputSource(String, String, String, Reader, String) - Constructor for class org.apache.xerces.xni.parser.XMLInputSource
Constructs an input source from a character stream.
XMLLocator - Interface in org.apache.xerces.xni
Location information.
XMLNS_URI - Static variable in interface org.apache.xerces.xni.NamespaceContext
XML Information Set REC all namespace attributes (including those named xmlns, whose [prefix] property has no value) have a namespace URI of http://www.w3.org/2000/xmlns/
XMLParseException - Exception in org.apache.xerces.xni.parser
A parsing exception.
XMLParseException(XMLLocator, String) - Constructor for exception org.apache.xerces.xni.parser.XMLParseException
Constructs a parse exception.
XMLParseException(XMLLocator, String, Exception) - Constructor for exception org.apache.xerces.xni.parser.XMLParseException
Constructs a parse exception.
XMLParserConfiguration - Interface in org.apache.xerces.xni.parser
Represents a parser configuration.
XMLPullParserConfiguration - Interface in org.apache.xerces.xni.parser
Represents a parser configuration that can be used as the configuration for a "pull" parser.
XMLResourceIdentifier - Interface in org.apache.xerces.xni
 
XMLString - Class in org.apache.xerces.xni
This class is used as a structure to pass text contained in the underlying character buffer of the scanner.
XMLString() - Constructor for class org.apache.xerces.xni.XMLString
Default constructor.
XMLString(char[], int, int) - Constructor for class org.apache.xerces.xni.XMLString
Constructs an XMLString structure preset with the specified values.
XMLString(XMLString) - Constructor for class org.apache.xerces.xni.XMLString
Constructs an XMLString structure with copies of the values in the given structure.
XNIException - Exception in org.apache.xerces.xni
This exception is the base exception of all XNI exceptions.
XNIException(String) - Constructor for exception org.apache.xerces.xni.XNIException
Constructs an XNI exception with a message.
XNIException(Exception) - Constructor for exception org.apache.xerces.xni.XNIException
Constructs an XNI exception with a wrapped exception.
XNIException(String, Exception) - Constructor for exception org.apache.xerces.xni.XNIException
Constructs an XNI exception with a message and wrapped exception.
A C D E F G H I K L N O P Q R S T U W X 

Copyright ? 2002-2003 Apache XML Project. All Rights Reserved.