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

cacheGrammars(String, Grammar[]) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarPool
return the final set of grammars that the validator ended up with.
ch - Variable in class org.apache.xerces.xni.XMLString
The character array.
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 interface org.apache.xerces.xni.grammars.XMLGrammarPool
Removes all grammars from the pool.
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.
CONTEXT_ATTRIBUTE - Static variable in interface 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 variable in interface 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 variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the current schema document is <import>ed by another schema document.
CONTEXT_INCLUDE - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the current schema document is <include>d by another schema document.
CONTEXT_INSTANCE - Static variable in interface 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 variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the current schema document is being preparsed.
CONTEXT_REDEFINE - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the current schema document is <redefine>d by another schema document.
CONTEXT_XSITYPE - Static variable in interface 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 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.
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.
fCharacterOffset - Variable in exception org.apache.xerces.xni.parser.XMLParseException
Character offset.
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.
getAttributes() - Method in interface 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 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.XMLLocator
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.
getCause() - Method in exception org.apache.xerces.xni.XNIException
Returns the cause of this XNIException.
getCharacterOffset() - Method in exception org.apache.xerces.xni.parser.XMLParseException
Returns the character offset.
getCharacterOffset() - Method in interface org.apache.xerces.xni.XMLLocator
Returns the character offset, or -1 if no character offset is available.
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, or -1 if no column number is available.
getContextType() - Method in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
Get the context.
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.XMLDTDContentModelSource
Returns the DTD content model handler.
getDTDContentModelHandler() - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the registered DTD content model handler.
getDTDContentModelSource() - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
 
getDTDHandler() - Method in interface org.apache.xerces.xni.parser.XMLDTDSource
Returns the DTD handler.
getDTDHandler() - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the registered DTD handler.
getDTDSource() - Method in interface org.apache.xerces.xni.XMLDTDHandler
 
getEnclosingElementName() - Method in interface 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 interface org.apache.xerces.xni.XMLLocator
Returns the encoding of the current entity.
getEntityResolver() - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
Returns the registered entity resolver.
getEntityResolver() - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Returns the registered entity resolver.
getErrorHandler() - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
Returns the registered error handler.
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.XMLLocator
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.grammars.XMLGrammarLoader
Returns the state of a feature.
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.
getGrammarDescription() - Method in interface org.apache.xerces.xni.grammars.Grammar
get the XMLGrammarDescription associated with this object
getGrammarType() - Method in interface org.apache.xerces.xni.grammars.XMLGrammarDescription
Return the type of this grammar.
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, or -1 if no line number is available.
getLiteralSystemId() - Method in exception org.apache.xerces.xni.parser.XMLParseException
Returns the literal system identifier.
getLiteralSystemId() - Method in interface org.apache.xerces.xni.XMLLocator
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.grammars.XMLGrammarLoader
Return the Locale the XMLGrammarLoader is using.
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.
getLocationHints() - Method in interface 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, 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.
getNamespace() - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
Returns the namespace of the resource.
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.
getProperty(String) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
Returns the state of a property.
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.XMLLocator
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.
getRecognizedFeatures() - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
Returns a list of feature identifiers that are recognized by this XMLGrammarLoader.
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.grammars.XMLGrammarLoader
Returns a list of property identifiers that are recognized by this XMLGrammarLoader.
getRecognizedProperties() - Method in interface org.apache.xerces.xni.parser.XMLComponent
Returns a list of property identifiers that are recognized by this component.
getRootName() - Method in interface 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 interface 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 interface 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 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.
getXMLVersion() - Method in interface org.apache.xerces.xni.XMLLocator
Returns the XML version of the current entity.
Grammar - Interface in org.apache.xerces.xni.grammars
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

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.
initCause(Throwable) - Method in exception org.apache.xerces.xni.XNIException
Initializes the cause of this XNIException.
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.
loadGrammar(XMLInputSource) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
Returns a Grammar object by parsing the contents of the entity pointed to by source.
localpart - Variable in class org.apache.xerces.xni.QName
The qname localpart.
lockPool() - Method in interface 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 in org.apache.xerces.xni
Represents an interface to query namespace information.
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.grammars - package org.apache.xerces.xni.grammars
 
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.
retrieveGrammar(XMLGrammarDescription) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarPool
This method requests that the application retrieve a grammar corresponding to the given GrammarIdentifier from its cache.
retrieveInitialGrammarSet(String) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarPool
retrieve the initial known set of grammars.

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.
setAugmentations(int, Augmentations) - Method in interface org.apache.xerces.xni.XMLAttributes
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 interface 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.
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.
setDTDContentModelSource(XMLDTDContentModelSource) - Method in interface org.apache.xerces.xni.XMLDTDContentModelHandler
 
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.
setDTDSource(XMLDTDSource) - Method in interface org.apache.xerces.xni.XMLDTDHandler
 
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.grammars.XMLGrammarLoader
Sets the entity resolver.
setEntityResolver(XMLEntityResolver) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Sets the entity resolver.
setErrorHandler(XMLErrorHandler) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
Sets the error handler.
setErrorHandler(XMLErrorHandler) - Method in interface org.apache.xerces.xni.parser.XMLParserConfiguration
Sets the error handler.
setExpandedSystemId(String) - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
Sets the expanded system identifier.
setFeature(String, boolean) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
Sets the state of a feature.
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.
setLiteralSystemId(String) - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
Sets the literal system identifier.
setLocale(Locale) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarLoader
Set the locale to use for messages.
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.
setNamespace(String) - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
Sets the namespace of the resource.
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.grammars.XMLGrammarLoader
Sets the state of a property.
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.
setPublicId(String) - Method in interface org.apache.xerces.xni.XMLResourceIdentifier
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.

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.
toXSModel() - Method in interface 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(XSGrammar[]) - Method in interface 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 interface org.apache.xerces.xni.grammars.XMLGrammarPool
Allows the XMLGrammarPool to store grammars when its cacheGrammars(String, Grammar[]) method is called.
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_DTD - Static variable in interface org.apache.xerces.xni.grammars.XMLGrammarDescription
The grammar type constant for DTD grammars.
XML_SCHEMA - Static variable in interface org.apache.xerces.xni.grammars.XMLGrammarDescription
The grammar type constant for XML Schema grammars.
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.
XMLDTDDescription - Interface in org.apache.xerces.xni.grammars
All information specific to DTD grammars.
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.
XMLGrammarDescription - Interface in org.apache.xerces.xni.grammars
This interface describes basic attributes of XML grammars--their physical location and their type.
XMLGrammarLoader - Interface in org.apache.xerces.xni.grammars
The intention of this interface is to provide a generic means by which Grammar objects may be created without parsing instance documents.
XMLGrammarPool - Interface in org.apache.xerces.xni.grammars
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 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
This represents the basic physical description of the location of any XML resource (a Schema grammar, a DTD, a general entity etc.)
XMLSchemaDescription - Interface in org.apache.xerces.xni.grammars
All information specific to XML Schema grammars.
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.
XSGrammar - Interface in org.apache.xerces.xni.grammars
Representing a schema grammar.
A C D E F G H I K L N O P Q R S T U W X 

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