Alphabetical Index

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

A

Adds an attribute.
addRecognizedFeatures(String[]) - method in class 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 class org.apache.xerces.xni.parser.XMLParserConfiguration
Allows a parser to add parser specific properties to be recognized and managed by the parser configuration.
A content model of ANY.
An attribute declaration.
Augmentations - interface org.apache.xerces.xni.Augmentations
The Augmentations interface defines a table of additional data that may be passed along the document pipeline.

C

return the final set of grammars that the validator ended up with.
ch - field in class org.apache.xerces.xni.XMLString
The character array.
Character content.
Character content.
cleanup() - method in class 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.grammars.XMLGrammarPool
Removes all grammars from the pool.
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.
A comment.
A comment.
A comment.
CONDITIONAL_IGNORE - static field in class org.apache.xerces.xni.XMLDTDHandler
Conditional section: IGNORE.
CONDITIONAL_INCLUDE - static field in class org.apache.xerces.xni.XMLDTDHandler
Conditional section: INCLUDE.
CONTEXT_ATTRIBUTE - static field in class org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the parse of the current schema document is triggered by the occurrence of an attribute whose namespace is the target namespace of this schema document.
CONTEXT_ELEMENT - static field in class org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the parse of the current schema document is triggered by the occurrence of an element whose namespace is the target namespace of this schema document.
CONTEXT_IMPORT - static field in class org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the current schema document is <import>ed by another schema document.
CONTEXT_INCLUDE - static field in class org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the current schema document is <include>d by another schema document.
CONTEXT_INSTANCE - static field in class org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the parse of the current schema document is triggered by xsi:schemaLocation/noNamespaceSchemaLocation attribute(s) in the instance document.
CONTEXT_PREPARSE - static field in class org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the current schema document is being preparsed.
CONTEXT_REDEFINE - static field in class org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the current schema document is <redefine>d by another schema document.
CONTEXT_XSITYPE - static field in class org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the parse of the current schema document is triggered by the occurrence of an "xsi:type" attribute, whose value (a QName) has the target namespace of this schema document as its namespace.

D

declarePrefix(String,String) - method in class org.apache.xerces.xni.NamespaceContext
Declare a Namespace prefix.
Notifies of the presence of the DOCTYPE line in the document.

E

A referenced element in a mixed or children content model.
An element declaration.
A content model of EMPTY.
An empty element.
An empty element.
endAttlist(org.apache.xerces.xni.Augmentations) - method in class org.apache.xerces.xni.XMLDTDHandler
The end of an attribute list.
The end of a CDATA section.
The end of a CDATA section.
The end of a conditional section.
The end of a content model.
The end of the document.
The end of the document fragment.
endDTD(org.apache.xerces.xni.Augmentations) - method in class org.apache.xerces.xni.XMLDTDHandler
The end of the DTD.
The end of an element.
The end of an element.
The end of the DTD external subset.
This method notifies the end of a general entity.
This method notifies the end of a general entity.
The end of a group for mixed or children content models.
This method notifies the end of a parameter entity.
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(Object) - method in class org.apache.xerces.xni.QName
Returns true if the two objects 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.
Reports an error.
An external entity declaration.

F

Report a fatal error.
fBaseSystemId - field in class org.apache.xerces.xni.parser.XMLInputSource
Base system identifier.
fBaseSystemId - field in class org.apache.xerces.xni.parser.XMLParseException
Base system identifier.
fByteStream - field in class org.apache.xerces.xni.parser.XMLInputSource
Byte stream.
fCharacterOffset - field in class org.apache.xerces.xni.parser.XMLParseException
Character offset.
fCharStream - field in class org.apache.xerces.xni.parser.XMLInputSource
Character stream.
fColumnNumber - field in class org.apache.xerces.xni.parser.XMLParseException
Column number.
fEncoding - field in class org.apache.xerces.xni.parser.XMLInputSource
Encoding.
fExpandedSystemId - field in class org.apache.xerces.xni.parser.XMLParseException
expanded System identifier.
fIdentifier - field in class org.apache.xerces.xni.parser.XMLConfigurationException
Identifier.
fLineNumber - field in class org.apache.xerces.xni.parser.XMLParseException
Line number.
fLiteralSystemId - field in class org.apache.xerces.xni.parser.XMLParseException
literal System identifier.
fPublicId - field in class org.apache.xerces.xni.parser.XMLInputSource
Public identifier.
fPublicId - field in class org.apache.xerces.xni.parser.XMLParseException
Public identifier.
fSystemId - field in class org.apache.xerces.xni.parser.XMLInputSource
System identifier.
fType - field in class org.apache.xerces.xni.parser.XMLConfigurationException
Exception type.

