- 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.
- 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.
- 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()
.
- 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.