G

getAllPrefixes() - method in class org.apache.xerces.xni.NamespaceContext
Return an enumeration of all prefixes whose declarations are active in the current context.
getAttributes() - method in class org.apache.xerces.xni.grammars.XMLSchemaDescription
If a call is triggered by an element/attribute/xsi:type in the instance, this call returns all attributes of such an element (or enclosing element).
getAugmentations(int) - method in class org.apache.xerces.xni.XMLAttributes
Look up an augmentation by attribute's index.
getAugmentations(String) - method in class org.apache.xerces.xni.XMLAttributes
Look up an augmentation by XML 1.0 qualified name.
getAugmentations(String,String) - method in class org.apache.xerces.xni.XMLAttributes
Look up an augmentation by namespace name.
getBaseSystemId() - method in class org.apache.xerces.xni.parser.XMLInputSource
Returns the base system identifier.
getBaseSystemId() - method in class org.apache.xerces.xni.XMLLocator
Returns the base system identifier.
getBaseSystemId() - method in class org.apache.xerces.xni.parser.XMLParseException
Returns the base system identifier.
getBaseSystemId() - method in class 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 class org.apache.xerces.xni.XMLLocator
Returns the character offset, or -1 if no character offset is available.
getCharacterOffset() - method in class org.apache.xerces.xni.parser.XMLParseException
Returns the character offset.
getCharacterStream() - method in class org.apache.xerces.xni.parser.XMLInputSource
Returns the character stream.
getColumnNumber() - method in class org.apache.xerces.xni.XMLLocator
Returns the column number, or -1 if no column number is available.
getColumnNumber() - method in class org.apache.xerces.xni.parser.XMLParseException
Returns the row number.
getContextType() - method in class org.apache.xerces.xni.grammars.XMLSchemaDescription
Get the context.
getDeclaredPrefixAt(int) - method in class org.apache.xerces.xni.NamespaceContext
Returns the prefix at the specified index in the current context.
getDeclaredPrefixCount() - method in class org.apache.xerces.xni.NamespaceContext
Return a count of locally declared prefixes, including the default prefix if bound.
getDocumentHandler() - method in class org.apache.xerces.xni.parser.XMLDocumentSource
Returns the document handler
getDocumentHandler() - method in class org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the registered document handler.
getDocumentSource() - method in class org.apache.xerces.xni.XMLDocumentHandler
Returns the document source.
getDTDContentModelHandler() - method in class org.apache.xerces.xni.parser.XMLDTDContentModelSource
Returns the DTD content model handler.
getDTDContentModelHandler() - method in class org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the registered DTD content model handler.
getDTDContentModelSource() - method in class org.apache.xerces.xni.XMLDTDContentModelHandler
getDTDHandler() - method in class org.apache.xerces.xni.parser.XMLDTDSource
Returns the DTD handler.
getDTDHandler() - method in class org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the registered DTD handler.
getDTDSource() - method in class org.apache.xerces.xni.XMLDTDHandler
getEnclosingElementName() - method in class org.apache.xerces.xni.grammars.XMLSchemaDescription
If a call is triggered by an attribute or xsi:type, then this method returns the enclosing element of such element.
getEncoding() - method in class org.apache.xerces.xni.parser.XMLInputSource
Returns the encoding of the stream, or null if not known.
getEncoding() - method in class org.apache.xerces.xni.XMLLocator
Returns the encoding of the current entity.
getEntityResolver() - method in class org.apache.xerces.xni.grammars.XMLGrammarLoader
Returns the registered entity resolver.
getEntityResolver() - method in class org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the registered entity resolver.
getErrorHandler() - method in class org.apache.xerces.xni.grammars.XMLGrammarLoader
Returns the registered error handler.
getErrorHandler() - method in class org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the registered error handler.
getException() - method in class org.apache.xerces.xni.XNIException
Returns the wrapped exception.
getExpandedSystemId() - method in class org.apache.xerces.xni.XMLLocator
Returns the expanded system identifier.
getExpandedSystemId() - method in class org.apache.xerces.xni.parser.XMLParseException
Returns the expanded system identifier.
getExpandedSystemId() - method in class org.apache.xerces.xni.XMLResourceIdentifier
Returns the expanded system identifier.
getFeature(String) - method in class org.apache.xerces.xni.parser.XMLComponentManager
Returns the state of a feature.
getFeature(String) - method in class org.apache.xerces.xni.grammars.XMLGrammarLoader
Returns the state of a feature.
getFeature(String) - method in class org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the state of a feature.
getFeatureDefault(String) - method in class 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.
getGrammarDescription() - method in class org.apache.xerces.xni.grammars.Grammar
get the XMLGrammarDescription associated with this object
getGrammarType() - method in class org.apache.xerces.xni.grammars.XMLGrammarDescription
Return the type of this grammar.
getIdentifier() - method in class org.apache.xerces.xni.parser.XMLConfigurationException
Returns the feature or property identifier.
getIndex(String) - method in class org.apache.xerces.xni.XMLAttributes
Look up the index of an attribute by XML 1.0 qualified name.
getIndex(String,String) - method in class org.apache.xerces.xni.XMLAttributes
Look up the index of an attribute by Namespace name.
getItem(String) - method in class org.apache.xerces.xni.Augmentations
Get information identified by a key from the Augmentations structure
getLength() - method in class org.apache.xerces.xni.XMLAttributes
Returns the number of attributes in the list.
getLineNumber() - method in class org.apache.xerces.xni.XMLLocator
Returns the line number, or -1 if no line number is available.
getLineNumber() - method in class org.apache.xerces.xni.parser.XMLParseException
Returns the line number.
getLiteralSystemId() - method in class org.apache.xerces.xni.XMLLocator
Returns the literal system identifier.
getLiteralSystemId() - method in class org.apache.xerces.xni.parser.XMLParseException
Returns the literal system identifier.
getLiteralSystemId() - method in class org.apache.xerces.xni.XMLResourceIdentifier
Returns the literal system identifier.
getLocale() - method in class org.apache.xerces.xni.grammars.XMLGrammarLoader
Return the Locale the XMLGrammarLoader is using.
getLocale() - method in class org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the locale.
getLocalName(int) - method in class org.apache.xerces.xni.XMLAttributes
Look up an attribute's local name by index.
getLocationHints() - method in class org.apache.xerces.xni.grammars.XMLSchemaDescription
For import and references from the instance document, it's possible to have multiple hints for one namespace.
getName(int,org.apache.xerces.xni.QName) - method in class org.apache.xerces.xni.XMLAttributes
Sets the fields in the given QName structure with the values of the attribute name at the specified index.
getNamespace() - method in class org.apache.xerces.xni.XMLResourceIdentifier
Returns the namespace of the resource.
getNonNormalizedValue(int) - method in class org.apache.xerces.xni.XMLAttributes
Returns the non-normalized value of the attribute at the specified index.
getPrefix(int) - method in class org.apache.xerces.xni.XMLAttributes
Returns the prefix of the attribute at the specified index.
getPrefix(String) - method in class org.apache.xerces.xni.NamespaceContext
Look up a namespace URI and get one of the mapped prefix.
getProperty(String) - method in class org.apache.xerces.xni.parser.XMLComponentManager
Returns the value of a property.
getProperty(String) - method in class org.apache.xerces.xni.grammars.XMLGrammarLoader
Returns the state of a property.
getProperty(String) - method in class org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the value of a property.
getPropertyDefault(String) - method in class 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 class org.apache.xerces.xni.XMLLocator
Returns the public identifier.
getPublicId() - method in class org.apache.xerces.xni.parser.XMLParseException
Returns the public identifier.
getPublicId() - method in class org.apache.xerces.xni.XMLResourceIdentifier
Returns the public identifier.
getQName(int) - method in class org.apache.xerces.xni.XMLAttributes
Look up an attribute's XML 1.0 qualified name by index.
getRecognizedFeatures() - method in class org.apache.xerces.xni.parser.XMLComponent
Returns a list of feature identifiers that are recognized by this component.
getRecognizedFeatures() - method in class org.apache.xerces.xni.grammars.XMLGrammarLoader
Returns a list of feature identifiers that are recognized by this XMLGrammarLoader.
getRecognizedProperties() - method in class org.apache.xerces.xni.parser.XMLComponent
Returns a list of property identifiers that are recognized by this component.
getRecognizedProperties() - method in class org.apache.xerces.xni.grammars.XMLGrammarLoader
Returns a list of property identifiers that are recognized by this XMLGrammarLoader.
getRootName() - method in class org.apache.xerces.xni.grammars.XMLDTDDescription
Return the root name of this DTD.
getSystemId() - method in class org.apache.xerces.xni.parser.XMLInputSource
Returns the system identifier.
getTargetNamespace() - method in class org.apache.xerces.xni.grammars.XMLSchemaDescription
If the context is "include" or "redefine", then return the target namespace of the enclosing schema document; otherwise, the expected target namespace of this document.
getTriggeringComponent() - method in class org.apache.xerces.xni.grammars.XMLSchemaDescription
If a call is triggered by an element/attribute/xsi:type in the instance, this call returns the name of such triggering component: the name of the element/attribute, or the value of the xsi:type.
getType() - method in class org.apache.xerces.xni.parser.XMLConfigurationException
Returns the exception type.
getType(int) - method in class org.apache.xerces.xni.XMLAttributes
Look up an attribute's type by index.
getType(String) - method in class org.apache.xerces.xni.XMLAttributes
Look up an attribute's type by XML 1.0 qualified name.
getType(String,String) - method in class org.apache.xerces.xni.XMLAttributes
Look up an attribute's type by Namespace name.
getURI(int) - method in class org.apache.xerces.xni.XMLAttributes
Look up an attribute's Namespace URI by index.
getURI(String) - method in class org.apache.xerces.xni.NamespaceContext
Look up a prefix and get the currently-mapped Namespace URI.
getValue(int) - method in class org.apache.xerces.xni.XMLAttributes
Look up an attribute's value by index.
getValue(String) - method in class org.apache.xerces.xni.XMLAttributes
Look up an attribute's value by XML 1.0 qualified name.
getValue(String,String) - method in class org.apache.xerces.xni.XMLAttributes
Look up an attribute's value by Namespace name.
getXMLVersion() - method in class org.apache.xerces.xni.XMLLocator
Returns the XML version of the current entity.
Grammar - interface org.apache.xerces.xni.grammars.Grammar
A generic grammar for use in validating XML documents.

H

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

I

Ignorable whitespace.
Ignorable whitespace.
Characters within an IGNORE conditional section.
An internal entity declaration.
isSpecified(int) - method in class org.apache.xerces.xni.XMLAttributes
Returns true if the attribute is specified in the instance document.

K

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

L

length - field in class org.apache.xerces.xni.XMLString
The length of characters from the offset.
loadGrammar(org.apache.xerces.xni.parser.XMLInputSource) - method in class org.apache.xerces.xni.grammars.XMLGrammarLoader
Returns a Grammar object by parsing the contents of the entity pointed to by source.
localpart - field in class org.apache.xerces.xni.QName
The qname localpart.
lockPool() - method in class org.apache.xerces.xni.grammars.XMLGrammarPool
Causes the XMLGrammarPool not to store any grammars when the cacheGrammars(String, Grammar[[]) method is called.

N

NamespaceContext - interface org.apache.xerces.xni.NamespaceContext
Represents an interface to query namespace information.
NOT_RECOGNIZED - static field in class org.apache.xerces.xni.parser.XMLConfigurationException
Exception type: identifier not recognized.
NOT_SUPPORTED - static field in class org.apache.xerces.xni.parser.XMLConfigurationException
Exception type: identifier not supported.
A notation declaration

O

The occurrence count for a child in a children content model or for the mixed content model group.
OCCURS_ONE_OR_MORE - static field in class 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 field in class 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 field in class org.apache.xerces.xni.XMLDTDContentModelHandler
This occurrence count limits the element, choice, or sequence in a children content model to zero or one.
offset - field in class org.apache.xerces.xni.XMLString
The offset into the character array.

P

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

Q

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

R

rawname - field in class org.apache.xerces.xni.QName
The qname rawname.
removeAllAttributes() - method in class org.apache.xerces.xni.XMLAttributes
Removes all of the attributes.
removeAllItems() - method in class org.apache.xerces.xni.Augmentations
Remove all objects from the Augmentations structure.
removeAttributeAt(int) - method in class org.apache.xerces.xni.XMLAttributes
Removes the attribute at the specified index.
removeItem(String) - method in class org.apache.xerces.xni.Augmentations
Remove additional info from the Augmentations structure
reset() - method in class org.apache.xerces.xni.NamespaceContext
Reset this Namespace support object for reuse.
reset(org.apache.xerces.xni.parser.XMLComponentManager) - method in class org.apache.xerces.xni.parser.XMLComponent
Resets the component.
Resolves an external parsed entity.
This method requests that the application retrieve a grammar corresponding to the given GrammarIdentifier from its cache.
retrieveInitialGrammarSet(String) - method in class org.apache.xerces.xni.grammars.XMLGrammarPool
retrieve the initial known set of grammars.

S

scanDocument(boolean) - method in class org.apache.xerces.xni.parser.XMLDocumentScanner
Scans a document.
scanDTDExternalSubset(boolean) - method in class org.apache.xerces.xni.parser.XMLDTDScanner
Scans the external subset of the document.
scanDTDInternalSubset(boolean,boolean,boolean) - method in class org.apache.xerces.xni.parser.XMLDTDScanner
Scans the internal subset of the document.
The separator between choices or sequences of a mixed or children content model.
SEPARATOR_CHOICE - static field in class org.apache.xerces.xni.XMLDTDContentModelHandler
A choice separator for children and mixed content models.
SEPARATOR_SEQUENCE - static field in class org.apache.xerces.xni.XMLDTDContentModelHandler
A sequence separator for children content models.
Sets the augmentations of the attribute at the specified index.
setBaseSystemId(String) - method in class org.apache.xerces.xni.parser.XMLInputSource
Sets the base system identifier.
setBaseSystemId(String) - method in class org.apache.xerces.xni.XMLResourceIdentifier
Sets the base URI against which the literal SystemId is to be resolved.
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.
Sets the document handler.
Sets the document handler to receive information about the document.
Sets the document source.
Sets the DTD content model handler.
Sets the DTD content model handler.
setDTDHandler(org.apache.xerces.xni.XMLDTDHandler) - method in class org.apache.xerces.xni.parser.XMLDTDSource
Sets the DTD handler.
setDTDHandler(org.apache.xerces.xni.XMLDTDHandler) - method in class 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.
Sets the entity resolver.
Sets the entity resolver.
Sets the error handler.
Sets the error handler.
setExpandedSystemId(String) - method in class org.apache.xerces.xni.XMLResourceIdentifier
Sets the expanded system identifier.
setFeature(String,boolean) - method in class org.apache.xerces.xni.parser.XMLComponent
Sets the state of a feature.
setFeature(String,boolean) - method in class org.apache.xerces.xni.grammars.XMLGrammarLoader
Sets the state of a feature.
setFeature(String,boolean) - method in class org.apache.xerces.xni.parser.XMLParserConfiguration
Sets the state of a feature.
Sets the input source.
setInputSource(org.apache.xerces.xni.parser.XMLInputSource) - method in class org.apache.xerces.xni.parser.XMLDTDScanner
Sets the input source.
Sets the input source for the document to parse.
setLiteralSystemId(String) - method in class org.apache.xerces.xni.XMLResourceIdentifier
Sets the literal system identifier.
setLocale(Locale) - method in class org.apache.xerces.xni.grammars.XMLGrammarLoader
Set the locale to use for messages.
setLocale(Locale) - method in class org.apache.xerces.xni.parser.XMLParserConfiguration
Set the locale to use for messages.
setName(int,org.apache.xerces.xni.QName) - method in class org.apache.xerces.xni.XMLAttributes
Sets the name of the attribute at the specified index.
setNamespace(String) - method in class org.apache.xerces.xni.XMLResourceIdentifier
Sets the namespace of the resource.
setNonNormalizedValue(int,String) - method in class org.apache.xerces.xni.XMLAttributes
Sets the non-normalized value of the attribute at the specified index.
setProperty(String,Object) - method in class org.apache.xerces.xni.parser.XMLComponent
Sets the value of a property.
setProperty(String,Object) - method in class org.apache.xerces.xni.grammars.XMLGrammarLoader
Sets the state of a property.
setProperty(String,Object) - method in class 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.
setPublicId(String) - method in class org.apache.xerces.xni.XMLResourceIdentifier
Sets the public identifier.
setSpecified(int,boolean) - method in class 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 class org.apache.xerces.xni.XMLAttributes
Sets the type of the attribute at the specified index.
setValue(int,String) - method in class org.apache.xerces.xni.XMLAttributes
Sets the value of the attribute at the specified index.
setValues(char[],int,int) - method in class org.apache.xerces.xni.XMLString
Initializes the contents of the XMLString structure with the specified values.
setValues(org.apache.xerces.xni.QName) - method in class org.apache.xerces.xni.QName
Convenience method to set the values of the qname components.
setValues(org.apache.xerces.xni.XMLString) - method in class org.apache.xerces.xni.XMLString
Initializes the contents of the XMLString structure with copies of the given string structure.
setValues(String,String,String,String) - method in class org.apache.xerces.xni.QName
Convenience method to set the values of the qname components.
The start of an attribute list.
The start of a CDATA section.
The start of a CDATA section.
The start of a conditional section.
The start of a content model.
The start of the document.
The start of the document fragment.
The start of the DTD.
The start of an element.
The start of an element.
The start of the DTD external subset.
This method notifies the start of a general entity.
This method notifies the start of a general entity.
A start of either a mixed or children content model.
This method notifies of the start of a parameter entity.

T

Notifies of the presence of a TextDecl line in an entity.
Notifies of the presence of a TextDecl line in an entity.
Notifies of the presence of a TextDecl line in an entity.
toString() - method in class org.apache.xerces.xni.QName
Returns a string representation of this object.
toString() - method in class org.apache.xerces.xni.parser.XMLParseException
Returns a string representation of this object.
toString() - method in class org.apache.xerces.xni.XMLString
Returns a string representation of this object.
toXSModel() - method in class org.apache.xerces.xni.grammars.XSGrammar
Return an XSModel that represents components in this schema grammar and any schema grammars that are imported by this grammar directly or indirectly.
toXSModel(org.apache.xerces.xni.grammars.XSGrammar[]) - method in class org.apache.xerces.xni.grammars.XSGrammar
Return an XSModel that represents components in this schema grammar and the grammars in the grammarsparameter, any schema grammars that are imported by them directly or indirectly.

U

unlockPool() - method in class org.apache.xerces.xni.grammars.XMLGrammarPool
Allows the XMLGrammarPool to store grammars when its cacheGrammars(String, Grammar[]) method is called.
An unparsed entity declaration.
uri - field in class org.apache.xerces.xni.QName
The URI to which the qname prefix is bound.

W

Reports a warning.

X

XML_DTD - static field in class org.apache.xerces.xni.grammars.XMLGrammarDescription
The grammar type constant for DTD grammars.
XML_SCHEMA - static field in class org.apache.xerces.xni.grammars.XMLGrammarDescription
The grammar type constant for XML Schema grammars.
XML_URI - static field in class org.apache.xerces.xni.NamespaceContext
The XML Namespace ("http://www.w3.org/XML/1998/namespace").
XMLAttributes - interface org.apache.xerces.xni.XMLAttributes
The XMLAttributes interface defines a collection of attributes for an element.
XMLComponent - interface org.apache.xerces.xni.parser.XMLComponent
The component interface defines methods that must be implemented by components in a parser configuration.
XMLComponentManager - interface org.apache.xerces.xni.parser.XMLComponentManager
The component manager manages a parser configuration and the components that make up that configuration.
XMLConfigurationException - class org.apache.xerces.xni.parser.XMLConfigurationException
An XNI parser configuration exception.
XMLConfigurationException(short,String) - constructor for class org.apache.xerces.xni.parser.XMLConfigurationException
Constructs a configuration exception with the specified type and feature/property identifier.
XMLConfigurationException(short,String,String) - constructor for class org.apache.xerces.xni.parser.XMLConfigurationException
Constructs a configuration exception with the specified type, feature/property identifier, and error message
Notifies of the presence of an XMLDecl line in the document.
XMLDocumentFilter - interface org.apache.xerces.xni.parser.XMLDocumentFilter
Defines a document filter that acts as both a receiver and an emitter of document events.
XMLDocumentFragmentHandler - interface org.apache.xerces.xni.XMLDocumentFragmentHandler
This handler interface contains methods necessary to receive information about document elements and content.
XMLDocumentHandler - interface org.apache.xerces.xni.XMLDocumentHandler
The document handler interface defines callback methods to report information items in XML documents.
XMLDocumentScanner - interface org.apache.xerces.xni.parser.XMLDocumentScanner
This interface defines a generic document scanner.
XMLDocumentSource - interface org.apache.xerces.xni.parser.XMLDocumentSource
Defines a document source.
XMLDTDContentModelFilter - interface org.apache.xerces.xni.parser.XMLDTDContentModelFilter
Defines a DTD content model filter that acts as both a receiver and an emitter of DTD content model events.
XMLDTDContentModelHandler - interface org.apache.xerces.xni.XMLDTDContentModelHandler
The DTD content model handler interface defines callback methods to report information items in DTD content models of an element declaration.
XMLDTDContentModelSource - interface org.apache.xerces.xni.parser.XMLDTDContentModelSource
Defines a DTD content model source.
XMLDTDDescription - interface org.apache.xerces.xni.grammars.XMLDTDDescription
All information specific to DTD grammars.
XMLDTDFilter - interface org.apache.xerces.xni.parser.XMLDTDFilter
Defines a DTD filter that acts as both a receiver and an emitter of DTD events.
XMLDTDHandler - interface org.apache.xerces.xni.XMLDTDHandler
The DTD handler interface defines callback methods to report information items in the DTD of an XML document.
XMLDTDScanner - interface org.apache.xerces.xni.parser.XMLDTDScanner
This interface defines a generic DTD scanner.
XMLDTDSource - interface org.apache.xerces.xni.parser.XMLDTDSource
Defines a DTD source.
XMLEntityResolver - interface org.apache.xerces.xni.parser.XMLEntityResolver
This interface is used to resolve external parsed entities.
XMLErrorHandler - interface org.apache.xerces.xni.parser.XMLErrorHandler
An interface for handling errors.
XMLGrammarDescription - interface org.apache.xerces.xni.grammars.XMLGrammarDescription
This interface describes basic attributes of XML grammars--their physical location and their type.
XMLGrammarLoader - interface org.apache.xerces.xni.grammars.XMLGrammarLoader
The intention of this interface is to provide a generic means by which Grammar objects may be created without parsing instance documents.
XMLGrammarPool - interface org.apache.xerces.xni.grammars.XMLGrammarPool
This interface specifies how the parser and the application interact with respect to Grammar objects that the application possesses--either by having precompiled them or by having stored them from a previous validation of an instance document.
XMLInputSource - class org.apache.xerces.xni.parser.XMLInputSource
This class represents an input source for an XML document.
XMLInputSource(org.apache.xerces.xni.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) - 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(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 org.apache.xerces.xni.XMLLocator
Location information.
XMLNS_URI - static field in class 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 - class org.apache.xerces.xni.parser.XMLParseException
A parsing exception.
XMLParseException(org.apache.xerces.xni.XMLLocator,String) - constructor for class org.apache.xerces.xni.parser.XMLParseException
Constructs a parse exception.
Constructs a parse exception.
XMLParserConfiguration - interface org.apache.xerces.xni.parser.XMLParserConfiguration
Represents a parser configuration.
XMLPullParserConfiguration - interface org.apache.xerces.xni.parser.XMLPullParserConfiguration
Represents a parser configuration that can be used as the configuration for a "pull" parser.
XMLResourceIdentifier - interface org.apache.xerces.xni.XMLResourceIdentifier
This represents the basic physical description of the location of any XML resource (a Schema grammar, a DTD, a general entity etc.)
XMLSchemaDescription - interface org.apache.xerces.xni.grammars.XMLSchemaDescription
All information specific to XML Schema grammars.
XMLString - class org.apache.xerces.xni.XMLString
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(org.apache.xerces.xni.XMLString) - constructor for class org.apache.xerces.xni.XMLString
Constructs an XMLString structure with copies of the values in the given structure.
XNIException - class org.apache.xerces.xni.XNIException
This exception is the base exception of all XNI exceptions.
XNIException(Exception) - constructor for class org.apache.xerces.xni.XNIException
Constructs an XNI exception with a wrapped exception.
XNIException(String) - constructor for class org.apache.xerces.xni.XNIException
Constructs an XNI exception with a message.
XNIException(String,Exception) - constructor for class org.apache.xerces.xni.XNIException
Constructs an XNI exception with a message and wrapped exception.
XSGrammar - interface org.apache.xerces.xni.grammars.XSGrammar
Representing a schema grammar.

Copyright © 1999-2007 The Apache Software Foundation. All Rights Reserved.