DOMString
to the list.XMLAttributes
and makes it look like
AttributeList
and Attributes
.org.apache.xerces.xs.datatypes.ByteList
.ASObject
.byte
item
is a
member of this list.unsigned short
item
is a
member of this list.GenericString
item
is a member
of this list.ASElementDeclaration
's content model.javax.xml.datatype
Object
s that map XML to/from Java Object
s.System.err
.PrintWriter
- DefaultNode - Class in org.apache.xerces.impl.xs.opti
-
- DefaultNode() - Constructor for class org.apache.xerces.impl.xs.opti.DefaultNode
-
- DefaultText - Class in org.apache.xerces.impl.xs.opti
-
The
Text
interface inherits from CharacterData
and represents the textual content (termed character data in XML) of an
Element
or Attr
.
- DefaultText() - Constructor for class org.apache.xerces.impl.xs.opti.DefaultText
-
- defaultType - Variable in class org.apache.xerces.impl.dtd.XMLSimpleType
-
defaultType
- defaultValue - Variable in class org.apache.xerces.impl.dtd.XMLSimpleType
-
defaultValue
- DefaultXMLDocumentHandler - Class in org.apache.xerces.impl.xs.opti
-
- DefaultXMLDocumentHandler() - Constructor for class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
Default Constructor
- DEFER_NODE_EXPANSION - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Feature id: defer node expansion.
- DEFER_NODE_EXPANSION_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Defer node expansion feature ("dom/defer-node-expansion").
- DeferredAttrImpl - Class in org.apache.xerces.dom
-
Attribute represents an XML-style attribute of an
Element.
- DeferredAttrNSImpl - Class in org.apache.xerces.dom
-
DeferredAttrNSImpl is to AttrNSImpl, what DeferredAttrImpl is to
AttrImpl.
- DeferredCDATASectionImpl - Class in org.apache.xerces.dom
-
XML provides the CDATA markup to allow a region of text in which
most of the XML delimiter recognition does not take place.
- DeferredCommentImpl - Class in org.apache.xerces.dom
-
Represents an XML (or HTML) comment.
- DeferredDocumentImpl - Class in org.apache.xerces.dom
-
The Document interface represents the entire HTML or XML document.
- DeferredDocumentImpl() - Constructor for class org.apache.xerces.dom.DeferredDocumentImpl
-
NON-DOM: Actually creating a Document is outside the DOM's spec,
since it has to operate in terms of a particular implementation.
- DeferredDocumentImpl(boolean) - Constructor for class org.apache.xerces.dom.DeferredDocumentImpl
-
NON-DOM: Actually creating a Document is outside the DOM's spec,
since it has to operate in terms of a particular implementation.
- DeferredDocumentImpl(boolean, boolean) - Constructor for class org.apache.xerces.dom.DeferredDocumentImpl
-
Experimental constructor.
- DeferredDocumentTypeImpl - Class in org.apache.xerces.dom
-
This class represents a Document Type declaraction in
the document itself, not a Document Type Definition (DTD).
- DeferredDOMImplementationImpl - Class in org.apache.xerces.dom
-
This DOMImplementation class is description of a particular
implementation of the Document Object Model.
- DeferredDOMImplementationImpl() - Constructor for class org.apache.xerces.dom.DeferredDOMImplementationImpl
-
- DeferredElementDefinitionImpl - Class in org.apache.xerces.dom
-
NON-DOM CLASS: Describe one of the Elements (and its associated
Attributes) defined in this Document Type.
- DeferredElementImpl - Class in org.apache.xerces.dom
-
Elements represent most of the "markup" and structure of the
document.
- DeferredElementNSImpl - Class in org.apache.xerces.dom
-
DeferredElementNSImpl is to ElementNSImpl, what DeferredElementImpl is to
ElementImpl.
- DeferredEntityImpl - Class in org.apache.xerces.dom
-
Entity nodes hold the reference data for an XML Entity -- either
parsed or unparsed.
- DeferredEntityReferenceImpl - Class in org.apache.xerces.dom
-
EntityReference models the XML &entityname; syntax, when used for
entities defined by the DOM.
- DeferredNode - Interface in org.apache.xerces.dom
-
An interface for deferred node object.
- DeferredNotationImpl - Class in org.apache.xerces.dom
-
Notations are how the Document Type Description (DTD) records hints
about the format of an XML "unparsed entity" -- in other words,
non-XML data bound to this document type, which some applications
may wish to consult when manipulating the document.
- DeferredProcessingInstructionImpl - Class in org.apache.xerces.dom
-
Processing Instructions (PIs) permit documents to carry
processor-specific information alongside their actual content.
- DeferredTextImpl - Class in org.apache.xerces.dom
-
Text nodes hold the non-markup, non-Entity content of
an Element or Attribute.
- deleteContents() - Method in class org.apache.xerces.dom.RangeImpl
-
- deleteData(int, int) - Method in class org.apache.xerces.dom.CharacterDataImpl
-
Remove a range of characters from the node's value.
- deleteData(int, int) - Method in class org.apache.xerces.impl.xs.opti.DefaultText
-
Remove a range of 16-bit units from the node.
- derivedFrom(String, String, short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- derivedFrom(String, String, short) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- derivedFromType(XSTypeDefinition, short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- derivedFromType(XSTypeDefinition, short) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- desc - Variable in class org.apache.xerces.util.XMLGrammarPoolImpl.Entry
-
- DESCENDANT - Static variable in class org.apache.xerces.impl.xpath.XPath.Axis
-
Type: descendant.
- detach() - Method in class org.apache.xerces.dom.NodeIteratorImpl
-
- detach() - Method in class org.apache.xerces.dom.RangeImpl
-
- determineDocVersion(XMLInputSource) - Method in class org.apache.xerces.impl.XMLVersionDetector
-
This methods scans the XML declaration to find out the version
(and provisional encoding) of the document.
- DFAContentModel - Class in org.apache.xerces.impl.dtd.models
-
DFAContentModel is the derivative of ContentModel that does
all of the non-trivial element content validation.
- DFAContentModel(CMNode, int, boolean) - Constructor for class org.apache.xerces.impl.dtd.models.DFAContentModel
-
Constructs a DFA content model.
- DISALLOW_DOCTYPE - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Feature: disallow doctype
- DISALLOW_DOCTYPE - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Feature: disallow doctype
- DISALLOW_DOCTYPE_DECL_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Disallow DOCTYPE declaration feature ("disallow-doctype-decl").
- DISALLOW_DOCTYPE_DECL_FEATURE - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Feature identifier: load external DTD.
- DISALLOW_DOCTYPE_DECL_FEATURE - Static variable in class org.apache.xerces.parsers.DOMParserImpl
-
Feature identifier: disallow docType Decls.
- dispatch(boolean) - Method in interface org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.Dispatcher
-
Dispatch an XML "event".
- dispatch(boolean) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
-
Dispatch an XML "event".
- dispatch(boolean) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.DTDDispatcher
-
Dispatch an XML "event".
- dispatch(boolean) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.PrologDispatcher
-
Dispatch an XML "event".
- dispatch(boolean) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.TrailingMiscDispatcher
-
Dispatch an XML "event".
- dispatch(boolean) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.XMLDeclDispatcher
-
Dispatch an XML "event".
- dispatchAggregateEvents(NodeImpl, DocumentImpl.EnclosingAttr) - Method in class org.apache.xerces.dom.DocumentImpl
-
NON-DOM INTERNAL: Convenience wrapper for calling
dispatchAggregateEvents when the context was established
by
savedEnclosingAttr
.
- dispatchAggregateEvents(NodeImpl, AttrImpl, String, short) - Method in class org.apache.xerces.dom.DocumentImpl
-
NON-DOM INTERNAL: Generate the "aggregated" post-mutation events
DOMAttrModified and DOMSubtreeModified.
- dispatchEvent(NodeImpl, Event) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
- dispatchEvent(NodeImpl, Event) - Method in class org.apache.xerces.dom.DocumentImpl
-
Introduced in DOM Level 2.
- dispatchEvent(Event) - Method in class org.apache.xerces.dom.NodeImpl
-
- dispatchEventToSubtree(Node, Event) - Method in class org.apache.xerces.dom.DocumentImpl
-
NON-DOM INTERNAL: DOMNodeInsertedIntoDocument and ...RemovedFrom...
- dispatchingEventToSubtree(Node, Event) - Method in class org.apache.xerces.dom.DocumentImpl
-
Dispatches event to the target node's descendents recursively
- docElement - Variable in class org.apache.xerces.dom.CoreDocumentImpl
-
Document element.
- docType - Variable in class org.apache.xerces.dom.CoreDocumentImpl
-
Document type.
- doctypeDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
-
Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- DOCUMENT_CLASS_NAME - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Property id: document class name.
- DOCUMENT_CLASS_NAME_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
Document class name property ("dom/document-class-name").
- DOCUMENT_POSITION_CONTAINS - Static variable in class org.apache.xerces.dom.NodeImpl
-
- DOCUMENT_POSITION_DISCONNECTED - Static variable in class org.apache.xerces.dom.NodeImpl
-
- DOCUMENT_POSITION_FOLLOWING - Static variable in class org.apache.xerces.dom.NodeImpl
-
- DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC - Static variable in class org.apache.xerces.dom.NodeImpl
-
- DOCUMENT_POSITION_IS_CONTAINED - Static variable in class org.apache.xerces.dom.NodeImpl
-
- DOCUMENT_POSITION_PRECEDING - Static variable in class org.apache.xerces.dom.NodeImpl
-
- DOCUMENT_SCANNER - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Property identifier document scanner:
- DOCUMENT_SCANNER - Static variable in class org.apache.xerces.parsers.DTDConfiguration
-
Property identifier document scanner:
- DOCUMENT_SCANNER - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Property identifier document scanner:
- DOCUMENT_SCANNER - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier document scanner:
- DOCUMENT_SCANNER - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Property identifier document scanner:
- DOCUMENT_SCANNER - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Property identifier document scanner:
- DOCUMENT_SCANNER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
Document scanner property ("internal/document-scanner").
- DOCUMENT_XML_VERSION_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
Document XML version property ("document-xml-version").
- DocumentBuilderFactoryImpl - Class in org.apache.xerces.jaxp
-
- DocumentBuilderFactoryImpl() - Constructor for class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-
- DocumentBuilderImpl - Class in org.apache.xerces.jaxp
-
- DocumentFragmentImpl - Class in org.apache.xerces.dom
-
DocumentFragment is a "lightweight" or "minimal" Document
object.
- DocumentFragmentImpl(CoreDocumentImpl) - Constructor for class org.apache.xerces.dom.DocumentFragmentImpl
-
Factory constructor.
- DocumentFragmentImpl() - Constructor for class org.apache.xerces.dom.DocumentFragmentImpl
-
Constructor for serialization.
- DocumentImpl - Class in org.apache.xerces.dom
-
The Document interface represents the entire HTML or XML document.
- DocumentImpl() - Constructor for class org.apache.xerces.dom.DocumentImpl
-
NON-DOM: Actually creating a Document is outside the DOM's spec,
since it has to operate in terms of a particular implementation.
- DocumentImpl(boolean) - Constructor for class org.apache.xerces.dom.DocumentImpl
-
Constructor.
- DocumentImpl(DocumentType) - Constructor for class org.apache.xerces.dom.DocumentImpl
-
For DOM2 support.
- DocumentImpl(DocumentType, boolean) - Constructor for class org.apache.xerces.dom.DocumentImpl
-
For DOM2 support.
- DocumentTypeImpl - Class in org.apache.xerces.dom
-
This class represents a Document Type declaraction in
the document itself, not a Document Type Definition (DTD).
- DocumentTypeImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.DocumentTypeImpl
-
Factory method for creating a document type node.
- DocumentTypeImpl(CoreDocumentImpl, String, String, String) - Constructor for class org.apache.xerces.dom.DocumentTypeImpl
-
Factory method for creating a document type node.
- DOM_ATTR_MODIFIED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
-
- DOM_CANONICAL_FORM - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_CDATA_SECTIONS - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_CERTIFIED - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_CHARACTER_DATA_MODIFIED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
-
- DOM_CHARSET_OVERRIDES_XML_ENCODING - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_CHECK_CHAR_NORMALIZATION - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_COMMENTS - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_DATATYPE_NORMALIZATION - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_DISALLOW_DOCTYPE - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_DISCARD_DEFAULT_CONTENT - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_DOMAIN - Static variable in class org.apache.xerces.dom.DOMMessageFormatter
-
- DOM_ELEMENT_CONTENT_WHITESPACE - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_ENTITIES - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_ERROR_HANDLER - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_FORMAT_PRETTY_PRINT - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_IGNORE_UNKNOWN_CHARACTER_DENORMALIZATIONS - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_INFOSET - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_NAMESPACE_DECLARATIONS - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_NAMESPACES - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_NODE - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Property id: DOM node.
- DOM_NODE_INSERTED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
-
- DOM_NODE_INSERTED_INTO_DOCUMENT - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
-
- DOM_NODE_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
DOM node property ("dom-node").
- DOM_NODE_REMOVED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
-
- DOM_NODE_REMOVED_FROM_DOCUMENT - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
-
- DOM_NORMALIZE_CHARACTERS - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_PSVI - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_RESOURCE_RESOLVER - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_SCHEMA_LOCATION - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_SCHEMA_TYPE - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_SPLIT_CDATA - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_SUBTREE_MODIFIED - Static variable in class org.apache.xerces.dom.events.MutationEventImpl
-
- DOM_SUPPORTED_MEDIATYPES_ONLY - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_UNKNOWNCHARS - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_VALIDATE - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_VALIDATE_IF_SCHEMA - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_WELLFORMED - Static variable in class org.apache.xerces.impl.Constants
-
- DOM_XMLDECL - Static variable in class org.apache.xerces.impl.Constants
-
- DOMASBuilderImpl - Class in org.apache.xerces.parsers
-
Deprecated.
- DOMASBuilderImpl() - Constructor for class org.apache.xerces.parsers.DOMASBuilderImpl
-
Deprecated.
Constructs a DOM Builder using the dtd/xml schema parser configuration.
- DOMASBuilderImpl(XMLGrammarCachingConfiguration) - Constructor for class org.apache.xerces.parsers.DOMASBuilderImpl
-
Deprecated.
Constructs a DOM Builder using the specified parser configuration.
- DOMASBuilderImpl(SymbolTable) - Constructor for class org.apache.xerces.parsers.DOMASBuilderImpl
-
Deprecated.
Constructs a DOM Builder using the specified symbol table.
- DOMASBuilderImpl(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.DOMASBuilderImpl
-
Deprecated.
Constructs a DOM Builder using the specified symbol table and
grammar pool.
- DOMConfigurationImpl - Class in org.apache.xerces.dom
-
Xerces implementation of DOMConfiguration that maintains a table of recognized parameters.
- DOMConfigurationImpl() - Constructor for class org.apache.xerces.dom.DOMConfigurationImpl
-
Default Constructor.
- DOMConfigurationImpl(SymbolTable) - Constructor for class org.apache.xerces.dom.DOMConfigurationImpl
-
Constructs a parser configuration using the specified symbol table.
- DOMConfigurationImpl(SymbolTable, XMLComponentManager) - Constructor for class org.apache.xerces.dom.DOMConfigurationImpl
-
Constructs a parser configuration using the specified symbol table
and parent settings.
- DOMEntityResolverWrapper - Class in org.apache.xerces.util
-
This class wraps DOM entity resolver to XNI entity resolver.
- DOMEntityResolverWrapper() - Constructor for class org.apache.xerces.util.DOMEntityResolverWrapper
-
Default constructor.
- DOMEntityResolverWrapper(LSResourceResolver) - Constructor for class org.apache.xerces.util.DOMEntityResolverWrapper
-
Wraps the specified DOM entity resolver.
- DOMErrorHandlerWrapper - Class in org.apache.xerces.util
-
This class handles DOM errors .
- DOMErrorHandlerWrapper() - Constructor for class org.apache.xerces.util.DOMErrorHandlerWrapper
-
- DOMErrorHandlerWrapper(DOMErrorHandler) - Constructor for class org.apache.xerces.util.DOMErrorHandlerWrapper
-
- DOMErrorImpl - Class in org.apache.xerces.dom
-
DOMErrorImpl
is an implementation that describes an error.
- DOMErrorImpl() - Constructor for class org.apache.xerces.dom.DOMErrorImpl
-
Default constructor.
- DOMErrorImpl(short, XMLParseException) - Constructor for class org.apache.xerces.dom.DOMErrorImpl
-
Exctracts information from XMLParserException)
- DOMImplementationImpl - Class in org.apache.xerces.dom
-
The DOMImplementation class is description of a particular
implementation of the Document Object Model.
- DOMImplementationImpl() - Constructor for class org.apache.xerces.dom.DOMImplementationImpl
-
- DOMImplementationListImpl - Class in org.apache.xerces.dom
-
This class implements the DOM Level 3 Core interface DOMImplementationList.
- DOMImplementationListImpl() - Constructor for class org.apache.xerces.dom.DOMImplementationListImpl
-
Construct an empty list of DOMImplementations
- DOMImplementationListImpl(Vector) - Constructor for class org.apache.xerces.dom.DOMImplementationListImpl
-
Construct an empty list of DOMImplementations
- DOMImplementationSourceImpl - Class in org.apache.xerces.dom
-
Supply one the right implementation, based upon requested features.
- DOMImplementationSourceImpl() - Constructor for class org.apache.xerces.dom.DOMImplementationSourceImpl
-
- DOMInputImpl - Class in org.apache.xerces.dom
-
This Class
DOMInputImpl
represents a single input source for an XML entity.
- DOMInputImpl() - Constructor for class org.apache.xerces.dom.DOMInputImpl
-
Default Constructor, constructs an input source
- DOMInputImpl(String, String, String) - Constructor for class org.apache.xerces.dom.DOMInputImpl
-
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.
- DOMInputImpl(String, String, String, InputStream, String) - Constructor for class org.apache.xerces.dom.DOMInputImpl
-
Constructs an input source from a byte stream.
- DOMInputImpl(String, String, String, Reader, String) - Constructor for class org.apache.xerces.dom.DOMInputImpl
-
Constructs an input source from a character stream.
- DOMInputImpl(String, String, String, String, String) - Constructor for class org.apache.xerces.dom.DOMInputImpl
-
Constructs an input source from a String.
- DOMInputSource - Class in org.apache.xerces.util
-
An
XMLInputSource
analogue to javax.xml.transform.dom.DOMSource
.
- DOMInputSource() - Constructor for class org.apache.xerces.util.DOMInputSource
-
- DOMInputSource(Node) - Constructor for class org.apache.xerces.util.DOMInputSource
-
- DOMInputSource(Node, String) - Constructor for class org.apache.xerces.util.DOMInputSource
-
- DOMLocatorImpl - Class in org.apache.xerces.dom
-
DOMLocatorImpl
is an implementaion that describes a location (e.g.
- DOMLocatorImpl() - Constructor for class org.apache.xerces.dom.DOMLocatorImpl
-
- DOMLocatorImpl(int, int, String) - Constructor for class org.apache.xerces.dom.DOMLocatorImpl
-
- DOMLocatorImpl(int, int, int, String) - Constructor for class org.apache.xerces.dom.DOMLocatorImpl
-
- DOMLocatorImpl(int, int, int, Node, String) - Constructor for class org.apache.xerces.dom.DOMLocatorImpl
-
- DOMLocatorImpl(int, int, int, Node, String, int) - Constructor for class org.apache.xerces.dom.DOMLocatorImpl
-
- DOMMessageFormatter - Class in org.apache.xerces.dom
-
Used to format DOM error messages, using the system locale.
- DOMNormalizer - Class in org.apache.xerces.dom
-
This class adds implementation for normalizeDocument method.
- DOMNormalizer() - Constructor for class org.apache.xerces.dom.DOMNormalizer
-
- DOMNormalizer.XMLAttributesProxy - Class in org.apache.xerces.dom
-
- DOMNormalizer.XMLAttributesProxy() - Constructor for class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- DOMOutputImpl - Class in org.apache.xerces.dom
-
This class represents an output destination for data.
- DOMOutputImpl() - Constructor for class org.apache.xerces.dom.DOMOutputImpl
-
Default Constructor
- DOMParser - Class in org.apache.xerces.parsers
-
This is the main Xerces DOM parser class.
- DOMParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.DOMParser
-
Constructs a DOM parser using the specified parser configuration.
- DOMParser() - Constructor for class org.apache.xerces.parsers.DOMParser
-
Constructs a DOM parser using the dtd/xml schema parser configuration.
- DOMParser(SymbolTable) - Constructor for class org.apache.xerces.parsers.DOMParser
-
Constructs a DOM parser using the specified symbol table.
- DOMParser(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.DOMParser
-
Constructs a DOM parser using the specified symbol table and
grammar pool.
- DOMParserImpl - Class in org.apache.xerces.parsers
-
This is Xerces DOM Builder class.
- DOMParserImpl(String, String) - Constructor for class org.apache.xerces.parsers.DOMParserImpl
-
Constructs a DOM Builder using the standard parser configuration.
- DOMParserImpl(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.DOMParserImpl
-
Constructs a DOM Builder using the specified parser configuration.
- DOMParserImpl(SymbolTable) - Constructor for class org.apache.xerces.parsers.DOMParserImpl
-
Constructs a DOM Builder using the specified symbol table.
- DOMParserImpl(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.DOMParserImpl
-
Constructs a DOM Builder using the specified symbol table and
grammar pool.
- DOMStringListImpl - Class in org.apache.xerces.dom
-
DOM Level 3
This class implements the DOM Level 3 Core interface DOMStringList.
- DOMStringListImpl() - Constructor for class org.apache.xerces.dom.DOMStringListImpl
-
Construct an empty list of DOMStringListImpl
- DOMStringListImpl(Vector) - Constructor for class org.apache.xerces.dom.DOMStringListImpl
-
Construct an empty list of DOMStringListImpl
- DOMUtil - Class in org.apache.xerces.util
-
Some useful utility methods.
- DOMUtil() - Constructor for class org.apache.xerces.util.DOMUtil
-
This class cannot be instantiated.
- DOMXSImplementationSourceImpl - Class in org.apache.xerces.dom
-
Allows to retrieve
XSImplementation
, DOM Level 3 Core and LS implementations
and PSVI implementation.
- DOMXSImplementationSourceImpl() - Constructor for class org.apache.xerces.dom.DOMXSImplementationSourceImpl
-
- DoubleDV - Class in org.apache.xerces.impl.dv.xs
-
Represent the schema type "double"
- DoubleDV() - Constructor for class org.apache.xerces.impl.dv.xs.DoubleDV
-
- DT_ANYURI - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_BLOCK - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_BLOCK1 - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_BOOLEAN - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_COUNT - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_FINAL - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_FINAL1 - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_FINAL2 - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_FORM - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_ID - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_LANGUAGE - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_MAXOCCURS - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_MAXOCCURS1 - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_MEMBERTYPES - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_MINOCCURS1 - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_NAMESPACE - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_NCNAME - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_NONNEGINT - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_POSINT - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_PROCESSCONTENTS - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_QNAME - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_STRING - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_TOKEN - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_USE - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_WHITESPACE - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_XPATH - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_XPATH1 - Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DTD_PROCESSOR - Static variable in class org.apache.xerces.parsers.DTDConfiguration
-
Property identifier: DTD loader.
- DTD_PROCESSOR - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier: DTD loader.
- DTD_PROCESSOR - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Property identifier: DTD loader.
- DTD_PROCESSOR_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
DTD processor property ("internal/dtd-processor").
- DTD_SCANNER - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Property identifier: DTD scanner.
- DTD_SCANNER - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Property identifier: DTD scanner.
- DTD_SCANNER - Static variable in class org.apache.xerces.parsers.DTDConfiguration
-
Property identifier: DTD scanner.
- DTD_SCANNER - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Property identifier: DTD scanner.
- DTD_SCANNER - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier: DTD scanner.
- DTD_SCANNER - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Property identifier: DTD scanner.
- DTD_SCANNER - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Property identifier: DTD scanner.
- DTD_SCANNER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
DTD scanner property ("internal/dtd-scanner").
- DTD_VALIDATOR - Static variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Property identifier: validator .
- DTD_VALIDATOR - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Property identifier: DTD validator.
- DTD_VALIDATOR - Static variable in class org.apache.xerces.parsers.DTDConfiguration
-
Property identifier: DTD validator.
- DTD_VALIDATOR - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Property identifier: DTD validator.
- DTD_VALIDATOR - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier: DTD validator.
- DTD_VALIDATOR - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Property identifier: DTD validator.
- DTD_VALIDATOR - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Property identifier: DTD validator.
- DTD_VALIDATOR_FACTORY_PROPERTY - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- DTD_VALIDATOR_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
Validator property ("internal/validator/dtd").
- DTD_VALIDATOR_PROPERTY - Static variable in class org.apache.xerces.impl.dtd.XML11DTDValidator
-
- DTDConfiguration - Class in org.apache.xerces.parsers
-
This is the DTD-only parser configuration.
- DTDConfiguration() - Constructor for class org.apache.xerces.parsers.DTDConfiguration
-
Default constructor.
- DTDConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.DTDConfiguration
-
Constructs a parser configuration using the specified symbol table.
- DTDConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.DTDConfiguration
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- DTDConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.DTDConfiguration
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- DTDDVFactory - Class in org.apache.xerces.impl.dv
-
The factory to create and return DTD types.
- DTDDVFactory() - Constructor for class org.apache.xerces.impl.dv.DTDDVFactory
-
- DTDDVFactoryImpl - Class in org.apache.xerces.impl.dv.dtd
-
the factory to create/return built-in schema DVs and create user-defined DVs
- DTDDVFactoryImpl() - Constructor for class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl
-
- DTDGrammar - Class in org.apache.xerces.impl.dtd
-
A DTD grammar.
- DTDGrammar(SymbolTable, XMLDTDDescription) - Constructor for class org.apache.xerces.impl.dtd.DTDGrammar
-
Default constructor.
- DTDGrammar.QNameHashtable - Class in org.apache.xerces.impl.dtd
-
A simple Hashtable implementation that takes a tuple (String, String)
as the key and a int as value.
- DTDGrammar.QNameHashtable() - Constructor for class org.apache.xerces.impl.dtd.DTDGrammar.QNameHashtable
-
- DTDGrammarBucket - Class in org.apache.xerces.impl.dtd
-
This very simple class is the skeleton of what the DTDValidator could use
to store various grammars that it gets from the GrammarPool.
- DTDGrammarBucket() - Constructor for class org.apache.xerces.impl.dtd.DTDGrammarBucket
-
Default constructor.
- DTDParser - Class in org.apache.xerces.parsers
-
- DTDParser(SymbolTable) - Constructor for class org.apache.xerces.parsers.DTDParser
-
- DTNORMALIZATION - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- DURATION_TYPE - Static variable in class org.apache.xerces.impl.dv.xs.DurationDV
-
- DurationDV - Class in org.apache.xerces.impl.dv.xs
-
Validator for <duration> datatype (W3C Schema Datatypes)
- DurationDV() - Constructor for class org.apache.xerces.impl.dv.xs.DurationDV
-
- DVFactoryException - Exception in org.apache.xerces.impl.dv
-
A runtime exception that's thrown if an error happens when the application
tries to get a DV factory instance.
- DVFactoryException() - Constructor for exception org.apache.xerces.impl.dv.DVFactoryException
-
- DVFactoryException(String) - Constructor for exception org.apache.xerces.impl.dv.DVFactoryException
-
- DYNAMIC_VALIDATION - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- DYNAMIC_VALIDATION - Static variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Feature identifier: dynamic validation.
- DYNAMIC_VALIDATION - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Feature identifier: dynamic validation.
- DYNAMIC_VALIDATION - Static variable in class org.apache.xerces.parsers.DOMParserImpl
-
Dynamic validation
- DYNAMIC_VALIDATION - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
Feature identifier: dynamic validation.
- DYNAMIC_VALIDATION_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Dynamic validation feature ("validation/dynamic").
E
- element(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
A referenced element in a mixed or children content model.
- element(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
A referenced element in a mixed or children content model.
- element(String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
A referenced element in a mixed or children content model.
- element(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
A referenced element in a mixed or children content model.
- element2Locator(Element) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Extract location information from an Element node, and create a
new SimpleLocator object from such information.
- element2Locator(Element, SimpleLocator) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Extract location information from an Element node, store such
information in the passed-in SimpleLocator object, then return
true.
- ELEMENT_DEFINITION_NODE - Static variable in class org.apache.xerces.dom.NodeImpl
-
Element definition node type.
- ELEMENT_PSVI - Static variable in class org.apache.xerces.impl.Constants
-
Element PSVI is stored in augmentations using string "ELEMENT_PSVI"
- elementAt(int) - Method in class org.apache.xerces.util.IntStack
-
Returns the element at the specified depth in the stack.
- elementDecl(String, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
An element declaration.
- elementDecl(String, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
An element declaration.
- elementDecl(String, String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
An element declaration.
- elementDecl(String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
An element declaration.
- elementDecl(String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
An element declaration.
- elementDecl(String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
An element declaration.
- elementDecl(String, String, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
-
An element declaration.
- elementDecl(String, String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- elementDefault(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- ElementDefaultValidImmediate(XSTypeDefinition, String, ValidationContext, ValidatedInfo) - Static method in class org.apache.xerces.impl.xs.XSConstraints
-
check whether a value is a valid default for some type
returns the compiled form of the value
The parameter value could be either a String or a ValidatedInfo object
- ElementDefinitionImpl - Class in org.apache.xerces.dom
-
NON-DOM CLASS: Describe one of the Elements (and its associated
Attributes) defined in this Document Type.
- ElementDefinitionImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.ElementDefinitionImpl
-
Factory constructor.
- elementDepthIsZeroHook() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
-
Element depth iz zero.
- elementDepthIsZeroHook() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.ContentDispatcher
-
Element depth iz zero.
- ElementImpl - Class in org.apache.xerces.dom
-
Elements represent most of the "markup" and structure of the
document.
- ElementImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.ElementImpl
-
Factory constructor.
- ElementImpl() - Constructor for class org.apache.xerces.dom.ElementImpl
-
- ElementImpl - Class in org.apache.xerces.impl.xs.opti
-
- ElementImpl(int, int, int) - Constructor for class org.apache.xerces.impl.xs.opti.ElementImpl
-
- ElementImpl(int, int) - Constructor for class org.apache.xerces.impl.xs.opti.ElementImpl
-
- ElementImpl(String, String, String, String, int, int, int) - Constructor for class org.apache.xerces.impl.xs.opti.ElementImpl
-
- ElementImpl(String, String, String, String, int, int) - Constructor for class org.apache.xerces.impl.xs.opti.ElementImpl
-
- ElementNSImpl - Class in org.apache.xerces.dom
-
ElementNSImpl inherits from ElementImpl and adds namespace support.
- ElementNSImpl() - Constructor for class org.apache.xerces.dom.ElementNSImpl
-
- ElementNSImpl(CoreDocumentImpl, String, String) - Constructor for class org.apache.xerces.dom.ElementNSImpl
-
DOM2: Constructor for Namespace implementation.
- ElementNSImpl(CoreDocumentImpl, String, String, String) - Constructor for class org.apache.xerces.dom.ElementNSImpl
-
- ElementNSImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.ElementNSImpl
-
- ElementPSVImpl - Class in org.apache.xerces.impl.xs
-
Element PSV infoset augmentations implementation.
- ElementPSVImpl() - Constructor for class org.apache.xerces.impl.xs.ElementPSVImpl
-
- elements - Variable in class org.apache.xerces.dom.DocumentTypeImpl
-
Elements.
- ELT_ALL - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_ANNOTATION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_ANY - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_ANYATTRIBUTE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_APPINFO - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_ATTRIBUTE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_ATTRIBUTEGROUP - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_CHOICE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_COMPLEXCONTENT - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_COMPLEXTYPE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_DOCUMENTATION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_ELEMENT - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_ENUMERATION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_EXTENSION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_FIELD - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_FRACTIONDIGITS - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_GROUP - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_IMPORT - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_INCLUDE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_KEY - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_KEYREF - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_LENGTH - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_LIST - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_MAXEXCLUSIVE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_MAXINCLUSIVE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_MAXLENGTH - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_MINEXCLUSIVE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_MININCLUSIVE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_MINLENGTH - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_NOTATION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_PATTERN - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_REDEFINE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_RESTRICTION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_SCHEMA - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_SELECTOR - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_SEQUENCE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_SIMPLECONTENT - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_SIMPLETYPE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_TOTALDIGITS - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_UNION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_UNIQUE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- ELT_WHITESPACE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- emptiable() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
3.9.6 Schema Component Constraint: Particle Emptiable
whether this particle is emptible
- empty(Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
A content model of EMPTY.
- empty(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
A content model of EMPTY.
- empty(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
A content model of EMPTY.
- empty(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
A content model of EMPTY.
- EMPTY_LIST - Static variable in class org.apache.xerces.impl.xs.util.StringListImpl
-
An immutable empty list.
- EMPTY_LIST - Static variable in class org.apache.xerces.impl.xs.util.XSObjectListImpl
-
An immutable empty list.
- EMPTY_MAP - Static variable in class org.apache.xerces.impl.xs.util.XSNamedMapImpl
-
An immutable empty map.
- EMPTY_STRING - Static variable in class org.apache.xerces.util.XMLSymbols
-
The empty string.
- emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
-
An empty element.
- emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
An empty element.
- emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
An empty element.
- emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
An empty element.
- emptyElement(QName, XMLAttributes, int, int, int) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOM
-
- emptyElement(QName, XMLAttributes, int, int) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOM
-
- emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
An empty element.
- emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
An empty element.
- emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
An empty element.
- emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
An empty element.
- emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.xpointer.XPointerHandler
-
An empty element.
- enableNS - Variable in class org.apache.xerces.dom.DeepNodeListImpl
-
- encode(byte[]) - Static method in class org.apache.xerces.impl.dv.util.Base64
-
Encodes hex octects into Base64
- encode(byte[]) - Static method in class org.apache.xerces.impl.dv.util.HexBin
-
Encode a byte array to hex string
- encoding - Variable in class org.apache.xerces.dom.CoreDocumentImpl
-
Experimental DOM Level 3 feature: Document encoding
- encoding - Variable in class org.apache.xerces.dom.EntityImpl
-
Encoding
- encoding - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
Auto-detected encoding.
- EncodingMap - Class in org.apache.xerces.util
-
EncodingMap is a convenience class which handles conversions between
IANA encoding names and Java encoding names, and vice versa.
- EncodingMap() - Constructor for class org.apache.xerces.util.EncodingMap
-
Default constructor.
- endAttlist(Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
The end of an attribute list.
- endAttlist(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
The end of an attribute list.
- endAttlist(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The end of an attribute list.
- endAttlist(Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
The end of an attribute list.
- endAttlist(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The end of an attribute list.
- endAttlist(Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
-
The end of an attribute list.
- endAttlist(Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- endCDATA(Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
-
The end of a CDATA section.
- endCDATA(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
The end of a CDATA section.
- endCDATA(Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
The end of a CDATA section.
- endCDATA(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The end of a CDATA section.
- endCDATA(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
The end of a CDATA section.
- endCDATA(Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
The end of a CDATA section.
- endCDATA(Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
The end of a CDATA section.
- endCDATA(Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
The end of a CDATA section.
- endCDATA(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The end of a CDATA section.
- endCDATA(Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- endCDATA(Augmentations) - Method in class org.apache.xerces.xpointer.XPointerHandler
-
The end of a CDATA section.
- endConditional(Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
The end of a conditional section.
- endConditional(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
The end of a conditional section.
- endConditional(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The end of a conditional section.
- endConditional(Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
The end of a conditional section.
- endConditional(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The end of a conditional section.
- endConditional(Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
-
The end of a conditional section.
- endConditional(Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- endContentModel(Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
The end of a content model.
- endContentModel(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
The end of a content model.
- endContentModel(int[]) - Method in class org.apache.xerces.impl.xs.models.XSAllCM
-
The method indicates the end of list of children
- endContentModel(int[]) - Method in interface org.apache.xerces.impl.xs.models.XSCMValidator
-
The method indicates the end of list of children
- endContentModel(int[]) - Method in class org.apache.xerces.impl.xs.models.XSDFACM
-
- endContentModel(int[]) - Method in class org.apache.xerces.impl.xs.models.XSEmptyCM
-
The method indicates the end of list of children
- endContentModel(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The end of a content model.
- endContentModel(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The end of a content model.
- endContentModel() - Method in class org.apache.xerces.parsers.DTDParser
-
The end of a content model.
- endDocument(Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
-
The end of the document.
- endDocument(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
The end of the document.
- endDocument(Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
The end of the document.
- endDocument(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The end of the document.
- endDocument(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
The end of the document.
- endDocument(Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
The end of the document.
- endDocument() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.KeyRefValueStore
-
End document.
- endDocument() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
Signals the end of the document.
- endDocument() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
Check identity constraints.
- endDocument(Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
The end of the document.
- endDocument(Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
The end of the document.
- endDocument(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The end of the document.
- endDocument(Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- endDocumentFragment() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.KeyRefValueStore
-
- endDocumentFragment() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
- endDTD(Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
The end of the DTD.
- endDTD(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
The end of the DTD.
- endDTD(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The end of the DTD.
- endDTD(Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
The end of the DTD.
- endDTD(Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
The end of the DTD.
- endDTD(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The end of the DTD.
- endDTD(Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
-
The end of the DTD.
- endDTD(Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- endElement(QName, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
-
The end of an element.
- endElement(QName, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
The end of an element.
- endElement(QName, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
The end of an element.
- endElement(QName, XSTypeDefinition, boolean, Object, short, ShortList) - Method in class org.apache.xerces.impl.xs.identity.Selector.Matcher
-
- endElement(QName, XSTypeDefinition, boolean, Object, short, ShortList) - Method in class org.apache.xerces.impl.xs.identity.XPathMatcher
-
- endElement(QName, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The end of an element.
- endElement() - Method in class org.apache.xerces.impl.xs.opti.SchemaDOM
-
- endElement(QName, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
The end of an element.
- endElement(QName, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
The end of an element.
- endElement() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
endElement(): merges contents of fGlobalIDConstraintMap with the
top of fGlobalMapStack into fGlobalIDConstraintMap.
- endElement(QName, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
The end of an element.
- endElement(QName, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
The end of an element.
- endElement(QName, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The end of an element.
- endElement(QName, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- endElement(QName, Augmentations) - Method in class org.apache.xerces.xpointer.XPointerHandler
-
The end of an element.
- endEntity(String, Augmentations) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
This method notifies the end of an entity.
- endEntity(String, Augmentations) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
This method notifies the end of an entity.
- endEntity(String, Augmentations) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
This method notifies the end of an entity.
- endEntity(String, Augmentations) - Method in interface org.apache.xerces.impl.XMLEntityHandler
-
This method notifies the end of an entity.
- endEntity(String, Augmentations) - Method in class org.apache.xerces.impl.XMLScanner
-
This method notifies the end of an entity.
- endEntity(String, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
-
This method notifies the end of an entity.
- endExternalSubset(Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
The end of the DTD external subset.
- endExternalSubset(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
The end of the DTD external subset.
- endExternalSubset() - Method in class org.apache.xerces.impl.XMLEntityManager
-
- endExternalSubset(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The end of the DTD external subset.
- endExternalSubset(Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
The end of the DTD external subset.
- endExternalSubset(Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
The end of the DTD external subset.
- endExternalSubset(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The end of the DTD external subset.
- endExternalSubset(Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
-
The end of the external subset.
- endExternalSubset(Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- endGeneralEntity(String, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
-
This method notifies the end of a general entity.
- endGeneralEntity(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
This method notifies the end of a general entity.
- endGeneralEntity(String, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
This method notifies the end of a general entity.
- endGeneralEntity(String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
This method notifies the end of a general entity.
- endGeneralEntity(String, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
This method notifies the end of a general entity.
- endGeneralEntity(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
This method notifies the end of a general entity.
- endGeneralEntity(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
This method notifies the end of an entity.
- endGeneralEntity(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
This method notifies the end of an entity.
- endGeneralEntity(String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- endGroup(Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
The end of a group for mixed or children content models.
- endGroup(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
The end of a group for mixed or children content models.
- endGroup(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The end of a group for mixed or children content models.
- endGroup(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The end of a group for mixed or children content models.
- endNamespaceMapping() - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Send endPrefixMapping events
- endNamespaceScope(QName, Augmentations, boolean) - Method in class org.apache.xerces.impl.dtd.XML11NSDTDValidator
-
Handles end element.
- endNamespaceScope(QName, Augmentations, boolean) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
- endNamespaceScope(QName, Augmentations, boolean) - Method in class org.apache.xerces.impl.dtd.XMLNSDTDValidator
-
Handles end element.
- endOfFileHook(EOFException) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
-
End of file hook.
- endOfFileHook(EOFException) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.ContentDispatcher
-
End of file hook.
- endParameterEntity(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
This method notifies the end of an entity.
- endParameterEntity(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
This method notifies the end of a parameter entity.
- endParameterEntity(String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
This method notifies the end of a parameter entity.
- endParameterEntity(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
This method notifies the end of a parameter entity.
- endParameterEntity(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
This method notifies the end of an entity.
- endParameterEntity(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
This method notifies the end of an entity.
- endParameterEntity(String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- endPrefixMapping(String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The end of a namespace prefix mapping.
- endValueScope() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
Ends scope for value store.
- endValueScopeFor(IdentityConstraint, int) - Method in interface org.apache.xerces.impl.xs.identity.FieldActivator
-
Ends the value scope for the specified identity constraint.
- endValueScopeFor(IdentityConstraint, int) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Ends the value scope for the specified identity constraint.
- ensureCapacity(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Ensures that the internal tables are large enough.
- entities - Variable in class org.apache.xerces.dom.DocumentTypeImpl
-
Entities.
- ENTITIES - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- ENTITY_MANAGER - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Property identifier: entity manager.
- ENTITY_MANAGER - Static variable in class org.apache.xerces.impl.XMLScanner
-
Property identifier: entity manager.
- ENTITY_MANAGER - Static variable in class org.apache.xerces.impl.XMLVersionDetector
-
Property identifier: entity manager.
- ENTITY_MANAGER - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Property identifier: entity manager.
- ENTITY_MANAGER - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Property identifier: entity manager.
- ENTITY_MANAGER - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- ENTITY_MANAGER - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- ENTITY_MANAGER - Static variable in class org.apache.xerces.parsers.DOMASBuilderImpl
-
Deprecated.
- ENTITY_MANAGER - Static variable in class org.apache.xerces.parsers.DTDConfiguration
-
Property identifier: entity manager.
- ENTITY_MANAGER - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Property identifier: entity manager.
- ENTITY_MANAGER - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier: entity manager.
- ENTITY_MANAGER - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Property identifier: entity manager.
- ENTITY_MANAGER - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Property identifier: entity manager.
- ENTITY_MANAGER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
Entity manager property ("internal/entity-manager").
- ENTITY_RESOLVER - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Property identifier: entity resolver.
- ENTITY_RESOLVER - Static variable in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Property identifier: entity resolver.
- ENTITY_RESOLVER - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Property identifier: entity resolver.
- ENTITY_RESOLVER - Static variable in class org.apache.xerces.impl.XMLEntityManager
-
Property identifier: entity resolver.
- ENTITY_RESOLVER - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Property identifier: entity resolver.
- ENTITY_RESOLVER - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Property identifier: entity resolver.
- ENTITY_RESOLVER - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Property identifier: entity resolver.
- ENTITY_RESOLVER - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
Property identifier: entity resolver.
- ENTITY_RESOLVER - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier: entity resolver.
- ENTITY_RESOLVER - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Property identifier: entity resolver.
- ENTITY_RESOLVER - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Property identifier: entity resolver.
- ENTITY_RESOLVER - Static variable in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Property identifier: entity resolver.
- ENTITY_RESOLVER - Static variable in class org.apache.xerces.parsers.XMLParser
-
Property identifier: entity resolver.
- ENTITY_RESOLVER - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
Property identifier: entity resolver.
- ENTITY_RESOLVER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
Entity resolver property ("internal/entity-resolver").
- ENTITY_SKIPPED - Static variable in class org.apache.xerces.impl.Constants
-
Boolean indicating whether an entity referenced in the document has
not been read is stored in augmentations using the string "ENTITY_SKIPPED".
- ENTITYDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
-
ENTITYDatatypeValidator implements the
DatattypeValidator interface.
- ENTITYDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.ENTITYDatatypeValidator
-
- EntityDV - Class in org.apache.xerces.impl.dv.xs
-
Represent the schema type "entity"
- EntityDV() - Constructor for class org.apache.xerces.impl.dv.xs.EntityDV
-
- EntityImpl - Class in org.apache.xerces.dom
-
Entity nodes hold the reference data for an XML Entity -- either
parsed or unparsed.
- EntityImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.EntityImpl
-
Factory constructor.
- entityLocation - Variable in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
-
container for all relevant entity location information.
- entityLocation - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
entity location information
- EntityReferenceImpl - Class in org.apache.xerces.dom
-
EntityReference models the XML &entityname; syntax, when used for
entities defined by the DOM.
- EntityReferenceImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.EntityReferenceImpl
-
Factory constructor.
- EntityResolver2Wrapper - Class in org.apache.xerces.util
-
This class wraps a SAX entity resolver (EntityResolver2) in an XNI entity resolver.
- EntityResolver2Wrapper() - Constructor for class org.apache.xerces.util.EntityResolver2Wrapper
-
Default constructor.
- EntityResolver2Wrapper(EntityResolver2) - Constructor for class org.apache.xerces.util.EntityResolver2Wrapper
-
Creates a new instance wrapping the given SAX entity resolver.
- EntityResolverWrapper - Class in org.apache.xerces.util
-
This class wraps a SAX entity resolver in an XNI entity resolver.
- EntityResolverWrapper() - Constructor for class org.apache.xerces.util.EntityResolverWrapper
-
Default constructor.
- EntityResolverWrapper(EntityResolver) - Constructor for class org.apache.xerces.util.EntityResolverWrapper
-
Wraps the specified SAX entity resolver.
- EntityState - Interface in org.apache.xerces.impl.validation
-
The entity state interface defines methods that must be implemented
by components that store information about entity declarations, as well as by
entity validator that will need to validate attributes of type entity.
- enumAnnotations - Variable in class org.apache.xerces.impl.dv.XSFacets
-
- enumeration - Variable in class org.apache.xerces.impl.dtd.XMLSimpleType
-
enumeration
- enumeration - Variable in class org.apache.xerces.impl.dv.XSFacets
-
Vector containing values of Enumeration facet, as String's.
- enumerationAnnotations - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- enumNSDecls - Variable in class org.apache.xerces.impl.dv.XSFacets
-
An array parallel to "Vector enumeration".
- EQUAL - Static variable in class org.apache.xerces.impl.dv.xs.TypeValidator
-
- equals(Object) - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
-
- equals(Object) - Method in class org.apache.xerces.impl.dtd.XMLContentSpec
-
Returns true if the two objects are equal.
- equals(Object) - Method in class org.apache.xerces.impl.dtd.XMLDTDDescription
-
Compares this grammar with the given grammar.
- equals(Object) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
Return true if patterns are the same and the options are equivalent.
- equals(IdentityConstraint) - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
- equals(Object) - Method in class org.apache.xerces.impl.xs.util.ShortListImpl
-
- equals(XInt) - Method in class org.apache.xerces.impl.xs.util.XInt
-
- equals(Object) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.LocalIDKey
-
- equals(Object) - Method in class org.apache.xerces.impl.xs.XSDDescription
-
Compares this grammar with the given grammar.
- equals(Object) - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
whether two decls are the same
- equals(Object) - Method in class org.apache.xerces.util.URI
-
Determines if the passed-in Object is equivalent to this URI.
- equals(XMLGrammarDescription, XMLGrammarDescription) - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
-
This method checks whether two grammars are the same.
- equals(Object) - Method in class org.apache.xerces.xinclude.XIncludeHandler.Notation
-
- equals(Object) - Method in class org.apache.xerces.xinclude.XIncludeHandler.UnparsedEntity
-
- error(String, String, XMLParseException) - Method in class org.apache.xerces.util.DefaultErrorHandler
-
Error.
- error(String, String, XMLParseException) - Method in class org.apache.xerces.util.DOMErrorHandlerWrapper
-
Reports an error.
- error(SAXParseException) - Method in class org.apache.xerces.util.ErrorHandlerProxy
-
- error(String, String, XMLParseException) - Method in class org.apache.xerces.util.ErrorHandlerWrapper
-
Reports an error.
- ERROR_HANDLER - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Property identifier: error handler.
- ERROR_HANDLER - Static variable in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Property identifier: error handler.
- ERROR_HANDLER - Static variable in class org.apache.xerces.impl.XMLErrorReporter
-
Property identifier: error handler.
- ERROR_HANDLER - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Property identifier: error handler.
- ERROR_HANDLER - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Property identifier: error handler.
- ERROR_HANDLER - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
Property identifier: error handler.
- ERROR_HANDLER - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier: error handler.
- ERROR_HANDLER - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Property identifier: error handler.
- ERROR_HANDLER - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Property identifier: error handler.
- ERROR_HANDLER - Static variable in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Property identifier: error handler.
- ERROR_HANDLER - Static variable in class org.apache.xerces.parsers.XMLParser
-
Property identifier: error handler.
- ERROR_HANDLER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
Error handler property ("internal/error-handler").
- ERROR_REPORTER - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Property identifier: error reporter.
- ERROR_REPORTER - Static variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Property identifier: error reporter.
- ERROR_REPORTER - Static variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Property identifier: error reporter.
- ERROR_REPORTER - Static variable in class org.apache.xerces.impl.XMLEntityManager
-
Property identifier: error reporter.
- ERROR_REPORTER - Static variable in class org.apache.xerces.impl.XMLNamespaceBinder
-
Property identifier: error reporter.
- ERROR_REPORTER - Static variable in class org.apache.xerces.impl.XMLScanner
-
Property identifier: error reporter.
- ERROR_REPORTER - Static variable in class org.apache.xerces.impl.XMLVersionDetector
-
Property identifier: error reporter.
- ERROR_REPORTER - Static variable in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
Property identifier: error reporter.
- ERROR_REPORTER - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Property identifier: error reporter.
- ERROR_REPORTER - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Property identifier: error reporter.
- ERROR_REPORTER - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Property identifier: error reporter.
- ERROR_REPORTER - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Property identifier: error reporter.
- ERROR_REPORTER - Static variable in class org.apache.xerces.parsers.DOMASBuilderImpl
-
Deprecated.
- ERROR_REPORTER - Static variable in class org.apache.xerces.parsers.DTDConfiguration
-
Property identifier: error reporter.
- ERROR_REPORTER - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Property identifier: error reporter.
- ERROR_REPORTER - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier: error reporter.
- ERROR_REPORTER - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Property identifier: error reporter.
- ERROR_REPORTER - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Property identifier: error reporter.
- ERROR_REPORTER - Static variable in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Property identifier: error reporter.
- ERROR_REPORTER - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
Property identifier: error reporter.
- ERROR_REPORTER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
Error reporter property ("internal/error-reporter").
- errorChecking - Variable in class org.apache.xerces.dom.CoreDocumentImpl
-
Bypass error checking.
- ErrorHandlerProxy - Class in org.apache.xerces.util
-
Wraps
XMLErrorHandler
and make it look like a SAX ErrorHandler
.
- ErrorHandlerProxy() - Constructor for class org.apache.xerces.util.ErrorHandlerProxy
-
- ErrorHandlerWrapper - Class in org.apache.xerces.util
-
This class wraps a SAX error handler in an XNI error handler.
- ErrorHandlerWrapper() - Constructor for class org.apache.xerces.util.ErrorHandlerWrapper
-
Default constructor.
- ErrorHandlerWrapper(ErrorHandler) - Constructor for class org.apache.xerces.util.ErrorHandlerWrapper
-
Wraps the specified SAX error handler.
- EVENT_ELEMENT_EMPTY - Static variable in interface org.apache.xerces.xpointer.XPointerPart
-
- EVENT_ELEMENT_EMPTY - Static variable in interface org.apache.xerces.xpointer.XPointerProcessor
-
- EVENT_ELEMENT_END - Static variable in interface org.apache.xerces.xpointer.XPointerPart
-
- EVENT_ELEMENT_END - Static variable in interface org.apache.xerces.xpointer.XPointerProcessor
-
- EVENT_ELEMENT_START - Static variable in interface org.apache.xerces.xpointer.XPointerPart
-
- EVENT_ELEMENT_START - Static variable in interface org.apache.xerces.xpointer.XPointerProcessor
-
- EventImpl - Class in org.apache.xerces.dom.events
-
EventImpl is an implementation of the basic "generic" DOM Level 2 Event
object.
- EventImpl() - Constructor for class org.apache.xerces.dom.events.EventImpl
-
- eventListeners - Variable in class org.apache.xerces.dom.DocumentImpl
-
Table for event listeners registered to this document nodes.
- eventPhase - Variable in class org.apache.xerces.dom.events.EventImpl
-
- expandedSystemId - Variable in class org.apache.xerces.xinclude.XIncludeHandler.Notation
-
- expandedSystemId - Variable in class org.apache.xerces.xinclude.XIncludeHandler.UnparsedEntity
-
- expandEntityRef(Node, Node) - Method in class org.apache.xerces.dom.DOMNormalizer
-
- expandSystemId(String, String, boolean) - Static method in class org.apache.xerces.impl.XMLEntityManager
-
Expands a system id and returns the system id as a URI, if
it can be expanded.
- EXTERNAL_GENERAL_ENTITIES - Static variable in class org.apache.xerces.impl.XMLEntityManager
-
Feature identifier: external general entities.
- EXTERNAL_GENERAL_ENTITIES - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
Feature identifier: external general entities.
- EXTERNAL_GENERAL_ENTITIES - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature identifier: external general entities.
- EXTERNAL_GENERAL_ENTITIES - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Feature identifier: external general entities.
- EXTERNAL_GENERAL_ENTITIES - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Feature identifier: external general entities.
- EXTERNAL_GENERAL_ENTITIES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
External general entities feature ("external-general-entities ").
- EXTERNAL_PARAMETER_ENTITIES - Static variable in class org.apache.xerces.impl.XMLEntityManager
-
Feature identifier: external parameter entities.
- EXTERNAL_PARAMETER_ENTITIES - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
Feature identifier: external parameter entities.
- EXTERNAL_PARAMETER_ENTITIES - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature identifier: external parameter entities.
- EXTERNAL_PARAMETER_ENTITIES - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Feature identifier: external parameter entities.
- EXTERNAL_PARAMETER_ENTITIES - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Feature identifier: external parameter entities.
- EXTERNAL_PARAMETER_ENTITIES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
External parameter entities feature ("external-parameter-entities ").
- externalEntityDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
An external entity declaration.
- externalEntityDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
An external entity declaration.
- externalEntityDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
An external entity declaration.
- externalEntityDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
An external entity declaration.
- externalEntityDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
An external entity declaration.
- externalEntityDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
An external entity declaration.
- externalEntityDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
-
An external entity declaration.
- externalEntityDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- ExternalSubsetResolver - Interface in org.apache.xerces.impl
-
This interface extends
XMLEntityResolver
providing
a method to resolve external subsets for documents which do not
explicitly provide one.
- extractContents() - Method in class org.apache.xerces.dom.RangeImpl
-
F
- fAbstractSchema - Variable in class org.apache.xerces.parsers.DOMASBuilderImpl
-
Deprecated.
- fActiveGrammar - Variable in class org.apache.xerces.impl.dtd.DTDGrammarBucket
-
- factory - Variable in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- fActualValue - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
-
schema actual value
- fActualValue - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
schema actual value
- fActualValue - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
-
schema actual value
- fActualValue - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
schema actual value
- fActualValueType - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
-
schema actual value type
- fActualValueType - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
schema actual value type
- fActualValueType - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
-
schema actual value type
- fActualValueType - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
schema actual value type
- fAllowJavaEncodings - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Allow Java encoding names.
- fAmpSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
-
Symbol: "amp".
- fAnnotation - Variable in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
- fAnnotation - Variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- fAnnotation - Variable in class org.apache.xerces.impl.xs.XSGroupDecl
-
- fAnnotation - Variable in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
- fAnnotation - Variable in class org.apache.xerces.impl.xs.XSNotationDecl
-
- fAnnotation - Variable in class org.apache.xerces.impl.xs.XSWildcardDecl
-
- fAnnotations - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
- fAnySimpleType - Static variable in class org.apache.xerces.impl.xs.SchemaGrammar
-
- fANYSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "ANY".
- fAnyType - Static variable in class org.apache.xerces.impl.xs.SchemaGrammar
-
- fAposSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
-
Symbol: "apos".
- fASModels - Variable in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
- fatalError(String, String, XMLParseException) - Method in class org.apache.xerces.util.DefaultErrorHandler
-
Fatal error.
- fatalError(String, String, XMLParseException) - Method in class org.apache.xerces.util.DOMErrorHandlerWrapper
-
Report a fatal error.
- fatalError(SAXParseException) - Method in class org.apache.xerces.util.ErrorHandlerProxy
-
- fatalError(String, String, XMLParseException) - Method in class org.apache.xerces.util.ErrorHandlerWrapper
-
Report a fatal error.
- fAttrDecl - Variable in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
- fAttributeDecl - Variable in class org.apache.xerces.impl.dtd.DTDGrammar
-
Temporary Attribute decl.
- fAttributeList - Variable in class org.apache.xerces.dom.DOMNormalizer
-
list of attributes
- fAttributeQName - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Attribute QName.
- fAttributes - Variable in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- fAttributes - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Element attributes.
- fAttributes - Variable in class org.apache.xerces.impl.xs.XSDDescription
-
- fAttributes - Variable in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
XML attributes.
- fAttributes - Variable in class org.apache.xerces.util.XMLAttributesImpl
-
Attribute information.
- fAttributeTableView - Variable in class org.apache.xerces.util.XMLAttributesImpl
-
Hashtable of attribute information.
- fAttributeTableViewChainState - Variable in class org.apache.xerces.util.XMLAttributesImpl
-
Tracks whether each chain in the hash table is stale
with respect to the current state of this object.
- fAttributeWC - Variable in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
- fAttrProxy - Variable in class org.apache.xerces.dom.DOMNormalizer
-
- fAttrUses - Variable in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
- fAugmentations - Variable in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- fAugmentations - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fAugPSVI - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fBaseSystemId - Variable in class org.apache.xerces.dom.DOMInputImpl
-
- fBaseSystemId - Variable in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
The base system identifier.
- fBaseURI - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fBaseURIScope - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fBaseURIStack - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Base uri stack
- fBindNamespaces - Variable in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
-
If is true, the dtd validator is no longer in the pipeline
and the scanner should bind namespaces
- fBindNamespaces - Variable in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
-
If is true, the dtd validator is no longer in the pipeline
and the scanner should bind namespaces
- fBlock - Variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- fBuckets - Variable in class org.apache.xerces.util.SymbolHash
-
Buckets.
- fBuckets - Variable in class org.apache.xerces.util.SymbolTable
-
Buckets.
- fBuffer - Variable in class org.apache.xerces.impl.io.ASCIIReader
-
Byte buffer.
- fBuffer - Variable in class org.apache.xerces.impl.io.UCSReader
-
Byte buffer.
- fBuffer - Variable in class org.apache.xerces.impl.io.UTF8Reader
-
Byte buffer.
- fBufferSize - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Buffer size.
- fBufferSize - Variable in class org.apache.xerces.impl.XMLEntityScanner
-
- fBufferSize - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fBusy - Variable in class org.apache.xerces.parsers.DOMParserImpl
-
- fByteOffset - Variable in class org.apache.xerces.dom.DOMLocatorImpl
-
The byte offset into the input source this locator is pointing to or -1
if there is no byte offset available
- fByteStream - Variable in class org.apache.xerces.dom.DOMInputImpl
-
- fByteStream - Variable in class org.apache.xerces.dom.DOMOutputImpl
-
- fCachedDTD - Variable in class org.apache.xerces.impl.validation.ValidationManager
-
- fCDATASymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "CDATA".
- fCertifiedText - Variable in class org.apache.xerces.dom.DOMInputImpl
-
- fCharRefLiteral - Variable in class org.apache.xerces.impl.XMLScanner
-
Literal value of the last character refence scanned.
- fCharStream - Variable in class org.apache.xerces.dom.DOMInputImpl
-
- fCharStream - Variable in class org.apache.xerces.dom.DOMOutputImpl
-
- fChildConfig - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fColumnNumber - Variable in class org.apache.xerces.dom.DOMLocatorImpl
-
The column number where the error occured,
or -1 if there is no column number available.
- fCommonComponents - Variable in class org.apache.xerces.parsers.XML11Configuration
-
Common components: XMLEntityManager, XMLErrorReporter, XMLSchemaValidator
- fCommonComponents - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Common components: XMLEntityManager, XMLErrorReporter
- fCommonComponents - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Common components: XMLEntityManager, XMLErrorReporter
- fComponents - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Components.
- fComponents - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
Components.
- fComponents - Variable in class org.apache.xerces.parsers.XML11Configuration
-
XML 1.0 Components.
- fComponents - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
XML 1.0 Components.
- fComponents - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
XML 1.0 Components.
- fCompositor - Variable in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
- fConfigUpdated - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
fConfigUpdated is set to true if there has been any change to the configuration settings,
i.e a feature or a property was changed.
- fConfigUpdated - Variable in class org.apache.xerces.parsers.XML11Configuration
-
fConfigUpdated is set to true if there has been any change to the configuration settings,
i.e a feature or a property was changed.
- fConfigUpdated - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
fConfigUpdated is set to true if there has been any change to the configuration settings,
i.e a feature or a property was changed.
- fConfigUpdated - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
fConfigUpdated is set to true if there has been any change to the configuration settings,
i.e a feature or a property was changed.
- fConfiguration - Variable in class org.apache.xerces.dom.DOMNormalizer
-
- fConfiguration - Variable in class org.apache.xerces.parsers.XMLParser
-
The parser configuration.
- fConstraintType - Variable in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
- fContentDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Content dispatcher.
- fContentHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Content handler.
- fContext - Variable in class org.apache.xerces.util.NamespaceSupport
-
Context indexes.
- fContextStack - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
-
Offset stack for contexts.
- fContextType - Variable in class org.apache.xerces.impl.xs.XSDDescription
-
- fContinueAfterFatalError - Variable in class org.apache.xerces.impl.XMLErrorReporter
-
Continue after fatal error feature.
- fCount - Variable in class org.apache.xerces.util.SymbolTable
-
The total number of entries in the hash table.
- fCreateCDATANodes - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Create cdata nodes.
- fCreateEntityRefNodes - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Create entity reference nodes.
- fCurrentAttributeIndex - Variable in class org.apache.xerces.impl.dtd.DTDGrammar
-
Current attribute index.
- fCurrentBaseURI - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fCurrentCDATASection - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- fCurrentCDATASectionIndex - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- fCurrentContext - Variable in class org.apache.xerces.util.NamespaceSupport
-
The current context.
- fCurrentDTDScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
-
Current DTD scanner.
- fCurrentDTDScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Current DTD scanner.
- fCurrentDTDScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Current DTD scanner.
- fCurrentDVFactory - Variable in class org.apache.xerces.parsers.XML11Configuration
-
Current Datatype validator factory.
- fCurrentDVFactory - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Current Datatype validator factory.
- fCurrentDVFactory - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Current Datatype validator factory.
- fCurrentElement - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Current element.
- fCurrentElementIndex - Variable in class org.apache.xerces.impl.dtd.DTDGrammar
-
Current element index.
- fCurrentEntity - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Current entity.
- fCurrentEntity - Variable in class org.apache.xerces.impl.XMLEntityScanner
-
- fCurrentEntityDecl - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- fCurrentLanguage - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fCurrentNode - Variable in class org.apache.xerces.dom.DOMNormalizer
-
for setting the PSVI
- fCurrentNode - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Current node.
- fCurrentNode - Variable in class org.apache.xerces.util.DOMErrorHandlerWrapper
-
- fCurrentNodeIndex - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- fCurrentNSContext - Variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Current NamespaceContext.
- fCurrentPSVI - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
current PSVI element info
- fCurrentScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
-
Current scanner
- fCurrentScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Current scanner
- fCurrentScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Current scanner
- fCurrentScope - Variable in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
- fData - Variable in class org.apache.xerces.dom.DOMInputImpl
-
- fDatatypeValidatorFactory - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Datatype validator factory.
- fDatatypeValidatorFactory - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Datatype validator factory.
- fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
Datatype validator factory.
- fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Datatype validator factory.
- fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.0 Datatype validator factory.
- fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.0 Datatype validator factory.
- fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
The XML 1.0 Datatype validator factory.
- fDatatypeValidatorFactory - Variable in class org.apache.xerces.parsers.XMLGrammarParser
-
fDatatypeValidatorFactory
- fDeclaration - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
-
attribute declaration
- fDeclaration - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
element declaration
- fDeclaration - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
-
attribute declaration
- fDeclaration - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
element declaration
- fDeclaredAttrs - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
- fDeclaredEntities - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Shared declared entities.
- fDeclHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Decl handler.
- fDeclPool - Variable in class org.apache.xerces.impl.dv.xs.SchemaDVFactoryImpl
-
- fDeclPool - Variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- fDefault - Variable in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
- fDefault - Variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- fDefaultErrorHandler - Variable in class org.apache.xerces.impl.XMLErrorReporter
-
Default error handler.
- fDefaultValue - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fDeferNodeExpansion - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- fDeferredDocumentImpl - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- fDeferredEntityDecl - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- fDepth - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.LocalIDKey
-
- fDisallowDoctype - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Disallow doctype declaration.
- fDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Active dispatcher.
- fDocLocation - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
- fDocLocation - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fDoctypeName - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Doctype name.
- fDoctypePublicId - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Doctype declaration public identifier.
- fDoctypeSystemId - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Doctype declaration system identifier.
- fDocument - Variable in class org.apache.xerces.dom.DOMNormalizer
-
- fDocument - Variable in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- fDocument - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
The document.
- fDocumentClassName - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
The document class name to use.
- fDocumentHandler - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Document handler.
- fDocumentHandler - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Document handler.
- fDocumentHandler - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
-
Document handler.
- fDocumentHandler - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Document handler.
- fDocumentHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Document handler.
- fDocumentHandler - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
The document handler.
- fDocumentHandler - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The document handler.
- fDocumentHandler - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The document handler.
- fDocumentHandler - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
The document handler.
- fDocumentHandler - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fDocumentImpl - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
The default Xerces document implementation, if used.
- fDocumentIndex - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- fDocumentSource - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
- fDocumentSource - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
-
- fDocumentSource - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fDocumentSource - Variable in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
Document source
- fDocumentSource - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fDocumentType - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
The document type node.
- fDocumentTypeIndex - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- fDocumentURI - Variable in class org.apache.xerces.dom.CoreDocumentImpl
-
Experimental DOM Level 3 feature: documentURI
- fDOMError - Variable in class org.apache.xerces.util.DOMErrorHandlerWrapper
-
- fDomErrorHandler - Variable in class org.apache.xerces.util.DOMErrorHandlerWrapper
-
- fDOMFilter - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- fDoValidation - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fDTDContentModelHandler - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
DTD content model handler.
- fDTDContentModelHandler - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
-
DTD content model handler.
- fDTDContentModelHandler - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
The DTD content model handler.
- fDTDContentModelHandler - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The DTD content model handler.
- fDTDContentModelHandler - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The DTD content model handler.
- fDTDContentModelHandler - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
The DTD content model handler.
- fDTDContentModelSource - Variable in class org.apache.xerces.impl.dtd.DTDGrammar
-
- fDTDContentModelSource - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
DTD content model source.
- fDTDContentModelSource - Variable in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
DTD content model source
- fDTDDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
DTD dispatcher.
- fDTDGrammar - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
DTD Grammar.
- fDTDGrammar - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
DTD Grammar.
- fDTDHandler - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
DTD handler.
- fDTDHandler - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
-
DTD handler.
- fDTDHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
DTD handler.
- fDTDHandler - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
The DTD handler.
- fDTDHandler - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The DTD handler.
- fDTDHandler - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The DTD handler.
- fDTDHandler - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
The DTD handler.
- fDTDHandler - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fDTDLoader - Variable in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
- fDTDProcessor - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
DTD Processor .
- fDTDProcessor - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.0 DTD Processor .
- fDTDProcessor - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.0 DTD Processor .
- fDTDScanner - Variable in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
- fDTDScanner - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
DTD scanner.
- fDTDScanner - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
DTD scanner.
- fDTDScanner - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
DTD scanner.
- fDTDScanner - Variable in class org.apache.xerces.parsers.DTDParser
-
fDTDScanner
- fDTDScanner - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
DTD scanner.
- fDTDScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.0 DTD scanner.
- fDTDScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.0 DTD scanner.
- fDTDScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
The XML 1.0 DTD scanner.
- fDTDSource - Variable in class org.apache.xerces.impl.dtd.DTDGrammar
-
- fDTDSource - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
DTD source.
- fDTDSource - Variable in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
DTD source
- fDTDSource - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fDTDValidation - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Validation against only DTD
- fDTDValidation - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Validation against only DTD
- fDTDValidator - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
DTD Validator.
- fDTDValidator - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.0 DTD Validator: binds namespaces
- fDTDValidator - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.0 DTD Validator: binds namespaces
- fDynamicValidation - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Dynamic validation.
- fDynamicValidation - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- features - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Normalization features
- fElement - Variable in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- fElementDepth - Variable in class org.apache.xerces.impl.xs.identity.Selector.Matcher
-
Element depth.
- fElementName - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
name of owning element
- fElementQName - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Element QName.
- fElements - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.ElementStack
-
The stack data.
- fElementStack - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Element stack.
- fEnclosedElementName - Variable in class org.apache.xerces.impl.xs.XSDDescription
-
- fEncoding - Variable in class org.apache.xerces.dom.DOMInputImpl
-
- fEncoding - Variable in class org.apache.xerces.dom.DOMOutputImpl
-
- fEncoding - Variable in class org.apache.xerces.impl.io.UCSReader
-
- fEncoding - Variable in class org.apache.xerces.impl.XMLVersionDetector
-
- fEncodingSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
-
Symbol: "encoding".
- fEntities - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Entities.
- fENTITIESSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "ENTITIES".
- fEntityDepth - Variable in class org.apache.xerces.impl.XMLScanner
-
Entity depth.
- fEntityExpansionCount - Variable in class org.apache.xerces.impl.XMLEntityManager
-
- fEntityExpansionLimit - Variable in class org.apache.xerces.impl.XMLEntityManager
-
- fEntityHandler - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Entity handler.
- fEntityManager - Variable in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
- fEntityManager - Variable in class org.apache.xerces.impl.XMLScanner
-
Entity manager.
- fEntityManager - Variable in class org.apache.xerces.impl.XMLVersionDetector
-
Entity manager.
- fEntityManager - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Entity manager.
- fEntityManager - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
Entity manager.
- fEntityManager - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Entity manager.
- fEntityManager - Variable in class org.apache.xerces.parsers.XML11Configuration
-
Entity manager.
- fEntityManager - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Entity manager.
- fEntityManager - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Entity manager.
- fEntityName - Variable in class org.apache.xerces.util.XMLEntityDescriptionImpl
-
The name of the entity.
- fEntityRef - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fEntityResolver - Variable in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Entity resolver .
- fEntityResolver - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Entity resolver.
- fEntityResolver - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Entity resolver
- fEntityResolver - Variable in class org.apache.xerces.parsers.XMLGrammarPreparser
-
- fEntityResolver - Variable in class org.apache.xerces.util.DOMEntityResolverWrapper
-
The DOM entity resolver.
- fEntityResolver - Variable in class org.apache.xerces.util.EntityResolver2Wrapper
-
An instance of SAX2 Extensions 1.1's EntityResolver2.
- fEntityResolver - Variable in class org.apache.xerces.util.EntityResolverWrapper
-
The SAX entity resolver.
- fEntityResolver - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fEntityScanner - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Current entity scanner.
- fEntityScanner - Variable in class org.apache.xerces.impl.XMLScanner
-
Entity scanner.
- fEntityStack - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Entity stack.
- fEntityStack - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Entity stack.
- fENTITYSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "ENTITY".
- fENUMERATIONSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "ENUMERATION".
- fErrorCode - Variable in class org.apache.xerces.util.DOMErrorHandlerWrapper
-
Error code for comparisons.
- fErrorCodes - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
-
error codes
- fErrorCodes - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
error codes
- fErrorCodes - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
-
error codes
- fErrorCodes - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
error codes
- fErrorHandler - Variable in class org.apache.xerces.dom.DOMNormalizer
-
error handler.
- fErrorHandler - Variable in class org.apache.xerces.impl.XMLErrorReporter
-
Error handler.
- fErrorHandler - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
DOM L3 error handler
- fErrorHandler - Variable in class org.apache.xerces.util.ErrorHandlerWrapper
-
The SAX error handler.
- fErrorHandler - Variable in class org.apache.xerces.xpointer.XPointerHandler
-
- fErrorHandlerWrapper - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- fErrorReporter - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Error reporter
- fErrorReporter - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.impl.XMLEntityScanner
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.impl.XMLScanner
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.impl.XMLVersionDetector
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.parsers.XML11Configuration
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Error reporter.
- fErrorReporter - Variable in class org.apache.xerces.parsers.XMLGrammarPreparser
-
- fErrorReporter - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fException - Variable in class org.apache.xerces.dom.DOMErrorImpl
-
- fExpandedSystemId - Variable in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
The expanded system identifier.
- fExpandedSystemID - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fExpression - Variable in class org.apache.xerces.impl.xpath.XPath
-
Expression.
- fExternalGeneralEntities - Variable in class org.apache.xerces.impl.XMLEntityManager
-
External general entities.
- fExternalNoNamespaceSchema - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fExternalParameterEntities - Variable in class org.apache.xerces.impl.XMLEntityManager
-
External parameter entities.
- fExternalSchemas - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fExternalSubsetResolver - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
External subset resolver.
- fFeatures - Variable in class org.apache.xerces.util.ParserConfigurationSettings
-
Features.
- fFieldActivator - Variable in class org.apache.xerces.impl.xs.identity.Field.Matcher
-
Field activator.
- fFieldActivator - Variable in class org.apache.xerces.impl.xs.identity.Selector.Matcher
-
Field activator.
- fFieldCount - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Field count.
- fFieldCount - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
- fFields - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Fields.
- fFields - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
- fFilterReject - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
LSParserFilter: specifies that element with given QNAME and all its children
must be rejected
- fFinal - Variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- fFirstChunk - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
True if saw the first chunk of characters
- fFIXEDSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "#FIXED".
- fFixupBase - Variable in class org.apache.xerces.xpointer.XPointerHandler
-
- fFixupLang - Variable in class org.apache.xerces.xpointer.XPointerHandler
-
- fFollowRedirects - Variable in class org.apache.xerces.util.HTTPInputSource
-
Preference for whether HTTP redirects should be followed.
- fFoundMatchingPtrPart - Variable in class org.apache.xerces.xpointer.XPointerHandler
-
- fFullChecking - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fGlobalIDConstraintMap - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
- fGlobalMapStack - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
- fGrammar - Variable in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
- fGrammarBucket - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Grammar bucket.
- fGrammarBucket - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Grammar bucket.
- fGrammarBucket - Variable in class org.apache.xerces.parsers.DOMASBuilderImpl
-
Deprecated.
- fGrammarCount - Variable in class org.apache.xerces.util.XMLGrammarPoolImpl
-
- fGrammarDescription - Variable in class org.apache.xerces.impl.dtd.DTDGrammar
-
- fGrammarFound - Variable in class org.apache.xerces.impl.validation.ValidationManager
-
- fGrammarPool - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
- fGrammarPool - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
- fGrammarPool - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Grammar pool.
- fGrammarPool - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fGrammarPool - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
Grammar pool.
- fGrammarPool - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Grammar pool.
- fGrammarPool - Variable in class org.apache.xerces.parsers.XML11Configuration
-
Grammar pool.
- fGrammarPool - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Grammar pool.
- fGrammarPool - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Grammar pool.
- fGrammarPool - Variable in class org.apache.xerces.parsers.XMLGrammarPreparser
-
- fGrammars - Variable in class org.apache.xerces.impl.dtd.DTDGrammarBucket
-
Grammars associated with element root name.
- fGrammars - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
deferred XSModel
- fGrammars - Variable in class org.apache.xerces.util.XMLGrammarPoolImpl
-
Grammars.
- fGtSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
-
Symbol: "gt".
- fHasExternalDTD - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
has external dtd
- fHTTPRequestProperties - Variable in class org.apache.xerces.util.HTTPInputSource
-
HTTP request properties.
- fIANA2JavaMap - Static variable in class org.apache.xerces.util.EncodingMap
-
fIANA2JavaMap
- fId - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.LocalIDKey
-
- fIDAttrName - Variable in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
- fIDConstraint - Variable in class org.apache.xerces.impl.xs.identity.Selector
-
- fIdConstraint - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fIdCount - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Identifier count.
- fIdElement - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Identifier element indexes.
- fIdentityConstraint - Variable in class org.apache.xerces.impl.xs.identity.Field
-
Identity constraint.
- fIdentityConstraint - Variable in class org.apache.xerces.impl.xs.identity.Selector
-
Identity constraint.
- fIdentityConstraint - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
Identity constraint.
- fIdentityConstraint2ValueStoreMap - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
Values stores associated to specific identity constraints.
- fIdentityConstraintName - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Identity constraint name.
- fIdName - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Identifier name indexes.
- fIDREFSSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "IDREFS".
- fIDREFSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "IDREF".
- fIDSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "ID".
- Field - Class in org.apache.xerces.impl.xs.identity
-
Schema identity constraint field.
- Field(Field.XPath, IdentityConstraint) - Constructor for class org.apache.xerces.impl.xs.identity.Field
-
Constructs a field.
- Field.Matcher - Class in org.apache.xerces.impl.xs.identity
-
Field matcher.
- Field.Matcher(Field.XPath, FieldActivator, ValueStore) - Constructor for class org.apache.xerces.impl.xs.identity.Field.Matcher
-
Constructs a field matcher.
- Field.XPath - Class in org.apache.xerces.impl.xs.identity
-
Field XPath.
- Field.XPath(String, SymbolTable, NamespaceContext) - Constructor for class org.apache.xerces.impl.xs.identity.Field.XPath
-
Constructs a field XPath expression.
- FieldActivator - Interface in org.apache.xerces.impl.xs.identity
-
Interface for a field activator.
- fIMPLIEDSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "#IMPLIED.
- fInCDATA - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fInCDATASection - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
True if inside CDATA section.
- fIncludeComments - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Include Comments.
- fIncludeIgnorableWhitespace - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Include ignorable whitespace.
- findElemInTable(XSComplexTypeDecl, XSElementDecl, SymbolHash) - Static method in class org.apache.xerces.impl.xs.XSConstraints
-
- findGrammar(XSDDescription) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
First try to find a grammar in the bucket, if failed, consult the
grammar pool.
- findNamePoint(String, int) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
Subroutine: Locate the named item, or the point at which said item
should be added.
- findNamePoint(String, String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
This findNamePoint is for DOM Level 2 Namespaces.
- fInDTD - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
True if inside DTD.
- fInDTD - Variable in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
True if inside DTD.
- fInDTDExternalSubset - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
True if inside DTD external subset.
- fInDTDIgnore - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
True if in an ignore conditional section of the DTD.
- findUTCSign(String, int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
Return index of UTC char: 'Z', '+', '-'
- fInEntityRef - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
LSParserFilter: true if inside entity reference
- fInExternalSubset - Variable in class org.apache.xerces.impl.XMLEntityManager
-
- fInitialDepth - Variable in class org.apache.xerces.impl.xs.identity.Selector.Matcher
-
Initial depth in the document at which this matcher was created.
- fInputSource - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Input Source
- fInputSource - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
Input Source
- fInputSource - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Input Source
- fInputSource - Variable in class org.apache.xerces.parsers.XML11Configuration
-
- fInputSource - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
- fInputSource - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
- fInputStream - Variable in class org.apache.xerces.impl.io.ASCIIReader
-
Input stream.
- fInputStream - Variable in class org.apache.xerces.impl.io.UCSReader
-
Input stream.
- fInputStream - Variable in class org.apache.xerces.impl.io.UTF8Reader
-
Input stream.
- fInScanContent - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
SubScanner state: inside scanContent method.
- fInternalSubset - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Internal subset buffer.
- FIRST_ERROR - Static variable in interface org.apache.xerces.impl.xs.models.XSCMValidator
-
- FIRSTCHILD - Static variable in class org.apache.xerces.dom.NodeImpl
-
- firstChild - Variable in class org.apache.xerces.dom.ParentNode
-
First child.
- firstChild() - Method in class org.apache.xerces.dom.TreeWalkerImpl
-
Return the first child Node from the current node,
after applying filter, whatToshow.
- firstPos() - Method in class org.apache.xerces.impl.dtd.models.CMNode
-
- fIsStandalone - Variable in class org.apache.xerces.impl.dtd.DTDGrammarBucket
-
- fIsTableViewConsistent - Variable in class org.apache.xerces.util.XMLAttributesImpl
-
Indicates whether the table view contains consistent data.
- fIsXPointerResolved - Variable in class org.apache.xerces.xpointer.XPointerHandler
-
- fItemValueTypes - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
-
actual value types if the value is a list
- fItemValueTypes - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
actual value types if the value is a list
- fItemValueTypes - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
-
actual value types if the value is a list
- fItemValueTypes - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
actual value types if the value is a list
- fItemValueTypes - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
- fixURI(String) - Static method in class org.apache.xerces.impl.XMLEntityManager
-
Fixes a platform dependent filename to standard URI form.
- fJava2IANAMap - Static variable in class org.apache.xerces.util.EncodingMap
-
fJava2IANAMap
- fJaxpSchemaSource - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fKey - Variable in class org.apache.xerces.impl.xs.identity.KeyRef
-
The key (or unique) being referred to.
- fKeyValueStore - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.KeyRefValueStore
-
Key value store.
- flags - Variable in class org.apache.xerces.dom.NamedNodeMapImpl
-
- flags - Variable in class org.apache.xerces.dom.NodeImpl
-
- fLanguageScope - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fLanguageStack - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fLargeCount - Variable in class org.apache.xerces.util.XMLAttributesImpl
-
Usage count for the attribute table view.
- fLastComponent - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
Last component in the document pipeline
- fLastComponent - Variable in class org.apache.xerces.parsers.XML11Configuration
-
Last component in the document pipeline
- fLastComponent - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Last component in the document pipeline
- fLastComponent - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Last component in the document pipeline
- fLength - Variable in class org.apache.xerces.util.XMLAttributesImpl
-
Attribute count.
- fLexicalHandler - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Lexical handler.
- fLexicalHandlerParameterEntities - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Lexical handler parameter entities.
- fLineNumber - Variable in class org.apache.xerces.dom.DOMLocatorImpl
-
The line number where the error occured,
or -1 if there is no line number available.
- fLiteralSystemId - Variable in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
The literal system identifier.
- fLiteralSystemID - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fLoadExternalDTD - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Load external DTD.
- fLoadFactor - Variable in class org.apache.xerces.util.SymbolTable
-
The load factor for the SymbolTable.
- FloatDV - Class in org.apache.xerces.impl.dv.xs
-
Represent the schema type "float"
- FloatDV() - Constructor for class org.apache.xerces.impl.dv.xs.FloatDV
-
- fLocale - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Locale.
- fLocale - Variable in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
- fLocale - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
- fLocale - Variable in class org.apache.xerces.impl.XMLErrorReporter
-
The locale to be used to format error messages.
- fLocale - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
Locale.
- fLocale - Variable in class org.apache.xerces.parsers.XML11Configuration
-
- fLocale - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
- fLocale - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
- fLocale - Variable in class org.apache.xerces.parsers.XMLGrammarPreparser
-
- fLocalItemValueTypes - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
- fLocalNSBinder - Variable in class org.apache.xerces.dom.DOMNormalizer
-
Stores all namespace bindings on the current element
- fLocalValues - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
current data
- fLocalValueTypes - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
- fLocationHints - Variable in class org.apache.xerces.impl.xs.XSDDescription
-
- fLocationPairs - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fLocationPaths - Variable in class org.apache.xerces.impl.xpath.XPath
-
Location paths.
- fLocator - Variable in class org.apache.xerces.dom.DOMErrorImpl
-
- fLocator - Variable in class org.apache.xerces.dom.DOMNormalizer
-
DOM Locator - for namespace fixup algorithm
- fLocator - Variable in class org.apache.xerces.impl.XMLErrorReporter
-
Document locator.
- fLocator - Variable in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
- fLocator - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Locator
- fLocator - Variable in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
-
XML locator.
- fLocator - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
Locator
- fLocator - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Locator
- fLocator - Variable in class org.apache.xerces.parsers.XML11Configuration
-
- fLocator - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
- fLocator - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
- fLtSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
-
Symbol: "lt".
- fMarkupDepth - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Markup depth.
- fMatchedDepth - Variable in class org.apache.xerces.impl.xs.identity.Selector.Matcher
-
Depth at match.
- fMatchedString - Variable in class org.apache.xerces.impl.xs.identity.XPathMatcher
-
The matching string.
- fMatchers - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
-
Active matchers.
- fMatchersCount - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
-
Count of active matchers.
- fMatcherStack - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Stack of active XPath matchers for identity constraints.
- fMaxOccurs - Variable in class org.apache.xerces.impl.xs.XSParticleDecl
-
- fMayMatchFieldMap - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Map which is used to catch instance documents that try
and match a field several times in the same scope.
- fMemberType - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
-
member type definition against which attribute was validated
- fMemberType - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
member type definition against which element was validated
- fMemberType - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
-
member type definition against which attribute was validated
- fMemberType - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
member type definition against which element was validated
- fMessage - Variable in class org.apache.xerces.dom.DOMErrorImpl
-
- fMessageFormatters - Variable in class org.apache.xerces.impl.XMLErrorReporter
-
Mapping of Message formatters for domains.
- fMinOccurs - Variable in class org.apache.xerces.impl.xs.XSParticleDecl
-
- fModelGroup - Variable in class org.apache.xerces.impl.xs.XSGroupDecl
-
- fName - Variable in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
- fName - Variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- fName - Variable in class org.apache.xerces.impl.xs.XSGroupDecl
-
- fName - Variable in class org.apache.xerces.impl.xs.XSNotationDecl
-
- fNamespace - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
target namespace
- fNamespace - Variable in class org.apache.xerces.util.NamespaceSupport
-
Namespace binding information.
- fNamespace - Variable in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
The namespace of the resource.
- fNamespaceAware - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- fNamespaceBinder - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
Namespace binder.
- fNamespaceContext - Variable in class org.apache.xerces.dom.DOMNormalizer
-
The namespace context of this document: stores namespaces in scope
- fNamespaceContext - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Namespace support.
- fNamespaceContext - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Namespace support.
- fNamespaceContext - Variable in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
- fNamespaceContext - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Namespace context
- fNamespaceContext - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fNamespaceDeclarations - Variable in class org.apache.xerces.parsers.DOMParserImpl
-
Include namespace declaration attributes in the document.
- fNamespaceList - Variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- fNamespaceList - Variable in class org.apache.xerces.impl.xs.XSWildcardDecl
-
- fNamespacePrefixes - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Namespace prefixes.
- fNamespaces - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Namespaces.
- fNamespaces - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
-
Namespaces.
- fNamespaces - Variable in class org.apache.xerces.impl.XMLScanner
-
Namespaces.
- fNamespaces - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Namespaces.
- fNamespaces - Variable in class org.apache.xerces.util.XMLAttributesImpl
-
Namespaces.
- fNamespaceScanner - Variable in class org.apache.xerces.parsers.IntegratedParserConfiguration
-
Document scanner that does namespace binding.
- fNamespaceScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.0 Document scanner that does namespace binding.
- fNamespaceScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.0 Document scanner that does namespace binding.
- fNamespaceScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
The XML 1.0 Document scanner that does namespace binding.
- fNamespacesEnabled - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
DOM2: For namespace support in the deferred case.
- fNamespaceSize - Variable in class org.apache.xerces.util.NamespaceSupport
-
The top of the namespace information array.
- fNamespaceValidation - Variable in class org.apache.xerces.dom.DOMNormalizer
-
- fNil - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
true if clause 3.2 of Element Locally Valid (Element) (3.3.4)
is satisfied, otherwise false
- fNil - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
true if clause 3.2 of Element Locally Valid (Element) (3.3.4)
is satisfied, otherwise false
- fNMTOKENSSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "NMTOKENS".
- fNMTOKENSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "NMTOKEN".
- fNodeCount - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Node count.
- fNodeExtra - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Extra data.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredAttrImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredAttrNSImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredCDATASectionImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredCommentImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredDocumentTypeImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredElementDefinitionImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredElementImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredElementNSImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredEntityImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredEntityReferenceImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredNotationImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredProcessingInstructionImpl
-
Node index.
- fNodeIndex - Variable in class org.apache.xerces.dom.DeferredTextImpl
-
Node index.
- fNodeLastChild - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Node first children.
- fNodeListCache - Variable in class org.apache.xerces.dom.ParentNode
-
NodeList cache
- fNodeName - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Node names.
- fNodeParent - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Node parents.
- fNodePrevSib - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Node prev siblings.
- fNodeType - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Node types.
- fNodeURI - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Node namespace URI.
- fNodeValue - Variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Node values.
- fNonNSDTDValidator - Variable in class org.apache.xerces.parsers.IntegratedParserConfiguration
-
DTD Validator that does not bind namespaces
- fNonNSDTDValidator - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.0 DTD Validator that does not bind namespaces
- fNonNSDTDValidator - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.0 DTD Validator that does not bind namespaces
- fNonNSScanner - Variable in class org.apache.xerces.parsers.IntegratedParserConfiguration
-
Default Xerces implementation of scanner
- fNonNSScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.0 Non-namespace implementation of scanner
- fNonNSScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.0 Non-namespace implementation of scanner
- fNonNSScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
The XML 1.0 Non-namespace implementation of scanner
- fNonSchemaAttrs - Variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- fNonXIncludeNSContext - Variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Non-XInclude NamespaceContext.
- fNormalizeData - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fNormalizedValue - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
-
schema normalized value property
- fNormalizedValue - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
schema normalized value property
- fNormalizedValue - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
-
schema normalized value property
- fNormalizedValue - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
schema normalized value property
- fNotation - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
http://www.w3.org/TR/xmlschema-1/#e-notation
- fNotation - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
http://www.w3.org/TR/xmlschema-1/#e-notation
- fNotationRegistry - Variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- fNOTATIONSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "NOTATION".
- fNotifyBuiltInRefs - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Notify built-in references.
- fNotifyCharRefs - Variable in class org.apache.xerces.impl.XMLScanner
-
Character references notification.
- fNum - Variable in class org.apache.xerces.util.SymbolHash
-
Number of elements.
- fNumAnnotations - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
- fOffset - Variable in class org.apache.xerces.impl.io.UTF8Reader
-
Offset into buffer.
- fOnlyPassPrefixMappingEvents - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
-
Only pass start and end prefix mapping events.
- FORM_QUALIFIED - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- FORM_UNQUALIFIED - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- formatMessage(String, String, Object[]) - Static method in class org.apache.xerces.dom.DOMMessageFormatter
-
Formats a message with the specified arguments using the given
locale information.
- formatMessage(Locale, String, Object[]) - Method in class org.apache.xerces.impl.msg.XMLMessageFormatter
-
Formats a message with the specified arguments using the given
locale information.
- formatMessage(Locale, String, Object[]) - Method in class org.apache.xerces.impl.xs.XSMessageFormatter
-
Formats a message with the specified arguments using the given
locale information.
- formatMessage(Locale, String, Object[]) - Static method in class org.apache.xerces.util.DatatypeMessageFormatter
-
Formats a message with the specified arguments using the given
locale information.
- formatMessage(Locale, String, Object[]) - Method in interface org.apache.xerces.util.MessageFormatter
-
Formats a message with the specified arguments using the given
locale information.
- formatMessage(Locale, String, Object[]) - Static method in class org.apache.xerces.util.SAXMessageFormatter
-
Formats a message with the specified arguments using the given
locale information.
- formatMessage(Locale, String, Object[]) - Method in class org.apache.xerces.xinclude.XIncludeMessageFormatter
-
Formats a message with the specified arguments using the given
locale information.
- fOut - Variable in class org.apache.xerces.util.DefaultErrorHandler
-
Print writer.
- fOut - Variable in class org.apache.xerces.util.DOMErrorHandlerWrapper
-
- fParentRelativeURI - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fParentSettings - Variable in class org.apache.xerces.util.ParserConfigurationSettings
-
Parent parser configuration settings.
- fParentXIncludeHandler - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fParseInProgress - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
True if a parse is in progress.
- fParseInProgress - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
True if a parse is in progress.
- fParseInProgress - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
True if a parse is in progress.
- fParseInProgress - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
True if a parse is in progress.
- fParseInProgress - Variable in class org.apache.xerces.parsers.XML11Configuration
-
True if a parse is in progress.
- fParseInProgress - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
True if a parse is in progress.
- fParseInProgress - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
True if a parse is in progress.
- fParserSettings - Variable in class org.apache.xerces.impl.XMLScanner
-
Internal parser-settings feature
- fParticleCount - Variable in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
- fParticles - Variable in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
- fPerformValidation - Variable in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
-
If validating parser, make sure we report an error in the
scanner if DTD grammar is missing.
- fPerformValidation - Variable in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
-
If validating parser, make sure we report an error in the
scanner if DTD grammar is missing.
- fPoolIsLocked - Variable in class org.apache.xerces.util.XMLGrammarPoolImpl
-
- fPossibleRoots - Variable in class org.apache.xerces.impl.dtd.XMLDTDDescription
-
- fPrefixes - Variable in class org.apache.xerces.util.NamespaceSupport
-
- fProcessContents - Variable in class org.apache.xerces.impl.xs.XSWildcardDecl
-
- fPrologDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Prolog dispatcher.
- fProperties - Variable in class org.apache.xerces.util.ParserConfigurationSettings
-
Properties.
- fPSVI - Variable in class org.apache.xerces.dom.DOMNormalizer
-
- fPublicId - Variable in class org.apache.xerces.dom.DOMInputImpl
-
- fPublicId - Variable in class org.apache.xerces.impl.xs.XSNotationDecl
-
- fPublicId - Variable in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
The public identifier.
- fQName - Variable in class org.apache.xerces.dom.DOMNormalizer
-
- fQName - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
- fQuotient(int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- fQuotient(int, int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- fQuotSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
-
Symbol: "quot".
- fractionDigits - Variable in class org.apache.xerces.impl.dv.XSFacets
-
value of fractionDigits facet.
- fractionDigitsAnnotation - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- fractionDigitsAnnotation - Variable in class org.apache.xerces.impl.dv.XSFacets
-
- fReaderStack - Variable in class org.apache.xerces.impl.XMLEntityManager
-
- fReadingExternalDTD - Variable in class org.apache.xerces.impl.dtd.DTDGrammar
-
fReadingExternalDTD
- fRecognizedFeatures - Variable in class org.apache.xerces.util.ParserConfigurationSettings
-
Recognized features.
- fRecognizedProperties - Variable in class org.apache.xerces.util.ParserConfigurationSettings
-
Recognized properties.
- fRejectedElement - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
LSParserFilter: the QNAME of rejected element
- fRelatedData - Variable in class org.apache.xerces.dom.DOMErrorImpl
-
- fRelatedNode - Variable in class org.apache.xerces.dom.DOMLocatorImpl
-
related data node
- fReportEntity - Variable in class org.apache.xerces.impl.XMLScanner
-
Report entity boundary.
- fREQUIREDSymbol - Static variable in class org.apache.xerces.util.XMLSymbols
-
Symbol: "#REQUIRED".
- fResolveDTDURIs - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Resolve DTD URIs.
- fResourceIdentifier - Variable in class org.apache.xerces.impl.XMLScanner
-
- fromInstance() - Method in class org.apache.xerces.impl.xs.XSDDescription
-
- fRoot - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Root element name
- fRootName - Variable in class org.apache.xerces.impl.dtd.XMLDTDDescription
-
- fScanner - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Document scanner.
- fScanner - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
Document scanner.
- fScanner - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Document scanner.
- fScannerState - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state.
- fScannerState - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scanner state.
- fScanningAttribute - Variable in class org.apache.xerces.impl.XMLScanner
-
Scanning attribute.
- fScanningDTD - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Scanning DTD.
- fSchemaDOMParser - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
- fSchemaDynamicValidation - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fSchemaElementDefault - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fSchemaHandler - Variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- fSchemaInformation - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
the schema information property
- fSchemaInformation - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
the schema information property
- fSchemaLoader - Variable in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
- fSchemaType - Variable in class org.apache.xerces.parsers.DOMParserImpl
-
- fSchemaValidator - Variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
XML Schema Validator.
- fSchemaValidator - Variable in class org.apache.xerces.parsers.XML11Configuration
-
XML Schema Validator.
- fScope - Variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- fScope - Variable in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
- fSecurityManager - Variable in class org.apache.xerces.impl.XMLEntityManager
-
- fSecurityManager - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fSeen - Variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- fSeenDoctypeDecl - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
True if seen DOCTYPE declaration.
- fSeenDoctypeDecl - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Seen doctype declaration.
- fSeenExternalDTD - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Seen external DTD.
- fSeenExternalPE - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Seen external parameter entity.
- fSelector - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Selector.
- fSettings - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fSeverity - Variable in class org.apache.xerces.dom.DOMErrorImpl
-
- fShadowGrammarPool - Variable in class org.apache.xerces.parsers.CachingParserPool
-
Shadow the grammar pool for new parser instances.
- fShadowSymbolTable - Variable in class org.apache.xerces.parsers.CachingParserPool
-
Shadow the symbol table for new parser instances.
- fSize - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.ElementStack
-
The size of the stack.
- fSkippedElemStack - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
LSParserFilter: store qnames of skipped elements
- fSpecified - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
-
If this attribute was explicitly given a
value in the original document, this is true; otherwise, it is false
- fSpecified - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
false if the element value was provided by the schema; true otherwise.
- fSpecified - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
-
If this attribute was explicitly given a
value in the original document, this is false; otherwise, it is true
- fSpecified - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
true if the element value was provided by the schema; false otherwise.
- fStandalone - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Standalone.
- fStandalone - Variable in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Standalone.
- fStandalone - Variable in class org.apache.xerces.impl.XMLEntityManager
-
True if the document entity is standalone.
- fStandalone - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Standalone document declaration.
- fStandaloneSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
-
Symbol: "standalone".
- fStaticGrammarPool - Static variable in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
- fStaticSymbolTable - Static variable in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
- fStore - Variable in class org.apache.xerces.impl.xs.identity.Field.Matcher
-
Value store for data values.
- fStorePSVI - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Whether to store PSVI information in DOM tree.
- fStrictURI - Variable in class org.apache.xerces.impl.XMLEntityManager
-
standard uri conformant (strict uri).
- fStringBuffer - Variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Character buffer
- fSubGroup - Variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- fSymbolTable - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Symbol table.
- fSymbolTable - Variable in class org.apache.xerces.dom.DOMNormalizer
-
symbol table
- fSymbolTable - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Symbol table.
- fSymbolTable - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Symbol table.
- fSymbolTable - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Symbol table.
- fSymbolTable - Variable in class org.apache.xerces.impl.XMLEntityScanner
-
- fSymbolTable - Variable in class org.apache.xerces.impl.XMLNamespaceBinder
-
Symbol table.
- fSymbolTable - Variable in class org.apache.xerces.impl.XMLScanner
-
Symbol table.
- fSymbolTable - Variable in class org.apache.xerces.impl.XMLVersionDetector
-
Symbol table.
- fSymbolTable - Variable in class org.apache.xerces.impl.xpath.XPath
-
Symbol table.
- fSymbolTable - Variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- fSymbolTable - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Symbol table.
- fSymbolTable - Variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
Symbol table.
- fSymbolTable - Variable in class org.apache.xerces.parsers.XML11Configuration
-
- fSymbolTable - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
- fSymbolTable - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
- fSymbolTable - Variable in class org.apache.xerces.parsers.XMLGrammarPreparser
-
- fSymbolTable - Variable in class org.apache.xerces.util.ShadowedSymbolTable
-
Main symbol table.
- fSymbolTable - Variable in class org.apache.xerces.util.SynchronizedSymbolTable
-
Main symbol table.
- fSymbolTable - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fSymbolTable - Variable in class org.apache.xerces.xpointer.XPointerHandler
-
- fSynchronizedGrammarPool - Variable in class org.apache.xerces.parsers.CachingParserPool
-
Grammar pool.
- fSynchronizedSymbolTable - Variable in class org.apache.xerces.parsers.CachingParserPool
-
Symbol table.
- fSystemId - Variable in class org.apache.xerces.dom.DOMInputImpl
-
- fSystemId - Variable in class org.apache.xerces.dom.DOMOutputImpl
-
- fSystemId - Variable in class org.apache.xerces.impl.xs.XSNotationDecl
-
- fTableSize - Variable in class org.apache.xerces.util.SymbolHash
-
Default table size.
- fTableSize - Variable in class org.apache.xerces.util.SymbolTable
-
actual table size
- fTableViewBuckets - Variable in class org.apache.xerces.util.XMLAttributesImpl
-
Actual number of buckets in the table view.
- fTargetNamespace - Variable in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
- fTargetNamespace - Variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- fTargetNamespace - Variable in class org.apache.xerces.impl.xs.XSGroupDecl
-
- fTargetNamespace - Variable in class org.apache.xerces.impl.xs.XSNotationDecl
-
- fTempString - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
String.
- fTempString2 - Variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
String.
- fThreshold - Variable in class org.apache.xerces.util.SymbolTable
-
The table is rehashed when its size exceeds this threshold.
- fTrailingMiscDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Trailing miscellaneous section dispatcher.
- fTriggeringComponent - Variable in class org.apache.xerces.impl.xs.XSDDescription
-
- fType - Variable in class org.apache.xerces.dom.DOMErrorImpl
-
- fType - Variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- fType - Variable in class org.apache.xerces.impl.xs.XSParticleDecl
-
- fType - Variable in class org.apache.xerces.impl.xs.XSWildcardDecl
-
- fTypeDecl - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
-
type of attribute, simpleType
- fTypeDecl - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
type of element, could be xsi:type
- fTypeDecl - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
-
type of attribute, simpleType
- fTypeDecl - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
type of element, could be xsi:type
- FullDVFactory - Class in org.apache.xerces.impl.dv.xs
-
the factory to create/return built-in schema DVs and create user-defined DVs
- FullDVFactory() - Constructor for class org.apache.xerces.impl.dv.xs.FullDVFactory
-
- fullSchemaChecking(XSGrammarBucket, SubstitutionGroupHandler, CMBuilder, XMLErrorReporter) - Static method in class org.apache.xerces.impl.xs.XSConstraints
-
used to check the 3 constraints against each complex type
(should be each model group):
Unique Particle Attribution, Particle Derivation (Restriction),
Element Declrations Consistent.
- fUri - Variable in class org.apache.xerces.dom.DOMLocatorImpl
-
The URI where the error occured,
or null if there is no URI available.
- fUse - Variable in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
- fUseEntityResolver2 - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Use EntityResolver2.
- fUseEntityResolver2 - Variable in class org.apache.xerces.parsers.DOMParser
-
Use EntityResolver2.
- fUseGrammarPoolOnly - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fUtf16Offset - Variable in class org.apache.xerces.dom.DOMLocatorImpl
-
The UTF-16, as defined in [Unicode] and Amendment 1 of [ISO/IEC 10646],
offset into the input source this locator is pointing to or -1 if there
is no UTF-16 offset available.
- fValENTITIES - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Datatype validator: ENTITIES.
- fValENTITY - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Datatype validator: ENTITY.
- fValID - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Datatype validator: ID.
- fValidation - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Validation.
- fValidation - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Validation.
- fValidation - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Validation.
- fValidation - Variable in class org.apache.xerces.impl.XMLScanner
-
Validation.
- fValidationAttempted - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
-
validation attempted: none, partial, full
- fValidationAttempted - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
validation attempted: none, partial, full
- fValidationAttempted - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
-
validation attempted: none, partial, full
- fValidationAttempted - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
validation attempted: none, partial, full
- fValidationContext - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
-
validation context: could be QName or XPath expression
- fValidationContext - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
validation context: could be QName or XPath expression
- fValidationContext - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
-
validation context: could be QName or XPath expression
- fValidationContext - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
validation context: could be QName or XPath expression
- fValidationHandler - Variable in class org.apache.xerces.dom.DOMNormalizer
-
Validation handler represents validator instance.
- fValidationManager - Variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- fValidationManager - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
- fValidationManager - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Validation manager .
- fValidationManager - Variable in class org.apache.xerces.impl.XMLEntityManager
-
Validation manager.
- fValidationManager - Variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
- fValidationManager - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fValidationManager - Variable in class org.apache.xerces.parsers.DTDConfiguration
-
- fValidationManager - Variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
- fValidationManager - Variable in class org.apache.xerces.parsers.XML11Configuration
-
- fValidationManager - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
- fValidationManager - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
- fValidationState - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
- fValidationState - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- fValidator - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
- fValidity - Variable in class org.apache.xerces.dom.PSVIAttrNSImpl
-
validity: valid, invalid, unknown
- fValidity - Variable in class org.apache.xerces.dom.PSVIElementNSImpl
-
validity: valid, invalid, unknown
- fValidity - Variable in class org.apache.xerces.impl.xs.AttributePSVImpl
-
validity: valid, invalid, unknown
- fValidity - Variable in class org.apache.xerces.impl.xs.ElementPSVImpl
-
validity: valid, invalid, unknown
- fValIDRef - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Datatype validator: IDREF.
- fValIDRefs - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Datatype validator: IDREFS.
- fValNMTOKEN - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Datatype validator: NMTOKEN.
- fValNMTOKENS - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Datatype validator: NMTOKENS.
- fValNOTATION - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Datatype validator: NOTATION.
- fValue - Variable in class org.apache.xerces.impl.xs.XSParticleDecl
-
- fValues - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
global data
- fValuesCount - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
Current data value count.
- fValueStoreCache - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Cache of value stores for identity constraint fields.
- fValueStores - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
stores all global Values stores.
- fValueTypes - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
- fVersion - Static variable in class org.apache.xerces.impl.Version
-
Deprecated.
getVersion() should be used instead.
- fVersion - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
- fVersionDetector - Variable in class org.apache.xerces.parsers.XML11Configuration
-
- fVersionDetector - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
- fVersionDetector - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
- fVersionSymbol - Static variable in class org.apache.xerces.impl.XMLScanner
-
Symbol: "version".
- fVersionSymbol - Static variable in class org.apache.xerces.impl.XMLVersionDetector
-
Symbol: "version".
- fVSs - Variable in class org.apache.xerces.impl.validation.ValidationManager
-
- fWarnDuplicateAttdef - Variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
warn on duplicate attribute definition, this feature works only when validation is true
- fWarnDuplicateAttdef - Variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
warn on duplicate attribute definition, this feature works only when validation is true
- fWarnDuplicateEntityDef - Variable in class org.apache.xerces.impl.XMLEntityManager
-
warn on duplicate Entity declaration.
- fXInclude10TextReader - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fXInclude11TextReader - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fXIncludeChildConfig - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fXIncludeEnabled - Variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Flag indicating whether XInclude processsing is enabled.
- fXIncludeHandler - Variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
XInclude handler.
- fXIncludeMessageFormatter - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fXIncludeNSContext - Variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
XInclude NamespaceContext.
- fXML10EntityScanner - Variable in class org.apache.xerces.impl.XMLEntityManager
-
XML 1.0 entity scanner.
- fXML11Components - Variable in class org.apache.xerces.parsers.XML11Configuration
-
XML 1.1.
- fXML11Components - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
XML 1.1.
- fXML11Components - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
XML 1.1.
- fXML11DatatypeFactory - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.1 datatype factory.
- fXML11DatatypeFactory - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.1 datatype factory.
- fXML11DatatypeFactory - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
The XML 1.1 datatype factory.
- fXML11DocScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.1 document scanner that does not do namespace binding.
- fXML11DocScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.1 document scanner that does not do namespace binding.
- fXML11DocScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
The XML 1.1 document scanner that does not do namespace binding.
- fXML11DTDProcessor - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.1 DTD processor.
- fXML11DTDProcessor - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.1 DTD processor.
- fXML11DTDScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.1 DTD scanner.
- fXML11DTDScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.1 DTD scanner.
- fXML11DTDScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
The XML 1.1 DTD scanner.
- fXML11DTDValidator - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.1 DTD validator that does not do namespace binding.
- fXML11DTDValidator - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.1 DTD validator that does not do namespace binding.
- fXML11EntityScanner - Variable in class org.apache.xerces.impl.XMLEntityManager
-
XML 1.1 entity scanner.
- fXML11NSDocScanner - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.1 document scanner that does namespace binding.
- fXML11NSDocScanner - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.1 document scanner that does namespace binding.
- fXML11NSDocScanner - Variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
The XML 1.1 document scanner that does namespace binding.
- fXML11NSDTDValidator - Variable in class org.apache.xerces.parsers.XML11Configuration
-
The XML 1.1 DTD validator that does namespace binding.
- fXML11NSDTDValidator - Variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
The XML 1.1 DTD validator that does namespace binding.
- fXMLDeclDispatcher - Variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
XML declaration dispatcher.
- fXMLNSURIs - Variable in class org.apache.xerces.parsers.AbstractSAXParser
-
XMLNS URIs: Namespace declarations in the
http://www.w3.org/2000/xmlns/ namespace.
- fXMLSymbol - Static variable in class org.apache.xerces.impl.XMLVersionDetector
-
- fXPath - Variable in class org.apache.xerces.impl.xs.identity.Field
-
Field XPath.
- fXPath - Variable in class org.apache.xerces.impl.xs.identity.Selector
-
XPath.
- fXPointerChildConfig - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fXPointerErrorReporter - Variable in class org.apache.xerces.xpointer.XPointerHandler
-
- fXPointerPart - Variable in class org.apache.xerces.xpointer.XPointerHandler
-
- fXPointerParts - Variable in class org.apache.xerces.xpointer.XPointerHandler
-
- fXPtrProcessor - Variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- fXSDDescription - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Schema Grammar Description passed, to give a chance to application to supply the Grammar
- fXSIErrorReporter - Variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Error reporter.
G
- GENERATE_SYNTHETIC_ANNOTATION - Static variable in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
Feature identifier: generate synthetic annotations.
- GENERATE_SYNTHETIC_ANNOTATION - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Feature identifier: generate synthetic annotations.
- GENERATE_SYNTHETIC_ANNOTATIONS - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Feature: generate synthetic annotations
- GENERATE_SYNTHETIC_ANNOTATIONS - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Feature: generate synthetic annotations
- GENERATE_SYNTHETIC_ANNOTATIONS - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Feature: generate synthetic annotations
- GENERATE_SYNTHETIC_ANNOTATIONS - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
Feature: generate synthetic annotations
- GENERATE_SYNTHETIC_ANNOTATIONS - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature: generate synthetic annotations
- GENERATE_SYNTHETIC_ANNOTATIONS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Generate synthetic annotations feature ("generate-synthetic-annotations").
- get(String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar.QNameHashtable
-
Returns the value associated with the specified key tuple.
- get(Object) - Method in class org.apache.xerces.util.SymbolHash
-
Get the value associated with the given key.
- getAbstract() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
{abstract} A boolean.
- getAbstract() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
{abstract} A boolean.
- getAbstractSchema() - Method in class org.apache.xerces.parsers.DOMASBuilderImpl
-
Deprecated.
Associate an
ASModel
with a document instance.
- getActualEnumeration() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
A list of actual enumeration values if it exists, otherwise an empty
ObjectList
.
- getActualNormalizedValue() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
- getActualNormalizedValue() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
- getActualNormalizedValue() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
- getActualNormalizedValue() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
- getActualNormalizedValueType() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
- getActualNormalizedValueType() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
- getActualNormalizedValueType() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
- getActualNormalizedValueType() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.AnySimpleDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.AnyURIDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.Base64BinaryDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.BooleanDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.DateDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.DateTimeDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.DayDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.DecimalDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.DoubleDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.DurationDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.EntityDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.FloatDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.HexBinaryDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.IDDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.IDREFDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.IntegerDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.ListDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.MonthDayDV
-
Convert a string to a compiled form
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.MonthDV
-
Convert a string to a compiled form
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.QNameDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.StringDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.TimeDV
-
Convert a string to a compiled form
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.UnionDV
-
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.YearDV
-
Convert a string to a compiled form
- getActualValue(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.YearMonthDV
-
Convert a string to a compiled form
- getActualVC() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
- getActualVC() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
- getActualVC() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
- getActualVCType() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
- getActualVCType() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
- getActualVCType() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.AnySimpleDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.AnyURIDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.Base64BinaryDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.BooleanDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.DecimalDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.DoubleDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.EntityDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.FloatDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.HexBinaryDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.IDDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.IDREFDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.ListDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.QNameDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.StringDV
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
-
- getAllowedFacets() - Method in class org.apache.xerces.impl.dv.xs.UnionDV
-
- getAllPrefixes() - Method in class org.apache.xerces.util.NamespaceSupport
-
- getAllPrefixes() - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
- getAnnotation() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
Optional.
- getAnnotation() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
Optional.
- getAnnotation() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
Optional.
- getAnnotation() - Method in class org.apache.xerces.impl.xs.XSGroupDecl
-
Optional.
- getAnnotation() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
Optional.
- getAnnotation() - Method in class org.apache.xerces.impl.xs.XSNotationDecl
-
Optional.
- getAnnotation() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
Optional.
- getAnnotations() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
[annotations]: a set of annotations for this simple type component if
it exists, otherwise an empty
XSObjectList
.
- getAnnotations() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Optional.
- getAnnotations() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- getAnnotations() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
Optional.
- getAnnotations() - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
{annotations} A set of annotations.
- getAnnotationString() - Method in class org.apache.xerces.impl.xs.XSAnnotationImpl
-
A text representation of annotation.
- getAnonymous() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getAnonymous() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
A boolean that specifies if the type definition is anonymous.
- getArgs() - Method in exception org.apache.xerces.impl.dv.DatatypeException
-
Return the list of error arguments
- getArgs() - Method in exception org.apache.xerces.impl.xs.XMLSchemaException
-
- getArguments() - Method in exception org.apache.xerces.impl.io.MalformedByteSequenceException
-
Returns the replacement arguments for the error
message or
null
if none exist.
- getAsHint() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The hint to locating an ASModel.
- getAsLocation() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The URI reference.
- getASModels() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
To retrieve a list of nested ASModels without reference to names.
- getAsNodeType() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
A code representing the underlying object as defined above.
- getAsync() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- getAsync() - Method in class org.apache.xerces.parsers.DOMParserImpl
-
- getAttr(Element, String) - Static method in class org.apache.xerces.util.DOMUtil
-
- getAttrChange() - Method in class org.apache.xerces.dom.events.MutationEventImpl
-
attrChange
indicates the type of change which triggered
the DOMAttrModified event.
- getAttrDeclaration() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
{attribute declaration} provides the attribute declaration itself,
which will in turn determine the simple type definition used.
- getAttrGrp() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- getAttribute(int, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the attribute value of the given name.
- getAttribute(String) - Method in class org.apache.xerces.dom.ElementImpl
-
Look up a single Attribute by name.
- getAttribute(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- getAttribute(String) - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getAttribute(String) - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-
Allows the user to retrieve specific attributes on the underlying
implementation.
- getAttributeDecl(int, XMLAttributeDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getAttributeDecl
- getAttributeDecl() - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
-
- getAttributeDeclaration() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
An item isomorphic to the attribute declaration used to validate
this attribute.
- getAttributeDeclaration() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
An item isomorphic to the attribute declaration used to validate
this attribute.
- getAttributeDeclaration(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
Convenience method.
- getAttributeDeclaration(String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Convenience method.
- getAttributeDeclarations() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Instead of returning an all-in-one
ASObject
with
ASModel
methods, have discernible top-level/"global"
attribute declarations.
- getAttributeDeclIndex(int, String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- getAttributeDeclIsExternal(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Returns true if the specified attribute declaration is external.
- getAttributeGroup(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
Convenience method.
- getAttributeGroup(String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Convenience method.
- getAttributeNode(String) - Method in class org.apache.xerces.dom.ElementImpl
-
Look up a single Attribute by name.
- getAttributeNode(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- getAttributeNode(String) - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getAttributeNodeNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
-
Retrieves an Attr node by local name and namespace URI.
- getAttributeNodeNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- getAttributeNodeNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getAttributeNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
-
Introduced in DOM Level 2.
- getAttributeNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- getAttributeNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getAttributePSVI(int) - Method in class org.apache.xerces.jaxp.SAXParserImpl
-
- getAttributePSVI(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
- getAttributePSVIByName(String, String) - Method in class org.apache.xerces.jaxp.SAXParserImpl
-
- getAttributePSVIByName(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
- getAttributes() - Method in class org.apache.xerces.dom.ElementDefinitionImpl
-
Query the attributes defined on this Element.
- getAttributes() - Method in class org.apache.xerces.dom.ElementImpl
-
Retrieve all the Attributes as a set.
- getAttributes() - Method in class org.apache.xerces.dom.NodeImpl
-
Return the collection of attributes associated with this node,
or null if none.
- getAttributes() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getAttributes() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getAttributes() - Method in class org.apache.xerces.impl.xs.XSDDescription
-
If a call is triggered by an element/attribute/xsi:type in the instance,
this call returns all attribute of such element (or enclosing element).
- getAttributes() - Method in class org.apache.xerces.util.AttributesProxy
-
- getAttributeUse(String, String) - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
- getAttributeUse(String, String) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- getAttributeUse() - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
-
- getAttributeUses() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
{attribute uses} A set of attribute uses.
- getAttributeUses() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
{attribute uses} A set of attribute uses.
- getAttributeWildcard() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
{attribute wildcard} Optional.
- getAttributeWildcard() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
{attribute wildcard} Optional.
- getAttrName() - Method in class org.apache.xerces.dom.events.MutationEventImpl
-
- getAttrNS(Element, String, String) - Static method in class org.apache.xerces.util.DOMUtil
-
- getAttrs(Element) - Static method in class org.apache.xerces.util.DOMUtil
-
- getAttrValue(Element, String) - Static method in class org.apache.xerces.util.DOMUtil
-
- getAttrValueNS(Element, String, String) - Static method in class org.apache.xerces.util.DOMUtil
-
- getAugmentations(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getAugmentations(String, String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getAugmentations(String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getAugmentations(String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an augmentations by Namespace name.
- getAugmentations(String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an augmentation by XML 1.0 qualified name.
- getAugmentations(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an augmentations by attributes index.
- getAuthority() - Method in class org.apache.xerces.util.URI
-
Get the authority for this URI.
- getAvailableArray() - Method in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- getBaseSystemId() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Returns the base system identifier of the currently scanned
entity, or null if none is available.
- getBaseSystemId() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- getBaseSystemId() - Method in class org.apache.xerces.util.SAXLocatorWrapper
-
- getBaseSystemId() - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Returns the base URI against which the literal SystemId is to be resolved.
- getBaseType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getBaseType() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
{base type definition} Either a simple type definition or a complex
type definition.
- getBaseURI() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Returns the absolute base URI of this node or null if the implementation
wasn't able to obtain an absolute URI.
- getBaseURI() - Method in class org.apache.xerces.dom.DOMInputImpl
-
The base URI to be used (see section 5.1.4 in ) for resolving relative
URIs to absolute URIs.
- getBaseURI() - Method in class org.apache.xerces.dom.ElementImpl
-
DOM Level 3 WD - Experimental.
- getBaseURI() - Method in class org.apache.xerces.dom.ElementNSImpl
-
DOM Level 3 WD - Experimental.
- getBaseURI() - Method in class org.apache.xerces.dom.EntityImpl
-
Returns the absolute base URI of this node or null if the implementation
wasn't able to obtain an absolute URI.
- getBaseURI() - Method in class org.apache.xerces.dom.EntityReferenceImpl
-
Returns the absolute base URI of this node or null if the implementation
wasn't able to obtain an absolute URI.
- getBaseURI() - Method in class org.apache.xerces.dom.NodeImpl
-
The absolute base URI of this node or
null
if undefined.
- getBaseURI() - Method in class org.apache.xerces.dom.NotationImpl
-
Returns the absolute base URI of this node or null if the implementation
wasn't able to obtain an absolute URI.
- getBaseURI() - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
-
Returns the absolute base URI of this node or null if the implementation
wasn't able to obtain an absolute URI.
- getBaseURI() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
DOM Level 3
- getBaseURI(int) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Gets the base URI that was in use at that depth
- getBeginning(int) - Method in class org.apache.xerces.impl.xpath.regex.Match
-
Return a start position in the target text matched to specified regular expression group.
- getBit(int) - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
-
- getBounded() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
Fundamental Facet: bounded.
- getBubbles() - Method in class org.apache.xerces.dom.events.EventImpl
-
- getBuiltInDV(String) - Method in class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl
-
return a dtd type of the given name
- getBuiltInDV(String) - Method in class org.apache.xerces.impl.dv.dtd.XML11DTDDVFactoryImpl
-
return a dtd type of the given name
This will call the super class if and only if it does not
recognize the passed-in name.
- getBuiltInDV(String) - Method in class org.apache.xerces.impl.dv.DTDDVFactory
-
return a dtd type of the given name
- getBuiltInKind() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
Returns the closest built-in type category this type represents or
derived from.
- getBuiltInType(String) - Method in class org.apache.xerces.impl.dv.SchemaDVFactory
-
Get a built-in simple type of the given name
REVISIT: its still not decided within the Schema WG how to define the
ur-types and if all simple types should be derived from a
complex type, so as of now we ignore the fact that anySimpleType
is derived from anyType, and pass 'null' as the base of
anySimpleType.
- getBuiltInType(String) - Method in class org.apache.xerces.impl.dv.xs.BaseDVFactory
-
Get a built-in simple type of the given name
REVISIT: its still not decided within the Schema WG how to define the
ur-types and if all simple types should be derived from a
complex type, so as of now we ignore the fact that anySimpleType
is derived from anyType, and pass 'null' as the base of
anySimpleType.
- getBuiltInType(String) - Method in class org.apache.xerces.impl.dv.xs.FullDVFactory
-
Get a built-in simple type of the given name
REVISIT: its still not decided within the Schema WG how to define the
ur-types and if all simple types should be derived from a
complex type, so as of now we ignore the fact that anySimpleType
is derived from anyType, and pass 'null' as the base of
anySimpleType.
- getBuiltInType(String) - Method in class org.apache.xerces.impl.dv.xs.SchemaDVFactoryImpl
-
Get a built-in simple type of the given name
REVISIT: its still not decided within the Schema WG how to define the
ur-types and if all simple types should be derived from a
complex type, so as of now we ignore the fact that anySimpleType
is derived from anyType, and pass 'null' as the base of
anySimpleType.
- getBuiltInTypes() - Method in class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl
-
get all built-in DVs, which are stored in a hashtable keyed by the name
- getBuiltInTypes() - Method in class org.apache.xerces.impl.dv.dtd.XML11DTDDVFactoryImpl
-
get all built-in DVs, which are stored in a hashtable keyed by the name
New XML 1.1 datatypes are inserted.
- getBuiltInTypes() - Method in class org.apache.xerces.impl.dv.DTDDVFactory
-
get all built-in DVs, which are stored in a hashtable keyed by the name
- getBuiltInTypes() - Method in class org.apache.xerces.impl.dv.SchemaDVFactory
-
get all built-in simple types, which are stored in a SymbolHash keyed by
the name
- getBuiltInTypes() - Method in class org.apache.xerces.impl.dv.xs.BaseDVFactory
-
get all built-in simple types, which are stored in a hashtable keyed by
the name
- getBuiltInTypes() - Method in class org.apache.xerces.impl.dv.xs.FullDVFactory
-
get all built-in simple types, which are stored in a hashtable keyed by
the name
- getBuiltInTypes() - Method in class org.apache.xerces.impl.dv.xs.SchemaDVFactoryImpl
-
get all built-in simple types, which are stored in a hashtable keyed by
the name
- getBusy() - Method in class org.apache.xerces.parsers.DOMParserImpl
-
- getByteOffset() - Method in class org.apache.xerces.dom.DOMLocatorImpl
-
The byte offset into the input source this locator is pointing to or -1
if there is no byte offset available
- getByteStream() - Method in class org.apache.xerces.dom.DOMInputImpl
-
An attribute of a language-binding dependent type that represents a
stream of bytes.
- getByteStream() - Method in class org.apache.xerces.dom.DOMOutputImpl
-
Depending on the language binding in use, this attribute may not be
available.
- getCancelable() - Method in class org.apache.xerces.dom.events.EventImpl
-
- getCapturedText(int) - Method in class org.apache.xerces.impl.xpath.regex.Match
-
Return an substring of the target text matched to specified regular expression group.
- getCatalogList() - Method in class org.apache.xerces.util.XMLCatalogResolver
-
Returns the initial list of catalog entry files.
- getCategory() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
{identity-constraint category} One of key, keyref or unique.
- getCertifiedText() - Method in class org.apache.xerces.dom.DOMInputImpl
-
- getCharacterOffset() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
- getCharacterOffset() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Returns the character offset where the current document event ends.
- getCharacterOffset() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
Returns the character offset.
- getCharacterOffset() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- getCharacterOffset() - Method in class org.apache.xerces.util.SAXLocatorWrapper
-
- getCharacterStream() - Method in class org.apache.xerces.dom.DOMInputImpl
-
An attribute of a language-binding dependent type that represents a
stream of 16-bit units.
- getCharacterStream() - Method in class org.apache.xerces.dom.DOMOutputImpl
-
An attribute of a language and binding dependent type that represents a
writable stream of bytes.
- getChildNodes() - Method in class org.apache.xerces.dom.AttrImpl
-
Obtain a NodeList enumerating all children of this node.
- getChildNodes() - Method in class org.apache.xerces.dom.CharacterDataImpl
-
Returns an empty node list.
- getChildNodes() - Method in class org.apache.xerces.dom.NodeImpl
-
Obtain a NodeList enumerating all children of this node.
- getChildNodes() - Method in class org.apache.xerces.dom.ParentNode
-
Obtain a NodeList enumerating all children of this node.
- getChildNodes() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getChildNodesUnoptimized() - Method in class org.apache.xerces.dom.ParentNode
-
Create a NodeList to access children that is use by subclass elements
that have methods named getLength() or item(int).
- getChildText(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
Returns the concatenated child text of the specified node.
- getCMBinOpNode(int, CMNode, CMNode) - Method in class org.apache.xerces.impl.xs.models.CMNodeFactory
-
- getCMLeafNode(int, Object, int, int) - Method in class org.apache.xerces.impl.xs.models.CMNodeFactory
-
- getCMUniOpNode(int, CMNode) - Method in class org.apache.xerces.impl.xs.models.CMNodeFactory
-
- getCollapsed() - Method in class org.apache.xerces.dom.RangeImpl
-
- getColumnNumber() - Method in class org.apache.xerces.dom.DOMLocatorImpl
-
The column number where the error occured, or -1 if there is no column
number available.
- getColumnNumber() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
- getColumnNumber() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Returns the column number where the current document event ends.
- getColumnNumber() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
Returns the column number.
- getColumnNumber() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- getColumnNumber() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
-
Column number.
- getColumnNumber() - Method in class org.apache.xerces.util.LocatorProxy
-
Column number.
- getColumnNumber() - Method in class org.apache.xerces.util.SAXLocatorWrapper
-
- getCommonAncestorContainer() - Method in class org.apache.xerces.dom.RangeImpl
-
- getComplexTypeDecl() - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
-
- getComponents(short) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
[schema components]: a list of top-level components, i.e.
- getComponents(short) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Returns a list of top-level components, i.e.
- getComponentsByNamespace(short, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Convenience method.
- getCompositor() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
{compositor} One of all, choice or sequence.
- getConfig() - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- getConfig() - Method in class org.apache.xerces.impl.xs.XSLoaderImpl
-
The configuration of a document.
- getConstraintType() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
Value constraint: one of default, fixed.
- getConstraintType() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
Value Constraint: one of default, fixed.
- getConstraintType() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
A value constraint: one of default, fixed.
- getConstraintType() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
Namespace constraint: A constraint type: any, not, list.
- getConstraintValue() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
Value constraint: The actual value (with respect to the {type
definition}) Should we return Object instead of DOMString?
- getConstraintValue() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
Value Constraint: The actual value (with respect to the {type
definition}).
- getConstraintValue() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
A value constraint: The actual value (with respect to the {type
definition})
- getContainer() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
If
usage
is EXTERNAL_SUBSET or NOT_USED, and the
ASModel
is simply a container of other ASModels.
- getContainer() - Method in class org.apache.xerces.dom.NodeImpl
-
For non-child nodes, the node which "points" to this node.
- getContentHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Return the current content handler.
- getContentModel(XSComplexTypeDecl) - Method in class org.apache.xerces.impl.xs.models.CMBuilder
-
Get content model for the a given type
- getContentModel(CMBuilder) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- getContentModelDeclarations() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Instead of returning an all-in-one
ASObject
with
ASModel
methods, have discernible top-level/"global
content model declarations.
- getContentSpec(int, XMLContentSpec) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getContentSpec
- getContentSpec(int, XMLContentSpec) - Method in interface org.apache.xerces.impl.dtd.XMLContentSpec.Provider
-
Fills in the provided content spec structure with content spec
information for a unique identifier.
- getContentSpecAsString(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getContentSpecAsString
- getContentSpecType(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
make separate function for getting contentSpecType of element.
- getContentType() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
{content type} One of empty, a simple type definition (see
simpleType
, or mixed, element-only (see
cmParticle
).
- getContextType() - Method in class org.apache.xerces.impl.xs.XSDDescription
-
Get the context.
- getCurrentEntity() - Method in class org.apache.xerces.impl.XMLEntityManager
-
- getCurrentNode() - Method in class org.apache.xerces.dom.TreeWalkerImpl
-
Return the current Node.
- getCurrentResourceIdentifier() - Method in class org.apache.xerces.impl.XMLEntityManager
-
- getCurrentTarget() - Method in class org.apache.xerces.dom.events.EventImpl
-
- getData() - Method in class org.apache.xerces.dom.CharacterDataImpl
-
Retrieve character data currently stored in this node.
- getData() - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
-
A PI's data content tells the processor what we actually want it
to do.
- getData() - Method in class org.apache.xerces.impl.xs.opti.DefaultText
-
The character data of the node that implements this interface.
- getData() - Method in class org.apache.xerces.impl.xs.opti.TextImpl
-
The character data of the node that implements this interface.
- getDataLength(Object) - Method in class org.apache.xerces.impl.dv.xs.Base64BinaryDV
-
- getDataLength(Object) - Method in class org.apache.xerces.impl.dv.xs.HexBinaryDV
-
- getDataLength(Object) - Method in class org.apache.xerces.impl.dv.xs.ListDV
-
- getDataLength(Object) - Method in class org.apache.xerces.impl.dv.xs.QNameDV
-
- getDataLength(Object) - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
-
- getDate(String, int, int, AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
Parses date CCYY-MM-DD
- getDeclaredPrefixAt(int) - Method in class org.apache.xerces.util.NamespaceSupport
-
- getDeclaredPrefixCount() - Method in class org.apache.xerces.util.NamespaceSupport
-
- getDeclHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Returns the DTD declaration event handler.
- getDefaultAttributes() - Method in class org.apache.xerces.dom.ElementImpl
-
Get the default attributes.
- getDeferredEntityBaseURI(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
- getDefinedFacets() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
[facets]: all facets defined on this type.
- getDerivationMethod() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
{derivation method} Either extension or restriction.
- getDigit(char) - Static method in class org.apache.xerces.impl.dv.xs.TypeValidator
-
- getDisallowedSubstitutions() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
The supplied values for {disallowed substitutions}
- getDispatcherName(XMLDocumentFragmentScannerImpl.Dispatcher) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Returns the dispatcher name.
- getDoctype() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
For XML, this provides access to the Document Type Definition.
- getDoctype() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- getDocument() - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
Returns the DOM document object.
- getDocument() - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Returns the Document object.
- getDocument() - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
Returns the DOM document object.
- getDocument(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
- getDocument2() - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
Gets the document from SchemaParsingConfig
- getDocumentClassName() - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
This method retreives the name of current document class.
- getDocumentElement() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Convenience method, allowing direct access to the child node
which is considered the root of the actual document content.
- getDocumentElement() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- getDocumentElement() - Method in class org.apache.xerces.impl.xs.opti.SchemaDOM
-
- getDocumentHandler() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Returns the registered document handler.
- getDocumentHandler() - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Returns the document handler
- getDocumentHandler() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Returns the document handler
- getDocumentHandler() - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Returns the document handler
- getDocumentHandler() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Returns the document handler
- getDocumentHandler() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Returns the registered document handler.
- getDocumentHandler() - Method in class org.apache.xerces.parsers.XML11Configuration
-
Returns the registered document handler.
- getDocumentHandler() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Returns the registered document handler.
- getDocumentHandler() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Returns the registered document handler.
- getDocumentHandler() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- getDocumentLocations() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
[document location]
- getDocumentSource() - Method in class org.apache.xerces.dom.DOMNormalizer
-
Returns the document source.
- getDocumentSource() - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Returns the document source
- getDocumentSource() - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Returns the document source
- getDocumentSource() - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
Returns the document source.
- getDocumentSource() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Returns the document source
- getDocumentSource() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
Returns the document source
- getDocumentSource() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- getDocumentURI() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- getDocumentURI() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
The location of the document or
null
if undefined.
- getDomain() - Method in exception org.apache.xerces.impl.io.MalformedByteSequenceException
-
Returns the error domain of the error message.
- getDomConfig() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 CR - Experimental
The configuration used when
Document.normalizeDocument
is
invoked.
- getDomConfig() - Method in class org.apache.xerces.dom.PSVIDocumentImpl
-
The configuration used when
Document.normalizeDocument
is
invoked.
- getDomConfig() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
The configuration used when
Document.normalizeDocument
is
invoked.
- getDomConfig() - Method in class org.apache.xerces.parsers.DOMParserImpl
-
- getDOMImplementation() - Static method in class org.apache.xerces.dom.ASDOMImplementationImpl
-
Deprecated.
NON-DOM: Obtain and return the single shared object
- getDOMImplementation() - Static method in class org.apache.xerces.dom.CoreDOMImplementationImpl
-
NON-DOM: Obtain and return the single shared object
- getDOMImplementation() - Static method in class org.apache.xerces.dom.DeferredDOMImplementationImpl
-
NON-DOM: Obtain and return the single shared object
- getDOMImplementation() - Static method in class org.apache.xerces.dom.DOMImplementationImpl
-
NON-DOM: Obtain and return the single shared object
- getDOMImplementation(String) - Method in class org.apache.xerces.dom.DOMImplementationSourceImpl
-
A method to request a DOM implementation.
- getDOMImplementation(String) - Method in class org.apache.xerces.dom.DOMXSImplementationSourceImpl
-
A method to request a DOM implementation.
- getDOMImplementation() - Static method in class org.apache.xerces.dom.PSVIDOMImplementationImpl
-
NON-DOM: Obtain and return the single shared object
- getDOMImplementation() - Static method in class org.apache.xerces.impl.xs.XSImplementationImpl
-
NON-DOM: Obtain and return the single shared object
- getDOMImplementation() - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
-
- getDOMImplementationList(String) - Method in class org.apache.xerces.dom.DOMImplementationSourceImpl
-
A method to request a list of DOM implementations that support the
specified features and versions, as specified in .
- getDOMImplementationList(String) - Method in class org.apache.xerces.dom.DOMXSImplementationSourceImpl
-
A method to request a list of DOM implementations that support the
specified features and versions, as specified in .
- getDTDContentModelHandler() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Returns the registered DTD content model handler.
- getDTDContentModelHandler() - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Gets the DTD content model handler.
- getDTDContentModelHandler() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
getDTDContentModelHandler
- getDTDContentModelHandler() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Returns the registered DTD content model handler.
- getDTDContentModelHandler() - Method in class org.apache.xerces.parsers.XML11Configuration
-
Returns the registered DTD content model handler.
- getDTDContentModelHandler() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Returns the registered DTD content model handler.
- getDTDContentModelHandler() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Returns the registered DTD content model handler.
- getDTDContentModelSource() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- getDTDContentModelSource() - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
- getDTDContentModelSource() - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
- getDTDContentModelSource() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
- getDTDGrammar() - Method in class org.apache.xerces.parsers.DTDParser
-
getDTDGrammar
- getDTDHandler() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Returns the registered DTD handler.
- getDTDHandler() - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Returns the DTD handler.
- getDTDHandler() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
getDTDHandler
- getDTDHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Return the current DTD handler.
- getDTDHandler() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Returns the registered DTD handler.
- getDTDHandler() - Method in class org.apache.xerces.parsers.XML11Configuration
-
Returns the registered DTD handler.
- getDTDHandler() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Returns the registered DTD handler.
- getDTDHandler() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Returns the registered DTD handler.
- getDTDHandler() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- getDTDSource() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- getDTDSource() - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
- getDTDSource() - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
- getDTDSource() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
- getDTDSource() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- getDuration(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- getDuration(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.DurationDV
-
- getEffectiveLocalContext() - Method in class org.apache.xerces.impl.xs.SchemaNamespaceSupport
-
This method returns an array of Strings, as would be stored in
a NamespaceSupport object.
- getElement() - Method in class org.apache.xerces.dom.AttrImpl
-
Deprecated.
Previous working draft of DOM Level 2. New method
is getOwnerElement().
- getElementById(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Introduced in DOM Level 2
Returns the Element whose ID is given by elementId.
- getElementById(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- getElementContentModelValidator(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getElementContentModelValidator
- getElementDecl(int, XMLElementDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getElementDecl
- getElementDecl() - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
-
- getElementDeclaration() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
An item isomorphic to the element declaration used to validate
this element.
- getElementDeclaration() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
An item isomorphic to the element declaration used to validate
this element.
- getElementDeclaration(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
Convenience method.
- getElementDeclaration(String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Convenience method.
- getElementDeclarations() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Instead of returning an all-in-one
ASObject
with
ASModel
methods, have discernible top-level/"global"
element declarations.
- getElementDeclIndex(String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getElementDeclIndex
- getElementDeclIndex(QName) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Returns the element decl index.
- getElementDeclIsExternal(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Returns true if the specified element declaration is external.
- getElementName() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
- getElementPSVI() - Method in class org.apache.xerces.jaxp.SAXParserImpl
-
- getElementPSVI() - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
- getElements() - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
NON-DOM: Access the collection of ElementDefinitions.
- getElementsByTagName(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Return a live collection of all descendent Elements (not just
immediate children) having the specified tag name.
- getElementsByTagName(String) - Method in class org.apache.xerces.dom.ElementImpl
-
Returns a NodeList of all descendent nodes (children,
grandchildren, and so on) which are Elements and which have the
specified tag name.
- getElementsByTagName(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- getElementsByTagName(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- getElementsByTagNameNS(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Introduced in DOM Level 2.
- getElementsByTagNameNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
-
Introduced in DOM Level 2.
- getElementsByTagNameNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- getElementsByTagNameNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- getEnclosingCTDefinition() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
Locally scoped declarations are available for use only within the
complex type definition identified by the
scope
property.
- getEnclosingCTDefinition() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
Locally scoped declarations are available for use only within the
complex type definition identified by the
scope
property.
- getEnclosingElementName() - Method in class org.apache.xerces.impl.xs.XSDDescription
-
If a call is triggered by an attribute or xsi:type, then this mehtod
returns the enclosing element of such element.
- getEncoding() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Deprecated.
This method is internal and only exists for
compatibility with older applications. New applications
should never call this method.
- getEncoding() - Method in class org.apache.xerces.dom.DOMInputImpl
-
The character encoding, if known.
- getEncoding() - Method in class org.apache.xerces.dom.DOMOutputImpl
-
The character encoding, if known.
- getEncoding() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
- getEncoding() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Returns the encoding of the current entity.
- getEncoding() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
Returns the encoding of the current entity.
- getEncoding() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
-
- getEncoding() - Method in class org.apache.xerces.util.LocatorProxy
-
- getEncoding() - Method in class org.apache.xerces.util.SAXLocatorWrapper
-
- getEncodingName(byte[], int) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Returns the IANA encoding name that is auto-detected from
the bytes specified, with the endian-ness of that encoding where appropriate.
- getEncodingName(InputStream) - Method in class org.apache.xerces.xinclude.XIncludeTextReader
-
XMLEntityManager cares about endian-ness, since it creates its own optimized
readers.
- getEncodingName(byte[]) - Method in class org.apache.xerces.xinclude.XIncludeTextReader
-
REVISIT: This code is taken from org.apache.xerces.impl.XMLEntityManager.
- getEnd(int) - Method in class org.apache.xerces.impl.xpath.regex.Match
-
Return an end position in the target text matched to specified regular expression group.
- getEndContainer() - Method in class org.apache.xerces.dom.RangeImpl
-
- getEndOffset() - Method in class org.apache.xerces.dom.RangeImpl
-
- getEntities() - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
Access the collection of general Entities, both external and
internal, defined in the DTD.
- getEntityDecl(int, XMLEntityDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getEntityDecl
- getEntityDeclarations() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Instead of returning an all-in-one
ASObject
with
ASModel
methods, have discernible top-level/"global"
entity declarations.
- getEntityDeclIndex(String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getEntityDeclIndex
- getEntityExpansionLimit() - Method in class org.apache.xerces.util.SecurityManager
-
Returns the number of entity expansions
that the parser permits in a document.
- getEntityName() - Method in interface org.apache.xerces.impl.XMLEntityDescription
-
Returns the name of the entity.
- getEntityName() - Method in class org.apache.xerces.util.XMLEntityDescriptionImpl
-
Returns the name of the entity.
- getEntityRefValue() - Method in class org.apache.xerces.dom.EntityReferenceImpl
-
NON-DOM: compute string representation of the entity reference.
- getEntityResolver() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Return the current entity resolver.
- getEntityResolver() - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Returns the registered entity resolver.
- getEntityResolver() - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Returns the registered entity resolver.
- getEntityResolver() - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Return the current entity resolver.
- getEntityResolver() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Return the current entity resolver.
- getEntityResolver() - Method in class org.apache.xerces.parsers.DOMParser
-
Return the current entity resolver.
- getEntityResolver() - Method in class org.apache.xerces.parsers.XML11Configuration
-
Return the current entity resolver.
- getEntityResolver() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Return the current entity resolver.
- getEntityResolver() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Return the current entity resolver.
- getEntityResolver() - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Returns the registered entity resolver.
- getEntityResolver() - Method in class org.apache.xerces.util.DOMEntityResolverWrapper
-
Returns the DOM entity resolver.
- getEntityResolver() - Method in class org.apache.xerces.util.EntityResolver2Wrapper
-
Returns the SAX entity resolver wrapped by this object.
- getEntityResolver() - Method in class org.apache.xerces.util.EntityResolverWrapper
-
Returns the SAX entity resolver.
- getEntityScanner() - Method in class org.apache.xerces.impl.XMLEntityManager
-
Returns the entity scanner.
- getEnumerationItemTypeList() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
A list of enumeration type values (as a list of ShortList objects) if it exists, otherwise returns
null
- getEnumerationTypeList() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getErrorChecking() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Returns true if the DOM implementation performs error checking.
- getErrorCodes() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
A list of error codes generated from validation attempts.
- getErrorCodes() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
A list of error codes generated from validation attempts.
- getErrorCodes() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
A list of error codes generated from validation attempts.
- getErrorCodes() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
A list of error codes generated from validation attempts.
- getErrorHandler() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Return the current error handler.
- getErrorHandler() - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Returns the registered error handler.
- getErrorHandler() - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Get the internal XMLErrrorHandler.
- getErrorHandler() - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Returns the registered error handler.
- getErrorHandler() - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
-
- getErrorHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Return the current error handler.
- getErrorHandler() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Return the current error handler.
- getErrorHandler() - Method in class org.apache.xerces.parsers.DOMParser
-
Return the current error handler.
- getErrorHandler() - Method in class org.apache.xerces.parsers.XML11Configuration
-
Return the current error handler.
- getErrorHandler() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Return the current error handler.
- getErrorHandler() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Return the current error handler.
- getErrorHandler() - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Returns the registered error handler.
- getErrorHandler() - Method in class org.apache.xerces.util.DOMErrorHandlerWrapper
-
- getErrorHandler() - Method in class org.apache.xerces.util.ErrorHandlerProxy
-
- getErrorHandler() - Method in class org.apache.xerces.util.ErrorHandlerWrapper
-
Returns the SAX error handler.
- getEventListeners(NodeImpl) - Method in class org.apache.xerces.dom.DocumentImpl
-
Retreive event listener registered on a given node
- getEventPhase() - Method in class org.apache.xerces.dom.events.EventImpl
-
- getExpandedSystemId() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
- getExpandedSystemId() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Return the expanded system identifier for the current document event.
- getExpandedSystemId() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- getExpandedSystemId() - Method in class org.apache.xerces.util.SAXLocatorWrapper
-
- getExpandedSystemId() - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Returns the expanded system identifier.
- getExpandEntityReferences() - Method in class org.apache.xerces.dom.NodeIteratorImpl
-
Return whether children entity references are included in the iterator.
- getExpandEntityReferences() - Method in class org.apache.xerces.dom.TreeWalkerImpl
-
Return whether children entity references are included in the iterator.
- getExternalEntityRefInAttrValue(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Checks entities in attribute values for standalone VC.
- getExternalSubset(XMLDTDDescription) - Method in interface org.apache.xerces.impl.ExternalSubsetResolver
-
Locates an external subset for documents which do not explicitly
provide one.
- getExternalSubset(XMLDTDDescription) - Method in class org.apache.xerces.util.EntityResolver2Wrapper
-
Locates an external subset for documents which do not explicitly
provide one.
- getExternalSubset(String, String) - Method in class org.apache.xerces.util.XMLCatalogResolver
-
Locates an external subset for documents which do not explicitly
provide one.
- getFacets() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
A list of constraining facets if it exists, otherwise an empty
XSObjectList
.
- getFeature(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
- getFeature(String, String) - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
-
DOM Level 3 WD - Experimental.
- getFeature(String, String) - Method in class org.apache.xerces.dom.NodeImpl
-
- getFeature(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Returns the state of a feature.
- getFeature(String) - Method in class org.apache.xerces.impl.XMLErrorReporter
-
- getFeature(String) - Method in class org.apache.xerces.impl.XMLScanner
-
- getFeature(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getFeature(String) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
Delegates to SchemaParsingConfig.getFeature
- getFeature(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Returns the state of a feature.
- getFeature(String) - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-
- getFeature(String) - Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
-
returns the particular property requested for in the underlying
implementation of org.xml.sax.XMLReader.
- getFeature(String) - Method in class org.apache.xerces.jaxp.SAXParserImpl.JAXPSAXParser
-
- getFeature(String) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
-
- getFeature(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Query the state of a feature.
- getFeature(String) - Method in class org.apache.xerces.parsers.DOMParser
-
Query the state of a feature.
- getFeature(String) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
- getFeature(String) - Method in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
- getFeature(String) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Returns the state of a feature.
- getFeature(String) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Returns the state of a feature.
- getFeature(String) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Returns the state of a feature.
- getFeature(String, String) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
- getFeature(String) - Method in class org.apache.xerces.util.ParserConfigurationSettings
-
Returns the state of a feature.
- getFeatureDefault(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
- getFeatureDefault(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
- getFeatureDefault(String) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
- getFeatureDefault(String) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
- getFeatureDefault(String) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
- getFeatureDefault(String) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
- getFeatureDefault(String) - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
- getFeatureDefault(String) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
- getFeatureDefault(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- getFeatureDefault(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
- getFeatureDefault(String) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
- getFieldAt(int) - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Returns the field at the specified index.
- getFieldCount() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Returns the field count.
- getFieldStrs() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
{fields} A non-empty list of restricted XPath ([XPath]) expressions.
- getFilter() - Method in class org.apache.xerces.dom.NodeIteratorImpl
-
Return the filter
- getFilter() - Method in class org.apache.xerces.dom.TreeWalkerImpl
-
Return the NodeFilter
- getFilter() - Method in class org.apache.xerces.parsers.DOMParserImpl
-
When the application provides a filter, the parser will call out to
the filter at the completion of the construction of each
Element
node.
- getFinal() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getFinal() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
{final} For complex type definition it is a subset of {extension, restriction}.
- getFinalSet() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- getFinite() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
Fundamental Facet: cardinality.
- getFirstAttributeDeclIndex(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getFirstAttributeDeclIndex
- getFirstChild() - Method in class org.apache.xerces.dom.AttrImpl
-
The first child of this Node, or null if none.
- getFirstChild() - Method in class org.apache.xerces.dom.NodeImpl
-
The first child of this Node, or null if none.
- getFirstChild() - Method in class org.apache.xerces.dom.ParentNode
-
The first child of this Node, or null if none.
- getFirstChild() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getFirstChild() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getFirstChildElement(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the first child element node.
- getFirstChildElement(Node, String) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the first child node with the given name.
- getFirstChildElement(Node, String[]) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the first child node with the given name.
- getFirstChildElement(Node, String, String, String) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the first child node with the given name and
attribute name, value pair.
- getFirstChildElementNS(Node, String, String) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the first child node with the given qualified name.
- getFirstChildElementNS(Node, String[][]) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the first child node with the given qualified name.
- getFirstElementDeclIndex() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Returns the index of the first element declaration.
- getFirstVisibleChildElement(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the first visible child element node.
- getFirstVisibleChildElement(Node, Hashtable) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the first visible child element node.
- getFixedFacets() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
[facets]: all defined facets for this type which are fixed.
- getFollowHTTPRedirects() - Method in class org.apache.xerces.util.HTTPInputSource
-
Returns the preference whether HTTP redirects should
be followed.
- getFractionDigits(Object) - Method in class org.apache.xerces.impl.dv.xs.DecimalDV
-
- getFractionDigits(Object) - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
-
- getFragment() - Method in class org.apache.xerces.util.URI
-
Get the fragment for this URI.
- getGlobalAttributeDecl(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
get one global attribute
- getGlobalAttributeGroupDecl(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
get one global attribute group
- getGlobalDecl(XSDocumentInfo, int, QName, Element) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- getGlobalElementDecl(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
get one global element
- getGlobalGroupDecl(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
get one global group
- getGlobalNotationDecl(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
get one global notation
- getGlobalTypeDecl(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
get one global type
- getGlobalValueStoreFor(IdentityConstraint) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
Returns the global value store associated to the specified IdentityConstraint.
- getGrammar() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
- getGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.impl.dtd.DTDGrammarBucket
-
- getGrammar(String) - Method in class org.apache.xerces.impl.xs.XSGrammarBucket
-
Get the schema grammar for the specified namespace
- getGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
-
Returns the grammar associated to the specified description.
- getGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
-
Returns the grammar associated to the specified grammar description.
- getGrammarDescription() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- getGrammarDescription() - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
-
- getGrammarDescription() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- getGrammarDescription() - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
-
- getGrammarPool() - Method in interface org.apache.xerces.jaxp.validation.XSGrammarPoolContainer
-
Returns the grammar pool contained inside the container.
- getGrammarPool() - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Returns the registered grammar pool.
- getGrammars() - Method in class org.apache.xerces.impl.xs.XSGrammarBucket
-
get all grammars in the registry
- getGrammarType() - Method in class org.apache.xerces.impl.dtd.XMLDTDDescription
-
- getGrammarType() - Method in class org.apache.xerces.impl.xs.XSDDescription
-
the type of the grammar (e.g., DTD or XSD);
- getHost() - Method in class org.apache.xerces.util.URI
-
Get the host for this URI.
- getHTTPRequestProperties() - Method in class org.apache.xerces.util.HTTPInputSource
-
Returns an iterator for the request properties this
input source contains.
- getHTTPRequestProperty(String) - Method in class org.apache.xerces.util.HTTPInputSource
-
Returns the value of the request property
associated with the given property name.
- getIANA2JavaMapping(String) - Static method in class org.apache.xerces.util.EncodingMap
-
Returns the Java encoding name for the specified IANA encoding name.
- getIDConstraint() - Method in class org.apache.xerces.impl.xs.identity.Selector
-
Returns the identity constraint.
- getIDConstraintDecl(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
get one identity constraint
- getIDConstraints() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
- getIdentifier(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Returns a previously registered element with the specified
identifier name, or null if no element is registered.
- getIdentifiers() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Returns an enumeration registered of identifier names.
- getIdentityConstraint() - Method in class org.apache.xerces.impl.xs.identity.Field
-
Returns the identity constraint.
- getIdentityConstraint() - Method in class org.apache.xerces.impl.xs.identity.Selector.Matcher
-
Returns the identity constraint.
- getIdentityConstraintName() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Returns the identity constraint name.
- getIdentityConstraints() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
{identity-constraint definitions} A set of constraint definitions.
- getIDRegistry() - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- getIDRegistry_sub() - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- getImplementation() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Retrieve information describing the abilities of this particular
DOM implementation.
- getImplementation() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Retrieve information describing the abilities of this particular
DOM implementation.
- getImplementation() - Method in class org.apache.xerces.dom.DocumentImpl
-
Retrieve information describing the abilities of this particular
DOM implementation.
- getImplementation() - Method in class org.apache.xerces.dom.PSVIDocumentImpl
-
Retrieve information describing the abilities of this particular
DOM implementation.
- getImplementation() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- getImportedGrammars() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- getIndex(String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getIndex(String, String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getIndex(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getIndex(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getIndex(String) - Method in class org.apache.xerces.util.AttributesProxy
-
- getIndex(String, String) - Method in class org.apache.xerces.util.AttributesProxy
-
- getIndex(String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up the index of an attribute by XML 1.0 qualified name.
- getIndex(String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up the index of an attribute by Namespace name.
- getIndexFast(String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up the index of an attribute by XML 1.0 qualified name.
- getIndexFast(String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up the index of an attribute by Namespace name.
- getInitialDepth() - Method in class org.apache.xerces.impl.xs.identity.Selector.Matcher
-
get the initial depth at which this selector matched.
- getInputEncoding() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 CR - Experimental.
- getInputEncoding() - Method in class org.apache.xerces.dom.EntityImpl
-
An attribute specifying the encoding used for this entity at the tiome
of parsing, when it is an external parsed entity.
- getInputEncoding() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- getInputSource() - Method in class org.apache.xerces.util.SAXInputSource
-
- getInstance() - Static method in class org.apache.xerces.impl.dv.DTDDVFactory
-
Get an instance of the default DTDDVFactory implementation.
- getInstance(String) - Static method in class org.apache.xerces.impl.dv.DTDDVFactory
-
Get an instance of DTDDVFactory implementation.
- getInstance() - Static method in class org.apache.xerces.impl.dv.SchemaDVFactory
-
Get a default instance of SchemaDVFactory implementation.
- getInstance(String) - Static method in class org.apache.xerces.impl.dv.SchemaDVFactory
-
Get an instance of SchemaDVFactory implementation.
- getInternalASModels() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
- getInternalSubset() - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
Introduced in DOM Level 2.
- getIsNamespaceAware() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
true
if this ASModel
defines the document
structure in terms of namespaces and local names ; false
if the document structure is defined only in terms of
QNames
.
- getIsSchemaSpecified() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
[schema specified]
- getIsSchemaSpecified() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
[schema specified]
- getIsSchemaSpecified() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
[schema specified]
- getIsSchemaSpecified() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
[schema specified]
- getItem(int) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
- getItem(String) - Method in class org.apache.xerces.util.AugmentationsImpl
-
Get information identified by a key from the Augmentations structure
- getItemType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
If variety is
list
the item type definition (an atomic or
union simple type definition) is available, otherwise
null
.
- getItemValueTypes() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
- getItemValueTypes() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
- getItemValueTypes() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
- getItemValueTypes() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
- getItemValueTypes() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
- getItemValueTypes() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
- getItemValueTypes() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
- getJava2IANAMapping(String) - Static method in class org.apache.xerces.util.EncodingMap
-
Returns the IANA encoding name for the specified Java encoding name.
- getKey() - Method in exception org.apache.xerces.impl.dv.DatatypeException
-
Return the error code
- getKey() - Method in exception org.apache.xerces.impl.io.MalformedByteSequenceException
-
Returns the key of the error message.
- getKey() - Method in exception org.apache.xerces.impl.xpath.XPathException
-
- getKey() - Method in class org.apache.xerces.impl.xs.identity.KeyRef
-
Returns the key being referred to.
- getKey() - Method in exception org.apache.xerces.impl.xs.XMLSchemaException
-
- getLanguage(int) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Gets the language that was in use at that depth.
- getLastChild() - Method in class org.apache.xerces.dom.AttrImpl
-
The last child of this Node, or null if none.
- getLastChild(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the last child of the given node.
- getLastChild(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the last child of the given node.
- getLastChild() - Method in class org.apache.xerces.dom.NodeImpl
-
The first child of this Node, or null if none.
- getLastChild() - Method in class org.apache.xerces.dom.ParentNode
-
The last child of this Node, or null if none.
- getLastChild() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getLastChild() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getLastChildElement(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the last child element node.
- getLastChildElement(Node, String) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the last child node with the given name.
- getLastChildElement(Node, String[]) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the last child node with the given name.
- getLastChildElement(Node, String, String, String) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the last child node with the given name and
attribute name, value pair.
- getLastChildElementNS(Node, String, String) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the last child node with the given qualified name.
- getLastChildElementNS(Node, String[][]) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the last child node with the given qualified name.
- getLastVisibleChildElement(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the last visible child element node.
- getLastVisibleChildElement(Node, Hashtable) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the last visible child element node.
- getLength() - Method in class org.apache.xerces.dom.AttrImpl
-
NodeList method: Count the immediate children of this node
- getLength() - Method in class org.apache.xerces.dom.CharacterDataImpl
-
Report number of characters currently stored in this node's
data.
- getLength() - Method in class org.apache.xerces.dom.DeepNodeListImpl
-
Returns the length of the node list.
- getLength() - Method in class org.apache.xerces.dom.DOMImplementationListImpl
-
Returns the number of DOMImplementations in the list.
- getLength() - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getLength() - Method in class org.apache.xerces.dom.DOMStringListImpl
-
- getLength() - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
Report how many nodes are currently stored in this NamedNodeMap.
- getLength() - Method in class org.apache.xerces.dom.NodeImpl
-
NodeList method: Count the immediate children of this node
- getLength() - Method in class org.apache.xerces.dom.ParentNode
-
NodeList method: Count the immediate children of this node
- getLength() - Method in class org.apache.xerces.impl.dv.util.ByteListImpl
-
The number of
byte
s in the list.
- getLength() - Method in class org.apache.xerces.impl.xs.opti.DefaultText
-
The number of 16-bit units that are available through
data
and the substringData
method below.
- getLength() - Method in class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
-
- getLength() - Method in class org.apache.xerces.impl.xs.opti.TextImpl
-
The number of 16-bit units that are available through
data
and the substringData
method below.
- getLength() - Method in class org.apache.xerces.impl.xs.util.NSItemListImpl
-
The number of
Objects
in the list.
- getLength() - Method in class org.apache.xerces.impl.xs.util.ShortListImpl
-
The number of
Objects
in the list.
- getLength() - Method in class org.apache.xerces.impl.xs.util.StringListImpl
-
The number of
Objects
in the list.
- getLength() - Method in class org.apache.xerces.impl.xs.util.XSNamedMap4Types
-
The number of
XSObjects
in the XSObjectList
.
- getLength() - Method in class org.apache.xerces.impl.xs.util.XSNamedMapImpl
-
The number of
XSObjects
in the XSObjectList
.
- getLength() - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
-
The number of
XSObjects
in the list.
- getLength() - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getLength() - Method in class org.apache.xerces.util.AttributesProxy
-
- getLength() - Method in class org.apache.xerces.util.SymbolHash
-
Get the number of key/value pairs stored in this table.
- getLength() - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Return the number of attributes in the list.
- getLexicalEnumeration() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
A list of enumeration values if it exists, otherwise an empty
StringList
.
- getLexicalFacetValue(short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
Convenience method.
- getLexicalHandler() - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Returns the lexical handler.
- getLexicalPattern() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
A list of pattern values if it exists, otherwise an empty
StringList
.
- getLineNumber() - Method in class org.apache.xerces.dom.DOMLocatorImpl
-
The line number where the error occured, or -1 if there is no line
number available.
- getLineNumber() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
- getLineNumber() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Returns the line number where the current document event ends.
- getLineNumber() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
Returns the line number.
- getLineNumber() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- getLineNumber() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
-
Line number.
- getLineNumber() - Method in class org.apache.xerces.util.LocatorProxy
-
Line number.
- getLineNumber() - Method in class org.apache.xerces.util.SAXLocatorWrapper
-
- getLiteralSystemId() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
- getLiteralSystemId() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Return the literal system identifier for the current document event.
- getLiteralSystemId() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- getLiteralSystemId() - Method in class org.apache.xerces.util.SAXLocatorWrapper
-
- getLiteralSystemId() - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Returns the literal system identifier.
- getLoader(String) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
- getLocale() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Returns the locale.
- getLocale() - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Return the Locale the XMLGrammarLoader is using.
- getLocale() - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Gets the current locale.
- getLocale() - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Return the Locale the XMLGrammarLoader is using.
- getLocale() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Returns the locale.
- getLocale() - Method in class org.apache.xerces.parsers.XML11Configuration
-
Returns the locale.
- getLocale() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Returns the locale.
- getLocale() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Returns the locale.
- getLocale() - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Return the Locale the XMLGrammarLoader is using.
- getLocalName() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Returns the local part of the qualified name of this
ASObject
.
- getLocalName() - Method in class org.apache.xerces.dom.AttrNSImpl
-
Introduced in DOM Level 2.
- getLocalName(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getLocalName() - Method in class org.apache.xerces.dom.ElementNSImpl
-
Introduced in DOM Level 2.
- getLocalName() - Method in class org.apache.xerces.dom.NodeImpl
-
Introduced in DOM Level 2.
- getLocalName() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getLocalName() - Method in class org.apache.xerces.impl.xs.opti.NodeImpl
-
- getLocalName(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getLocalName(int) - Method in class org.apache.xerces.util.AttributesProxy
-
- getLocalName(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
returns local name of this element if not null, otherwise
returns the name of the node
- getLocalName(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an attribute's local name by index.
- getLocation() - Method in class org.apache.xerces.dom.DOMErrorImpl
-
The location of the error.
- getLocation() - Method in exception org.apache.xerces.impl.xpath.regex.ParseException
-
- getLocationHints() - Method in class org.apache.xerces.impl.xs.XSDDescription
-
For import and references from the instance document, it's possible to
have multiple hints for one namespace.
- getLocationPath() - Method in class org.apache.xerces.impl.xpath.XPath
-
Returns a representation of the first location path for this XPath.
- getLocationPaths() - Method in class org.apache.xerces.impl.xpath.XPath
-
Returns a representation of all location paths for this XPath.
- getLocator() - Method in class org.apache.xerces.util.SAXLocatorWrapper
-
- getMatcherAt(int) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
-
Returns the XPath matcher at the specified index.
- getMatcherCount() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
-
Returns the count of XPath matchers.
- getMatchingElemDecl(QName, XSElementDecl) - Method in class org.apache.xerces.impl.xs.SubstitutionGroupHandler
-
- getMaxExclusiveValue() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getMaxInclusiveValue() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getMaxOccurNodeLimit() - Method in class org.apache.xerces.util.SecurityManager
-
Returns the limit of the number of content model nodes
that may be created when building a grammar for a W3C
XML Schema that contains maxOccurs attributes with values
other than "unbounded".
- getMaxOccurs() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
{max occurs} determines the maximum number of terms that can occur.
- getMaxOccursUnbounded() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
{max occurs} whether the maxOccurs value is unbounded.
- getMemberTypeDefinition() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
If and only if that type definition is a simple type definition
with {variety} union, or a complex type definition whose {content type}
is a simple thype definition with {variety} union, then an item isomorphic
to that member of the union's {member type definitions} which actually
validated the element item's normalized value.
- getMemberTypeDefinition() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
If and only if that type definition is a simple type definition
with {variety} union, or a complex type definition whose {content type}
is a simple thype definition with {variety} union, then an item isomorphic
to that member of the union's {member type definitions} which actually
validated the element item's normalized value.
- getMemberTypeDefinition() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
If and only if that type definition is a simple type definition
with {variety} union, or a complex type definition whose {content type}
is a simple thype definition with {variety} union, then an item isomorphic
to that member of the union's {member type definitions} which actually
validated the element item's normalized value.
- getMemberTypeDefinition() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
If and only if that type definition is a simple type definition
with {variety} union, or a complex type definition whose {content type}
is a simple thype definition with {variety} union, then an item isomorphic
to that member of the union's {member type definitions} which actually
validated the element item's normalized value.
- getMemberTypes() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
If variety is
union
the list of member type definitions (a
non-empty sequence of simple type definitions) is available,
otherwise an empty XSObjectList
.
- getMessage() - Method in class org.apache.xerces.dom.DOMErrorImpl
-
An implementation specific string describing the error that occured.
- getMessage() - Method in exception org.apache.xerces.impl.dv.DatatypeException
-
Overrides this method to get the formatted&localized error message.
- getMessage() - Method in exception org.apache.xerces.impl.io.MalformedByteSequenceException
-
Returns the localized message for this exception.
- getMessageFormatter(String) - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Returns the message formatter associated with the specified domain,
or null if no message formatter is registered for that domain.
- getMinExclusiveValue() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getMinInclusiveValue() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getMinOccurs() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
{min occurs} determines the minimum number of terms that can occur.
- getModelGroup() - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
-
- getModelGroup() - Method in class org.apache.xerces.impl.xs.XSGroupDecl
-
{model group} A model group.
- getModelGroupDefinition(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
Convenience method.
- getModelGroupDefinition(String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Convenience method.
- getMultiValueFacets() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
A list of enumeration and pattern constraining facets if it exists,
otherwise an empty
XSObjectList
.
- getName() - Method in class org.apache.xerces.dom.AttrImpl
-
In Attributes, NodeName is considered a synonym for the
attribute's Name
- getName() - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
Name of this document type.
- getName(int, QName) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getName() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getName() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
The
name
of this XSObject
depending on the
XSObject
type.
- getName() - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
-
- getName() - Method in class org.apache.xerces.impl.xs.XSAnnotationImpl
-
The name of type
NCName
of this declaration as defined in
XML Namespaces.
- getName() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
The
name
of this XSObject
depending on the
XSObject
type.
- getName() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
The
name
of this XSObject
depending on the
XSObject
type.
- getName() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
The
name
of this XSObject
depending on the
XSObject
type.
- getName() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
The
name
of this XSObject
depending on the
XSObject
type.
- getName() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
The
name
of this XSObject
depending on the
XSObject
type.
- getName() - Method in class org.apache.xerces.impl.xs.XSGroupDecl
-
The
name
of this XSObject
depending on the
XSObject
type.
- getName() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
The
name
of this XSObject
depending on the
XSObject
type.
- getName() - Method in class org.apache.xerces.impl.xs.XSNotationDecl
-
The
name
of this XSObject
depending on the
XSObject
type.
- getName() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
The
name
of this XSObject
depending on the
XSObject
type.
- getName() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
The
name
of this XSObject
depending on the
XSObject
type.
- getName(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getName(int) - Method in class org.apache.xerces.util.AttributesProxy
-
- getName(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
- getName(int, QName) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Sets the fields in the given QName structure with the values
of the attribute name at the specified index.
- getName(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Return the name of an attribute in this list (by position).
- getNamedItem(String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
Retrieve a node by name.
- getNamedItem(String) - Method in class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
-
- getNamedItemIndex(String, String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
- getNamedItemNS(String, String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
Introduced in DOM Level 2.
- getNamedItemNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
-
- getNamespace() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getNamespace() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
The namespace URI of this node, or
null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.impl.xs.XSAnnotationImpl
-
The [target namespace] of this object, or
null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
The namespace URI of this node, or
null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
The namespace URI of this node, or
null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
The namespace URI of this node, or
null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
The namespace URI of this node, or
null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
The namespace URI of this node, or
null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.impl.xs.XSGroupDecl
-
The namespace URI of this node, or
null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
The namespace URI of this node, or
null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.impl.xs.XSNotationDecl
-
The namespace URI of this node, or
null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
The namespace URI of this node, or
null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
The namespace URI of this node, or
null
if it is
unspecified.
- getNamespace() - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Returns the namespace of the resource.
- getNamespaceItem() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSAnnotationImpl
-
A namespace schema information item corresponding to the target
namespace of the component, if it's globally declared; or null
otherwise.
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSGroupDecl
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSNotationDecl
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
- getNamespaceItem() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
- getNamespaceItems() - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
- getNamespaces() - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Convenience method.
- getNamespaceURI() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The namespace URI of this node, or
null
if it is
unspecified.
- getNamespaceURI() - Method in class org.apache.xerces.dom.AttrNSImpl
-
Introduced in DOM Level 2.
- getNamespaceURI() - Method in class org.apache.xerces.dom.ElementNSImpl
-
Introduced in DOM Level 2.
- getNamespaceURI() - Method in class org.apache.xerces.dom.NodeImpl
-
Introduced in DOM Level 2.
- getNamespaceURI() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getNamespaceURI() - Method in class org.apache.xerces.impl.xs.opti.NodeImpl
-
- getNamespaceURI(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
- getNewValue() - Method in class org.apache.xerces.dom.events.MutationEventImpl
-
- getNextAttributeDeclIndex(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getNextAttributeDeclIndex
- getNextElementDeclIndex(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Returns the next index of the element declaration following the
specified element declaration.
- getNextSibling() - Method in class org.apache.xerces.dom.ChildNode
-
The next child of this node's parent, or null if none
- getNextSibling() - Method in class org.apache.xerces.dom.NodeImpl
-
The next child of this node's parent, or null if none
- getNextSibling() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getNextSibling() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getNextSibling() - Method in class org.apache.xerces.impl.xs.opti.TextImpl
-
- getNextSiblingElement(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the next sibling element node.
- getNextSiblingElement(Node, String) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the next sibling node with the given name.
- getNextSiblingElement(Node, String[]) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the next sibling node with the given name.
- getNextSiblingElement(Node, String, String, String) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the next sibling node with the given name and
attribute name, value pair.
- getNextSiblingElementNS(Node, String, String) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the next sibling node with the given qualified name.
- getNextSiblingElementNS(Node, String[][]) - Static method in class org.apache.xerces.util.DOMUtil
-
Finds and returns the next sibling node with the given qualified name.
- getNextVisibleSiblingElement(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
- getNextVisibleSiblingElement(Node, Hashtable) - Static method in class org.apache.xerces.util.DOMUtil
-
- getNil() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
[nil]
- getNil() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
[nil]
- getNillable() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
If {nillable} is true, then an element may also be valid if it carries
the namespace qualified attribute with [local name] nil from
namespace http://www.w3.org/2001/XMLSchema-instance and value true
(see xsi:nil (2.6.2)) even if it has no text or element content
despite a {content type} which would otherwise require content.
- getNode() - Method in class org.apache.xerces.util.DOMInputSource
-
- getNodeExtra(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the extra info of the given node.
- getNodeExtra(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the extra info of the given node.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredAttrImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredAttrNSImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredCDATASectionImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredCommentImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredDocumentTypeImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredElementDefinitionImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredElementImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredElementNSImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredEntityImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredEntityReferenceImpl
-
Returns the node index.
- getNodeIndex() - Method in interface org.apache.xerces.dom.DeferredNode
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredNotationImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredProcessingInstructionImpl
-
Returns the node index.
- getNodeIndex() - Method in class org.apache.xerces.dom.DeferredTextImpl
-
Returns the node index.
- getNodeName() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The
name
of this ASObject
depending on the
ASObject
type.
- getNodeName() - Method in class org.apache.xerces.dom.AttrImpl
-
Returns the attribute name
- getNodeName() - Method in class org.apache.xerces.dom.CDATASectionImpl
-
Returns the node name.
- getNodeName() - Method in class org.apache.xerces.dom.CommentImpl
-
Returns the node name.
- getNodeName() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Returns the node name.
- getNodeName(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the name of the given node.
- getNodeName(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the name of the given node.
- getNodeName() - Method in class org.apache.xerces.dom.DocumentFragmentImpl
-
Returns the node name.
- getNodeName() - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
Returns the document type name
- getNodeName() - Method in class org.apache.xerces.dom.ElementDefinitionImpl
-
Returns the element definition name
- getNodeName() - Method in class org.apache.xerces.dom.ElementImpl
-
Returns the element name
- getNodeName() - Method in class org.apache.xerces.dom.EntityImpl
-
Returns the entity name
- getNodeName() - Method in class org.apache.xerces.dom.EntityReferenceImpl
-
Returns the name of the entity referenced
- getNodeName() - Method in class org.apache.xerces.dom.NodeImpl
-
the name of this node.
- getNodeName() - Method in class org.apache.xerces.dom.NotationImpl
-
Returns the notation name
- getNodeName() - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
-
Returns the target
- getNodeName() - Method in class org.apache.xerces.dom.TextImpl
-
Returns the node name.
- getNodeName() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getNodeName() - Method in class org.apache.xerces.impl.xs.opti.NodeImpl
-
- getNodeNumber() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
NON-DOM: Get the number associated with this document.
- getNodeNumber(Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
NON-DOM: Get a number associated with a node created with respect
to this document.
- getNodeNumber() - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
NON-DOM
Get the number associated with this doctype.
- getNodeNumber() - Method in class org.apache.xerces.dom.NodeImpl
-
Returns the node number
- getNodeObject(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Instantiates the requested node object.
- getNodeType() - Method in class org.apache.xerces.dom.AttrImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.CDATASectionImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.CommentImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Returns the node type.
- getNodeType(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the type of the given node.
- getNodeType(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the type of the given node.
- getNodeType() - Method in class org.apache.xerces.dom.DocumentFragmentImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.ElementDefinitionImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.ElementImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.EntityImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.EntityReferenceImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.NodeImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.NotationImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.dom.TextImpl
-
A short integer indicating what type of node this is.
- getNodeType() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getNodeType() - Method in class org.apache.xerces.impl.xs.opti.NodeImpl
-
- getNodeURI(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the URI of the given node.
- getNodeURI(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the URI of the given node.
- getNodeValue() - Method in class org.apache.xerces.dom.AttrImpl
-
In Attribute objects, NodeValue is considered a synonym for
Value.
- getNodeValue() - Method in class org.apache.xerces.dom.CharacterDataImpl
-
- getNodeValue(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the value of the given node.
- getNodeValue(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the value of the given node.
- getNodeValue() - Method in class org.apache.xerces.dom.NodeImpl
-
Returns the node value.
- getNodeValue() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getNodeValueString(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the real value of the given node.
- getNodeValueString(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the real value of the given node.
- getNonNormalizedValue(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getNonNormalizedValue(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Returns the non-normalized value of the attribute at the specified
index.
- getNotation() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
[notation]
- getNotation() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
[notation]
- getNotationDecl(int, XMLNotationDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getNotationDecl
- getNotationDeclaration(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
Convenience method.
- getNotationDeclaration(String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
- getNotationDeclarations() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Instead of returning an all-in-one
ASObject
with
ASModel
methods, have discernible top-level/"global"
notation declarations.
- getNotationDeclIndex(String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
getNotationDeclIndex
- getNotationName() - Method in class org.apache.xerces.dom.EntityImpl
-
Unparsed entities -- which contain non-XML data -- have a
"notation name" which tells applications how to deal with them.
- getNotations() - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
Access the collection of Notations defined in the DTD.
- getNsConstraintList() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
Namespace constraint.
- getNumberOfGroups() - Method in class org.apache.xerces.impl.xpath.regex.Match
-
Return the number of regular expression groups.
- getNumberOfGroups() - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
Return the number of regular expression groups.
- getNumeric() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
Fundamental Facet: numeric.
- getOnlyPassPrefixMappingEvents() - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Returns true if the namespace binder only passes the prefix mapping
events to the registered document handler; false if the namespace
binder passes all document events.
- getOptions() - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
Returns a option string.
- getOrdered() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
Fundamental Facet: ordered.
- getOwnerASModel() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The
ASModel
object associated with this
ASObject
.
- getOwnerDocument() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
- getOwnerDocument() - Method in class org.apache.xerces.dom.NodeImpl
-
Find the Document that this Node belongs to (the document in
whose context the Node was created).
- getOwnerDocument() - Method in class org.apache.xerces.dom.ParentNode
-
Find the Document that this Node belongs to (the document in
whose context the Node was created).
- getOwnerDocument() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getOwnerDocument() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getOwnerElement() - Method in class org.apache.xerces.dom.AttrImpl
-
Returns the element node that this attribute is associated with,
or null if the attribute has not been added to an element.
- getOwnerElement() - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
-
- getParameter(String) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
DOM Level 3 WD - Experimental.
- getParameter(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- getParameter(String) - Method in class org.apache.xerces.impl.xs.XSLoaderImpl
-
- getParameter(String) - Method in class org.apache.xerces.parsers.DOMParserImpl
-
Look up the value of a feature or a property.
- getParameterNames() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
DOM Level 3 CR - Experimental.
- getParameterNames() - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- getParameterNames() - Method in class org.apache.xerces.impl.xs.XSLoaderImpl
-
- getParameterNames() - Method in class org.apache.xerces.parsers.DOMParserImpl
-
DOM Level 3 CR - Experimental.
- getParent(Element) - Static method in class org.apache.xerces.util.DOMUtil
-
- getParentNode() - Method in class org.apache.xerces.dom.ChildNode
-
Returns the parent node of this node
- getParentNode(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the parent node of the given node.
- getParentNode(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the parent node of the given node.
- getParentNode() - Method in class org.apache.xerces.dom.NodeImpl
-
Obtain the DOM-tree parent of this node, or null if it is not
currently active in the DOM tree (perhaps because it has just been
created or removed).
- getParentNode() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getParentNode() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getParentNode() - Method in class org.apache.xerces.impl.xs.opti.TextImpl
-
- getParser() - Method in class org.apache.xerces.jaxp.SAXParserImpl
-
- getParticle() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
A particle for mixed or element-only content model, otherwise
null
- getParticleDecl() - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
-
- getParticles() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
{particles} A list of particles
- getPath(boolean, boolean) - Method in class org.apache.xerces.util.URI
-
Get the path for this URI (optionally with the query string and
fragment).
- getPath() - Method in class org.apache.xerces.util.URI
-
Get the path for this URI.
- getPattern() - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
- getPointerParts() - Method in class org.apache.xerces.xpointer.XPointerHandler
-
Returns a Vector of XPointerPart objects
- getPort() - Method in class org.apache.xerces.util.URI
-
Get the port for this URI.
- getPreferPublic() - Method in class org.apache.xerces.util.XMLCatalogResolver
-
Returns the preference for whether system or public
matches are preferred.
- getPrefix() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The namespace prefix of this node, or
null
if it is
unspecified.
- getPrefix() - Method in class org.apache.xerces.dom.AttrNSImpl
-
Introduced in DOM Level 2.
- getPrefix(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getPrefix() - Method in class org.apache.xerces.dom.ElementNSImpl
-
Introduced in DOM Level 2.
- getPrefix() - Method in class org.apache.xerces.dom.NodeImpl
-
Introduced in DOM Level 2.
- getPrefix() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getPrefix() - Method in class org.apache.xerces.impl.xs.opti.NodeImpl
-
- getPrefix(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
- getPrefix(String) - Method in class org.apache.xerces.util.NamespaceSupport
-
- getPrefix(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Returns the prefix of the attribute at the specified index.
- getPrefix(String) - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
- getPrefix(String, int) - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
- getPrefix(String, int, int) - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
- getPreviousSibling() - Method in class org.apache.xerces.dom.ChildNode
-
The previous child of this node's parent, or null if none
- getPreviousSibling() - Method in class org.apache.xerces.dom.NodeImpl
-
The previous child of this node's parent, or null if none
- getPreviousSibling() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getPreviousSibling() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getPreviousSibling() - Method in class org.apache.xerces.impl.xs.opti.TextImpl
-
- getPrevSibling(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the prev sibling of the given node.
- getPrevSibling(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the prev sibling of the given node.
- getPrevValue() - Method in class org.apache.xerces.dom.events.MutationEventImpl
-
- getPrimitiveKind() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getPrimitiveKind() - Method in interface org.apache.xerces.impl.dv.XSSimpleType
-
return an ID representing the built-in primitive base type.
- getPrimitiveType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
If variety is
atomic
the primitive type definition (a
built-in primitive datatype definition or the simple ur-type
definition) is available, otherwise null
.
- getProcessContents() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
{process contents} One of skip, lax or strict.
- getProcessContentsAsString() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
String valid of {process contents}.
- getProhibitedSubstitutions() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
{prohibited substitutions}
- getProperty(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Returns the state of a property.
- getProperty(String) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
Delegates to SchemaParsingConfig.getProperty.
- getProperty(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Returns the state of a property.
- getProperty(String) - Method in class org.apache.xerces.jaxp.SAXParserImpl
-
returns the particular property requested for in the underlying
implementation of org.xml.sax.XMLReader.
- getProperty(String) - Method in class org.apache.xerces.jaxp.SAXParserImpl.JAXPSAXParser
-
- getProperty(String) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
-
- getProperty(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Query the value of a property.
- getProperty(String) - Method in class org.apache.xerces.parsers.DOMParser
-
Query the value of a property.
- getProperty(String, String) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
- getProperty(String) - Method in class org.apache.xerces.util.ParserConfigurationSettings
-
Returns the value of a property.
- getPropertyDefault(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Returns the default state for a property, or null if this
component does not want to report a default value for this
property.
- getPropertyDefault(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Returns the default state for a property, or null if this
component does not want to report a default value for this
property.
- getPropertyDefault(String) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Returns the default state for a property, or null if this
component does not want to report a default value for this
property.
- getPropertyDefault(String) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Returns the default state for a property, or null if this
component does not want to report a default value for this
property.
- getPropertyDefault(String) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Returns the default state for a property, or null if this
component does not want to report a default value for this
property.
- getPropertyDefault(String) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Returns the default state for a property, or null if this
component does not want to report a default value for this
property.
- getPropertyDefault(String) - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Returns the default state for a property, or null if this
component does not want to report a default value for this
property.
- getPropertyDefault(String) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Returns the default state for a property, or null if this
component does not want to report a default value for this
property.
- getPropertyDefault(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- getPropertyDefault(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Returns the default state for a property, or null if this
component does not want to report a default value for this
property.
- getPropertyDefault(String) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
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.dom.DocumentTypeImpl
-
Introduced in DOM Level 2.
- getPublicId() - Method in class org.apache.xerces.dom.DOMInputImpl
-
The public identifier for this input source.
- getPublicId() - Method in class org.apache.xerces.dom.EntityImpl
-
The public identifier associated with the entity.
- getPublicId() - Method in class org.apache.xerces.dom.NotationImpl
-
The Public Identifier for this Notation.
- getPublicId() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Return the public identifier for the current document event.
- getPublicId() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- getPublicId() - Method in class org.apache.xerces.impl.xs.XSNotationDecl
-
Optional if {system identifier} is present.
- getPublicId() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
-
Public identifier.
- getPublicId() - Method in class org.apache.xerces.util.LocatorProxy
-
Public identifier.
- getPublicId() - Method in class org.apache.xerces.util.SAXLocatorWrapper
-
- getPublicId() - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Returns the public identifier.
- getQName(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getQName(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getQName(int) - Method in class org.apache.xerces.util.AttributesProxy
-
- getQName(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an attribute's XML 1.0 qualified name by index.
- getQueryString() - Method in class org.apache.xerces.util.URI
-
Get the query string for this URI.
- getReader(XMLInputSource) - Method in class org.apache.xerces.xinclude.XIncludeTextReader
-
Return the Reader for given XMLInputSource.
- getReadOnly() - Method in class org.apache.xerces.dom.NodeImpl
-
NON-DOM: Returns true if this node is read-only.
- getReadOnly() - Method in class org.apache.xerces.impl.xs.opti.NodeImpl
-
- getRealPrevSibling(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the real prev sibling of the given node,
directly from the data structures.
- getRealPrevSibling(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the real prev sibling of the given node.
- getRecognizedFeatures() - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Returns a list of feature identifiers that are recognized by
this component.
- getRecognizedFeatures() - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Returns a list of feature identifiers that are recognized by
this component.
- getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Returns a list of feature identifiers that are recognized by
this component.
- getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Returns a list of feature identifiers that are recognized by
this component.
- getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Returns a list of feature identifiers that are recognized by
this component.
- getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLEntityManager
-
Returns a list of feature identifiers that are recognized by
this component.
- getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Returns a list of feature identifiers that are recognized by
this component.
- getRecognizedFeatures() - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Returns a list of feature identifiers that are recognized by
this component.
- getRecognizedFeatures() - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Returns a list of feature identifiers that are recognized by
this XMLGrammarLoader.
- getRecognizedFeatures() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Returns a list of feature identifiers that are recognized by
this component.
- getRecognizedFeatures() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Returns a list of feature identifiers that are recognized by
this component.
- getRecognizedProperties() - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Returns a list of property identifiers that are recognized by
this component.
- getRecognizedProperties() - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Returns a list of property identifiers that are recognized by
this component.
- getRecognizedProperties() - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Returns a list of property identifiers that are recognized by
this component.
- getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Returns a list of property identifiers that are recognized by
this component.
- getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Returns a list of property identifiers that are recognized by
this component.
- getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Returns a list of property identifiers that are recognized by
this component.
- getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLEntityManager
-
Returns a list of property identifiers that are recognized by
this component.
- getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Returns a list of property identifiers that are recognized by
this component.
- getRecognizedProperties() - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Returns a list of property identifiers that are recognized by
this component.
- getRecognizedProperties() - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Returns a list of property identifiers that are recognized by
this XMLGrammarLoader.
- getRecognizedProperties() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Returns a list of property identifiers that are recognized by
this component.
- getRecognizedProperties() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Returns a list of property identifiers that are recognized by
this component.
- getRecognizedVersions() - Method in class org.apache.xerces.impl.xs.XSImplementationImpl
-
- getRefKey() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
{referenced key} Required if {identity-constraint category} is keyref,
forbidden otherwise.
- getRefKey() - Method in class org.apache.xerces.impl.xs.identity.KeyRef
-
{referenced key} Required if {identity-constraint category} is keyref,
forbidden otherwise.
- getRegBasedAuthority() - Method in class org.apache.xerces.util.URI
-
Get the registry based authority for this URI.
- getRelatedData() - Method in class org.apache.xerces.dom.DOMErrorImpl
-
- getRelatedException() - Method in class org.apache.xerces.dom.DOMErrorImpl
-
The related platform dependent exception if any.exception is a reserved
word, we need to rename it.Change to "relatedException".
- getRelatedNode() - Method in class org.apache.xerces.dom.DOMLocatorImpl
-
- getRelatedNode() - Method in class org.apache.xerces.dom.events.MutationEventImpl
-
- getRelativeBaseURI() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Returns a URI, relative to the include parent's base URI, of the current
[base URI].
- getRelativeURI(int) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Returns a relative URI, which when resolved against the base URI at the
specified depth, will create the current base URI.
- getRequired() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
{required} determines whether this use of an attribute declaration
requires an appropriate attribute information item to be present, or
merely allows it.
- getResourceResolver() - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
-
- getRoot() - Method in class org.apache.xerces.dom.NodeIteratorImpl
-
- getRoot() - Method in class org.apache.xerces.dom.TreeWalkerImpl
-
- getRoot(Document) - Static method in class org.apache.xerces.util.DOMUtil
-
- getRootName() - Method in class org.apache.xerces.impl.dtd.XMLDTDDescription
-
- getSawFallback(int) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Returns whether an <fallback> was encountered at the specified depth,
as an ancestor of the current element, or as a sibling of an ancestor of the
current element.
- getSawInclude(int) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Return whether an <include> was encountered at the specified depth,
as an ancestor of the current item.
- getSAXErrorHandler() - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Gets the internal XMLErrorHandler
as SAX ErrorHandler.
- getSAXFeatures() - Static method in class org.apache.xerces.impl.Constants
-
Returns an enumeration of the SAX features.
- getSAXProperties() - Static method in class org.apache.xerces.impl.Constants
-
Returns an enumeration of the SAX properties.
- getScannerStateName(int) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Returns the scanner state name.
- getScannerStateName(int) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Returns the scanner state name.
- getSchema() - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-
- getSchema() - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
-
- getSchema() - Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
-
- getSchema() - Method in class org.apache.xerces.jaxp.SAXParserImpl
-
- getSchemaDefault() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
[schema default]
- getSchemaDefault() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
[schema default]
- getSchemaDefault() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
[schema default]
- getSchemaDefault() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
[schema default]
- getSchemaId(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
- getSchemaId(String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
- getSchemaId(String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
- getSchemaInformation() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
[schema information]
- getSchemaInformation() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
[schema information]
- getSchemaNamespace() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
[schema namespace]
- getSchemaNormalizedValue() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
[schema normalized value]
- getSchemaNormalizedValue() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
[schema normalized value]
- getSchemaNormalizedValue() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
[schema normalized value]
- getSchemaNormalizedValue() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
[schema normalized value]
- getSchemaTypeInfo() - Method in class org.apache.xerces.dom.AttrImpl
-
Method getSchemaTypeInfo.
- getSchemaTypeInfo() - Method in class org.apache.xerces.dom.ElementImpl
-
Method getSchemaTypeInfo.
- getSchemaTypeInfo() - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
-
Method getSchemaTypeInfo.
- getSchemaTypeInfo() - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- getScheme() - Method in class org.apache.xerces.util.URI
-
Get the scheme for this URI.
- getSchemeData() - Method in interface org.apache.xerces.xpointer.XPointerPart
-
Returns a String containing the scheme data of the PointerPart.
- getSchemeName() - Method in interface org.apache.xerces.xpointer.XPointerPart
-
Returns a String containing the scheme name of the PointerPart
or the name of the ShortHand Pointer.
- getSchemeSpecificPart() - Method in class org.apache.xerces.util.URI
-
Get the scheme-specific part for this URI (everything following the
scheme and the first colon).
- getScope() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
Optional.
- getScope() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
Optional.
- getScopeForContext(int) - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
- getSelector() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Returns the selector.
- getSelectorStr() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
{selector} A restricted XPath ([XPath]) expression
- getSeverity() - Method in class org.apache.xerces.dom.DOMErrorImpl
-
The severity of the error, either
SEVERITY_WARNING
,
SEVERITY_ERROR
, or SEVERITY_FATAL_ERROR
.
- getSimpleType() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
A simple type definition corresponding to simple content model,
otherwise
null
- getSimpleTypeDecl() - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
-
- getSpecified() - Method in class org.apache.xerces.dom.AttrImpl
-
The "specified" flag is true if and only if this attribute's
value was explicitly specified in the original document.
- getSpecified() - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
-
- getStandalone() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Deprecated.
This method is internal and only exists for
compatibility with older applications. New applications
should never call this method.
- getStartContainer() - Method in class org.apache.xerces.dom.RangeImpl
-
- getStartOffset() - Method in class org.apache.xerces.dom.RangeImpl
-
- getState(int) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- getState() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- getStrictErrorChecking() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
- getStrictErrorChecking() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
An attribute specifying whether errors checking is enforced or not.
- getStringData() - Method in class org.apache.xerces.dom.DOMInputImpl
-
A string attribute that represents a sequence of 16 bit units (utf-16
encoded characters).
- getSubstitutionGroup(XSElementDecl) - Method in class org.apache.xerces.impl.xs.SubstitutionGroupHandler
-
get all elements that can substitute the given element,
according to the spec, we shouldn't consider the {block} constraints.
- getSubstitutionGroup(XSElementDeclaration) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
REVISIT: to expose substitution group of a given element.
- getSubstitutionGroupAffiliation() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
{substitution group affiliation} Optional.
- getSubstitutionGroupExclusions() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
Specifies if this declaration can be nominated as
the {substitution group affiliation} of other
element declarations having the same {type definition}
or types derived therefrom.
- getSymbol(String) - Method in interface org.apache.xerces.impl.dv.ValidationContext
-
- getSymbol(String) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- getSymbolTable() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Returns the symbol table.
- getSymbolTable() - Method in class org.apache.xerces.parsers.CachingParserPool
-
Returns the symbol table.
- getSyntheticAnnotation() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getSyntheticAnnotation(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
- getSystemId() - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
Introduced in DOM Level 2.
- getSystemId() - Method in class org.apache.xerces.dom.DOMInputImpl
-
The system identifier, a URI reference , for this input source.
- getSystemId() - Method in class org.apache.xerces.dom.DOMOutputImpl
-
The system identifier, a URI reference [IETF RFC 2396], for this output
destination.
- getSystemId() - Method in class org.apache.xerces.dom.EntityImpl
-
The system identifier associated with the entity.
- getSystemId() - Method in class org.apache.xerces.dom.NotationImpl
-
The System Identifier for this Notation.
- getSystemId() - Method in class org.apache.xerces.impl.xs.XSNotationDecl
-
Optional if {public identifier} is present.
- getSystemId() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
-
System identifier.
- getSystemId() - Method in class org.apache.xerces.util.LocatorProxy
-
System identifier.
- getTableViewBucket(String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Returns the position in the table view
where the given attribute name would be hashed.
- getTableViewBucket(String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Returns the position in the table view
where the given attribute name would be hashed.
- getTagName() - Method in class org.apache.xerces.dom.ElementImpl
-
Returns the name of the Element.
- getTagName() - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- getTagName() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- getTarget() - Method in class org.apache.xerces.dom.events.EventImpl
-
- getTarget() - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
-
A PI's "target" states what processor channel the PI's data
should be directed to.
- getTargetNamespace() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
Returns this grammar's target namespace.
- getTargetNamespace() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- getTargetNamespace() - Method in class org.apache.xerces.impl.xs.XSDDescription
-
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.
- getTerm() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
{term} One of a model group, a wildcard, or an element declaration.
- getTextContent() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
- getTextContent() - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
- getTextContent() - Method in class org.apache.xerces.dom.NodeImpl
-
This attribute returns the text content of this node and its
descendants.
- getTextContent() - Method in class org.apache.xerces.dom.ParentNode
-
- getTextContent() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getTime(String, int, int, AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
Parses time hh:mm:ss.sss and time zone if any
- getTimeStamp() - Method in class org.apache.xerces.dom.events.EventImpl
-
- getTimeZone(String, AbstractDateTimeDV.DateTimeData, int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
Parses time zone: 'Z' or {+,-} followed by hh:mm
- getTotalDigits(Object) - Method in class org.apache.xerces.impl.dv.xs.DecimalDV
-
- getTotalDigits(Object) - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
-
- getTriggeringComponent() - Method in class org.apache.xerces.impl.xs.XSDDescription
-
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.dom.DOMErrorImpl
-
- getType(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getType(String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getType(String, String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getType() - Method in class org.apache.xerces.dom.events.EventImpl
-
- getType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getType() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Get the type of the object, i.e ELEMENT_DECLARATION.
- getType() - Method in class org.apache.xerces.impl.xs.XSAnnotationImpl
-
The
type
of this object, i.e.
- getType() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
Get the type of the object, i.e ELEMENT_DECLARATION.
- getType() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
Get the type of the object, i.e ELEMENT_DECLARATION.
- getType() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
Get the type of the object, i.e ELEMENT_DECLARATION.
- getType() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
Get the type of the object, i.e ELEMENT_DECLARATION.
- getType() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
Get the type of the object, i.e ELEMENT_DECLARATION.
- getType() - Method in class org.apache.xerces.impl.xs.XSGroupDecl
-
Get the type of the object, i.e ELEMENT_DECLARATION.
- getType() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
Get the type of the object, i.e ELEMENT_DECLARATION.
- getType() - Method in class org.apache.xerces.impl.xs.XSNotationDecl
-
Get the type of the object, i.e ELEMENT_DECLARATION.
- getType() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
Get the type of the object, i.e ELEMENT_DECLARATION.
- getType() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
Get the type of the object, i.e ELEMENT_DECLARATION.
- getType(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getType(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getType(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getType(int) - Method in class org.apache.xerces.util.AttributesProxy
-
- getType(String) - Method in class org.apache.xerces.util.AttributesProxy
-
- getType(String, String) - Method in class org.apache.xerces.util.AttributesProxy
-
- getType(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an attribute's type by index.
- getType(String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an attribute's type by XML 1.0 qualified name.
- getType(String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an attribute's type by Namespace name.
- getTypeCategory() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getTypeCategory() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- getTypeDefinition() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
An item isomorphic to the type definition used to validate this element.
- getTypeDefinition() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
An item isomorphic to the type definition used to validate this element.
- getTypeDefinition() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
An item isomorphic to the type definition used to validate this element.
- getTypeDefinition() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
An item isomorphic to the type definition used to validate this element.
- getTypeDefinition(String) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
Convenience method.
- getTypeDefinition() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
A simple type definition
- getTypeDefinition() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
Either a simple type definition or a complex type definition.
- getTypeDefinition(String, String) - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
Convenience method.
- getTypeInfo(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Clears the type info that is stored in the fNodeValue array
- getTypeName() - Method in class org.apache.xerces.dom.AttrImpl
-
- getTypeName() - Method in class org.apache.xerces.dom.AttrNSImpl
-
- getTypeName() - Method in class org.apache.xerces.dom.ElementImpl
-
- getTypeName() - Method in class org.apache.xerces.dom.ElementNSImpl
-
- getTypeName() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getTypeName() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- getTypeNamespace() - Method in class org.apache.xerces.dom.AttrImpl
-
- getTypeNamespace() - Method in class org.apache.xerces.dom.AttrNSImpl
-
- getTypeNamespace() - Method in class org.apache.xerces.dom.ElementImpl
-
- getTypeNamespace() - Method in class org.apache.xerces.dom.ElementNSImpl
-
- getTypeNamespace() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getTypeNamespace() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- getUri() - Method in class org.apache.xerces.dom.DOMLocatorImpl
-
The URI where the error occured, or null if there is no URI available.
- getURI(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getURI(String) - Method in interface org.apache.xerces.impl.dv.ValidationContext
-
- getURI(String) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- getURI(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getURI(int) - Method in class org.apache.xerces.util.AttributesProxy
-
- getURI(String) - Method in class org.apache.xerces.util.NamespaceSupport
-
- getURI(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an attribute's Namespace URI by index.
- getURI(String) - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
- getURI(String, int) - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
- getURI(String, int, int) - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
- getURIFromIncludeParent(String) - Method in class org.apache.xerces.xinclude.XIncludeNamespaceSupport
-
This returns the namespace URI which was associated with the given pretext, in
the context that existed at the include parent of the current element.
- getUsageLocation() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
0 if used internally, 1 if used externally, 2 if not all.
- getUseLiteralSystemId() - Method in class org.apache.xerces.util.XMLCatalogResolver
-
Returns the preference for whether the literal system
identifier should be used when resolving system
identifiers when both it and the expanded system
identifier are available.
- getUserData(Node, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Retrieves the object associated to a key on a this node.
- getUserData(NodeImpl) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
NON-DOM: kept for backward compatibility
Retreive user data related to a given node
- getUserData(String) - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
- getUserData(String) - Method in class org.apache.xerces.dom.NodeImpl
-
Retrieves the object associated to a key on a this node.
- getUserData() - Method in class org.apache.xerces.dom.NodeImpl
-
NON-DOM:
Returns the user data associated to this node.
- getUserData(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- getUserDataRecord(Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
- getUserDataRecord() - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
- getUserDataRecord() - Method in class org.apache.xerces.dom.NodeImpl
-
- getUserinfo() - Method in class org.apache.xerces.util.URI
-
Get the userinfo for this URI.
- getUtf16Offset() - Method in class org.apache.xerces.dom.DOMLocatorImpl
-
The UTF-16, as defined in [Unicode] and Amendment 1 of [ISO/IEC 10646],
offset into the input source this locator is pointing to or -1 if there
is no UTF-16 offset available.
- getValidationAttempted() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
Determines the extent to which the document has been validated
- getValidationAttempted() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
Determines the extent to which the document has been validated
- getValidationAttempted() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
Determines the extent to which the document has been validated
- getValidationAttempted() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
Determines the extent to which the document has been validated
- getValidationContext() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
- getValidationContext() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
- getValidationContext() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
- getValidationContext() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
- getValidity() - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
Determine the validity of the node with respect
to the validation being attempted
- getValidity() - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
Determine the validity of the node with respect
to the validation being attempted
- getValidity() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
Determine the validity of the node with respect
to the validation being attempted
- getValidity() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
Determine the validity of the node with respect
to the validation being attempted
- getValInfo() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
- getValue() - Method in class org.apache.xerces.dom.AttrImpl
-
The "string value" of an Attribute is its text representation,
which in turn is a concatenation of the string values of its children.
- getValue(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getValue(String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getValue(String, String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- getValue() - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
-
- getValue(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getValue(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getValue(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- getValue(int) - Method in class org.apache.xerces.util.AttributesProxy
-
- getValue(String) - Method in class org.apache.xerces.util.AttributesProxy
-
- getValue(String, String) - Method in class org.apache.xerces.util.AttributesProxy
-
- getValue(Attr) - Static method in class org.apache.xerces.util.DOMUtil
-
- getValue(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an attribute's value by index.
- getValue(String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an attribute's value by XML 1.0 qualified name.
- getValue(String, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Look up an attribute's value by Namespace name.
- getValues(Object[], int) - Method in class org.apache.xerces.util.SymbolHash
-
Add all values to the given array.
- getValueStoreFor(IdentityConstraint, int) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
Returns the value store associated to the specified IdentityConstraint.
- getVariety() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getVersion() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Deprecated.
This method is internal and only exists for
compatibility with older applications. New applications
should never call this method.
- getVersion() - Static method in class org.apache.xerces.impl.Version
-
- getVersionNotSupportedKey() - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
- getVersionNotSupportedKey() - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
-
- getVersionNotSupportedKey() - Method in class org.apache.xerces.impl.XMLScanner
-
- getWhatToShow() - Method in class org.apache.xerces.dom.NodeIteratorImpl
-
Return the whatToShow value
- getWhatToShow() - Method in class org.apache.xerces.dom.TreeWalkerImpl
-
Return the whatToShow value
- getWhitespace() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- getWhitespace() - Method in interface org.apache.xerces.impl.dv.XSSimpleType
-
Return the whitespace corresponding to this datatype.
- getWholeText() - Method in class org.apache.xerces.dom.TextImpl
-
DOM Level 3 WD - Experimental.
- getWholeText() - Method in class org.apache.xerces.impl.xs.opti.DefaultText
-
- getXercesAttribute(String, String) - Method in class org.apache.xerces.dom.ElementImpl
-
NON-DOM: get inded of an attribute
- getXercesFeatures() - Static method in class org.apache.xerces.impl.Constants
-
Returns an enumeration of the Xerces features.
- getXercesProperties() - Static method in class org.apache.xerces.impl.Constants
-
Returns an enumeration of the Xerces properties.
- getXInt(int) - Method in class org.apache.xerces.impl.xs.util.XIntPool
-
- getXmlEncoding() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- getXmlEncoding() - Method in class org.apache.xerces.dom.EntityImpl
-
DOM Level 3 WD - experimental
the encoding of this entity, when it is an external parsed entity.
- getXmlEncoding() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
public void setInputEncoding(String actualEncoding){
throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Method not supported");
}
- getXMLGrammarPool() - Method in class org.apache.xerces.parsers.CachingParserPool
-
Returns the grammar pool.
- getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.DateDV
-
- getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.DateTimeDV
-
- getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.DayDV
-
- getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.MonthDayDV
-
- getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.MonthDV
-
- getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.TimeDV
-
- getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.YearDV
-
- getXMLGregorianCalendar(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.YearMonthDV
-
- getXMLParserConfiguration() - Method in class org.apache.xerces.parsers.DOMParser
-
Returns this parser's XMLParserConfiguration.
- getXMLReader() - Method in class org.apache.xerces.jaxp.SAXParserImpl
-
Returns the XMLReader that is encapsulated by the implementation of
this class.
- getXMLReader() - Method in class org.apache.xerces.util.SAXInputSource
-
- getXmlStandalone() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- getXmlStandalone() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
An attribute specifying, as part of the XML declaration, whether this
document is standalone.
- getXmlVersion() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- getXmlVersion() - Method in class org.apache.xerces.dom.EntityImpl
-
DOM Level 3 WD - experimental
the version number of this entity, when it is an external parsed entity.
- getXMLVersion() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
- getXMLVersion() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Returns the XML version of the current entity.
- getXmlVersion() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
An attribute specifying, as part of the XML declaration, the version
number of this document.
- getXMLVersion() - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- getXMLVersion() - Method in class org.apache.xerces.parsers.AbstractSAXParser.LocatorProxy
-
- getXMLVersion() - Method in class org.apache.xerces.util.LocatorProxy
-
- getXMLVersion() - Method in class org.apache.xerces.util.SAXLocatorWrapper
-
- getXPath() - Method in class org.apache.xerces.impl.xs.identity.Field
-
Returns the field XPath.
- getXPath() - Method in class org.apache.xerces.impl.xs.identity.Selector
-
Returns the selector XPath.
- getXPointerPart() - Method in class org.apache.xerces.xpointer.XPointerHandler
-
Returns the pointer part used to resolve the document fragment.
- getYearMonth(String, int, int, AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
Parses date CCYY-MM
- grammar - Variable in class org.apache.xerces.util.XMLGrammarPoolImpl.Entry
-
- GRAMMAR_POOL - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Property id: Grammar pool
- GRAMMAR_POOL - Static variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Property identifier: grammar pool.
- GRAMMAR_POOL - Static variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Property identifier: grammar pool.
- GRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Property identifier: grammar pool .
- GREATER_THAN - Static variable in class org.apache.xerces.impl.dv.xs.TypeValidator
-
H
- handleBaseURI(Node) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
Record baseURI information for the Element (by adding xml:base attribute)
or for the ProcessingInstruction (by setting a baseURI field)
Non deferred DOM.
- handleBaseURI(int) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
Record baseURI information for the Element (by adding xml:base attribute)
or for the ProcessingInstruction (by setting a baseURI field)
Deferred DOM.
- handleContent(XSTypeDefinition, boolean, Object, short, ShortList) - Method in class org.apache.xerces.impl.xs.identity.Field.Matcher
-
- handleContent(XSTypeDefinition, boolean, Object, short, ShortList) - Method in class org.apache.xerces.impl.xs.identity.XPathMatcher
-
- handleEndElement(QName, Augmentations, boolean) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Handle end element.
- handleEndElement(QName, boolean) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Handles the end element.
- handleEndElement(QName, Augmentations, boolean) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Handles end element.
- handleError(DOMError) - Method in class org.apache.xerces.util.DOMErrorHandlerWrapper
-
- handleFallbackElement() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- handleIncludeElement(XMLAttributes) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- handleStartElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Handle element
- handleStartElement(QName, XMLAttributes, Augmentations, boolean) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Handles start element.
- hasAttribute(String) - Method in class org.apache.xerces.dom.ElementImpl
-
Introduced in DOM Level 2.
- hasAttribute(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- hasAttribute(String) - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- hasAttributeNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
-
Introduced in DOM Level 2.
- hasAttributeNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- hasAttributeNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- hasAttributes() - Method in class org.apache.xerces.dom.ElementImpl
-
Introduced in DOM Level 2.
- hasAttributes() - Method in class org.apache.xerces.dom.NodeImpl
-
Returns whether this node (if it is an element) has any attributes.
- hasAttributes() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- hasAttributes() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- hasChildNodes() - Method in class org.apache.xerces.dom.AttrImpl
-
Test whether this node has any children.
- hasChildNodes() - Method in class org.apache.xerces.dom.NodeImpl
-
Test whether this node has any children.
- hasChildNodes() - Method in class org.apache.xerces.dom.ParentNode
-
Test whether this node has any children.
- hasChildNodes() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- hasChildNodes() - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- HASDEFAULTS - Static variable in class org.apache.xerces.dom.NamedNodeMapImpl
-
- hasFeature(String, String) - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
-
Test if the DOM implementation supports a specific "feature" --
currently meaning language and level thereof.
- hasFeature(String, String) - Method in class org.apache.xerces.dom.DOMImplementationImpl
-
Test if the DOM implementation supports a specific "feature" --
currently meaning language and level thereof.
- hasFeature(String, String) - Method in class org.apache.xerces.dom.PSVIDOMImplementationImpl
-
Test if the DOM implementation supports a specific "feature" --
currently meaning language and level thereof.
- hasFeature(String, String) - Method in class org.apache.xerces.impl.xs.XSImplementationImpl
-
Test if the DOM implementation supports a specific "feature" --
currently meaning language and level thereof.
- hasGrammar() - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
- hasGrammar() - Method in interface org.apache.xerces.impl.dtd.XMLDTDValidatorFilter
-
Returns true if the validator has a DTD grammar
- hash(String) - Method in class org.apache.xerces.util.ShadowedSymbolTable
-
Returns a hashcode value for the specified symbol.
- hash(char[], int, int) - Method in class org.apache.xerces.util.ShadowedSymbolTable
-
Returns a hashcode value for the specified symbol information.
- hash(String) - Method in class org.apache.xerces.util.SymbolTable
-
Returns a hashcode value for the specified symbol.
- hash(char[], int, int) - Method in class org.apache.xerces.util.SymbolTable
-
Returns a hashcode value for the specified symbol information.
- hash - Variable in class org.apache.xerces.util.XMLGrammarPoolImpl.Entry
-
- hashCode() - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
-
- hashCode() - Method in class org.apache.xerces.impl.dtd.XMLContentSpec
-
Returns a hash code for this node.
- hashCode() - Method in class org.apache.xerces.impl.dtd.XMLDTDDescription
-
Returns the hash code of this grammar
Because our .equals method is so complex, we just return a very
simple hash that might avoid calls to the equals method a bit...
- hashCode() - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
- hashCode() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.LocalIDKey
-
- hashCode() - Method in class org.apache.xerces.impl.xs.XSDDescription
-
Returns the hash code of this grammar
- hashCode() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
get the hash code
- hashCode() - Method in class org.apache.xerces.util.XMLEntityDescriptionImpl
-
Returns a hash code for this object.
- hashCode(XMLGrammarDescription) - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
-
Returns the hash code value for the given grammar description.
- hashCode() - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Returns a hash code for this object.
- hasIDConstraints() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
get one identity constraint
- hasIDConstraints() - Method in class org.apache.xerces.impl.xs.XSModelImpl
-
REVISIT: to expose identity constraints from XSModel.
- hasMoreElements() - Method in class org.apache.xerces.util.NamespaceSupport.Prefixes
-
- HASSTRING - Static variable in class org.apache.xerces.dom.NodeImpl
-
- hasXIncludeNamespace(QName) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Returns true if the element has the namespace "http://www.w3.org/2001/XInclude"
- HexBin - Class in org.apache.xerces.impl.dv.util
-
format validation
This class encodes/decodes hexadecimal data
- HexBin() - Constructor for class org.apache.xerces.impl.dv.util.HexBin
-
- HexBinaryDV - Class in org.apache.xerces.impl.dv.xs
-
Represent the schema type "hexBinary"
- HexBinaryDV() - Constructor for class org.apache.xerces.impl.dv.xs.HexBinaryDV
-
- highSurrogate(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns the high surrogate of a supplemental character
- HONOUR_ALL_SCHEMALOCATIONS - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Feature identifier: honour all schemaLocations
- HONOUR_ALL_SCHEMALOCATIONS - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Feature identifier: honour all schemaLocations
- HONOUR_ALL_SCHEMALOCATIONS - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Feature identifier: honour all schemaLocations
- HONOUR_ALL_SCHEMALOCATIONS - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
Feature identifier: honour all schemaLocations
- HONOUR_ALL_SCHEMALOCATIONS - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature identifier: honour all schemaLocations
- HONOUR_ALL_SCHEMALOCATIONS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Honour all schemaLocations feature ("honour-all-schemaLocations").
- HTTP_ACCEPT - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- HTTP_ACCEPT_LANGUAGE - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- HTTPInputSource - Class in org.apache.xerces.util
-
This class represents an input source for an XML resource
retrievable over HTTP.
- HTTPInputSource(String, String, String) - Constructor for class org.apache.xerces.util.HTTPInputSource
-
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.
- HTTPInputSource(XMLResourceIdentifier) - Constructor for class org.apache.xerces.util.HTTPInputSource
-
Constructs an input source from a XMLResourceIdentifier
object, leaving resolution of the entity and opening of
the input stream up to the caller.
- HTTPInputSource(String, String, String, InputStream, String) - Constructor for class org.apache.xerces.util.HTTPInputSource
-
Constructs an input source from a byte stream.
- HTTPInputSource(String, String, String, Reader, String) - Constructor for class org.apache.xerces.util.HTTPInputSource
-
Constructs an input source from a character stream.
I
- ID - Static variable in class org.apache.xerces.dom.NodeImpl
-
- ID_CONSTRAINT_NUM - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- IDDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
-
IDDatatypeValidator - ID represents the ID attribute
type from XML 1.0 Recommendation.
- IDDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.IDDatatypeValidator
-
- IDDV - Class in org.apache.xerces.impl.dv.xs
-
Represent the schema type "ID"
- IDDV() - Constructor for class org.apache.xerces.impl.dv.xs.IDDV
-
- identifiers - Variable in class org.apache.xerces.dom.CoreDocumentImpl
-
Identifiers.
- IdentityConstraint - Class in org.apache.xerces.impl.xs.identity
-
Base class of Schema identity constraint.
- IdentityConstraint(String, String, String) - Constructor for class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Default constructor.
- IDREFDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
-
IDREFDatatypeValidator - represents the IDREFS
attribute type from XML 1.0 recommendation.
- IDREFDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.IDREFDatatypeValidator
-
- IDREFDV - Class in org.apache.xerces.impl.dv.xs
-
Represent the schema type "IDREF"
- IDREFDV() - Constructor for class org.apache.xerces.impl.dv.xs.IDREFDV
-
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
-
Ignorable whitespace.
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Ignorable whitespace.
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Ignorable whitespace.
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
Ignorable whitespace.
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
Ignorable whitespace.
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Ignorable whitespace.
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
Ignorable whitespace.
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Ignorable whitespace.
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
Ignorable whitespace.
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.apache.xerces.xpointer.XPointerHandler
-
Ignorable whitespace.
- IGNORABLEWS - Static variable in class org.apache.xerces.dom.NodeImpl
-
- ignoredCharacters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Characters within an IGNORE conditional section.
- ignoredCharacters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Characters within an IGNORE conditional section.
- ignoredCharacters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
Characters within an IGNORE conditional section.
- ignoredCharacters(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
Characters within an IGNORE conditional section.
- ignoredCharacters(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
Characters within an IGNORE conditional section.
- ignoredCharacters(XMLString, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- importASObject(ASObject) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Imports
ASObject
into ASModel.
- importNode(Node, boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Copies a node from another document to this document.
- importNode(Node, boolean) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
- INCLUDE_COMMENTS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Comments feature ("include-comments").
- INCLUDE_COMMENTS_FEATURE - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Feature id: include comments.
- INCLUDE_IGNORABLE_WHITESPACE - Static variable in class org.apache.xerces.impl.Constants
-
Include ignorable whitespace feature ("dom/include-ignorable-whitespace").
- INCLUDE_IGNORABLE_WHITESPACE - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Feature id: include ignorable whitespace.
- indent(int) - Static method in class org.apache.xerces.impl.xs.opti.SchemaDOM
-
- INDETERMINATE - Static variable in class org.apache.xerces.impl.dv.xs.TypeValidator
-
- indexOf(String, int, int, char) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
Computes index of given char within StringBuffer
- inExternal - Variable in class org.apache.xerces.impl.dtd.XMLEntityDecl
-
Note: flag of where the entity is defined, not whether it is a external entity
- inExternalSubset - Variable in class org.apache.xerces.impl.XMLEntityManager.Entity
-
- INFOSET_FALSE_PARAMS - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- INFOSET_MASK - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- INFOSET_TRUE_PARAMS - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- init() - Static method in class org.apache.xerces.dom.DOMMessageFormatter
-
Initialize Message Formatter.
- init() - Method in class org.apache.xerces.impl.dtd.XML11DTDValidator
-
- init() - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
initialization
- init() - Method in class org.apache.xerces.xpointer.XPointerHandler
-
Initializes the XPointer Processor;
- initErrorReporter() - Method in class org.apache.xerces.xpointer.XPointerHandler
-
Initializes error handling objects
- initEvent(String, boolean, boolean) - Method in class org.apache.xerces.dom.events.EventImpl
-
The DOM doesn't deal with constructors, so instead we have an
initializer call to set most of the read-only fields.
- INITIAL_CHUNK_COUNT - Static variable in class org.apache.xerces.dom.DeferredDocumentImpl
-
Initial chunk size.
- initializeContentModelStack() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Initialize content model stack.
- initialized - Variable in class org.apache.xerces.dom.events.EventImpl
-
- initMutationEvent(String, boolean, boolean, Node, String, String, String, short) - Method in class org.apache.xerces.dom.events.MutationEventImpl
-
Initialize a mutation event, or overwrite the event's current
settings with new values of the parameters.
- initValueStoresFor(XSElementDecl, FieldActivator) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
Initializes the value stores for the specified element
declaration.
- inputEncoding - Variable in class org.apache.xerces.dom.EntityImpl
-
Input Encoding
- insertASObject(ASObject) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Inserts
ASObject
into ASModel.
- insertBefore(Node, Node) - Method in class org.apache.xerces.dom.AttrImpl
-
Move one or more node(s) to our list of children.
- insertBefore(Node, Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Since a Document may contain at most one top-level Element child,
and at most one DocumentType declaraction, we need to subclass our
add-children methods to implement this constraint.
- insertBefore(int, int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Inserts a child before the specified node in the table.
- insertBefore(Node, Node) - Method in class org.apache.xerces.dom.NodeImpl
-
Move one or more node(s) to our list of children.
- insertBefore(Node, Node) - Method in class org.apache.xerces.dom.ParentNode
-
Move one or more node(s) to our list of children.
- insertBefore(Node, Node) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- insertData(int, String) - Method in class org.apache.xerces.dom.CharacterDataImpl
-
Insert additional characters into the data stored in this node,
at the offset specified.
- insertData(int, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultText
-
Insert a string at the specified 16-bit unit offset.
- insertedNodeFromDOM(Node) - Method in class org.apache.xerces.dom.RangeImpl
-
This function is called from the DOM.
- insertNode(Node) - Method in class org.apache.xerces.dom.RangeImpl
-
- insertTextContent(StringBuffer) - Method in class org.apache.xerces.dom.TextImpl
-
internal method taking a StringBuffer in parameter and inserts the
text content at the start of the buffer
- inSubstitutionGroup(XSElementDecl, XSElementDecl) - Method in class org.apache.xerces.impl.xs.SubstitutionGroupHandler
-
- IntegerDV - Class in org.apache.xerces.impl.dv.xs
-
Represent the schema type "integer"
- IntegerDV() - Constructor for class org.apache.xerces.impl.dv.xs.IntegerDV
-
- IntegratedParserConfiguration - Class in org.apache.xerces.parsers
-
This is configuration uses a scanner that integrates both scanning of the document
and binding namespaces.
- IntegratedParserConfiguration() - Constructor for class org.apache.xerces.parsers.IntegratedParserConfiguration
-
Default constructor.
- IntegratedParserConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.IntegratedParserConfiguration
-
Constructs a parser configuration using the specified symbol table.
- IntegratedParserConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.IntegratedParserConfiguration
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- IntegratedParserConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.IntegratedParserConfiguration
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
An internal entity declaration.
- internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
An internal entity declaration.
- internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
An internal entity declaration.
- internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
An internal entity declaration.
- internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
An internal entity declaration.
- internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
An internal entity declaration.
- internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
-
An internal entity declaration.
- internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- internalRemoveNamedItem(String, boolean) - Method in class org.apache.xerces.dom.AttributeMap
-
Internal removeNamedItem method allowing to specify whether an exception
must be thrown if the specified name is not found.
- internalRemoveNamedItemNS(String, String, boolean) - Method in class org.apache.xerces.dom.AttributeMap
-
Internal removeNamedItemNS method allowing to specify whether an
exception must be thrown if the specified local name and namespace URI
is not found.
- internalSubset - Variable in class org.apache.xerces.dom.DocumentTypeImpl
-
- intersection(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
-
- IntStack - Class in org.apache.xerces.util
-
A simple integer based stack.
- IntStack() - Constructor for class org.apache.xerces.util.IntStack
-
- intValue() - Method in class org.apache.xerces.impl.xs.util.XInt
-
- InvalidDatatypeFacetException - Exception in org.apache.xerces.impl.dv
-
Datatype exception for invalid facet.
- InvalidDatatypeFacetException(String, Object[]) - Constructor for exception org.apache.xerces.impl.dv.InvalidDatatypeFacetException
-
Create a new datatype exception by providing an error code and a list
of error message substitution arguments.
- InvalidDatatypeValueException - Exception in org.apache.xerces.impl.dv
-
Datatype exception for invalid values.
- InvalidDatatypeValueException(String, Object[]) - Constructor for exception org.apache.xerces.impl.dv.InvalidDatatypeValueException
-
Create a new datatype exception by providing an error code and a list
of error message substitution arguments.
- invalidStandaloneAttDef(QName, QName) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Returns true if invalid standalone attribute definition.
- IS_STANDALONE_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Is standalone feature ("is-standalone").
- isAbsoluteURI() - Method in class org.apache.xerces.util.URI
-
Returns whether this URI represents an absolute URI.
- isAttrValueWF(DOMErrorHandler, DOMErrorImpl, DOMLocatorImpl, NamedNodeMap, Attr, String, boolean) - Static method in class org.apache.xerces.dom.DOMNormalizer
-
NON-DOM: check if attribute value is well-formed
- isBase64(char) - Static method in class org.apache.xerces.impl.dv.util.Base64
-
- isCachedDTD() - Method in class org.apache.xerces.impl.validation.ValidationManager
-
- isCDATAAttribute(QName, QName) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Returns whether the given attribute is of type CDATA or not
- isCDataWF(DOMErrorHandler, DOMErrorImpl, DOMLocatorImpl, String, boolean) - Static method in class org.apache.xerces.dom.DOMNormalizer
-
Check if CDATA section is well-formed
- isChildFragmentResolved() - Method in class org.apache.xerces.xpointer.XPointerHandler
-
Returns true if the XPointer expression resolves to a non-element child
of the current resource fragment.
- isChildFragmentResolved() - Method in interface org.apache.xerces.xpointer.XPointerPart
-
Returns true if the XPointer expression resolves to a non-element child
of the current resource fragment.
- isCommentWF(DOMErrorHandler, DOMErrorImpl, DOMLocatorImpl, String, boolean) - Static method in class org.apache.xerces.dom.DOMNormalizer
-
NON-DOM: check if value of the comment is well-formed
- isConformantSchemeName(String) - Static method in class org.apache.xerces.util.URI
-
Determine whether a scheme conforms to the rules for a scheme name.
- isContent(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the specified character can be considered content.
- isData(char) - Static method in class org.apache.xerces.impl.dv.util.Base64
-
- isDeclared(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- isDeclared(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- isDeclared(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- isDeclared(int) - Method in class org.apache.xerces.util.AttributesProxy
-
- isDeclared(String) - Method in class org.apache.xerces.util.AttributesProxy
-
- isDeclared(String, String) - Method in class org.apache.xerces.util.AttributesProxy
-
- isDeclaredEntity(String) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Checks whether an entity given by name is declared.
- isDefaultNamespace(String) - Method in class org.apache.xerces.dom.NodeImpl
-
DOM Level 3: Experimental
This method checks if the specified
namespaceURI
is the
default namespace or not.
- isDefaultNamespace(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- isDefinedFacet(short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
Convenience method.
- isDerivedFrom(String, String, int) - Method in class org.apache.xerces.dom.AttrImpl
-
Introduced in DOM Level 3.
- isDerivedFrom(String, String, int) - Method in class org.apache.xerces.dom.AttrNSImpl
-
Introduced in DOM Level 3.
- isDerivedFrom(String, String, int) - Method in class org.apache.xerces.dom.ElementImpl
-
Introduced in DOM Level 3.
- isDerivedFrom(String, String, int) - Method in class org.apache.xerces.dom.ElementNSImpl
-
Introduced in DOM Level 2.
- isDerivedFrom(String, String, int) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- isDerivedFrom(String, String, int) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- isDigit(char) - Static method in class org.apache.xerces.impl.dv.xs.TypeValidator
-
- isDisallowedSubstitution(short) - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
Convenience method.
- isDOMDerivedFrom(String, String, int) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
Checks if a type is derived from another by restriction, given the name
and namespace.
- isDOMDerivedFrom(String, String, int) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
Checks if a type is derived from another given the the name, namespace
and derivation method.
- isDuplicate(Object) - Method in class org.apache.xerces.xinclude.XIncludeHandler.Notation
-
- isDuplicate(Object) - Method in class org.apache.xerces.xinclude.XIncludeHandler.UnparsedEntity
-
- isElementContentWhitespace() - Method in class org.apache.xerces.dom.TextImpl
-
DOM L3 Core CR - Experimental
Returns whether this text node contains
element content whitespace, often abusively called "ignorable whitespace".
- isElementContentWhitespace() - Method in class org.apache.xerces.impl.xs.opti.DefaultText
-
DOM Level 3 CR
- isEmpty() - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
-
- isEmpty() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
- isEmpty() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
- isEncodingExternallySpecified() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
Returns whether the encoding of this entity was externally specified.
- isEntityDeclared(String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- isEntityDeclared(String) - Method in interface org.apache.xerces.impl.dv.ValidationContext
-
- isEntityDeclared(String) - Method in interface org.apache.xerces.impl.validation.EntityState
-
Query method to check if entity with this name was declared.
- isEntityDeclared(String) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- isEntityDeclInExternalSubset() - Method in class org.apache.xerces.impl.XMLEntityManager.Entity
-
Returns true if this entity was declared in the external subset.
- isEntityDeclInExternalSubset(String) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Checks whether the declaration of an entity given by name is
// in the external subset.
- isEntityUnparsed(String) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- isEntityUnparsed(String) - Method in interface org.apache.xerces.impl.dv.ValidationContext
-
- isEntityUnparsed(String) - Method in interface org.apache.xerces.impl.validation.EntityState
-
Query method to check if entity is unparsed.
- isEntityUnparsed(String) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- isEqual(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- isEqual(Object, Object) - Method in interface org.apache.xerces.impl.dv.XSSimpleType
-
Check whether two actual values are equal.
- isEqualNode(Node) - Method in class org.apache.xerces.dom.AttrImpl
-
DOM Level 3 WD- Experimental.
- isEqualNode(Node) - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
DOM Level 3 WD- Experimental.
- isEqualNode(Node) - Method in class org.apache.xerces.dom.ElementImpl
-
DOM Level 3 WD- Experimental.
- isEqualNode(Node) - Method in class org.apache.xerces.dom.NodeImpl
-
Tests whether two nodes are equal.
- isEqualNode(Node) - Method in class org.apache.xerces.dom.ParentNode
-
DOM Level 3 WD- Experimental.
- isEqualNode(Node) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- isExternal() - Method in class org.apache.xerces.impl.XMLEntityManager.Entity
-
Returns true if this is an external entity.
- isExternal() - Method in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
-
Returns true if this is an external entity.
- isExternal() - Method in class org.apache.xerces.impl.XMLEntityManager.InternalEntity
-
Returns true if this is an external entity.
- isExternal - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
- isExternal() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
Returns true if this is an external entity.
- isExternal() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Returns true if the current entity being scanned is external.
- isExternalEntity(String) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Checks whether an entity given by name is external.
- isFallbackElement(QName) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Checks if the element is an <fallback> element.
- isFinal(short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- isFinal(short) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
{final} For complex type definition it is a subset of {extension,
restriction}.
- isFinalState(int) - Method in class org.apache.xerces.impl.xs.models.XSDFACM
-
check whether the given state is one of the final states
- isFixedFacet(short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
Convenience method.
- isFragmentResolved() - Method in class org.apache.xerces.xpointer.XPointerHandler
-
Returns true if the Node fragment is resolved.
- isFragmentResolved() - Method in interface org.apache.xerces.xpointer.XPointerPart
-
Returns true if the XPointer expression resolves to a resource fragment
specified as input else returns false.
- isFragmentResolved() - Method in interface org.apache.xerces.xpointer.XPointerProcessor
-
Returns true if the XPointer expression resolves to the current resource fragment
or Node which is part of the input resource being streamed else returns false.
- isFullyComposed() - Method in interface org.apache.xerces.jaxp.validation.XSGrammarPoolContainer
-
Returns whether the schema components contained in this object
can be considered to be a fully composed schema and should be
used to the exclusion of other schema components which may be
present elsewhere.
- isGenericURI() - Method in class org.apache.xerces.util.URI
-
Get the indicator as to whether this URI uses the "generic URI"
syntax.
- isGrammarFound() - Method in class org.apache.xerces.impl.validation.ValidationManager
-
- isHidden(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
- isHidden(Node, Hashtable) - Static method in class org.apache.xerces.util.DOMUtil
-
- isHighSurrogate(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns whether the given character is a high surrogate
- isId() - Method in class org.apache.xerces.dom.AttrImpl
-
DOM Level 3: isId
- isId() - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
-
- isIdDeclared(String) - Method in interface org.apache.xerces.impl.dv.ValidationContext
-
- isIdDeclared(String) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- isIdentical(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- isIdentical(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.DoubleDV
-
- isIdentical(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.FloatDV
-
- isIdentical(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
-
- isIdentical(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- isIDType() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- isIDType() - Method in interface org.apache.xerces.impl.dv.XSSimpleType
-
Check whether this type is or is derived from ID.
- isIgnorableWhitespace() - Method in class org.apache.xerces.dom.TextImpl
-
NON-DOM: Returns whether this Text is ignorable whitespace.
- isIncludeElement(QName) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Checks if the element is an <include> element.
- isInvalid(int) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
- isInvalid(int) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
-
- isInvalid(int) - Method in class org.apache.xerces.impl.XMLScanner
-
- isInvalid(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the specified character is invalid.
- isInvalidLiteral(int) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
- isInvalidLiteral(int) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
-
- isInvalidLiteral(int) - Method in class org.apache.xerces.impl.XMLScanner
-
- isKidOK(Node, Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Uses the kidOK lookup table to check whether the proposed
tree structure is legal.
- isLowSurrogate(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns whether the given character is a low surrogate
- isMarkup(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the specified character can be considered markup.
- isMatched() - Method in class org.apache.xerces.impl.xs.identity.XPathMatcher
-
Returns value of first member of fMatched that
is nonzero.
- isName(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the specified character is a valid name
character as defined by production [4] in the XML 1.0
specification.
- isNamespaceAware() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Returns true if this grammar is namespace aware.
- isNamespaceAware() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- isNamespaceAware() - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
-
- isNamespaceAware() - Method in class org.apache.xerces.jaxp.SAXParserImpl
-
- isNameStart(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the specified character is a valid name start
character as defined by production [5] in the XML 1.0
specification.
- isNCName(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the specified character is a valid NCName
character as defined by production [5] in Namespaces in XML
recommendation.
- isNCNameStart(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the specified character is a valid NCName start
character as defined by production [4] in Namespaces in XML
recommendation.
- isNextCharUTCSign(String, int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
Returns
true
if the character at start is 'Z', '+' or '-'.
- isNullable() - Method in class org.apache.xerces.impl.dtd.models.CMAny
-
- isNullable() - Method in class org.apache.xerces.impl.dtd.models.CMBinOp
-
- isNullable() - Method in class org.apache.xerces.impl.dtd.models.CMLeaf
-
- isNullable() - Method in class org.apache.xerces.impl.dtd.models.CMNode
-
- isNullable() - Method in class org.apache.xerces.impl.dtd.models.CMUniOp
-
- isNullable() - Method in class org.apache.xerces.impl.xs.models.XSCMBinOp
-
- isNullable() - Method in class org.apache.xerces.impl.xs.models.XSCMLeaf
-
- isNullable() - Method in class org.apache.xerces.impl.xs.models.XSCMUniOp
-
- isPad(char) - Static method in class org.apache.xerces.impl.dv.util.Base64
-
- isPE - Variable in class org.apache.xerces.impl.dtd.XMLEntityDecl
-
isPE
- isProhibitedSubstitution(short) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
{prohibited substitutions} A subset of {extension, restriction}.
- isPubid(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the specified character is a valid Pubid
character as defined by production [13] in the XML 1.0
specification.
- isRootDocument() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- isSameNode(Node) - Method in class org.apache.xerces.dom.NodeImpl
-
Returns whether this node is the same node as the given one.
- isSameNode(Node) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- isSchemaLanguageSupported(String) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
-
Is specified schema supported by this
SchemaFactory
?
- isSpace(int) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
- isSpace(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the specified character is a space character
as defined by production [3] in the XML 1.0 specification.
- isSpecified(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- isSpecified(int) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- isSpecified(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- isSpecified(String, String) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
- isSpecified(int) - Method in class org.apache.xerces.util.AttributesProxy
-
- isSpecified(String) - Method in class org.apache.xerces.util.AttributesProxy
-
- isSpecified(String, String) - Method in class org.apache.xerces.util.AttributesProxy
-
- isSpecified(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Returns true if the attribute is specified in the instance document.
- isStandalone() - Method in class org.apache.xerces.impl.XMLEntityManager
-
Returns true if the document entity is standalone.
- isSubsetOf(XSWildcardDecl) - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
Schema Component Constraint: Wildcard Subset
- isSubstitutionGroupExclusion(short) - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
Convenience method.
- isSupplemental(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the specified character is a supplemental character.
- isSupported(String, String) - Method in class org.apache.xerces.dom.NodeImpl
-
Introduced in DOM Level 2.
- isSupported(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- isTopLevelIncludedItem() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Returns true if the current element is a top level included item.
- isTopLevelIncludedItemViaFallback() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- isTopLevelIncludedItemViaInclude() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- isUnchangedByNormalization(XMLString) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
Checks whether this string would be unchanged by normalization.
- isUnchangedByNormalization(XMLString) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
-
Checks whether this string would be unchanged by normalization.
- isUnchangedByNormalization(XMLString) - Method in class org.apache.xerces.impl.XMLScanner
-
Checks whether this string would be unchanged by normalization.
- isUnparsed() - Method in class org.apache.xerces.impl.XMLEntityManager.Entity
-
Returns true if this is an unparsed entity.
- isUnparsed() - Method in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
-
Returns true if this is an unparsed entity.
- isUnparsed() - Method in class org.apache.xerces.impl.XMLEntityManager.InternalEntity
-
Returns true if this is an unparsed entity.
- isUnparsed() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
Returns true if this is an unparsed entity.
- isUnparsedEntity(String) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Checks whether an entity given by name is unparsed.
- isValid(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the specified character is valid.
- isValid(int) - Method in class org.apache.xerces.xinclude.XInclude11TextReader
-
Returns true if the specified character is a valid XML character
as per the rules of XML 1.1.
- isValid(int) - Method in class org.apache.xerces.xinclude.XIncludeTextReader
-
Returns true if the specified character is a valid XML character
as per the rules of XML 1.0.
- isValidating() - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
-
- isValidating() - Method in class org.apache.xerces.jaxp.SAXParserImpl
-
- isValidIANAEncoding(String) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the encoding name is a valid IANA encoding.
- isValidJavaEncoding(String) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true if the encoding name is a valid Java encoding.
- isValidName(String) - Method in class org.apache.xerces.impl.dtd.XML11DTDProcessor
-
- isValidName(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
- isValidName(String) - Static method in class org.apache.xerces.util.XMLChar
-
Check to see if a string is a valid Name according to [5]
in the XML 1.0 Recommendation
- isValidNameChar(int) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
- isValidNameChar(int) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
-
- isValidNameChar(int) - Method in class org.apache.xerces.impl.XMLScanner
-
- isValidNameStartChar(int) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
- isValidNameStartChar(int) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
-
- isValidNameStartChar(int) - Method in class org.apache.xerces.impl.XMLScanner
-
- isValidNameStartHighSurrogate(int) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
- isValidNameStartHighSurrogate(int) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
-
- isValidNameStartHighSurrogate(int) - Method in class org.apache.xerces.impl.XMLScanner
-
- isValidNCName(int) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
- isValidNCName(int) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
-
- isValidNCName(int) - Method in class org.apache.xerces.impl.XMLScanner
-
- isValidNCName(String) - Static method in class org.apache.xerces.util.XMLChar
-
Check to see if a string is a valid NCName according to [4]
from the XML Namespaces 1.0 Recommendation
- isValidNmtoken(String) - Method in class org.apache.xerces.impl.dtd.XML11DTDProcessor
-
- isValidNmtoken(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
- isValidNmtoken(String) - Static method in class org.apache.xerces.util.XMLChar
-
Check to see if a string is a valid Nmtoken according to [7]
in the XML 1.0 Recommendation
- isValidQName(String, String, boolean) - Static method in class org.apache.xerces.dom.CoreDocumentImpl
-
Checks if the given qualified name is legal with respect
to the version of XML to which this document must conform.
- isWellFormedAddress(String) - Static method in class org.apache.xerces.util.URI
-
Determine whether a string is syntactically capable of representing
a valid IPv4 address, IPv6 reference or the domain name of a network host.
- isWellFormedIPv4Address(String) - Static method in class org.apache.xerces.util.URI
-
Determines whether a string is an IPv4 address as defined by
RFC 2373, and under the further constraint that it must be a 32-bit
address.
- isWellFormedIPv6Reference(String) - Static method in class org.apache.xerces.util.URI
-
Determines whether a string is an IPv6 reference as defined
by RFC 2732, where IPv6address is defined in RFC 2373.
- isWhiteSpace(char) - Static method in class org.apache.xerces.impl.dv.util.Base64
-
- isXIncludeAware() - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-
- isXIncludeAware() - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
-
Gets the XInclude processing mode for this parser
- isXIncludeAware() - Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
-
- isXIncludeAware() - Method in class org.apache.xerces.jaxp.SAXParserImpl
-
Gets the XInclude processing mode for this parser
- isXML11Content(int) - Static method in class org.apache.xerces.util.XML11Char
-
Returns true if the specified character can be considered
content in an external parsed entity.
- isXML11InternalEntityContent(int) - Static method in class org.apache.xerces.util.XML11Char
-
Returns true if the specified character can be considered
content in an internal parsed entity.
- isXML11Invalid(int) - Static method in class org.apache.xerces.util.XML11Char
-
Returns true if the specified character is invalid.
- isXML11Name(int) - Static method in class org.apache.xerces.util.XML11Char
-
Returns true if the specified character is a valid name
character as defined by production [4a] in the XML 1.1
specification.
- isXML11NameHighSurrogate(int) - Static method in class org.apache.xerces.util.XML11Char
-
Returns whether the given character is a valid
high surrogate for a name character.
- isXML11NameStart(int) - Static method in class org.apache.xerces.util.XML11Char
-
Returns true if the specified character is a valid name start
character as defined by production [4] in the XML 1.1
specification.
- isXML11NCName(int) - Static method in class org.apache.xerces.util.XML11Char
-
Returns true if the specified character is a valid NCName
character as defined by production [5] in Namespaces in XML
1.1 recommendation.
- isXML11NCNameStart(int) - Static method in class org.apache.xerces.util.XML11Char
-
Returns true if the specified character is a valid NCName start
character as defined by production [4] in Namespaces in XML
1.1 recommendation.
- isXML11Space(int) - Static method in class org.apache.xerces.util.XML11Char
-
Returns true if the specified character is a space character
as amdended in the XML 1.1 specification.
- isXML11Valid(int) - Static method in class org.apache.xerces.util.XML11Char
-
Returns true if the specified character is valid.
- isXML11ValidLiteral(int) - Static method in class org.apache.xerces.util.XML11Char
-
Returns true if the specified character is valid and permitted outside
of a character reference.
- isXML11ValidName(String) - Static method in class org.apache.xerces.util.XML11Char
-
Check to see if a string is a valid Name according to [5]
in the XML 1.1 Recommendation
- isXML11ValidNCName(String) - Static method in class org.apache.xerces.util.XML11Char
-
Check to see if a string is a valid NCName according to [4]
from the XML Namespaces 1.1 Recommendation
- isXML11ValidNmtoken(String) - Static method in class org.apache.xerces.util.XML11Char
-
Check to see if a string is a valid Nmtoken according to [7]
in the XML 1.1 Recommendation
- isXMLCharWF(DOMErrorHandler, DOMErrorImpl, DOMLocatorImpl, String, boolean) - Static method in class org.apache.xerces.dom.DOMNormalizer
-
NON-DOM: check for valid XML characters as per the XML version
- isXMLName(String, boolean) - Static method in class org.apache.xerces.dom.CoreDocumentImpl
-
Check the string against XML's definition of acceptable names for
elements and attributes and so on using the XMLCharacterProperties
utility class
- isXPointerResolved() - Method in class org.apache.xerces.xpointer.XPointerHandler
-
Returns true if the XPointer successfully found a sub-resource .
- isXPointerResolved() - Method in interface org.apache.xerces.xpointer.XPointerProcessor
-
Returns true if the XPointer expression resolves any subresource of the
input resource.
- item(int) - Method in class org.apache.xerces.dom.AttrImpl
-
NodeList method: Return the Nth immediate child of this node, or
null if the index is out of bounds.
- item(int) - Method in class org.apache.xerces.dom.DeepNodeListImpl
-
Returns the node at the specified index.
- item(int) - Method in class org.apache.xerces.dom.DOMImplementationListImpl
-
Returns the indexth item in the collection.
- item(int) - Method in class org.apache.xerces.dom.DOMStringListImpl
-
- item(int) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
Retrieve an item from the map by 0-based index.
- item(int) - Method in class org.apache.xerces.dom.NodeImpl
-
NodeList method: Return the Nth immediate child of this node, or
null if the index is out of bounds.
- item(int) - Method in class org.apache.xerces.dom.ParentNode
-
NodeList method: Return the Nth immediate child of this node, or
null if the index is out of bounds.
- item(int) - Method in class org.apache.xerces.impl.dv.util.ByteListImpl
-
Returns the
index
th item in the collection.
- item(int) - Method in class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
-
- item(int) - Method in class org.apache.xerces.impl.xs.util.NSItemListImpl
-
- item(int) - Method in class org.apache.xerces.impl.xs.util.ShortListImpl
-
- item(int) - Method in class org.apache.xerces.impl.xs.util.StringListImpl
-
- item(int) - Method in class org.apache.xerces.impl.xs.util.XSNamedMap4Types
-
Returns the
index
th item in the map.
- item(int) - Method in class org.apache.xerces.impl.xs.util.XSNamedMapImpl
-
Returns the
index
th item in the map.
- item(int) - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
-
Returns the
index
th item in the collection.
- itemByName(String, String) - Method in class org.apache.xerces.impl.xs.util.XSNamedMap4Types
-
Retrieves an
XSObject
specified by local name and namespace
URI.
- itemByName(String, String) - Method in class org.apache.xerces.impl.xs.util.XSNamedMapImpl
-
Retrieves an
XSObject
specified by local name and namespace
URI.
- itemValueTypes - Variable in class org.apache.xerces.impl.dv.ValidatedInfo
-
In the case the value is a list or a list of unions, this value
indicates the type(s) of the items in the list.
- iterators - Variable in class org.apache.xerces.dom.DocumentImpl
-
Iterators
J
- JAXP_PROPERTY_PREFIX - Static variable in class org.apache.xerces.impl.Constants
-
JAXP property prefix ("http://java.sun.com/xml/jaxp/properties/").
- JAXP_SCHEMA_LANGUAGE - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Property identifier: JAXP schema language / DOM schema-type.
- JAXP_SCHEMA_LANGUAGE - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Property identifier: JAXP schema language.
- JAXP_SCHEMA_LANGUAGE - Static variable in interface org.apache.xerces.jaxp.JAXPConstants
-
- JAXP_SCHEMA_LANGUAGE - Static variable in class org.apache.xerces.parsers.DTDConfiguration
-
Property identifier: JAXP schema language / DOM schema-type.
- JAXP_SCHEMA_LANGUAGE - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier: JAXP schema language / DOM schema-type.
- JAXP_SCHEMA_LANGUAGE - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Property identifier: JAXP schema language / DOM schema-type.
- JAXP_SCHEMA_SOURCE - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Property identifier: JAXP schema source/ DOM schema-location.
- JAXP_SCHEMA_SOURCE - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Property identifier: JAXP schema source.
- JAXP_SCHEMA_SOURCE - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Property identifier: JAXP schema source.
- JAXP_SCHEMA_SOURCE - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Property identifier: JAXP schema source.
- JAXP_SCHEMA_SOURCE - Static variable in interface org.apache.xerces.jaxp.JAXPConstants
-
- JAXP_SCHEMA_SOURCE - Static variable in class org.apache.xerces.parsers.DTDConfiguration
-
Property identifier: JAXP schema source/ DOM schema-location.
- JAXP_SCHEMA_SOURCE - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier: JAXP schema source/ DOM schema-location.
- JAXP_SCHEMA_SOURCE - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Property identifier: JAXP schema source/ DOM schema-location.
- JAXPConstants - Interface in org.apache.xerces.jaxp
-
This interface holds JAXP constant property/attribute names and values.
K
- key - Variable in exception org.apache.xerces.impl.dv.DatatypeException
-
- key - Variable in class org.apache.xerces.util.SymbolHash.Entry
-
- KeyRef - Class in org.apache.xerces.impl.xs.identity
-
Schema key reference identity constraint.
- KeyRef(String, String, String, UniqueOrKey) - Constructor for class org.apache.xerces.impl.xs.identity.KeyRef
-
Constructs a keyref with the specified name.
- keys() - Method in class org.apache.xerces.util.AugmentationsImpl
-
Returns an enumeration of the keys in the Augmentations structure
L
- lastChild() - Method in class org.apache.xerces.dom.TreeWalkerImpl
-
Return the last child Node from the current node,
after applying filter, whatToshow.
- lastPos() - Method in class org.apache.xerces.impl.dtd.models.CMNode
-
- length - Variable in class org.apache.xerces.impl.dv.XSFacets
-
value of length facet.
- length() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ShortVector
-
Returns the length of the vector.
- lengthAnnotation - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- lengthAnnotation - Variable in class org.apache.xerces.impl.dv.XSFacets
-
- LESS_THAN - Static variable in class org.apache.xerces.impl.dv.xs.TypeValidator
-
- LEXICAL_HANDLER - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Property id: lexical handler.
- LEXICAL_HANDLER_PARAMETER_ENTITIES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Lexical handler parameter entities feature ("lexical-handler/parameter-entities").
- LEXICAL_HANDLER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
Lexical handler property ("lexical-handler").
- lineNumber - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
Line number.
- list - Variable in class org.apache.xerces.impl.dtd.XMLSimpleType
-
list
- ListDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
-
For list types: ENTITIES, IDREFS, NMTOKENS.
- ListDatatypeValidator(DatatypeValidator) - Constructor for class org.apache.xerces.impl.dv.dtd.ListDatatypeValidator
-
- ListDV - Class in org.apache.xerces.impl.dv.xs
-
Represent the schema list types
- ListDV() - Constructor for class org.apache.xerces.impl.dv.xs.ListDV
-
- literal - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
True if in a literal.
- load(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- load(LSInput) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- load(LSInput) - Method in class org.apache.xerces.impl.xs.XSLoaderImpl
-
Parse an XML Schema document from a resource identified by a
LSInput
.
- LOAD_AS_INFOSET - Static variable in class org.apache.xerces.impl.Constants
-
Feature id: load as infoset.
- LOAD_DTD_GRAMMAR_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Load dtd grammar when nonvalidating feature ("nonvalidating/load-dtd-grammar").
- LOAD_EXTERNAL_DTD - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Feature identifier: load external DTD.
- LOAD_EXTERNAL_DTD - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Feature identifier: load external DTD.
- LOAD_EXTERNAL_DTD - Static variable in class org.apache.xerces.parsers.DTDConfiguration
-
Feature identifier: load external DTD.
- LOAD_EXTERNAL_DTD - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Feature identifier: load external DTD.
- LOAD_EXTERNAL_DTD - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature identifier: load external DTD.
- LOAD_EXTERNAL_DTD - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Feature identifier: load external DTD.
- LOAD_EXTERNAL_DTD_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Load external dtd when nonvalidating feature ("nonvalidating/load-external-dtd").
- loadGrammar(XMLInputSource) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Returns a Grammar object by parsing the contents of the
entity pointed to by source.
- loadGrammar(XMLInputSource[]) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Returns a Grammar object by parsing the contents of the
entities pointed to by sources.
- loadGrammar(XMLInputSource) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Returns a Grammar object by parsing the contents of the
entity pointed to by source.
- loadInputList(LSInputList) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- loadInputList(LSInputList) - Method in class org.apache.xerces.impl.xs.XSLoaderImpl
-
Parses the content of XML Schema documents specified as a list of
LSInput
s.
- loadURI(String) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- loadURI(String) - Method in class org.apache.xerces.impl.xs.XSLoaderImpl
-
Parse an XML Schema document from a location identified by a URI
reference.
- loadURIList(StringList) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- loadURIList(StringList) - Method in class org.apache.xerces.impl.xs.XSLoaderImpl
-
Parses the content of XML Schema documents specified as the list of URI
references.
- loadXML(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- localName - Variable in class org.apache.xerces.dom.AttrNSImpl
-
DOM2: localName.
- localName - Variable in class org.apache.xerces.dom.ElementNSImpl
-
DOM2: localName.
- LocatorProxy - Class in org.apache.xerces.util
-
Wraps
XMLLocator
and make it look like a SAX Locator
.
- LocatorProxy(XMLLocator) - Constructor for class org.apache.xerces.util.LocatorProxy
-
Constructs an XML locator proxy.
- lockGrammarPool() - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
- lockPool() - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
-
lock the grammar pool
- lockPool() - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
-
- lookupElementDefinition(String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Returns the index of the element definition in the table
with the specified name index, or -1 if no such definition
exists.
- lookupNamespaceURI(String) - Method in class org.apache.xerces.dom.NodeImpl
-
DOM Level 3 - Experimental:
Look up the namespace URI associated to the given prefix, starting from this node.
- lookupNamespaceURI(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- lookupPrefix(String) - Method in class org.apache.xerces.dom.NodeImpl
-
DOM Level 3 - Experimental:
Look up the prefix associated to the given namespace URI, starting from this node.
- lookupPrefix(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- lowSurrogate(int) - Static method in class org.apache.xerces.util.XMLChar
-
Returns the low surrogate of a supplemental character
M
- main(String[]) - Static method in class org.apache.xerces.impl.Constants
-
Prints all of the constants to standard output.
- main(String[]) - Static method in class org.apache.xerces.impl.Version
-
Prints out the version number to System.out.
- main(String[]) - Static method in class org.apache.xerces.impl.xpath.regex.REUtil
-
Sample entry.
- main(String[]) - Static method in class org.apache.xerces.impl.xpath.XPath
-
Main program entry.
- makeChildNode() - Method in class org.apache.xerces.dom.AttrImpl
-
- makeClone() - Method in class org.apache.xerces.impl.xs.XSDDescription
-
- makeClone() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
- makeClone() - Method in class org.apache.xerces.util.SymbolHash.Entry
-
- makeClone() - Method in class org.apache.xerces.util.SymbolHash
-
Make a clone of this object.
- makeGlobal() - Method in class org.apache.xerces.impl.xs.SchemaNamespaceSupport
-
- MalformedByteSequenceException - Exception in org.apache.xerces.impl.io
-
Signals that a malformed byte sequence was detected
by a
java.io.Reader
that decodes bytes
of a given encoding into characters.
- MalformedByteSequenceException(MessageFormatter, Locale, String, String, Object[]) - Constructor for exception org.apache.xerces.impl.io.MalformedByteSequenceException
-
Constructs a MalformedByteSequenceException with the given
parameters which may be passed to an error reporter to
generate a localized string for this exception.
- mark(int) - Method in class org.apache.xerces.impl.io.ASCIIReader
-
Mark the present position in the stream.
- mark(int) - Method in class org.apache.xerces.impl.io.UCSReader
-
Mark the present position in the stream.
- mark(int) - Method in class org.apache.xerces.impl.io.UTF8Reader
-
Mark the present position in the stream.
- mark(int) - Method in class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
-
- markSupported() - Method in class org.apache.xerces.impl.io.ASCIIReader
-
Tell whether this stream supports the mark() operation.
- markSupported() - Method in class org.apache.xerces.impl.io.UCSReader
-
Tell whether this stream supports the mark() operation.
- markSupported() - Method in class org.apache.xerces.impl.io.UTF8Reader
-
Tell whether this stream supports the mark() operation.
- markSupported() - Method in class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
-
- MASK_CONTENT - Static variable in class org.apache.xerces.util.XMLChar
-
Content character mask.
- MASK_NAME - Static variable in class org.apache.xerces.util.XMLChar
-
Name character mask.
- MASK_NAME_START - Static variable in class org.apache.xerces.util.XMLChar
-
Name start character mask.
- MASK_NCNAME - Static variable in class org.apache.xerces.util.XMLChar
-
NCName character mask.
- MASK_NCNAME_START - Static variable in class org.apache.xerces.util.XMLChar
-
NCName start character mask.
- MASK_PUBID - Static variable in class org.apache.xerces.util.XMLChar
-
Pubid character mask.
- MASK_SPACE - Static variable in class org.apache.xerces.util.XMLChar
-
Space character mask.
- MASK_VALID - Static variable in class org.apache.xerces.util.XMLChar
-
Valid character mask.
- MASK_XML11_CONTENT - Static variable in class org.apache.xerces.util.XML11Char
-
XML 1.1 content for external entities (valid - "special" chars - control chars)
- MASK_XML11_CONTENT_INTERNAL - Static variable in class org.apache.xerces.util.XML11Char
-
XML 1.1 content for internal entities (valid - "special" chars)
- MASK_XML11_CONTROL - Static variable in class org.apache.xerces.util.XML11Char
-
XML 1.1 control character mask
- MASK_XML11_NAME - Static variable in class org.apache.xerces.util.XML11Char
-
XML 1.1 Name character mask.
- MASK_XML11_NAME_START - Static variable in class org.apache.xerces.util.XML11Char
-
XML 1.1 Name start character mask.
- MASK_XML11_NCNAME - Static variable in class org.apache.xerces.util.XML11Char
-
XML namespaces 1.1 NCName
- MASK_XML11_NCNAME_START - Static variable in class org.apache.xerces.util.XML11Char
-
XML namespaces 1.1 NCNameStart
- MASK_XML11_SPACE - Static variable in class org.apache.xerces.util.XML11Char
-
XML 1.1 Space character mask.
- MASK_XML11_VALID - Static variable in class org.apache.xerces.util.XML11Char
-
XML 1.1 Valid character mask.
- Match - Class in org.apache.xerces.impl.xpath.regex
-
An instance of this class has ranges captured in matching.
- Match() - Constructor for class org.apache.xerces.impl.xpath.regex.Match
-
Creates an instance.
- matched(Object, short, ShortList, boolean) - Method in class org.apache.xerces.impl.xs.identity.Field.Matcher
-
This method is called when the XPath handler matches the
XPath expression.
- MATCHED - Static variable in class org.apache.xerces.impl.xs.identity.XPathMatcher
-
- matched(Object, short, ShortList, boolean) - Method in class org.apache.xerces.impl.xs.identity.XPathMatcher
-
This method is called when the XPath handler matches the
XPath expression.
- MATCHED_ATTRIBUTE - Static variable in class org.apache.xerces.impl.xs.identity.XPathMatcher
-
- MATCHED_DESCENDANT - Static variable in class org.apache.xerces.impl.xs.identity.XPathMatcher
-
- MATCHED_DESCENDANT_PREVIOUS - Static variable in class org.apache.xerces.impl.xs.identity.XPathMatcher
-
- matches(CharacterIterator, int, int) - Method in class org.apache.xerces.impl.xpath.regex.BMPattern
-
- matches(String, int, int) - Method in class org.apache.xerces.impl.xpath.regex.BMPattern
-
- matches(char[], int, int) - Method in class org.apache.xerces.impl.xpath.regex.BMPattern
-
- matches(char[]) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
Checks whether the target text contains this pattern or not.
- matches(char[], int, int) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
Checks whether the target text contains this pattern
in specified range or not.
- matches(char[], Match) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
Checks whether the target text contains this pattern or not.
- matches(char[], int, int, Match) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
Checks whether the target text contains this pattern
in specified range or not.
- matches(String) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
Checks whether the target text contains this pattern or not.
- matches(String, int, int) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
Checks whether the target text contains this pattern
in specified range or not.
- matches(String, Match) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
Checks whether the target text contains this pattern or not.
- matches(String, int, int, Match) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
Checks whether the target text contains this pattern
in specified range or not.
- matches(CharacterIterator) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
Checks whether the target text contains this pattern or not.
- matches(CharacterIterator, Match) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
Checks whether the target text contains this pattern or not.
- matches(String, String) - Static method in class org.apache.xerces.impl.xpath.regex.REUtil
-
- matches(String, String, String) - Static method in class org.apache.xerces.impl.xpath.regex.REUtil
-
- maxDayInMonthFor(int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
Given {year,month} computes maximum
number of days for given month
- maxEffectiveTotalRange() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
- maxEffectiveTotalRange() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
- maxExclusive - Variable in class org.apache.xerces.impl.dv.XSFacets
-
value of maxExclusive facet.
- maxExclusiveAnnotation - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- maxExclusiveAnnotation - Variable in class org.apache.xerces.impl.dv.XSFacets
-
- maxInclusive - Variable in class org.apache.xerces.impl.dv.XSFacets
-
value of maxInclusive facet.
- maxInclusiveAnnotation - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- maxInclusiveAnnotation - Variable in class org.apache.xerces.impl.dv.XSFacets
-
- maxLength - Variable in class org.apache.xerces.impl.dv.XSFacets
-
value of maxLength facet.
- maxLengthAnnotation - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- maxLengthAnnotation - Variable in class org.apache.xerces.impl.dv.XSFacets
-
- mayMatch(Field) - Method in interface org.apache.xerces.impl.xs.identity.FieldActivator
-
Returns whether the given field is permitted to match a value.
- mayMatch(Field) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Returns whether the given field is permitted to match a value.
- mayReadChunks - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
- memberType - Variable in class org.apache.xerces.impl.dv.ValidatedInfo
-
If the type is a union type, then the member type which
actually validated the string value.
- memberTypes - Variable in class org.apache.xerces.impl.dv.ValidatedInfo
-
If
1.
- mergeContext() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XSIErrorReporter
-
- MessageFormatter - Interface in org.apache.xerces.util
-
This interface provides a generic message formatting mechanism and
is useful for producing messages that must be localed and/or formatted
with replacement text.
- minEffectiveTotalRange() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
3.8.6 Effective Total Range (all and sequence) and
Effective Total Range (choice)
The following methods are used to return min/max range for a particle.
- minEffectiveTotalRange() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
3.8.6 Effective Total Range (all and sequence) and
Effective Total Range (choice)
The following methods are used to return min/max range for a particle.
- minExclusive - Variable in class org.apache.xerces.impl.dv.XSFacets
-
value of minExclusive facet.
- minExclusiveAnnotation - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- minExclusiveAnnotation - Variable in class org.apache.xerces.impl.dv.XSFacets
-
- minInclusive - Variable in class org.apache.xerces.impl.dv.XSFacets
-
value of minInclusive facet.
- minInclusiveAnnotation - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- minInclusiveAnnotation - Variable in class org.apache.xerces.impl.dv.XSFacets
-
- minLength - Variable in class org.apache.xerces.impl.dv.XSFacets
-
value of minLength facet.
- minLengthAnnotation - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- minLengthAnnotation - Variable in class org.apache.xerces.impl.dv.XSFacets
-
- MixedContentModel - Class in org.apache.xerces.impl.dtd.models
-
MixedContentModel is a derivative of the abstract content model base
class that handles the special case of mixed model elements.
- MixedContentModel(QName[], int[], int, int, boolean) - Constructor for class org.apache.xerces.impl.dtd.models.MixedContentModel
-
Constructs a mixed content model.
- mixedElement(String) - Method in class org.apache.xerces.parsers.DTDParser
-
A referenced element in a mixed content model.
- mod(int, int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- MODELGROUP_ALL - Static variable in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
- MODELGROUP_CHOICE - Static variable in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
- MODELGROUP_SEQUENCE - Static variable in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
- modifyAugmentations(Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Modify the augmentations.
- modifyAugmentations(Augmentations, boolean) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Modify the augmentations.
- modulo(int, int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- MONTH - Static variable in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- MonthDayDV - Class in org.apache.xerces.impl.dv.xs
-
Validator for <gMonthDay> datatype (W3C Schema Datatypes)
- MonthDayDV() - Constructor for class org.apache.xerces.impl.dv.xs.MonthDayDV
-
- MonthDV - Class in org.apache.xerces.impl.dv.xs
-
Validator for <gMonth> datatype (W3C Schema Datatypes)
- MonthDV() - Constructor for class org.apache.xerces.impl.dv.xs.MonthDV
-
- MultipleScopeNamespaceSupport - Class in org.apache.xerces.xinclude
-
This implementation of NamespaceContext has the ability to maintain multiple
scopes of namespace/prefix bindings.
- MultipleScopeNamespaceSupport() - Constructor for class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
- MultipleScopeNamespaceSupport(NamespaceContext) - Constructor for class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
- MutationEventImpl - Class in org.apache.xerces.dom.events
-
- MutationEventImpl() - Constructor for class org.apache.xerces.dom.events.MutationEventImpl
-
- mutationEvents - Variable in class org.apache.xerces.dom.DocumentImpl
-
Bypass mutation events firing.
N
- name - Variable in class org.apache.xerces.dom.AttrImpl
-
Attribute name.
- name - Variable in class org.apache.xerces.dom.DocumentTypeImpl
-
Document type name.
- name - Variable in class org.apache.xerces.dom.ElementDefinitionImpl
-
Element definition name.
- name - Variable in class org.apache.xerces.dom.ElementImpl
-
Element name.
- name - Variable in class org.apache.xerces.dom.EntityImpl
-
Entity name.
- name - Variable in class org.apache.xerces.dom.EntityReferenceImpl
-
Name of Entity referenced
- name - Variable in class org.apache.xerces.dom.NotationImpl
-
Notation name.
- name - Variable in class org.apache.xerces.impl.dtd.XMLAttributeDecl
-
name
- name - Variable in class org.apache.xerces.impl.dtd.XMLElementDecl
-
name
- name - Variable in class org.apache.xerces.impl.dtd.XMLEntityDecl
-
name
- name - Variable in class org.apache.xerces.impl.dtd.XMLNotationDecl
-
name
- name - Variable in class org.apache.xerces.impl.dtd.XMLSimpleType
-
name
- name - Variable in class org.apache.xerces.impl.XMLEntityManager.Entity
-
Entity name.
- name - Variable in class org.apache.xerces.impl.xpath.XPath.NodeTest
-
Node qualified name.
- name - Variable in class org.apache.xerces.xinclude.XIncludeHandler.Notation
-
- name - Variable in class org.apache.xerces.xinclude.XIncludeHandler.UnparsedEntity
-
- NamedNodeMapImpl - Class in org.apache.xerces.dom
-
NamedNodeMaps represent collections of Nodes that can be accessed
by name.
- NamedNodeMapImpl(NodeImpl) - Constructor for class org.apache.xerces.dom.NamedNodeMapImpl
-
Constructs a named node map.
- NamedNodeMapImpl - Class in org.apache.xerces.impl.xs.opti
-
- NamedNodeMapImpl(Attr[]) - Constructor for class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
-
- NAMESPACE - Static variable in class org.apache.xerces.impl.xpath.XPath.NodeTest
-
Type: namespace
- NAMESPACE_BINDER - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Property identifier: namespace binder.
- NAMESPACE_BINDER - Static variable in class org.apache.xerces.parsers.DTDConfiguration
-
Property identifier: namespace binder.
- NAMESPACE_BINDER - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Property identifier: namespace binder.
- NAMESPACE_BINDER - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier: namespace binder.
- NAMESPACE_BINDER - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Property identifier: namespace binder.
- NAMESPACE_BINDER - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Property identifier: namespace binder.
- NAMESPACE_BINDER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
Namespace binder property ("internal/namespace-binder").
- NAMESPACE_CONTEXT - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
property identifier: NamespaceContext
- NAMESPACE_CONTEXT - Static variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Property identifier: error reporter.
- NAMESPACE_CONTEXT - Static variable in class org.apache.xerces.parsers.XIncludeParserConfiguration
-
Property identifier: error reporter.
- NAMESPACE_CONTEXT - Static variable in class org.apache.xerces.parsers.XPointerParserConfiguration
-
Property identifier: error reporter.
- NAMESPACE_CONTEXT_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
Namespace context property ("internal/namespace-context").
- NAMESPACE_PREFIXES - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Feature identifier: namespace prefixes.
- NAMESPACE_PREFIXES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Namespace prefixes feature ("namespace-prefixes").
- namespaceFixUp(ElementImpl, AttributeMap) - Method in class org.apache.xerces.dom.DOMNormalizer
-
- NAMESPACES - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- NAMESPACES - Static variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Feature identifier: namespaces.
- NAMESPACES - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Feature identifier: namespaces.
- NAMESPACES - Static variable in class org.apache.xerces.impl.XMLNamespaceBinder
-
Feature identifier: namespaces.
- NAMESPACES - Static variable in class org.apache.xerces.impl.XMLScanner
-
Feature identifier: namespaces.
- NAMESPACES - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
-
Feature id: namespace.
- NAMESPACES - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Feature identifier: namespaces.
- NAMESPACES - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
Feature identifier: namespaces.
- NAMESPACES - Static variable in class org.apache.xerces.parsers.DOMParserImpl
-
Feature identifier: namespaces.
- NAMESPACES - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature identifier: namespaces.
- NAMESPACES - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Feature identifier: namespaces.
- NAMESPACES - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Feature identifier: namespaces.
- NAMESPACES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Namespaces feature ("namespaces").
- NamespaceSupport - Class in org.apache.xerces.util
-
Namespace support for XML document handlers.
- NamespaceSupport() - Constructor for class org.apache.xerces.util.NamespaceSupport
-
Default constructor.
- NamespaceSupport(NamespaceContext) - Constructor for class org.apache.xerces.util.NamespaceSupport
-
Constructs a namespace context object and initializes it with
the prefixes declared in the specified context.
- NamespaceSupport.Prefixes - Class in org.apache.xerces.util
-
- NamespaceSupport.Prefixes(String[], int) - Constructor for class org.apache.xerces.util.NamespaceSupport.Prefixes
-
Constructor for Prefixes.
- namespaceURI - Variable in class org.apache.xerces.dom.AttrNSImpl
-
DOM2: Namespace URI.
- namespaceURI - Variable in class org.apache.xerces.dom.ElementNSImpl
-
DOM2: Namespace URI.
- needExtraChecking() - Method in interface org.apache.xerces.impl.dv.ValidationContext
-
- needExtraChecking() - Method in class org.apache.xerces.impl.validation.ValidationState
-
- needFacetChecking() - Method in interface org.apache.xerces.impl.dv.ValidationContext
-
- needFacetChecking() - Method in class org.apache.xerces.impl.validation.ValidationState
-
- needsSyncChildren(boolean) - Method in class org.apache.xerces.dom.NodeImpl
-
- needToNormalize() - Method in interface org.apache.xerces.impl.dv.ValidationContext
-
- needToNormalize() - Method in class org.apache.xerces.impl.validation.ValidationState
-
- NEW_NS_ATTR_QNAME - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- newDocument() - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
-
Non-preferred: use the getDOMImplementation() method instead of this
one to get a DOM Level 2 DOMImplementation object and then use DOM
Level 2 methods to create a DOM Document object.
- newDocumentBuilder() - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-
Creates a new instance of a
DocumentBuilder
using the currently configured parameters.
- newDuration(String) - Method in class org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl
-
Obtain a new instance of a
Duration
specifying the Duration
as its string representation, "PnYnMnDTnHnMnS",
as defined in XML Schema 1.0 section 3.2.6.1.
- newDuration(long) - Method in class org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl
-
Obtain a new instance of a
Duration
specifying the Duration
as milliseconds.
- newDuration(boolean, BigInteger, BigInteger, BigInteger, BigInteger, BigInteger, BigDecimal) - Method in class org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl
-
Obtain a new instance of a
Duration
specifying the Duration
as isPositive, years, months, days, hours, minutes, seconds.
- newSAXParser() - Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
-
Creates a new instance of
SAXParser
using the currently
configured factory parameters.
- newSchema(Source[]) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
-
- newSchema() - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
-
- newXMLGregorianCalendar() - Method in class org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl
-
Create a new instance of an
XMLGregorianCalendar
.
- newXMLGregorianCalendar(String) - Method in class org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl
-
Create a new XMLGregorianCalendar by parsing the String as a lexical representation.
- newXMLGregorianCalendar(GregorianCalendar) - Method in class org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl
-
Create an
XMLGregorianCalendar
from a GregorianCalendar
.
- newXMLGregorianCalendar(BigInteger, int, int, int, int, int, BigDecimal, int) - Method in class org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl
-
Constructor allowing for complete value spaces allowed by
W3C XML Schema 1.0 recommendation for xsd:dateTime and related
builtin datatypes.
- next - Variable in class org.apache.xerces.util.SymbolHash.Entry
-
The next entry.
- next - Variable in class org.apache.xerces.util.SymbolTable.Entry
-
The next entry.
- next - Variable in class org.apache.xerces.util.XMLGrammarPoolImpl.Entry
-
- nextElement() - Method in class org.apache.xerces.util.NamespaceSupport.Prefixes
-
- nextMatchingElementAfter(Node) - Method in class org.apache.xerces.dom.DeepNodeListImpl
-
Iterative tree-walker.
- nextNode() - Method in class org.apache.xerces.dom.NodeIteratorImpl
-
Return the next Node in the Iterator.
- nextNode() - Method in class org.apache.xerces.dom.TreeWalkerImpl
-
Return the next Node from the current node,
after applying filter, whatToshow.
- nextSibling - Variable in class org.apache.xerces.dom.ChildNode
-
Next sibling.
- nextSibling() - Method in class org.apache.xerces.dom.TreeWalkerImpl
-
Return the next sibling Node from the current node,
after applying filter, whatToshow.
- NMTOKENDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
-
NMTOKEN datatype validator.
- NMTOKENDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.NMTOKENDatatypeValidator
-
- NODE - Static variable in class org.apache.xerces.impl.xpath.XPath.NodeTest
-
Type: node.
- nodeCountCheck() - Method in class org.apache.xerces.impl.xs.models.CMNodeFactory
-
- NodeImpl - Class in org.apache.xerces.dom
-
NodeImpl provides the basic structure of a DOM tree.
- NodeImpl(CoreDocumentImpl) - Constructor for class org.apache.xerces.dom.NodeImpl
-
No public constructor; only subclasses of Node should be
instantiated, and those normally via a Document's factory methods
- NodeImpl() - Constructor for class org.apache.xerces.dom.NodeImpl
-
Constructor for serialization.
- NodeImpl - Class in org.apache.xerces.impl.xs.opti
-
- NodeImpl() - Constructor for class org.apache.xerces.impl.xs.opti.NodeImpl
-
- NodeImpl(String, String, String, String, short) - Constructor for class org.apache.xerces.impl.xs.opti.NodeImpl
-
- NodeIteratorImpl - Class in org.apache.xerces.dom
-
DefaultNodeIterator implements a NodeIterator, which iterates a
DOM tree in the expected depth first way.
- NodeIteratorImpl(DocumentImpl, Node, int, NodeFilter, boolean) - Constructor for class org.apache.xerces.dom.NodeIteratorImpl
-
Public constructor
- nodes - Variable in class org.apache.xerces.dom.DeepNodeListImpl
-
- nodes - Variable in class org.apache.xerces.dom.NamedNodeMapImpl
-
Nodes.
- nodeTest - Variable in class org.apache.xerces.impl.xpath.XPath.Step
-
Node test.
- nonNormalizedDefaultValue - Variable in class org.apache.xerces.impl.dtd.XMLSimpleType
-
non-normalized defaultValue
- NonValidatingConfiguration - Class in org.apache.xerces.parsers
-
This is the non validating parser configuration.
- NonValidatingConfiguration() - Constructor for class org.apache.xerces.parsers.NonValidatingConfiguration
-
Default constructor.
- NonValidatingConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.NonValidatingConfiguration
-
Constructs a parser configuration using the specified symbol table.
- NonValidatingConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.NonValidatingConfiguration
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- NonValidatingConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.NonValidatingConfiguration
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- normalize() - Method in class org.apache.xerces.dom.AttrImpl
-
- normalize() - Method in class org.apache.xerces.dom.DocumentFragmentImpl
-
Override default behavior to call normalize() on this Node's
children.
- normalize() - Method in class org.apache.xerces.dom.ElementImpl
-
In "normal form" (as read from a source file), there will never be two
Text children in succession.
- normalize() - Method in class org.apache.xerces.dom.NodeImpl
-
Puts all
Text
nodes in the full depth of the sub-tree
underneath this Node
, including attribute nodes, into a
"normal" form where only markup (e.g., tags, comments, processing
instructions, CDATA sections, and entity references) separates
Text
nodes, i.e., there are no adjacent Text
nodes.
- normalize() - Method in class org.apache.xerces.dom.ParentNode
-
Override default behavior to call normalize() on this Node's
children.
- normalize(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
If timezone present - normalize dateTime [E Adding durations to dateTimes]
- normalize(String, short) - Static method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- normalize(Object, short) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- normalize() - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- normalize(String, short) - Static method in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- NORMALIZE_DATA - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- NORMALIZE_DATA - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Feature identifier: expose schema normalized value
- NORMALIZE_DATA - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Feature identifier: expose schema normalized value
- NORMALIZE_DATA - Static variable in class org.apache.xerces.parsers.DOMParserImpl
-
Feature identifier: expose schema normalized value
- NORMALIZE_DATA - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Feature identifier: expose schema normalized value
- NORMALIZE_DATA - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
Feature identifier: expose schema normalized value
- NORMALIZE_DATA - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature identifier: expose schema normalized value
- NORMALIZED - Static variable in class org.apache.xerces.dom.NodeImpl
-
- normalizeDocument() - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental
Normalize document.
- normalizeDocument(CoreDocumentImpl, DOMConfigurationImpl) - Method in class org.apache.xerces.dom.DOMNormalizer
-
Normalizes document.
- normalizeDocument() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
DOM Level 3
- normalizedValue - Variable in class org.apache.xerces.impl.dv.ValidatedInfo
-
The normalized value of a string value
- normalizeNode(Node) - Method in class org.apache.xerces.dom.DOMNormalizer
-
This method acts as if the document was going through a save
and load cycle, putting the document in a "normal" form.
- normalizeWhitespace(XMLString) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
Normalize whitespace in an XMLString converting all whitespace
characters to space characters.
- normalizeWhitespace(XMLString, int) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
Normalize whitespace in an XMLString converting all whitespace
characters to space characters.
- normalizeWhitespace(XMLString) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
-
Normalize whitespace in an XMLString converting all whitespace
characters to space characters.
- normalizeWhitespace(XMLString, int) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
-
Normalize whitespace in an XMLString converting all whitespace
characters to space characters.
- normalizeWhitespace(XMLString) - Method in class org.apache.xerces.impl.XMLScanner
-
Normalize whitespace in an XMLString converting all whitespace
characters to space characters.
- normalizeWhitespace(XMLString, int) - Method in class org.apache.xerces.impl.XMLScanner
-
Normalize whitespace in an XMLString converting all whitespace
characters to space characters.
- notation - Variable in class org.apache.xerces.impl.dtd.XMLEntityDecl
-
notation
- notation - Variable in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
-
Notation name for unparsed entity.
- notation - Variable in class org.apache.xerces.xinclude.XIncludeHandler.UnparsedEntity
-
- NOTATIONDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
-
NOTATIONValidator defines the interface that data type validators must obey.
- NOTATIONDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.NOTATIONDatatypeValidator
-
- notationDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
A notation declaration
- notationDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
A notation declaration
- notationDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
A notation declaration
- notationDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
A notation declaration
- notationDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
A notation declaration
- notationDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
A notation declaration
- notationDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
-
A notation declaration
- notationDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- NotationImpl - Class in org.apache.xerces.dom
-
Notations are how the Document Type Description (DTD) records hints
about the format of an XML "unparsed entity" -- in other words,
non-XML data bound to this document type, which some applications
may wish to consult when manipulating the document.
- NotationImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.NotationImpl
-
Factory constructor.
- notationName - Variable in class org.apache.xerces.dom.EntityImpl
-
Notation name.
- notations - Variable in class org.apache.xerces.dom.DocumentTypeImpl
-
Notations.
- NOTIFY_BUILTIN_REFS - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Feature identifier: notify built-in refereces.
- NOTIFY_BUILTIN_REFS - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Feature identifier: notify built-in refereces.
- NOTIFY_BUILTIN_REFS - Static variable in class org.apache.xerces.parsers.DTDConfiguration
-
Feature identifier: notify built-in refereces.
- NOTIFY_BUILTIN_REFS - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Feature identifier: notify built-in refereces.
- NOTIFY_BUILTIN_REFS - Static variable in class org.apache.xerces.parsers.SAXParser
-
Feature identifier: notify built-in refereces.
- NOTIFY_BUILTIN_REFS - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature identifier: notify built-in refereces.
- NOTIFY_BUILTIN_REFS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Notify built-in (&, etc.) references feature (scanner/notify-builtin-refs").
- NOTIFY_CHAR_REFS - Static variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Feature identifier: notify character references.
- NOTIFY_CHAR_REFS - Static variable in class org.apache.xerces.impl.XMLScanner
-
Feature identifier: notify character references.
- NOTIFY_CHAR_REFS - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Feature identifier: notify character refereces.
- NOTIFY_CHAR_REFS - Static variable in class org.apache.xerces.parsers.DTDConfiguration
-
Feature identifier: notify character refereces.
- NOTIFY_CHAR_REFS - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Feature identifier: notify character refereces.
- NOTIFY_CHAR_REFS - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature identifier: notify character refereces.
- NOTIFY_CHAR_REFS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Notify character references feature (scanner/notify-char-refs").
- NS_DTD - Static variable in class org.apache.xerces.impl.Constants
-
- NS_XMLSCHEMA - Static variable in class org.apache.xerces.impl.Constants
-
- NSDECL - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- NSItemListImpl - Class in org.apache.xerces.impl.xs.util
-
Containts a list of Object's.
- NSItemListImpl(Vector) - Constructor for class org.apache.xerces.impl.xs.util.NSItemListImpl
-
- NSItemListImpl(XSNamespaceItem[], int) - Constructor for class org.apache.xerces.impl.xs.util.NSItemListImpl
-
Construct an XSNamespaceItemList implementation
- nsName - Variable in class org.apache.xerces.dom.DeepNodeListImpl
-
O
- occurrence(short, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
The occurrence count for a child in a children content model or
for the mixed content model group.
- occurrence(short, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
The occurrence count for a child in a children content model or
for the mixed content model group.
- occurrence(short, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The occurrence count for a child in a children content model or
for the mixed content model group.
- occurrence(short, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The occurrence count for a child in a children content model or
for the mixed content model group.
- OCCURRENCE_UNBOUNDED - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- oneTransition(QName, int[], SubstitutionGroupHandler) - Method in class org.apache.xerces.impl.xs.models.XSAllCM
-
The method corresponds to one transition in the content model.
- oneTransition(QName, int[], SubstitutionGroupHandler) - Method in interface org.apache.xerces.impl.xs.models.XSCMValidator
-
The method corresponds to one transaction in the content model.
- oneTransition(QName, int[], SubstitutionGroupHandler) - Method in class org.apache.xerces.impl.xs.models.XSDFACM
-
one transition only
- oneTransition(QName, int[], SubstitutionGroupHandler) - Method in class org.apache.xerces.impl.xs.models.XSEmptyCM
-
The method corresponds to one transaction in the content model.
- optional - Variable in class org.apache.xerces.impl.dtd.XMLAttributeDecl
-
optional
- org.apache.xerces.dom - package org.apache.xerces.dom
-
- org.apache.xerces.dom.events - package org.apache.xerces.dom.events
-
- org.apache.xerces.impl - package org.apache.xerces.impl
-
- org.apache.xerces.impl.dtd - package org.apache.xerces.impl.dtd
-
- org.apache.xerces.impl.dtd.models - package org.apache.xerces.impl.dtd.models
-
- org.apache.xerces.impl.dv - package org.apache.xerces.impl.dv
-
- org.apache.xerces.impl.dv.dtd - package org.apache.xerces.impl.dv.dtd
-
- org.apache.xerces.impl.dv.util - package org.apache.xerces.impl.dv.util
-
- org.apache.xerces.impl.dv.xs - package org.apache.xerces.impl.dv.xs
-
- org.apache.xerces.impl.io - package org.apache.xerces.impl.io
-
- org.apache.xerces.impl.msg - package org.apache.xerces.impl.msg
-
- org.apache.xerces.impl.validation - package org.apache.xerces.impl.validation
-
- org.apache.xerces.impl.xpath - package org.apache.xerces.impl.xpath
-
- org.apache.xerces.impl.xpath.regex - package org.apache.xerces.impl.xpath.regex
-
- org.apache.xerces.impl.xs - package org.apache.xerces.impl.xs
-
- org.apache.xerces.impl.xs.identity - package org.apache.xerces.impl.xs.identity
-
- org.apache.xerces.impl.xs.models - package org.apache.xerces.impl.xs.models
-
- org.apache.xerces.impl.xs.opti - package org.apache.xerces.impl.xs.opti
-
- org.apache.xerces.impl.xs.traversers - package org.apache.xerces.impl.xs.traversers
-
- org.apache.xerces.impl.xs.util - package org.apache.xerces.impl.xs.util
-
- org.apache.xerces.jaxp - package org.apache.xerces.jaxp
-
- org.apache.xerces.jaxp.datatype - package org.apache.xerces.jaxp.datatype
-
- org.apache.xerces.jaxp.validation - package org.apache.xerces.jaxp.validation
-
- org.apache.xerces.parsers - package org.apache.xerces.parsers
-
- org.apache.xerces.util - package org.apache.xerces.util
-
- org.apache.xerces.xinclude - package org.apache.xerces.xinclude
-
- org.apache.xerces.xpointer - package org.apache.xerces.xpointer
-
- otherValue - Variable in class org.apache.xerces.impl.dtd.XMLContentSpec
-
The "right hand" value of the content spec node.
- overlapUPA(XSElementDecl, XSElementDecl, SubstitutionGroupHandler) - Static method in class org.apache.xerces.impl.xs.XSConstraints
-
- overlapUPA(XSElementDecl, XSWildcardDecl, SubstitutionGroupHandler) - Static method in class org.apache.xerces.impl.xs.XSConstraints
-
- overlapUPA(XSWildcardDecl, XSWildcardDecl) - Static method in class org.apache.xerces.impl.xs.XSConstraints
-
- overlapUPA(Object, Object, SubstitutionGroupHandler) - Static method in class org.apache.xerces.impl.xs.XSConstraints
-
- OWNED - Static variable in class org.apache.xerces.dom.NodeImpl
-
- ownerDocument - Variable in class org.apache.xerces.dom.ParentNode
-
Owner document.
- ownerNode - Variable in class org.apache.xerces.dom.NamedNodeMapImpl
-
- ownerNode - Variable in class org.apache.xerces.dom.NodeImpl
-
P
- ParentNode - Class in org.apache.xerces.dom
-
ParentNode inherits from ChildNode and adds the capability of having child
nodes.
- ParentNode(CoreDocumentImpl) - Constructor for class org.apache.xerces.dom.ParentNode
-
No public constructor; only subclasses of ParentNode should be
instantiated, and those normally via a Document's factory methods
- ParentNode() - Constructor for class org.apache.xerces.dom.ParentNode
-
Constructor for serialization.
- parentNode() - Method in class org.apache.xerces.dom.TreeWalkerImpl
-
Return the parent Node from the current node,
after applying filter, whatToshow.
- parse(XMLInputSource) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Parse an XML document.
- parse(String) - Method in class org.apache.xerces.impl.dv.xs.DateDV
-
Parses, validates and computes normalized version of dateTime object
- parse(String) - Method in class org.apache.xerces.impl.dv.xs.DateTimeDV
-
Parses, validates and computes normalized version of dateTime object
- parse(String) - Method in class org.apache.xerces.impl.dv.xs.DayDV
-
Parses, validates and computes normalized version of gDay object
- parse(String, int) - Method in class org.apache.xerces.impl.dv.xs.DurationDV
-
Parses, validates and computes normalized version of duration object
- parse(String) - Method in class org.apache.xerces.impl.dv.xs.MonthDayDV
-
Parses, validates and computes normalized version of gMonthDay object
- parse(String) - Method in class org.apache.xerces.impl.dv.xs.MonthDV
-
Parses, validates and computes normalized version of gMonth object
- parse(String) - Method in class org.apache.xerces.impl.dv.xs.TimeDV
-
Parses, validates and computes normalized version of time object
- parse(String) - Method in class org.apache.xerces.impl.dv.xs.YearDV
-
Parses, validates and computes normalized version of gYear object
- parse(String) - Method in class org.apache.xerces.impl.dv.xs.YearMonthDV
-
Parses, validates and computes normalized version of gYearMonth object
- parse(XMLInputSource) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
Delegates parsing to SchemaParsingConfig
- parse(boolean) - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Parses the document in a pull parsing fashion.
- parse(XMLInputSource) - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Parses the specified input source.
- parse(InputSource) - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
-
- parse(InputSource) - Method in class org.apache.xerces.jaxp.SAXParserImpl.JAXPSAXParser
-
- parse(String) - Method in class org.apache.xerces.jaxp.SAXParserImpl.JAXPSAXParser
-
- parse(String) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Parses the input source specified by the given system identifier.
- parse(InputSource) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
parse
- parse(XMLInputSource) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Parse an XML document.
- parse(String) - Method in class org.apache.xerces.parsers.DOMParser
-
Parses the input source specified by the given system identifier.
- parse(InputSource) - Method in class org.apache.xerces.parsers.DOMParser
-
parse
- parse(LSInput) - Method in class org.apache.xerces.parsers.DOMParserImpl
-
Parse an XML document from a resource identified by an
LSInput
.
- parse(boolean) - Method in class org.apache.xerces.parsers.DTDConfiguration
-
Parses the document in a pull parsing fashion.
- parse(XMLInputSource) - Method in class org.apache.xerces.parsers.DTDConfiguration
-
Parses the specified input source.
- parse(boolean) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Parses the document in a pull parsing fashion.
- parse(XMLInputSource) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Parses the specified input source.
- parse(XMLInputSource) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Parses the specified input source.
- parse(boolean) - Method in class org.apache.xerces.parsers.XML11Configuration
-
- parse(XMLInputSource) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Parses the specified input source.
- parse(boolean) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
- parse(XMLInputSource) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Parses the specified input source.
- parse(boolean) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
- parse(XMLInputSource) - Method in class org.apache.xerces.parsers.XMLParser
-
parse
- parse() - Method in class org.apache.xerces.xinclude.XIncludeTextReader
-
Read the input stream as text, and pass the text on to the XIncludeHandler
using calls to characters().
- parseASInputSource(LSInput) - Method in class org.apache.xerces.parsers.DOMASBuilderImpl
-
Deprecated.
Parse a Abstract Schema from a location identified by an
LSInput
.
- parseASURI(String) - Method in class org.apache.xerces.parsers.DOMASBuilderImpl
-
Deprecated.
Parse a Abstract Schema from a location identified by an URI.
- ParseException - Exception in org.apache.xerces.impl.xpath.regex
-
- ParseException(String, int) - Constructor for exception org.apache.xerces.impl.xpath.regex.ParseException
-
- parseGrammar(String, String) - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
Parse a grammar from a location identified by an URI.
- parseGrammar(String, XMLInputSource) - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
Parse a grammar from a location identified by an
XMLInputSource.
- parseInt(String, int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
Given start and end position, parses string value
- parseIntYear(String, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- PARSER_SETTINGS - Static variable in class org.apache.xerces.impl.Constants
-
Internal performance related feature:
false - the parser settings (features/properties) have not changed between 2 parses
true - the parser settings have changed between 2 parses
NOTE: this feature should only be set by the parser configuration.
- PARSER_SETTINGS - Static variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
- PARSER_SETTINGS - Static variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
- PARSER_SETTINGS - Static variable in class org.apache.xerces.impl.XMLEntityManager
-
- PARSER_SETTINGS - Static variable in class org.apache.xerces.impl.XMLScanner
-
- PARSER_SETTINGS - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- PARSER_SETTINGS - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- PARSER_SETTINGS - Static variable in class org.apache.xerces.util.ParserConfigurationSettings
-
- PARSER_SETTINGS - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- ParserConfigurationSettings - Class in org.apache.xerces.util
-
This class implements the basic operations for managing parser
configuration features and properties.
- ParserConfigurationSettings() - Constructor for class org.apache.xerces.util.ParserConfigurationSettings
-
Default Constructor.
- ParserConfigurationSettings(XMLComponentManager) - Constructor for class org.apache.xerces.util.ParserConfigurationSettings
-
Constructs a parser configuration settings object with a
parent settings object.
- parseSchema(XMLInputSource, XSDDescription, Hashtable) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
This method initiates the parse of a schema.
- parseSecond(String, int, int) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- parseSecond(String, int, int) - Method in class org.apache.xerces.impl.dv.xs.DurationDV
-
- parseTimeZone(String, int, int, AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
Shared code from Date and YearMonth datatypes.
- parseURI(String) - Method in class org.apache.xerces.parsers.DOMParserImpl
-
Parse an XML document from a location identified by an URI reference.
- parseWithContext(LSInput, Node, short) - Method in class org.apache.xerces.parsers.DOMParserImpl
-
Parse an XML document or fragment from a resource identified by an
LSInput
and insert the content into an existing
document at the position epcified with the contextNode
and action
arguments.
- parseXPointer(String) - Method in class org.apache.xerces.xpointer.XPointerHandler
-
Parses the XPointer framework expression and delegates scheme specific parsing.
- parseXPointer(String) - Method in interface org.apache.xerces.xpointer.XPointerPart
-
Provides scheme specific parsing of a XPointer expression i.e.
- parseXPointer(String) - Method in interface org.apache.xerces.xpointer.XPointerProcessor
-
Parses an XPointer expression.
- PARTICLE_ELEMENT - Static variable in class org.apache.xerces.impl.xs.XSParticleDecl
-
- PARTICLE_EMPTY - Static variable in class org.apache.xerces.impl.xs.XSParticleDecl
-
- PARTICLE_MODELGROUP - Static variable in class org.apache.xerces.impl.xs.XSParticleDecl
-
- PARTICLE_ONE_OR_MORE - Static variable in class org.apache.xerces.impl.xs.XSParticleDecl
-
- PARTICLE_WILDCARD - Static variable in class org.apache.xerces.impl.xs.XSParticleDecl
-
- PARTICLE_ZERO_OR_MORE - Static variable in class org.apache.xerces.impl.xs.XSParticleDecl
-
- PARTICLE_ZERO_OR_ONE - Static variable in class org.apache.xerces.impl.xs.XSParticleDecl
-
- pattern - Variable in class org.apache.xerces.impl.dv.XSFacets
-
string containing value of pattern facet, for multiple patterns values
are ORed together.
- patternAnnotations - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- patternAnnotations - Variable in class org.apache.xerces.impl.dv.XSFacets
-
- pcdata(Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
The appearance of "#PCDATA" within a group signifying a
mixed content model.
- pcdata(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
The appearance of "#PCDATA" within a group signifying a
mixed content model.
- pcdata(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The appearance of "#PCDATA" within a group signifying a
mixed content model.
- pcdata(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The appearance of "#PCDATA" within a group signifying a
mixed content model.
- peek() - Method in class org.apache.xerces.util.IntStack
-
Peeks at the top of the stack.
- peekChar() - Method in class org.apache.xerces.impl.XML11EntityScanner
-
Returns the next character on the input.
- peekChar() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Returns the next character on the input.
- performIntersectionWith(XSWildcardDecl, short) - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
Schema Component Constraint: Attribute Wildcard Intersection
- performUnionWith(XSWildcardDecl, short) - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
Schema Component Constraint: Attribute Wildcard Union
- pop() - Method in class org.apache.xerces.util.IntStack
-
Pops a value off of the stack.
- popContext() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
-
Pops a context off of the stack.
- popContext() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XSIErrorReporter
-
- popContext() - Method in class org.apache.xerces.util.NamespaceSupport
-
- popElement(QName) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.ElementStack
-
Pops an element off of the stack by setting the values of
the specified QName.
- popScope() - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
Pops the current scope.
- position - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
Position in character buffer.
- precedes(Node, Node) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
- PRECISIONDECIMAL_DT - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- PREFIX - Static variable in class org.apache.xerces.dom.DOMNormalizer
-
prefix added by namespace fixup algorithm should follow a pattern "NS" + index
- PREFIX_XML - Static variable in class org.apache.xerces.util.XMLSymbols
-
The internalized "xml" prefix.
- PREFIX_XMLNS - Static variable in class org.apache.xerces.util.XMLSymbols
-
The internalized "xmlns" prefix.
- prefixBoundToNullURI(String, String) - Method in class org.apache.xerces.impl.XML11NamespaceBinder
-
- prefixBoundToNullURI(String, String) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
- prepareAndPopulateTableView() - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Prepares the table view of the attributes list for use,
and populates it with the attributes which have been
previously read.
- prepareTableView() - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Prepares the table view of the attributes list for use.
- preparseGrammar(String, XMLInputSource) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Parse a grammar from a location identified by an
XMLInputSource.
- preventDefault - Variable in class org.apache.xerces.dom.events.EventImpl
-
- preventDefault() - Method in class org.apache.xerces.dom.events.EventImpl
-
Prevents any default processing built into the target node from
occurring.
- previousNode() - Method in class org.apache.xerces.dom.NodeIteratorImpl
-
Return the previous Node in the Iterator.
- previousNode() - Method in class org.apache.xerces.dom.TreeWalkerImpl
-
Return the previous Node from the current node,
after applying filter, whatToshow.
- previousSibling - Variable in class org.apache.xerces.dom.ChildNode
-
Previous sibling.
- previousSibling() - Method in class org.apache.xerces.dom.TreeWalkerImpl
-
Return the previous sibling Node from the current node,
after applying filter, whatToshow.
- PRIMITIVE_ANYURI - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
-
"anyURI" type
- PRIMITIVE_BASE64BINARY - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
-
"base64Binary" type
- PRIMITIVE_BOOLEAN - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
-
"boolean" type
- PRIMITIVE_DATE - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
-
"date" type
- PRIMITIVE_DATETIME - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
-
"dataTime" type
- PRIMITIVE_DECIMAL - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
-
"decimal" type
- PRIMITIVE_DOUBLE - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
-
"double" type
- PRIMITIVE_DURATION - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
-
"duration" type
- PRIMITIVE_FLOAT - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
-
"float" type
- PRIMITIVE_GDAY - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
-
"gDay" type
- PRIMITIVE_GMONTH - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
-
"gMonth" type
- PRIMITIVE_GMONTHDAY - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
-
"gMonthDay" type
- PRIMITIVE_GYEAR - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
-
"gYear" type
- PRIMITIVE_GYEARMONTH - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
-
"gYearMonth" type
- PRIMITIVE_HEXBINARY - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
-
"hexBinary" type
- PRIMITIVE_NOTATION - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
-
"NOTATION" type
- PRIMITIVE_PRECISIONDECIMAL - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
-
"precisionDecimal" type
- PRIMITIVE_QNAME - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
-
"QName" type
- PRIMITIVE_STRING - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
-
"string" type
- PRIMITIVE_TIME - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
-
"time" type
- print() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Prints out the tables.
- print() - Method in class org.apache.xerces.util.IntStack
-
Prints the stack.
- PRINT_EXCEPTION_STACK_TRACE - Static variable in class org.apache.xerces.parsers.DTDConfiguration
-
Set to true and recompile to print exception stack trace.
- PRINT_EXCEPTION_STACK_TRACE - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Set to true and recompile to print exception stack trace.
- PRINT_EXCEPTION_STACK_TRACE - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Set to true and recompile to print exception stack trace.
- PRINT_EXCEPTION_STACK_TRACE - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Set to true and recompile to print exception stack trace.
- printAttributes(int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- printDOM() - Method in class org.apache.xerces.impl.xs.opti.SchemaDOM
-
- printElements() - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- processAttributes(XMLAttributes) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Processes the XMLAttributes object of startElement() calls.
- processExternalHints(String, String, Hashtable, XMLErrorReporter) - Static method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
-
A processing instruction.
- processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
A processing instruction.
- processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
A processing instruction.
- processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
A processing instruction.
- processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
A processing instruction.
- processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
A processing instruction.
- processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
A processing instruction.
- processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
A processing instruction.
- processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
A processing instruction.
- processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
A processing instruction.
- processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
A processing instruction.
- processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
-
A processing instruction.
- processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- processingInstruction(String, XMLString, Augmentations) - Method in class org.apache.xerces.xpointer.XPointerHandler
-
A processing instruction.
- ProcessingInstructionImpl - Class in org.apache.xerces.dom
-
Processing Instructions (PIs) permit documents to carry
processor-specific information alongside their actual content.
- ProcessingInstructionImpl(CoreDocumentImpl, String, String) - Constructor for class org.apache.xerces.dom.ProcessingInstructionImpl
-
Factory constructor.
- processXMLBaseAttributes(XMLAttributes) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Search for a xml:base attribute, and if one is found, put the new base URI into
effect.
- processXMLLangAttributes(XMLAttributes) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Search for a xml:lang attribute, and if one is found, put the new
[language] into effect.
- PSVI - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- PSVI_AUGMENT - Static variable in class org.apache.xerces.parsers.DOMParserImpl
-
- PSVI_DOCUMENT_CLASS_NAME - Static variable in class org.apache.xerces.parsers.AbstractDOMParser
-
- PSVIAttrNSImpl - Class in org.apache.xerces.dom
-
Attribute namespace implementation; stores PSVI attribute items.
- PSVIAttrNSImpl(CoreDocumentImpl, String, String, String) - Constructor for class org.apache.xerces.dom.PSVIAttrNSImpl
-
Construct an attribute node.
- PSVIAttrNSImpl(CoreDocumentImpl, String, String) - Constructor for class org.apache.xerces.dom.PSVIAttrNSImpl
-
Construct an attribute node.
- PSVIDocumentImpl - Class in org.apache.xerces.dom
-
Our own document implementation, which knows how to create an element
with PSVI information.
- PSVIDocumentImpl() - Constructor for class org.apache.xerces.dom.PSVIDocumentImpl
-
Create a document.
- PSVIDocumentImpl(DocumentType) - Constructor for class org.apache.xerces.dom.PSVIDocumentImpl
-
For DOM2 support.
- PSVIDOMImplementationImpl - Class in org.apache.xerces.dom
-
The DOMImplementation class is description of a particular
implementation of the Document Object Model.
- PSVIDOMImplementationImpl() - Constructor for class org.apache.xerces.dom.PSVIDOMImplementationImpl
-
- PSVIElementNSImpl - Class in org.apache.xerces.dom
-
Element namespace implementation; stores PSVI element items.
- PSVIElementNSImpl(CoreDocumentImpl, String, String, String) - Constructor for class org.apache.xerces.dom.PSVIElementNSImpl
-
Construct an element node.
- PSVIElementNSImpl(CoreDocumentImpl, String, String) - Constructor for class org.apache.xerces.dom.PSVIElementNSImpl
-
Construct an element node.
- publicID - Variable in class org.apache.xerces.dom.DocumentTypeImpl
-
- publicId - Variable in class org.apache.xerces.dom.EntityImpl
-
Public identifier.
- publicId - Variable in class org.apache.xerces.dom.NotationImpl
-
Public identifier.
- publicId - Variable in class org.apache.xerces.impl.dtd.XMLEntityDecl
-
publicId
- publicId - Variable in class org.apache.xerces.impl.dtd.XMLNotationDecl
-
publicId
- publicId - Variable in class org.apache.xerces.xinclude.XIncludeHandler.Notation
-
- publicId - Variable in class org.apache.xerces.xinclude.XIncludeHandler.UnparsedEntity
-
- push(int) - Method in class org.apache.xerces.util.IntStack
-
Pushes a value onto the stack.
- pushContext() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
-
Pushes a new context onto the stack.
- pushContext() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XSIErrorReporter
-
- pushContext() - Method in class org.apache.xerces.util.NamespaceSupport
-
- pushContext() - Method in class org.apache.xerces.xinclude.XIncludeNamespaceSupport
-
Pushes a new context onto the stack.
- pushElement(QName) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.ElementStack
-
Pushes an element on the stack.
- pushScope() - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
Begins a new scope.
- put(String, int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar.QNameHashtable
-
Associates the given value with the specified key tuple.
- put(Object, Object) - Method in class org.apache.xerces.util.SymbolHash
-
Adds the key/value mapping to the key table.
- putElementNameMapping(QName, int, int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- putGrammar(DTDGrammar) - Method in class org.apache.xerces.impl.dtd.DTDGrammarBucket
-
Puts the specified grammar into the grammar pool and associate it to
a root element name (this being internal, the lack of generality is irrelevant).
- putGrammar(SchemaGrammar) - Method in class org.apache.xerces.impl.xs.XSGrammarBucket
-
Put a schema grammar into the registry
This method is for internal use only: it assumes that a grammar with
the same target namespace is not already in the bucket.
- putGrammar(SchemaGrammar, boolean) - Method in class org.apache.xerces.impl.xs.XSGrammarBucket
-
put a schema grammar and any grammars imported by it (directly or
inderectly) into the registry.
- putGrammar(Grammar) - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
-
Puts the specified grammar into the grammar pool and associates it to
its root element name or its target namespace.
- putIANA2JavaMapping(String, String) - Static method in class org.apache.xerces.util.EncodingMap
-
Deprecated.
Use of this method is not recommended. Its
effect is JVM wide and may cause unforeseen behaviour
for other applications running in the system.
- putIdentifier(String, Element) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Registers an identifier name with a specified element node.
- putIdentifier(String, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Registers an identifier name with a specified element node.
- putItem(String, Object) - Method in class org.apache.xerces.util.AugmentationsImpl
-
Add additional information identified by a key to the Augmentations structure.
- putJava2IANAMapping(String, String) - Static method in class org.apache.xerces.util.EncodingMap
-
Deprecated.
Use of this method is not recommended. Its
effect is JVM wide and may cause unforeseen behaviour
for other applications running in the system.
- putMessageFormatter(String, MessageFormatter) - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Registers a message formatter for the specified domain.
Q
- QNAME - Static variable in class org.apache.xerces.impl.xpath.XPath.NodeTest
-
Type: qualified name.
- QNameDV - Class in org.apache.xerces.impl.dv.xs
-
Represent the schema type "QName" and "NOTATION"
- QNameDV() - Constructor for class org.apache.xerces.impl.dv.xs.QNameDV
-
- quoteMeta(String) - Static method in class org.apache.xerces.impl.xpath.regex.REUtil
-
R
- RangeExceptionImpl - Exception in org.apache.xerces.dom
-
- RangeExceptionImpl(short, String) - Constructor for exception org.apache.xerces.dom.RangeExceptionImpl
-
- RangeImpl - Class in org.apache.xerces.dom
-
The RangeImpl class implements the org.w3c.dom.range.Range interface.
- RangeImpl(DocumentImpl) - Constructor for class org.apache.xerces.dom.RangeImpl
-
The constructor.
- ranges - Variable in class org.apache.xerces.dom.DocumentImpl
-
Ranges
- read() - Method in class org.apache.xerces.impl.io.ASCIIReader
-
Read a single character.
- read(char[], int, int) - Method in class org.apache.xerces.impl.io.ASCIIReader
-
Read characters into a portion of an array.
- read() - Method in class org.apache.xerces.impl.io.UCSReader
-
Read a single character.
- read(char[], int, int) - Method in class org.apache.xerces.impl.io.UCSReader
-
Read characters into a portion of an array.
- read() - Method in class org.apache.xerces.impl.io.UTF8Reader
-
Read a single character.
- read(char[], int, int) - Method in class org.apache.xerces.impl.io.UTF8Reader
-
Read characters into a portion of an array.
- read() - Method in class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
-
- read(byte[], int, int) - Method in class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
-
- reader - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
Reader.
- READONLY - Static variable in class org.apache.xerces.dom.NamedNodeMapImpl
-
- READONLY - Static variable in class org.apache.xerces.dom.NodeImpl
-
- ready() - Method in class org.apache.xerces.impl.io.ASCIIReader
-
Tell whether this stream is ready to be read.
- ready() - Method in class org.apache.xerces.impl.io.UCSReader
-
Tell whether this stream is ready to be read.
- ready() - Method in class org.apache.xerces.impl.io.UTF8Reader
-
Tell whether this stream is ready to be read.
- reconcileDefaultAttributes() - Method in class org.apache.xerces.dom.ElementImpl
-
Reconcile default attributes.
- reconcileDefaults(NamedNodeMapImpl) - Method in class org.apache.xerces.dom.AttributeMap
-
Get this AttributeMap in sync with the given "defaults" map.
- REDEF_IDENTIFIER - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- registerPreparser(String, XMLGrammarLoader) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
- RegularExpression - Class in org.apache.xerces.impl.xpath.regex
-
A regular expression matching engine using Non-deterministic Finite Automaton (NFA).
- RegularExpression(String) - Constructor for class org.apache.xerces.impl.xpath.regex.RegularExpression
-
Creates a new RegularExpression instance.
- RegularExpression(String, String) - Constructor for class org.apache.xerces.impl.xpath.regex.RegularExpression
-
Creates a new RegularExpression instance with options.
- rehash() - Method in class org.apache.xerces.util.SymbolTable
-
Increases the capacity of and internally reorganizes this
SymbolTable, in order to accommodate and access its entries more
efficiently.
- removeAll() - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
NON-DOM remove all elements from this map
- removeAllAttributes() - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- removeAllAttributes() - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Removes all of the attributes.
- removeAllItems() - Method in class org.apache.xerces.util.AugmentationsImpl
-
Remove all objects from the Augmentations structure.
- removeAS(ASModel) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Removes only the specified
ASModel
from the list of
ASModel
s.
- removeAttribute(String) - Method in class org.apache.xerces.dom.ElementImpl
-
Remove the named attribute from this Element.
- removeAttribute(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- removeAttributeAt(int) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- removeAttributeAt(int) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Removes the attribute at the specified index.
- removeAttributeNode(Attr) - Method in class org.apache.xerces.dom.ElementImpl
-
Remove the specified attribute/value pair.
- removeAttributeNode(Attr) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- removeAttributeNS(String, String) - Method in class org.apache.xerces.dom.ElementImpl
-
Introduced in DOM Level 2.
- removeAttributeNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- removeChild(Node) - Method in class org.apache.xerces.dom.AttrImpl
-
Remove a child from this Node.
- removeChild(Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Since insertBefore caches the docElement (and, currently, docType),
removeChild has to know how to undo the cache
REVISIT: According to the spec it is not allowed to alter neither the
document element nor the document type in any way
- removeChild(Node) - Method in class org.apache.xerces.dom.NodeImpl
-
Remove a child from this Node.
- removeChild(Node) - Method in class org.apache.xerces.dom.ParentNode
-
Remove a child from this Node.
- removeChild(Node) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- removeData() - Method in class org.apache.xerces.dom.TextImpl
-
NON-DOM (used by DOMParser: Sets data to empty string.
- removeEventListener(NodeImpl, String, EventListener, boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
- removeEventListener(NodeImpl, String, EventListener, boolean) - Method in class org.apache.xerces.dom.DocumentImpl
-
Introduced in DOM Level 2.
- removeEventListener(String, EventListener, boolean) - Method in class org.apache.xerces.dom.NodeImpl
-
- removeGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
-
Removes the grammar associated to the specified grammar description from the
grammar pool and returns the removed grammar.
- removeIANA2JavaMapping(String) - Static method in class org.apache.xerces.util.EncodingMap
-
Deprecated.
Use of this method is not recommended. Its
effect is JVM wide and may cause unforeseen behaviour
for other applications running in the system.
- removeIdentifier(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Removes a previously registered element with the specified
identifier name.
- removeItem(Node, boolean) - Method in class org.apache.xerces.dom.AttributeMap
-
NON-DOM: Remove the node object
NOTE: Specifically removes THIS NODE -- not the node with this
name, nor the node with these contents.
- removeItem(int) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
NON-DOM: Remove attribute at specified index
- removeItem(String) - Method in class org.apache.xerces.util.AugmentationsImpl
-
Remove additional info from the Augmentations structure
- removeJava2IANAMapping(String) - Static method in class org.apache.xerces.util.EncodingMap
-
Deprecated.
Use of this method is not recommended. Its
effect is JVM wide and may cause unforeseen behaviour
for other applications running in the system.
- removeMessageFormatter(String) - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Removes the message formatter for the specified domain and
returns the removed message formatter.
- removeNamedItem(String) - Method in class org.apache.xerces.dom.AttributeMap
-
- removeNamedItem(String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
- removeNamedItem(String) - Method in class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
-
- removeNamedItemNS(String, String) - Method in class org.apache.xerces.dom.AttributeMap
-
Introduced in DOM Level 2.
- removeNamedItemNS(String, String) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
Introduced in DOM Level 2.
- removeNamedItemNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
-
- removeNode(Node) - Method in class org.apache.xerces.dom.NodeIteratorImpl
-
Fix-up the iterator on a remove.
- removeProhibitedAttrs() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
- removeWhiteSpace(char[]) - Static method in class org.apache.xerces.impl.dv.util.Base64
-
remove WhiteSpace from MIME containing encoded Base64 data.
- renameNode(Node, String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- renameNode(Node, String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
DOM Level 3
- replaceChild(Node, Node) - Method in class org.apache.xerces.dom.AttrImpl
-
Make newChild occupy the location that oldChild used to
have.
- replaceChild(Node, Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Since we cache the docElement (and, currently, docType),
replaceChild has to update the cache
REVISIT: According to the spec it is not allowed to alter neither the
document element nor the document type in any way
- replaceChild(Node, Node) - Method in class org.apache.xerces.dom.NodeImpl
-
Make newChild occupy the location that oldChild used to
have.
- replaceChild(Node, Node) - Method in class org.apache.xerces.dom.ParentNode
-
Make newChild occupy the location that oldChild used to
have.
- replaceChild(Node, Node) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- replaceData(int, int, String) - Method in class org.apache.xerces.dom.CharacterDataImpl
-
Replace a series of characters at the specified (zero-based)
offset with a new string, NOT necessarily of the same
length.
- replaceData(String) - Method in class org.apache.xerces.dom.TextImpl
-
NON-DOM (used by DOMParser): Reset data for the node.
- replaceData(int, int, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultText
-
Replace the characters starting at the specified 16-bit unit offset
with the specified string.
- replaceWholeText(String) - Method in class org.apache.xerces.dom.TextImpl
-
Replaces the text of the current node and all logically-adjacent text
nodes with the specified text.
- replaceWholeText(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultText
-
- reportDOMError(DOMErrorHandler, DOMErrorImpl, DOMLocatorImpl, String, short, String) - Static method in class org.apache.xerces.dom.DOMNormalizer
-
Reports a DOM error to the user handler.
- reportError(String, String, Object[], short) - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Reports an error.
- reportError(XMLLocator, String, String, Object[], short) - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Reports an error at a specific location.
- reportError(String, Object[]) - Method in interface org.apache.xerces.impl.xs.identity.ValueStore
-
Since the valueStore will have access to an error reporter, this
allows it to be called appropriately.
- reportError(String, Object[]) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
- reportError(String, String, Object[], short) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XSIErrorReporter
-
- reportError(XMLLocator, String, String, Object[], short) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XSIErrorReporter
-
- reportFatalError(String, Object[]) - Method in class org.apache.xerces.impl.XMLScanner
-
Convenience function used in all XML scanners.
- reportFatalError(String) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- reportFatalError(String, Object[]) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- reportResourceError(String) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- reportResourceError(String, Object[]) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- reset() - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
reset all components before parsing
- reset() - Method in class org.apache.xerces.dom.DOMErrorImpl
-
- reset(XMLComponentManager) - Method in class org.apache.xerces.impl.dtd.XML11DTDValidator
-
- reset() - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
- reset(XMLComponentManager) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
- reset() - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
- reset(XMLComponentManager) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
- reset() - Method in class org.apache.xerces.impl.dv.ValidatedInfo
-
reset the state of this object
- reset() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- reset() - Method in class org.apache.xerces.impl.dv.XSFacets
-
- reset() - Method in class org.apache.xerces.impl.io.ASCIIReader
-
Reset the stream.
- reset() - Method in class org.apache.xerces.impl.io.UCSReader
-
Reset the stream.
- reset() - Method in class org.apache.xerces.impl.io.UTF8Reader
-
Reset the stream.
- reset() - Method in class org.apache.xerces.impl.validation.ValidationManager
-
- reset() - Method in class org.apache.xerces.impl.validation.ValidationState
-
- reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
-
- reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Resets the component.
- reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Resets the component.
- reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
reset
- reset() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
- reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Resets the component.
- reset() - Method in class org.apache.xerces.impl.XMLEntityManager
-
- reset() - Method in class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
-
- reset(SymbolTable, XMLEntityManager, XMLErrorReporter) - Method in class org.apache.xerces.impl.XMLEntityScanner
-
- reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Resets the component.
- reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Resets the component.
- reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
-
- reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLScanner
-
- reset() - Method in class org.apache.xerces.impl.XMLScanner
-
- reset(XMLComponentManager) - Method in class org.apache.xerces.impl.XMLVersionDetector
-
- reset() - Method in class org.apache.xerces.impl.xs.AttributePSVImpl
-
Reset()
- reset() - Method in class org.apache.xerces.impl.xs.ElementPSVImpl
-
Reset() should be called in validator startElement(..) method.
- reset(XMLComponentManager) - Method in class org.apache.xerces.impl.xs.models.CMNodeFactory
-
- reset() - Method in class org.apache.xerces.impl.xs.opti.SchemaDOM
-
- reset() - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
Reset SchemaParsingConfig
- reset() - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Reset all components before parsing.
- reset() - Method in class org.apache.xerces.impl.xs.SubstitutionGroupHandler
-
clear the internal registry of substitutionGroup information
- reset(SymbolTable) - Method in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- reset(XMLComponentManager) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- reset(XMLComponentManager) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- reset(XMLComponentManager) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- reset(XMLErrorReporter) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XSIErrorReporter
-
- reset() - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
- reset() - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
- reset() - Method in class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
- reset() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- reset() - Method in class org.apache.xerces.impl.xs.XSDDescription
-
resets all the fields
- reset() - Method in class org.apache.xerces.impl.xs.XSDeclarationPool
-
- reset() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
Reset current element declaration
- reset() - Method in class org.apache.xerces.impl.xs.XSGrammarBucket
-
Clear the registry.
- reset() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
- reset() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
- reset() - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
-
- reset() - Method in class org.apache.xerces.jaxp.SAXParserImpl
-
- reset() - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
Resets the parser state.
- reset() - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Reset all components before parsing.
- reset() - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
reset all components before parsing
- reset() - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
reset all components before parsing and namespace context
- reset() - Method in class org.apache.xerces.parsers.DOMParserImpl
-
Resets the parser state.
- reset() - Method in class org.apache.xerces.parsers.DTDConfiguration
-
Reset all components before parsing.
- reset() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Reset all components before parsing.
- reset() - Method in class org.apache.xerces.parsers.XML11Configuration
-
reset all XML 1.0 components before parsing and namespace context
- reset() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
reset all XML 1.0 components before parsing and namespace context
- reset() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
reset all XML 1.0 components before parsing and namespace context
- reset() - Method in class org.apache.xerces.parsers.XMLParser
-
reset all components before parsing
- reset() - Method in class org.apache.xerces.util.NamespaceSupport
-
- reset() - Method in class org.apache.xerces.xinclude.MultipleScopeNamespaceSupport
-
Only resets the current scope -- all namespaces defined in lower scopes
remain valid after a call to reset.
- reset(XMLComponentManager) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- resetCommon() - Method in class org.apache.xerces.parsers.XML11Configuration
-
reset all common components before parsing
- resetCommon() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
reset all common components before parsing
- resetCommon() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
reset all common components before parsing
- resetDateObj(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
Resets object representation of date/time
- resetIDTables() - Method in class org.apache.xerces.impl.validation.ValidationState
-
The same validation state can be used to validate more than one (schema)
validation roots.
- resetNodeCount() - Method in class org.apache.xerces.impl.xs.models.CMNodeFactory
-
- resetNodePool() - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
ResetNodePool on SchemaParsingConfig
- resetNodePool() - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
- resetXML11() - Method in class org.apache.xerces.parsers.XML11Configuration
-
reset all components before parsing and namespace context
- resetXML11() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
reset all components before parsing and namespace context
- resetXML11() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
reset all components before parsing and namespace context
- RESOLVE_DTD_URIS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Resolve DTD URIs feature ("resolve-dtd-uris").
- resolveDocument(XSDDescription, Hashtable, XMLEntityResolver) - Static method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
This method tries to resolve location of the given schema.
- resolveEntity(XMLResourceIdentifier) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Resolves the specified public and system identifiers.
- resolveEntity(XMLResourceIdentifier) - Method in class org.apache.xerces.util.DOMEntityResolverWrapper
-
Resolves an external parsed entity.
- resolveEntity(XMLResourceIdentifier) - Method in class org.apache.xerces.util.EntityResolver2Wrapper
-
Resolves an external parsed entity.
- resolveEntity(XMLResourceIdentifier) - Method in class org.apache.xerces.util.EntityResolverWrapper
-
Resolves an external parsed entity.
- resolveEntity(String, String) - Method in class org.apache.xerces.util.XMLCatalogResolver
-
Resolves an external entity.
- resolveEntity(String, String, String, String) - Method in class org.apache.xerces.util.XMLCatalogResolver
-
Resolves an external entity.
- resolveEntity(XMLResourceIdentifier) - Method in class org.apache.xerces.util.XMLCatalogResolver
-
Resolves an external entity.
- resolveExternalSubsetAndRead() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.ContentDispatcher
-
Attempt to locate an external subset for a document that does not otherwise
have one.
- resolveIdentifier(XMLResourceIdentifier) - Method in class org.apache.xerces.util.XMLCatalogResolver
-
Resolves an identifier using the catalog.
- resolveKeyRefs() - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- resolveNamespace(Element, Attr[], SchemaNamespaceSupport) - Method in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- resolvePublic(String, String) - Method in class org.apache.xerces.util.XMLCatalogResolver
-
Returns the URI mapping in the catalog for the given
external identifier or
null
if no mapping
exists.
- resolveResource(String, String, String, String, String) - Method in class org.apache.xerces.util.XMLCatalogResolver
-
Resolves a resource using the catalog.
- resolveSystem(String) - Method in class org.apache.xerces.util.XMLCatalogResolver
-
Returns the URI mapping in the catalog for the given
external identifier or
null
if no mapping
exists.
- resolveURI(String) - Method in class org.apache.xerces.util.XMLCatalogResolver
-
Returns the URI mapping in the catalog for the given URI
reference or
null
if no mapping exists.
- resolveXPointer(QName, XMLAttributes, Augmentations, int) - Method in class org.apache.xerces.xpointer.XPointerHandler
-
- resolveXPointer(QName, XMLAttributes, Augmentations, int) - Method in interface org.apache.xerces.xpointer.XPointerPart
-
Evaluates an XML resource with respect to an XPointer expressions
by checking if it's element and attributes parameters match the
criteria specified in the xpointer expression.
- resolveXPointer(QName, XMLAttributes, Augmentations, int) - Method in interface org.apache.xerces.xpointer.XPointerProcessor
-
Evaluates an XML resource with respect to an XPointer expressions
by checking if it's element and attributes parameters match the
criteria specified in the xpointer expression.
- restoreBaseURI() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Discards the URIs at the top of the stack, and restores the ones beneath it.
- restoreLanguage() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Discards the language at the top of the stack, and returns the one beneath it.
- retrieveGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
-
Retrieve a particular grammar.
- retrieveGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
-
- retrieveGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
-
- retrieveInitialGrammarSet(String) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
-
Retrieve the initial set of grammars for the validator to work with.
- retrieveInitialGrammarSet(String) - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
-
- retrieveInitialGrammarSet(String) - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
-
- returnAttrArray(Object[], XSDocumentInfo) - Method in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- REUtil - Class in org.apache.xerces.impl.xpath.regex
-
- RevalidationHandler - Interface in org.apache.xerces.impl
-
DOM Revalidation handler adds additional functionality to XMLDocumentHandler
- rewind() - Method in class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
-
- rootNode - Variable in class org.apache.xerces.dom.DeepNodeListImpl
-
S
- sameBaseURIAsIncludeParent() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Returns true if the current [base URI] is the same as the [base URI] that
was in effect on the include parent.
- sameLanguageAsIncludeParent() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Returns true if the current [language] is equivalent to the [language] that
was in effect on the include parent, taking case-insensitivity into account
as per [RFC 3066].
- saveBaseURI() - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Saves the current base URI to the top of the stack.
- saveEnclosingAttr(NodeImpl) - Method in class org.apache.xerces.dom.DocumentImpl
-
NON-DOM INTERNAL: Pre-mutation context check, in
preparation for later generating DOMAttrModified events.
- saveLanguage(String) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Saves the given language on the top of the stack.
- saveUnnormalized(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- saveXML(Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- SAX_FEATURE_PREFIX - Static variable in class org.apache.xerces.impl.Constants
-
SAX feature prefix ("http://xml.org/sax/features/").
- SAX_PROPERTY_PREFIX - Static variable in class org.apache.xerces.impl.Constants
-
SAX property prefix ("http://xml.org/sax/properties/").
- SAXInputSource - Class in org.apache.xerces.util
-
An
XMLInputSource
analogue to javax.xml.transform.sax.SAXSource
.
- SAXInputSource() - Constructor for class org.apache.xerces.util.SAXInputSource
-
- SAXInputSource(InputSource) - Constructor for class org.apache.xerces.util.SAXInputSource
-
- SAXInputSource(XMLReader, InputSource) - Constructor for class org.apache.xerces.util.SAXInputSource
-
- SAXLocatorWrapper - Class in org.apache.xerces.util
-
A light wrapper around a SAX locator.
- SAXLocatorWrapper() - Constructor for class org.apache.xerces.util.SAXLocatorWrapper
-
- SAXMessageFormatter - Class in org.apache.xerces.util
-
Used to format SAX error messages using a specified locale.
- SAXMessageFormatter() - Constructor for class org.apache.xerces.util.SAXMessageFormatter
-
- SAXParser - Class in org.apache.xerces.parsers
-
This is the main Xerces SAX parser class.
- SAXParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.SAXParser
-
Constructs a SAX parser using the specified parser configuration.
- SAXParser() - Constructor for class org.apache.xerces.parsers.SAXParser
-
Constructs a SAX parser using the dtd/xml schema parser configuration.
- SAXParser(SymbolTable) - Constructor for class org.apache.xerces.parsers.SAXParser
-
Constructs a SAX parser using the specified symbol table.
- SAXParser(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.SAXParser
-
Constructs a SAX parser using the specified symbol table and
grammar pool.
- SAXParserFactoryImpl - Class in org.apache.xerces.jaxp
-
This is the implementation specific class for the
javax.xml.parsers.SAXParserFactory
.
- SAXParserFactoryImpl() - Constructor for class org.apache.xerces.jaxp.SAXParserFactoryImpl
-
- SAXParserImpl - Class in org.apache.xerces.jaxp
-
This is the implementation specific class for the
javax.xml.parsers.SAXParser
.
- SAXParserImpl.JAXPSAXParser - Class in org.apache.xerces.jaxp
-
Extension of SAXParser.
- SAXParserImpl.JAXPSAXParser() - Constructor for class org.apache.xerces.jaxp.SAXParserImpl.JAXPSAXParser
-
- scanAttDefaultDecl(String, String, String, XMLString, XMLString) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scans an attribute default declaration
- scanAttlistDecl() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scans an attlist declaration
- scanAttribute(XMLAttributesImpl) - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
-
Scans an attribute.
- scanAttribute(XMLAttributes) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans an attribute.
- scanAttribute(XMLAttributesImpl) - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
-
Scans an attribute.
- scanAttributeValue(XMLString, XMLString, String, boolean, String) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
Scans an attribute value and normalizes whitespace converting all
whitespace characters to space characters.
- scanAttributeValue(XMLString, XMLString, String, boolean, String) - Method in class org.apache.xerces.impl.XMLScanner
-
Scans an attribute value and normalizes whitespace converting all
whitespace characters to space characters.
- scanCDATASection(boolean) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans a CDATA section.
- scanChar() - Method in class org.apache.xerces.impl.XML11EntityScanner
-
Returns the next character on the input.
- scanChar() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Returns the next character on the input.
- scanCharReference() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans a character reference.
- scanCharReferenceValue(XMLStringBuffer, XMLStringBuffer) - Method in class org.apache.xerces.impl.XMLScanner
-
Scans a character reference and append the corresponding chars to the
specified buffer.
- scanComment() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans a comment.
- scanComment() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scans a comment.
- scanComment(XMLStringBuffer) - Method in class org.apache.xerces.impl.XMLScanner
-
Scans a comment.
- scanContent() - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
Scans element content.
- scanContent(XMLString) - Method in class org.apache.xerces.impl.XML11EntityScanner
-
Scans a range of parsed character data, setting the fields of the
XMLString structure, appropriately.
- scanContent() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans element content.
- scanContent(XMLString) - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Scans a range of parsed character data, setting the fields of the
XMLString structure, appropriately.
- scanData(String, XMLStringBuffer) - Method in class org.apache.xerces.impl.XML11EntityScanner
-
Scans a range of character data up to the specicied delimiter,
setting the fields of the XMLString structure, appropriately.
- scanData(String, XMLStringBuffer) - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Scans a range of character data up to the specified delimiter,
setting the fields of the XMLString structure, appropriately.
- scanDecls(boolean) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Dispatch an XML "event".
- scanDoctypeDecl() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Scans a doctype declaration.
- scanDocument(boolean) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans a document.
- scanDTDExternalSubset(boolean) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scans the external subset of the document.
- scanDTDInternalSubset(boolean, boolean, boolean) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scans the internal subset of the document.
- scanElementDecl() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scans an element declaration
- scanEndElement() - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
-
Scans an end element.
- scanEndElement() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans an end element.
- scanEndElement() - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
-
Scans an end element.
- scanEntityReference() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans an entity reference.
- scanEntityValue(XMLString, XMLString) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scans an entity value.
- scanExternalID(String[], boolean) - Method in class org.apache.xerces.impl.XMLScanner
-
Scans External ID and return the public and system IDs.
- scanForDoctypeHook() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
-
Scan for DOCTYPE hook.
- scanForDoctypeHook() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.ContentDispatcher
-
Scan for DOCTYPE hook.
- scanLiteral(int, XMLString) - Method in class org.apache.xerces.impl.XML11EntityScanner
-
Scans a range of attribute value data, setting the fields of the
XMLString structure, appropriately.
- scanLiteral(int, XMLString) - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Scans a range of attribute value data, setting the fields of the
XMLString structure, appropriately.
- scanName() - Method in class org.apache.xerces.impl.XML11EntityScanner
-
Returns a string matching the Name production appearing immediately
on the input as a symbol, or null if no Name string is present.
- scanName() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Returns a string matching the Name production appearing immediately
on the input as a symbol, or null if no Name string is present.
- scanNCName() - Method in class org.apache.xerces.impl.XML11EntityScanner
-
Returns a string matching the NCName production appearing immediately
on the input as a symbol, or null if no NCName string is present.
- scanNCName() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Returns a string matching the NCName production appearing immediately
on the input as a symbol, or null if no NCName string is present.
- SCANNER_STATE_CDATA - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state: CDATA section.
- SCANNER_STATE_COMMENT - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state: comment.
- SCANNER_STATE_CONTENT - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state: content.
- SCANNER_STATE_DOCTYPE - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state: DOCTYPE.
- SCANNER_STATE_DTD_EXTERNAL - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Scanner state: open DTD external subset.
- SCANNER_STATE_DTD_EXTERNAL_DECLS - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Scanner state: DTD external declarations.
- SCANNER_STATE_DTD_INTERNAL_DECLS - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Scanner state: DTD internal declarations.
- SCANNER_STATE_END_OF_INPUT - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state: end of input.
- SCANNER_STATE_END_OF_INPUT - Static variable in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scanner state: end of input.
- SCANNER_STATE_MARKUP_DECL - Static variable in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scanner state: markup declaration.
- SCANNER_STATE_PI - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state: processing instruction.
- SCANNER_STATE_PROLOG - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Scanner state: prolog.
- SCANNER_STATE_REFERENCE - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state: reference.
- SCANNER_STATE_ROOT_ELEMENT - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state: root element.
- SCANNER_STATE_START_OF_MARKUP - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state: start of markup.
- SCANNER_STATE_TERMINATED - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state: terminated.
- SCANNER_STATE_TEXT_DECL - Static variable in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scanner state: Text declaration.
- SCANNER_STATE_TEXT_DECL - Static variable in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scanner state: text declaration.
- SCANNER_STATE_TRAILING_MISC - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Scanner state: trailing misc.
- SCANNER_STATE_XML_DECL - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Scanner state: XML declaration.
- scanningInternalSubset() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
- scanNmtoken() - Method in class org.apache.xerces.impl.XML11EntityScanner
-
Returns a string matching the NMTOKEN production appearing immediately
on the input as a symbol, or null if NMTOKEN Name string is present.
- scanNmtoken() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Returns a string matching the NMTOKEN production appearing immediately
on the input as a symbol, or null if NMTOKEN Name string is present.
- scanPI() - Method in class org.apache.xerces.impl.XMLScanner
-
Scans a processing instruction.
- scanPIData(String, XMLString) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans a processing data.
- scanPIData(String, XMLString) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Scans a processing data.
- scanPIData(String, XMLString) - Method in class org.apache.xerces.impl.XMLScanner
-
Scans a processing data.
- scanPseudoAttribute(boolean, XMLString) - Method in class org.apache.xerces.impl.XMLScanner
-
Scans a pseudo attribute.
- scanPubidLiteral(XMLString) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
Scans public ID literal.
- scanPubidLiteral(XMLString) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
-
Scans public ID literal.
- scanPubidLiteral(XMLString) - Method in class org.apache.xerces.impl.XMLScanner
-
Scans public ID literal.
- scanQName(QName) - Method in class org.apache.xerces.impl.XML11EntityScanner
-
Scans a qualified name from the input, setting the fields of the
QName structure appropriately.
- scanQName(QName) - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Scans a qualified name from the input, setting the fields of the
QName structure appropriately.
- scanRootElementHook() - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl.NS11ContentDispatcher
-
Scan for root element hook.
- scanRootElementHook() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
-
Scan for root element hook.
- scanRootElementHook() - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.ContentDispatcher
-
Scan for root element hook.
- scanRootElementHook() - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl.NSContentDispatcher
-
Scan for root element hook.
- scanStartElement() - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
-
Scans a start element.
- scanStartElement() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans a start element.
- scanStartElement() - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
-
Scans a start element.
- scanStartElementAfterName() - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
-
Scans the remainder of a start or empty tag after the element name.
- scanStartElementAfterName() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans the remainder of a start or empty tag after the element name.
- scanStartElementAfterName() - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
-
Scans the remainder of a start or empty tag after the element name.
- scanStartElementName() - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
-
Scans the name of an element in a start or empty tag.
- scanStartElementName() - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans the name of an element in a start or empty tag.
- scanStartElementName() - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
-
Scans the name of an element in a start or empty tag.
- scanSurrogates(XMLStringBuffer) - Method in class org.apache.xerces.impl.XMLScanner
-
Scans surrogates and append them to the specified buffer.
- scanTextDecl() - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Dispatch an XML "event".
- scanXMLDeclOrTextDecl(boolean) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Scans an XML or text declaration.
- scanXMLDeclOrTextDecl(boolean, String[]) - Method in class org.apache.xerces.impl.XMLScanner
-
Scans an XML or text declaration.
- SCHEMA - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- SCHEMA_1_1_SUPPORT - Static variable in class org.apache.xerces.impl.Constants
-
- SCHEMA_AUGMENT_PSVI - Static variable in class org.apache.xerces.impl.Constants
-
Augment Post-Schema-Validation-Infoset
- SCHEMA_AUGMENT_PSVI - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Feature identifier: augment PSVI
- SCHEMA_AUGMENT_PSVI - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
Feature identifier: augment PSVI
- SCHEMA_AUGMENT_PSVI - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature identifier: augment PSVI
- SCHEMA_DOMAIN - Static variable in class org.apache.xerces.impl.xs.XSMessageFormatter
-
The domain of messages concerning the XML Schema: Structures specification.
- SCHEMA_ELEMENT_DEFAULT - Static variable in class org.apache.xerces.impl.Constants
-
Send schema default value via characters()
- SCHEMA_ELEMENT_DEFAULT - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Feature identifier: send element default value via characters()
- SCHEMA_ELEMENT_DEFAULT - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Feature identifier: send element default value via characters()
- SCHEMA_ELEMENT_DEFAULT - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Feature identifier: send element default value via characters()
- SCHEMA_ELEMENT_DEFAULT - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
Feature identifier: send element default value via characters()
- SCHEMA_ELEMENT_DEFAULT - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature identifier: send element default value via characters()
- SCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- SCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.impl.Constants
-
Schema full constraint checking ("validation/schema-full-checking").
- SCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Feature identifier: schema full checking
- SCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Feature identifier: schema full checking
- SCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.parsers.DOMASBuilderImpl
-
Deprecated.
- SCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
- SCHEMA_LANGUAGE - Static variable in class org.apache.xerces.impl.Constants
-
JAXP schemaSource language: when used internally may include DTD namespace (DOM)
- SCHEMA_LOCATION - Static variable in class org.apache.xerces.impl.Constants
-
No namespace schema location property ("schema/external-schemaLocation").
- SCHEMA_LOCATION - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Property identifier: schema location.
- SCHEMA_LOCATION - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Property identifier: schema location.
- SCHEMA_LOCATION - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
Property identifier: schema location.
- SCHEMA_LOCATION - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier: schema location.
- SCHEMA_NONS_LOCATION - Static variable in class org.apache.xerces.impl.Constants
-
Schema location property ("schema/external-noNamespaceSchemaLocation").
- SCHEMA_NONS_LOCATION - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Property identifier: no namespace schema location.
- SCHEMA_NONS_LOCATION - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Property identifier: no namespace schema location.
- SCHEMA_NONS_LOCATION - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
Property identifier: no namespace schema location.
- SCHEMA_NONS_LOCATION - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier: no namespace schema location.
- SCHEMA_NORMALIZED_VALUE - Static variable in class org.apache.xerces.impl.Constants
-
Expose schema normalized values
- SCHEMA_SOURCE - Static variable in class org.apache.xerces.impl.Constants
-
JAXP schemaSource property: when used internally may include DTD sources (DOM)
- SCHEMA_VALIDATION - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Feature identifier: validation.
- SCHEMA_VALIDATION - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
Feature identifier: schema validation.
- SCHEMA_VALIDATION_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Schema validation feature ("validation/schema").
- SCHEMA_VALIDATOR - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Property identifier: XML Schema validator.
- SCHEMA_VALIDATOR - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Property identifier: XML Schema validator.
- SCHEMA_VALIDATOR - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
Property identifier: XML Schema validator.
- SCHEMA_VALIDATOR - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier: XML Schema validator.
- SCHEMA_VALIDATOR_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
Validator property ("internal/validator/schema").
- SchemaDateTimeException - Exception in org.apache.xerces.impl.dv.xs
-
- SchemaDateTimeException() - Constructor for exception org.apache.xerces.impl.dv.xs.SchemaDateTimeException
-
- SchemaDateTimeException(String) - Constructor for exception org.apache.xerces.impl.dv.xs.SchemaDateTimeException
-
- SchemaDOM - Class in org.apache.xerces.impl.xs.opti
-
- SchemaDOM() - Constructor for class org.apache.xerces.impl.xs.opti.SchemaDOM
-
- SchemaDOMParser - Class in org.apache.xerces.impl.xs.opti
-
- SchemaDOMParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
Default constructor.
- SchemaDVFactory - Class in org.apache.xerces.impl.dv
-
Defines a factory API that enables applications to
- SchemaDVFactory() - Constructor for class org.apache.xerces.impl.dv.SchemaDVFactory
-
- SchemaDVFactoryImpl - Class in org.apache.xerces.impl.dv.xs
-
the factory to create/return built-in schema DVs and create user-defined DVs
- SchemaDVFactoryImpl() - Constructor for class org.apache.xerces.impl.dv.xs.SchemaDVFactoryImpl
-
- SchemaGrammar - Class in org.apache.xerces.impl.xs
-
This class is to hold all schema component declaration that are declared
within one namespace.
- SchemaGrammar() - Constructor for class org.apache.xerces.impl.xs.SchemaGrammar
-
- SchemaGrammar(String, XSDDescription, SymbolTable) - Constructor for class org.apache.xerces.impl.xs.SchemaGrammar
-
Default constructor.
- SchemaGrammar.BuiltinSchemaGrammar - Class in org.apache.xerces.impl.xs
-
- SchemaGrammar.BuiltinSchemaGrammar(int) - Constructor for class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
-
Special constructor to create the grammars for the schema namespaces
- SchemaGrammar.Schema4Annotations - Class in org.apache.xerces.impl.xs
-
A partial schema for schemas for validating annotations.
- SchemaGrammar.Schema4Annotations() - Constructor for class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
-
Special constructor to create a schema
capable of validating annotations.
- SchemaNamespaceSupport - Class in org.apache.xerces.impl.xs
-
This class customizes the behaviour of the util.NamespaceSupport
class in order to easily implement some features that we need for
efficient schema handling.
- SchemaNamespaceSupport() - Constructor for class org.apache.xerces.impl.xs.SchemaNamespaceSupport
-
- SchemaNamespaceSupport(SchemaNamespaceSupport) - Constructor for class org.apache.xerces.impl.xs.SchemaNamespaceSupport
-
- SchemaParsingConfig - Class in org.apache.xerces.impl.xs.opti
-
- SchemaParsingConfig() - Constructor for class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Default constructor.
- SchemaParsingConfig(SymbolTable) - Constructor for class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Constructs a parser configuration using the specified symbol table.
- SchemaParsingConfig(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- SchemaParsingConfig(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- SchemaSymbols - Class in org.apache.xerces.impl.xs
-
Collection of symbols used to parse a Schema Grammar.
- SchemaSymbols() - Constructor for class org.apache.xerces.impl.xs.SchemaSymbols
-
- scope - Variable in class org.apache.xerces.impl.dtd.XMLElementDecl
-
scope
- SCOPE_ABSENT - Static variable in class org.apache.xerces.impl.xs.XSAttributeDecl
-
- SCOPE_ABSENT - Static variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- SCOPE_GLOBAL - Static variable in class org.apache.xerces.impl.xs.XSAttributeDecl
-
- SCOPE_GLOBAL - Static variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- SCOPE_LOCAL - Static variable in class org.apache.xerces.impl.xs.XSAttributeDecl
-
- SCOPE_LOCAL - Static variable in class org.apache.xerces.impl.xs.XSElementDecl
-
- search(Object, int) - Method in class org.apache.xerces.util.SymbolHash
-
- searchForRecursiveIncludes(XMLLocator) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Checks if the file indicated by the given XMLLocator has already been included
in the current stack.
- SECURITY_MANAGER - Static variable in class org.apache.xerces.impl.XMLEntityManager
-
property identifier: security manager.
- SECURITY_MANAGER - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Property identifier: security manager.
- SECURITY_MANAGER - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- SECURITY_MANAGER - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
property identifier: security manager.
- SECURITY_MANAGER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
Security manager property ("security-manager").
- SECURITY_MANAGER_PROPERTY - Static variable in class org.apache.xerces.parsers.SecurityConfiguration
-
- SecurityConfiguration - Class in org.apache.xerces.parsers
-
This configuration allows Xerces to behave in a security-conscious manner; that is,
it permits applications to instruct Xerces to limit certain
operations that could be exploited by malicious document authors to cause a denail-of-service
attack when the document is parsed.
- SecurityConfiguration() - Constructor for class org.apache.xerces.parsers.SecurityConfiguration
-
Default constructor.
- SecurityConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.SecurityConfiguration
-
Constructs a parser configuration using the specified symbol table.
- SecurityConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.SecurityConfiguration
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- SecurityConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.SecurityConfiguration
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- SecurityManager - Class in org.apache.xerces.util
-
This class is a container for parser settings that relate to
security, or more specifically, it is intended to be used to prevent denial-of-service
attacks from being launched against a system running Xerces.
- SecurityManager() - Constructor for class org.apache.xerces.util.SecurityManager
-
Default constructor.
- selectNode(Node) - Method in class org.apache.xerces.dom.RangeImpl
-
- selectNodeContents(Node) - Method in class org.apache.xerces.dom.RangeImpl
-
- Selector - Class in org.apache.xerces.impl.xs.identity
-
Schema identity constraint selector.
- Selector(Selector.XPath, IdentityConstraint) - Constructor for class org.apache.xerces.impl.xs.identity.Selector
-
Constructs a selector.
- Selector.Matcher - Class in org.apache.xerces.impl.xs.identity
-
Selector matcher.
- Selector.Matcher(Selector.XPath, FieldActivator, int) - Constructor for class org.apache.xerces.impl.xs.identity.Selector.Matcher
-
Constructs a selector matcher.
- Selector.XPath - Class in org.apache.xerces.impl.xs.identity
-
Schema identity constraint selector XPath expression.
- Selector.XPath(String, SymbolTable, NamespaceContext) - Constructor for class org.apache.xerces.impl.xs.identity.Selector.XPath
-
Constructs a selector XPath expression.
- SELF - Static variable in class org.apache.xerces.impl.xpath.XPath.Axis
-
Type: self.
- SEND_PSVI - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
sending psvi in the pipeline
- separator(short, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
The separator between choices or sequences of a mixed or children
content model.
- separator(short, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
The separator between choices or sequences of a mixed or children
content model.
- separator(short, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The separator between choices or sequences of a mixed or children
content model.
- separator(short, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The separator between choices or sequences of a mixed or children
content model.
- SEQUENCE - Static variable in class org.apache.xerces.impl.dtd.models.SimpleContentModel
-
SEQUENCE
- SERIALIZER_DOMAIN - Static variable in class org.apache.xerces.dom.DOMMessageFormatter
-
- setAbstractSchema(ASModel) - Method in class org.apache.xerces.parsers.DOMASBuilderImpl
-
Deprecated.
Associate an
ASModel
with a document instance.
- setAnonymous(boolean) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- setAsHint(String) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The hint to locating an ASModel.
- setAsLastChild(int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Sets the last child of the parentIndex to childIndex.
- setAsLocation(String) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The URI reference.
- setAsync(boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- setAttribute(String, String) - Method in class org.apache.xerces.dom.ElementImpl
-
Add a new name/value pair, or replace the value of the existing
attribute having that name.
- setAttribute(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- setAttribute(String, String) - Method in class org.apache.xerces.impl.xs.opti.ElementImpl
-
- setAttribute(String, Object) - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-
Allows the user to set specific attributes on the underlying
implementation.
- setAttributeDecl(int, int, XMLAttributeDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- setAttributeNode(int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Adds an attribute node to the specified element.
- setAttributeNode(Attr) - Method in class org.apache.xerces.dom.ElementImpl
-
Add a new attribute/value pair, or replace the value of the
existing attribute with that name.
- setAttributeNode(Attr) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- setAttributeNodeNS(Attr) - Method in class org.apache.xerces.dom.ElementImpl
-
Introduced in DOM Level 2.
- setAttributeNodeNS(Attr) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- setAttributeNS(String, String, String) - Method in class org.apache.xerces.dom.ElementImpl
-
Introduced in DOM Level 2.
- setAttributeNS(String, String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- setAttributes(AttributeMap, CoreDocumentImpl, ElementImpl) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- setAttributes(XMLAttributes) - Method in class org.apache.xerces.impl.xs.XSDDescription
-
- setAttributes(XMLAttributes) - Method in class org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
-
Sets the XML attributes.
- setAttributes(XMLAttributes) - Method in class org.apache.xerces.util.AttributesProxy
-
Sets the XML attributes to be wrapped.
- setAugmentations(int, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
Sets the augmentations of the attribute at the specified index.
- setAugmentations(int, Augmentations) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Sets the augmentations of the attribute at the specified index.
- setBaseSystemId(String) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- setBaseSystemId(String) - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Sets the base system identifier.
- setBaseURI(String) - Method in class org.apache.xerces.dom.DOMInputImpl
-
The base URI to be used (see section 5.1.4 in ) for resolving relative
URIs to absolute URIs.
- setBaseURI(String) - Method in class org.apache.xerces.dom.EntityImpl
-
NON-DOM: set base uri
- setBaseURI(String) - Method in class org.apache.xerces.dom.EntityReferenceImpl
-
NON-DOM: set base uri
- setBaseURI(String) - Method in class org.apache.xerces.dom.NotationImpl
-
NON-DOM: set base uri
- setBeginning(int, int) - Method in class org.apache.xerces.impl.xpath.regex.Match
-
- setBit(int) - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
-
- setBufferSize(int) - Method in class org.apache.xerces.impl.XMLEntityScanner
-
- setBufferSize(int) - Method in class org.apache.xerces.xinclude.XIncludeTextReader
-
Sets the buffer size property for the reader which decides the chunk sizes that are parsed
by the reader at a time and passed to the handler
- setByteStream(InputStream) - Method in class org.apache.xerces.dom.DOMInputImpl
-
An attribute of a language-binding dependent type that represents a
stream of bytes.
- setByteStream(OutputStream) - Method in class org.apache.xerces.dom.DOMOutputImpl
-
Depending on the language binding in use, this attribute may not be
available.
- setByteStream(InputStream) - Method in class org.apache.xerces.util.SAXInputSource
-
Sets the byte stream.
- setCachedDTD(boolean) - Method in class org.apache.xerces.impl.validation.ValidationManager
-
- setCatalogList(String[]) - Method in class org.apache.xerces.util.XMLCatalogResolver
-
Sets the initial list of catalog entry files.
- setCertifiedText(boolean) - Method in class org.apache.xerces.dom.DOMInputImpl
-
- setCharacterData(boolean) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
- setCharacterOffset(int) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- setCharacterStream(Reader) - Method in class org.apache.xerces.dom.DOMInputImpl
-
An attribute of a language-binding dependent type that represents a
stream of 16-bit units.
- setCharacterStream(Writer) - Method in class org.apache.xerces.dom.DOMOutputImpl
-
An attribute of a language and binding dependent type that represents a
writable stream of bytes.
- setCharacterStream(Reader) - Method in class org.apache.xerces.util.SAXInputSource
-
Sets the character stream.
- setColumnNumber(int) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- setConstraintType(short) - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
- setContainsTypeID() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- setContentHandler(ContentHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Allow an application to register a content event handler.
- setContentSpec(int, XMLContentSpec) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- setContentSpecIndex(int, int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- setContextInvalid() - Method in class org.apache.xerces.xinclude.XIncludeNamespaceSupport
-
This method is used to set a context invalid for XInclude namespace processing.
- setContextType(short) - Method in class org.apache.xerces.impl.xs.XSDDescription
-
- setCurrentEntity(XMLEntityManager.ScannedEntity) - Method in class org.apache.xerces.impl.XMLEntityScanner
-
- setCurrentNode(Node) - Method in class org.apache.xerces.dom.TreeWalkerImpl
-
Return the current Node.
- setData(String) - Method in class org.apache.xerces.dom.CharacterDataImpl
-
Store character data into this node.
- setData(String) - Method in class org.apache.xerces.dom.ProcessingInstructionImpl
-
Change the data content of this PI.
- setData(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultText
-
The character data of the node that implements this interface.
- setDeclHandler(DeclHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Set the DTD declaration event handler.
- setDeclPool(XSDeclarationPool) - Method in class org.apache.xerces.impl.dv.xs.SchemaDVFactoryImpl
-
- setDeclPool(XSDeclarationPool) - Method in class org.apache.xerces.impl.xs.models.CMBuilder
-
- setDeclPool(XSDeclarationPool) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- setDeferredAttribute(int, String, String, String, boolean, boolean, Object) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
This method is used by the DOMParser to create attributes.
- setDeferredAttribute(int, String, String, String, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
- setDescription(String, String, String, String, String) - Method in class org.apache.xerces.util.XMLEntityDescriptionImpl
-
Sets the values of this entity description.
- setDescription(String, String, String, String, String, String) - Method in class org.apache.xerces.util.XMLEntityDescriptionImpl
-
Sets the values of this entity description.
- setDispatcher(XMLDocumentFragmentScannerImpl.Dispatcher) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Sets the dispatcher.
- setDocumentClassName(String) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
This method allows the programmer to decide which document
factory to use when constructing the DOM tree.
- setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Sets the document handler on the last component in the pipeline
to receive information about the document.
- setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Sets the document handler to receive information about the document.
- setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
setDocumentHandler
- setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Sets the document handler to receive information about the document.
- setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Sets the document handler to receive information about the document.
- setDocumentHandler(DocumentHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Allow an application to register a document event handler.
- setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Sets the document handler on the last component in the pipeline
to receive information about the document.
- setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Sets the document handler on the last component in the pipeline
to receive information about the document.
- setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Sets the document handler on the last component in the pipeline
to receive information about the document.
- setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Sets the document handler on the last component in the pipeline
to receive information about the document.
- setDocumentHandler(XMLDocumentHandler) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- setDocumentLocator(XMLLocator) - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Sets the document locator.
- setDocumentSource(XMLDocumentSource) - Method in class org.apache.xerces.dom.DOMNormalizer
-
Sets the document source.
- setDocumentSource(XMLDocumentSource) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Sets the document source
- setDocumentSource(XMLDocumentSource) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Sets the document source
- setDocumentSource(XMLDocumentSource) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
Sets the document source.
- setDocumentSource(XMLDocumentSource) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Sets the document source
- setDocumentSource(XMLDocumentSource) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
Sets the document source
- setDocumentSource(XMLDocumentSource) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- setDocumentURI(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 WD - Experimental.
- setDocumentURI(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
The location of the document or
null
if undefined.
- setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Sets the DTD content model handler.
- setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Sets the DTD content model handler.
- setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
setDTDContentModelHandler
- setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Sets the DTD content model handler.
- setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Sets the DTD content model handler.
- setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Sets the DTD content model handler.
- setDTDContentModelHandler(XMLDTDContentModelHandler) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Sets the DTD content model handler.
- setDTDContentModelSource(XMLDTDContentModelSource) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- setDTDContentModelSource(XMLDTDContentModelSource) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
- setDTDContentModelSource(XMLDTDContentModelSource) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
- setDTDContentModelSource(XMLDTDContentModelSource) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
- setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Sets the DTD handler.
- setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Sets the DTD handler.
- setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
setDTDHandler
- setDTDHandler(DTDHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Allow an application to register a DTD event handler.
- setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Sets the DTD handler.
- setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Sets the DTD handler.
- setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Sets the DTD handler.
- setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Sets the DTD handler.
- setDTDHandler(XMLDTDHandler) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- setDTDSource(XMLDTDSource) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- setDTDSource(XMLDTDSource) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
- setDTDSource(XMLDTDSource) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
- setDTDSource(XMLDTDSource) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
- setDTDSource(XMLDTDSource) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- setDTDValidator(XMLDTDValidatorFilter) - Method in class org.apache.xerces.impl.XML11NSDocumentScannerImpl
-
The scanner is responsible for removing DTD validator
from the pipeline if it is not needed.
- setDTDValidator(XMLDTDValidatorFilter) - Method in class org.apache.xerces.impl.XMLNSDocumentScannerImpl
-
The scanner is responsible for removing DTD validator
from the pipeline if it is not needed.
- setEffectiveContext(String[]) - Method in class org.apache.xerces.impl.xs.SchemaNamespaceSupport
-
This method takes a set of Strings, as stored in a
NamespaceSupport object, and "fools" the object into thinking
that this is one unified context.
- setElementDecl(int, XMLElementDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- setEnclosingElementName(QName) - Method in class org.apache.xerces.impl.xs.XSDDescription
-
- setEncoding(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Deprecated.
This method is internal and only exists for
compatibility with older applications. New applications
should never call this method.
- setEncoding(String) - Method in class org.apache.xerces.dom.DOMInputImpl
-
The character encoding, if known.
- setEncoding(String) - Method in class org.apache.xerces.dom.DOMOutputImpl
-
The character encoding, if known.
- setEncoding(String) - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Sets the encoding of the scanner.
- setEncoding(String) - Method in class org.apache.xerces.util.SAXInputSource
-
Sets the encoding of the stream.
- setEncodingExternallySpecified(boolean) - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
Sets whether the encoding of this entity was externally specified.
- setEnd(Node, int) - Method in class org.apache.xerces.dom.RangeImpl
-
- setEnd(int, int) - Method in class org.apache.xerces.impl.xpath.regex.Match
-
- setEndAfter(Node) - Method in class org.apache.xerces.dom.RangeImpl
-
- setEndBefore(Node) - Method in class org.apache.xerces.dom.RangeImpl
-
- setEntityDecl(int, XMLEntityDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- setEntityExpansionLimit(int) - Method in class org.apache.xerces.util.SecurityManager
-
Sets the number of entity expansions that the
parser should permit in a document.
- setEntityHandler(XMLEntityHandler) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Sets the entity handler.
- setEntityInfo(int, String, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
- setEntityName(String) - Method in interface org.apache.xerces.impl.XMLEntityDescription
-
Sets the name of the entity.
- setEntityName(String) - Method in class org.apache.xerces.util.XMLEntityDescriptionImpl
-
Sets the name of the entity.
- setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Sets the resolver used to resolve external entities.
- setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Sets the entity resolver.
- setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
Delegates to SchemaParsingConfig.setEntityResolver.
- setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Sets the entity resolver.
- setEntityResolver(EntityResolver) - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
-
- setEntityResolver(EntityResolver) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Sets the resolver used to resolve external entities.
- setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Sets the resolver used to resolve external entities.
- setEntityResolver(EntityResolver) - Method in class org.apache.xerces.parsers.DOMParser
-
Sets the resolver used to resolve external entities.
- setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Sets the resolver used to resolve external entities.
- setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Sets the resolver used to resolve external entities.
- setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Sets the resolver used to resolve external entities.
- setEntityResolver(XMLEntityResolver) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Sets the entity resolver.
- setEntityResolver(LSResourceResolver) - Method in class org.apache.xerces.util.DOMEntityResolverWrapper
-
Sets the DOM entity resolver.
- setEntityResolver(EntityResolver2) - Method in class org.apache.xerces.util.EntityResolver2Wrapper
-
Sets the SAX entity resolver wrapped by this object.
- setEntityResolver(EntityResolver) - Method in class org.apache.xerces.util.EntityResolverWrapper
-
Sets the SAX entity resolver.
- setEntityState(EntityState) - Method in class org.apache.xerces.impl.validation.ValidationManager
-
Set the information required to validate entity values.
- setEntityState(EntityState) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- setErrorChecking(boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Sets whether the DOM implementation performs error checking
upon operations.
- setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Allow an application to register an error event handler.
- setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Sets the error handler.
- setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Sets the error handler.
- setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.jaxp.DocumentBuilderImpl
-
- setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
-
- setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Allow an application to register an error event handler.
- setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Allow an application to register an error event handler.
- setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.parsers.DOMParser
-
Allow an application to register an error event handler.
- setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Allow an application to register an error event handler.
- setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Allow an application to register an error event handler.
- setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Allow an application to register an error event handler.
- setErrorHandler(XMLErrorHandler) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Sets the error handler.
- setErrorHandler(DOMErrorHandler) - Method in class org.apache.xerces.util.DOMErrorHandlerWrapper
-
Sets the DOM error handler.
- setErrorHandler(ErrorHandler) - Method in class org.apache.xerces.util.ErrorHandlerWrapper
-
Sets the SAX error handler.
- setErrorReporter(XMLErrorReporter) - Method in class org.apache.xerces.xinclude.XIncludeTextReader
-
Sets the XMLErrorReporter used for reporting errors while
reading the text include.
- setEventListeners(NodeImpl, Vector) - Method in class org.apache.xerces.dom.DocumentImpl
-
Store event listener registered on a given node
This is another place where we could use weak references! Indeed, the
node here won't be GC'ed as long as some listener is registered on it,
since the eventsListeners table will have a reference to the node.
- setExpandedSystemId(String) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- setExpandedSystemId(String) - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Sets the expanded system identifier.
- setExtraChecking(boolean) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- setFacetChecking(boolean) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- setFeature(String, boolean) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Set the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.XMLScanner
-
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
Delegates to SchemaParsingConfig.setFeature
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Sets the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-
- setFeature(String, boolean) - Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
-
Sets the particular feature in the underlying implementation of
org.xml.sax.XMLReader.
- setFeature(String, boolean) - Method in class org.apache.xerces.jaxp.SAXParserImpl.JAXPSAXParser
-
Override SAXParser's setFeature method to track the initial state
of features.
- setFeature(String, boolean) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
-
- setFeature(String, boolean) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Set the state of any feature in a SAX2 parser.
- setFeature(String, boolean) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Set the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.parsers.DOMParser
-
Set the state of any feature in a SAX2 parser.
- setFeature(String, boolean) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
- setFeature(String, boolean) - Method in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
- setFeature(String, boolean) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Set the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Set the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Set the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
- setFeature(String, boolean) - Method in class org.apache.xerces.util.ParserConfigurationSettings
-
Set the state of a feature.
- setFeature(String, boolean) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Sets the state of a feature.
- setFilter(LSParserFilter) - Method in class org.apache.xerces.parsers.DOMParserImpl
-
When the application provides a filter, the parser will call out to
the filter at the completion of the construction of each
Element
node.
- setFirstAttributeDeclIndex(int, int) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- setFollowHTTPRedirects(boolean) - Method in class org.apache.xerces.util.HTTPInputSource
-
Sets the preference whether HTTP redirects should
be followed.
- setFragment(String) - Method in class org.apache.xerces.util.URI
-
Set the fragment for this URI.
- setGenerateSyntheticAnnotations(boolean) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- setGrammar(SchemaGrammar) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
- setGrammarFound(boolean) - Method in class org.apache.xerces.impl.validation.ValidationManager
-
- setGrammarPool(XMLGrammarPool) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Sets the grammar pool.
- setHidden(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
- setHidden(Node, Hashtable) - Static method in class org.apache.xerces.util.DOMUtil
-
- setHost(String) - Method in class org.apache.xerces.util.URI
-
Set the host for this URI.
- setHTTPRequestProperty(String, String) - Method in class org.apache.xerces.util.HTTPInputSource
-
Sets the value of the request property
associated with the given property name.
- setIdAttribute(boolean) - Method in class org.apache.xerces.dom.AttrImpl
-
NON-DOM: set the type of this attribute to be ID type.
- setIdAttribute(int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Sets type of attribute
- setIdAttribute(String, boolean) - Method in class org.apache.xerces.dom.ElementImpl
-
DOM Level 3: register the given attribute node as an ID attribute
- setIdAttribute(String, boolean) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- setIdAttributeNode(int, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Adds an attribute node to the specified element.
- setIdAttributeNode(Attr, boolean) - Method in class org.apache.xerces.dom.ElementImpl
-
DOM Level 3: register the given attribute node as an ID attribute
- setIdAttributeNode(Attr, boolean) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- setIdAttributeNS(String, String, boolean) - Method in class org.apache.xerces.dom.ElementImpl
-
DOM Level 3: register the given attribute node as an ID attribute
- setIdAttributeNS(String, String, boolean) - Method in class org.apache.xerces.impl.xs.opti.DefaultElement
-
- setIgnorableWhitespace(boolean) - Method in class org.apache.xerces.dom.TextImpl
-
NON-DOM: Set whether this Text is ignorable whitespace.
- setImportedGrammars(Vector) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.BuiltinSchemaGrammar
-
- setImportedGrammars(Vector) - Method in class org.apache.xerces.impl.xs.SchemaGrammar.Schema4Annotations
-
- setImportedGrammars(Vector) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- setInputEncoding(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Internal
(Was a DOM L3 Core WD public interface method setActualEncoding )
An attribute specifying the actual encoding of this document.
- setInputEncoding(int, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
DOM Internal
An attribute specifying the actual encoding of this document.
- setInputEncoding(String) - Method in class org.apache.xerces.dom.EntityImpl
-
NON-DOM, used to set the input encoding.
- setInputSource(XMLInputSource) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Sets the input source.
- setInputSource(XMLInputSource) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Sets the input source.
- setInputSource(XMLInputSource) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Sets the input source.
- setInputSource(XMLInputSource) - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Sets the input source for the document to parse.
- setInputSource(XMLInputSource) - Method in class org.apache.xerces.parsers.DTDConfiguration
-
Sets the input source for the document to parse.
- setInputSource(XMLInputSource) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Sets the input source for the document to parse.
- setInputSource(XMLInputSource) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Sets the input source for the document to parse.
- setInputSource(XMLInputSource) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Sets the input source for the document to parse.
- setInputSource(XMLInputSource) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Sets the input source for the document to parse.
- setInputSource(InputSource) - Method in class org.apache.xerces.util.SAXInputSource
-
- setInputSource(XMLInputSource) - Method in class org.apache.xerces.xinclude.XIncludeTextReader
-
Sets the input source on this text reader.
- setInstanceFollowRedirects(HttpURLConnection, boolean) - Static method in class org.apache.xerces.impl.XMLEntityManager
-
Attempt to set whether redirects will be followed for an
HttpURLConnection
.
- setInternalSubset(int, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
- setInternalSubset(String) - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
NON-DOM.
- setIsAbstract() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
- setIsAbstractType() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- setIsAnonymous() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- setIsGlobal() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
- setIsLocal(XSComplexTypeDecl) - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
- setIsNillable() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
- setLexicalHandler(LexicalHandler) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Set the lexical event handler.
- setLineNumber(int) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- setListValues(String, String, short, XSSimpleTypeDecl, XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- setLiteralSystemId(String) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- setLiteralSystemId(String) - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Sets the literal system identifier.
- setLocale(Locale) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
Set the locale to use for messages.
- setLocale(Locale) - Static method in class org.apache.xerces.dom.DOMMessageFormatter
-
setLocale to be used by the formatter.
- setLocale(Locale) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Set the locale to use for messages.
- setLocale(Locale) - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Sets the current locale.
- setLocale(Locale) - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Set the locale to use for messages.
- setLocale(Locale) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Set the locale to use for messages.
- setLocale(Locale) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
Set the locale to use for messages.
- setLocale(Locale) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Set the locale to use for messages.
- setLocale(Locale) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
Set the locale to use for messages.
- setLocale(Locale) - Method in class org.apache.xerces.parsers.DTDConfiguration
-
Set the locale to use for messages.
- setLocale(Locale) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Set the locale to use for messages.
- setLocale(Locale) - Method in class org.apache.xerces.parsers.XML11Configuration
-
Set the locale to use for messages.
- setLocale(Locale) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Set the locale to use for messages.
- setLocale(Locale) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Set the locale to use for messages.
- setLocale(Locale) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Set the locale to use for messages.
- setLocalName(String) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Returns the local part of the qualified name of this
ASObject
.
- setLocationHints(String[]) - Method in class org.apache.xerces.impl.xs.XSDDescription
-
- setLocator(Locator) - Method in class org.apache.xerces.util.SAXLocatorWrapper
-
- setMaxOccurNodeLimit(int) - Method in class org.apache.xerces.util.SecurityManager
-
Sets the limit of the number of content model nodes
that may be created when building a grammar for a W3C
XML Schema that contains maxOccurs attributes with values
other than "unbounded".
- setMaxStates(int) - Method in class org.apache.xerces.impl.dtd.models.CMNode
-
- setMayMatch(Field, Boolean) - Method in interface org.apache.xerces.impl.xs.identity.FieldActivator
-
Sets whether the given field is permitted to match a value.
- setMayMatch(Field, Boolean) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Sets whether the given field is permitted to match a value.
- setName(int, QName) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- setName(String) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- setName(int, QName) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Sets the name of the attribute at the specified index.
- setNamedItem(Node) - Method in class org.apache.xerces.dom.AttributeMap
-
Adds an attribute using its nodeName attribute.
- setNamedItem(Node) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
Adds a node using its nodeName attribute.
- setNamedItem(Node) - Method in class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
-
- setNamedItemNS(Node) - Method in class org.apache.xerces.dom.AttributeMap
-
Adds an attribute using its namespaceURI and localName.
- setNamedItemNS(Node) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
-
Adds a node using its namespaceURI and localName.
- setNamedItemNS(Node) - Method in class org.apache.xerces.impl.xs.opti.NamedNodeMapImpl
-
- setNamespace(String) - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Sets the namespace of the resource.
- setNamespaces(boolean) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Sets whether namespace processing is being performed.
- setNamespaceSupport(NamespaceContext) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- setNamespaceURI(String) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The namespace URI of this node, or
null
if it is
unspecified.
- setNode(Node) - Method in class org.apache.xerces.util.DOMInputSource
-
- setNodeName(String) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The
name
of this ASObject
depending on the
ASObject
type.
- setNodeValue(String) - Method in class org.apache.xerces.dom.AttrImpl
-
Implicit in the rerouting of getNodeValue to getValue is the
need to redefine setNodeValue, for symmetry's sake.
- setNodeValue(String) - Method in class org.apache.xerces.dom.CharacterDataImpl
-
Sets the content, possibly firing related events,
and updating ranges (via notification to the document)
- setNodeValue(String) - Method in class org.apache.xerces.dom.NodeImpl
-
Sets the node value.
- setNodeValue(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- setNodeValueInternal(String) - Method in class org.apache.xerces.dom.CharacterDataImpl
-
Convenience wrapper for calling setNodeValueInternal when
we are not performing a replacement operation
- setNodeValueInternal(String, boolean) - Method in class org.apache.xerces.dom.CharacterDataImpl
-
This function added so that we can distinguish whether
setNodeValue has been called from some other DOM functions.
- setNonNormalizedValue(int, String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- setNonNormalizedValue(int, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Sets the non-normalized value of the attribute at the specified
index.
- setNormalizationRequired(boolean) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- setNotationDecl(int, XMLNotationDecl) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
- setNotationName(String) - Method in class org.apache.xerces.dom.EntityImpl
-
DOM Level 2: Unparsed entities -- which contain non-XML data -- have a
"notation name" which tells applications how to deal with them.
- setNumberOfGroups(int) - Method in class org.apache.xerces.impl.xpath.regex.Match
-
- setOnlyPassPrefixMappingEvents(boolean) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Sets whether the namespace binder only passes the prefix mapping
events to the registered document handler or passes all document
events.
- setOwnerASModel(ASModel) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The
ASModel
object associated with this
ASObject
.
- setParameter(String, Object) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
DOM Level 3 WD - Experimental.
- setParameter(String, Object) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- setParameter(String, Object) - Method in class org.apache.xerces.impl.xs.XSLoaderImpl
-
- setParameter(String, Object) - Method in class org.apache.xerces.parsers.DOMParserImpl
-
Set parameters and properties
- setParent(XIncludeHandler) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Set the parent of this XIncludeHandler in the tree
- setPath(String) - Method in class org.apache.xerces.util.URI
-
Set the path for this URI.
- setPattern(String) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
- setPattern(String, String) - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
- setPort(int) - Method in class org.apache.xerces.util.URI
-
Set the port for this URI.
- setPossibleRoots(Vector) - Method in class org.apache.xerces.impl.dtd.XMLDTDDescription
-
Set possible roots
- setPreferPublic(boolean) - Method in class org.apache.xerces.util.XMLCatalogResolver
-
Sets the preference for whether system or public
matches are preferred.
- setPrefix(String) - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
The namespace prefix of this node, or
null
if it is
unspecified.
- setPrefix(String) - Method in class org.apache.xerces.dom.AttrNSImpl
-
Introduced in DOM Level 2.
- setPrefix(String) - Method in class org.apache.xerces.dom.ElementNSImpl
-
Introduced in DOM Level 2.
- setPrefix(String) - Method in class org.apache.xerces.dom.NodeImpl
-
Introduced in DOM Level 2.
- setPrefix(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- setProperty(String, Object) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
-
setProperty
- setProperty(String, Object) - Method in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Sets the value of a property.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Sets the value of a property.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Sets the value of a property.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Sets the value of a property.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Sets the value of a property.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Sets the value of a property.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLErrorReporter
-
Sets the value of a property.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Sets the value of a property during parsing.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.XMLScanner
-
Sets the value of a property during parsing.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.xs.models.CMNodeFactory
-
Sets the value of a property.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
Delegates to SchemaParsingConfig.setProperty.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Sets the state of a property.
- setProperty(String, Object) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Sets the value of a property.
- setProperty(String, Object) - Method in class org.apache.xerces.jaxp.SAXParserImpl.JAXPSAXParser
-
Override SAXParser's setProperty method to track the initial state
of properties.
- setProperty(String, Object) - Method in class org.apache.xerces.jaxp.SAXParserImpl
-
Sets the particular property in the underlying implementation of
org.xml.sax.XMLReader.
- setProperty(String, Object) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
-
- setProperty(String, Object) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Set the value of any property in a SAX2 parser.
- setProperty(String, Object) - Method in class org.apache.xerces.parsers.BasicParserConfiguration
-
setProperty
- setProperty(String, Object) - Method in class org.apache.xerces.parsers.DOMParser
-
Set the value of any property in a SAX2 parser.
- setProperty(String, Object) - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
-
- setProperty(String, Object) - Method in class org.apache.xerces.parsers.XIncludeParserConfiguration
-
- setProperty(String, Object) - Method in class org.apache.xerces.parsers.XML11Configuration
-
setProperty
- setProperty(String, Object) - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
-
setProperty
- setProperty(String, Object) - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
setProperty
- setProperty(String, Object) - Method in class org.apache.xerces.parsers.XMLGrammarPreparser
-
- setProperty(String, Object) - Method in class org.apache.xerces.parsers.XPointerParserConfiguration
-
- setProperty(String, Object) - Method in class org.apache.xerces.util.ParserConfigurationSettings
-
setProperty
- setProperty(String, Object) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Sets the value of a property.
- setProperty(String, Object) - Method in class org.apache.xerces.xpointer.XPointerHandler
-
Sets the value of a property.
- setPSVI(AttributePSVI) - Method in class org.apache.xerces.dom.PSVIAttrNSImpl
-
Copy PSVI properties from another psvi item.
- setPSVI(ElementPSVI) - Method in class org.apache.xerces.dom.PSVIElementNSImpl
-
Copy PSVI properties from another psvi item.
- setPublicId(String) - Method in class org.apache.xerces.dom.DOMInputImpl
-
The public identifier for this input source.
- setPublicId(String) - Method in class org.apache.xerces.dom.EntityImpl
-
DOM Level 2: The public identifier associated with the entity.
- setPublicId(String) - Method in class org.apache.xerces.dom.NotationImpl
-
NON-DOM: The Public Identifier for this Notation.
- setPublicId(String) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- setPublicId(String) - Method in class org.apache.xerces.util.SAXInputSource
-
Sets the public identifier.
- setPublicId(String) - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Sets the public identifier.
- setQueryString(String) - Method in class org.apache.xerces.util.URI
-
Set the query string for this URI.
- setReader(InputStream, String, Boolean) - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
- setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.AttrImpl
-
Override default behavior so that if deep is true, children are also
toggled.
- setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
NON-DOM: Subclassed to flip the entities' and notations' readonly switch
as well.
- setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.ElementImpl
-
NON-DOM: Subclassed to flip the attributes' readonly switch as well.
- setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.EntityReferenceImpl
-
NON-DOM: sets the node and its children value.
- setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.NodeImpl
-
NON-DOM: PR-DOM-Level-1-19980818 mentions readonly nodes in conjunction
with Entities, but provides no API to support this.
- setReadOnly(boolean, boolean) - Method in class org.apache.xerces.dom.ParentNode
-
Override default behavior so that if deep is true, children are also
toggled.
- setReadOnly(boolean, boolean) - Method in class org.apache.xerces.impl.xs.opti.NodeImpl
-
- setRegBasedAuthority(String) - Method in class org.apache.xerces.util.URI
-
Sets the registry based authority for this URI.
- setResourceResolver(LSResourceResolver) - Method in class org.apache.xerces.jaxp.validation.XMLSchemaFactory
-
- setRestrictionValues(XSSimpleTypeDecl, String, String, short, XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- setRootName(String) - Method in class org.apache.xerces.impl.dtd.XMLDTDDescription
-
Set the root name
- setSawFallback(int, boolean) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Records that an <fallback> was encountered at the specified depth,
as an ancestor of the current element, or as a sibling of an ancestor of the
current element.
- setSawInclude(int, boolean) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Records that an <include> was encountered at the specified depth,
as an ancestor of the current item.
- setScannerState(int) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Sets the scanner state.
- setScannerState(int) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
Sets the scanner state.
- setScannerVersion(short) - Method in class org.apache.xerces.impl.XMLEntityManager
-
- setSchema(Schema) - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-
- setSchema(Schema) - Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
-
- setSchemaId(int, boolean) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
- setScheme(String) - Method in class org.apache.xerces.util.URI
-
Set the scheme for this URI.
- setSchemeData(String) - Method in interface org.apache.xerces.xpointer.XPointerPart
-
Sets the scheme data of the PointerPart.
- setSchemeName(String) - Method in interface org.apache.xerces.xpointer.XPointerPart
-
Sets the scheme name of the PointerPart or the ShortHand Pointer name.
- setSelector(Selector) - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Sets the selector.
- setShadowSymbolTable(boolean) - Method in class org.apache.xerces.parsers.CachingParserPool
-
Sets whether new parser instance receive shadow copies of the
main symbol table.
- setSource(CharacterIterator) - Method in class org.apache.xerces.impl.xpath.regex.Match
-
- setSource(String) - Method in class org.apache.xerces.impl.xpath.regex.Match
-
- setSource(char[]) - Method in class org.apache.xerces.impl.xpath.regex.Match
-
- setSpecified(boolean) - Method in class org.apache.xerces.dom.AttrImpl
-
NON-DOM, for use by parser
- setSpecified(int, boolean) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- setSpecified(int, boolean) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Sets whether an attribute is specified in the instance document
or not.
- setStandalone(boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Deprecated.
This method is internal and only exists for
compatibility with older applications. New applications
should never call this method.
- setStandalone(boolean) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Sets whether the document entity is standalone.
- setStart(Node, int) - Method in class org.apache.xerces.dom.RangeImpl
-
- setStartAfter(Node) - Method in class org.apache.xerces.dom.RangeImpl
-
- setStartBefore(Node) - Method in class org.apache.xerces.dom.RangeImpl
-
- setStartOffset(int) - Method in class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
-
- setState(int) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- setStrictErrorChecking(boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
- setStrictErrorChecking(boolean) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
An attribute specifying whether errors checking is enforced or not.
- setStringData(String) - Method in class org.apache.xerces.dom.DOMInputImpl
-
A string attribute that represents a sequence of 16 bit units (utf-16
encoded characters).
- setSymbolTable(SymbolTable) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- setSystemId(String) - Method in class org.apache.xerces.dom.DOMInputImpl
-
The system identifier, a URI reference , for this input source.
- setSystemId(String) - Method in class org.apache.xerces.dom.DOMOutputImpl
-
The system identifier, a URI reference [IETF RFC 2396], for this output
destination.
- setSystemId(String) - Method in class org.apache.xerces.dom.EntityImpl
-
DOM Level 2: The system identifier associated with the entity.
- setSystemId(String) - Method in class org.apache.xerces.dom.NotationImpl
-
NON-DOM: The System Identifier for this Notation.
- setSystemId(String) - Method in class org.apache.xerces.util.SAXInputSource
-
Sets the system identifier.
- setTargetNamespace(String) - Method in class org.apache.xerces.impl.xs.XSDDescription
-
- setTextContent(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
- setTextContent(String) - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
- setTextContent(String) - Method in class org.apache.xerces.dom.NodeImpl
-
This attribute returns the text content of this node and its
descendants.
- setTextContent(String) - Method in class org.apache.xerces.dom.ParentNode
-
- setTextContent(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- setTo(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
-
- setTriggeringComponent(QName) - Method in class org.apache.xerces.impl.xs.XSDDescription
-
- setType(Object) - Method in class org.apache.xerces.dom.AttrImpl
-
NON-DOM: used by the parser
- setType(int, String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- setType(XSTypeDefinition) - Method in class org.apache.xerces.dom.ElementNSImpl
-
NON-DOM: setting type used by the DOM parser
- setType(int, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Sets the type of the attribute at the specified index.
- setUnionValues(String, String, short, XSSimpleTypeDecl[], XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- setupCurrentEntity(String, XMLInputSource, boolean, boolean) - Method in class org.apache.xerces.impl.XMLEntityManager
-
This method uses the passed-in XMLInputSource to make
fCurrentEntity usable for reading.
- setupDefaultAttributes() - Method in class org.apache.xerces.dom.ElementImpl
-
Setup the default attributes.
- setURI(int, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Sets the uri of the attribute at the specified index.
- setUseLiteralSystemId(boolean) - Method in class org.apache.xerces.util.XMLCatalogResolver
-
Sets the preference for whether the literal system
identifier should be used when resolving system
identifiers when both it and the expanded system
identifier are available.
- setUserData(Node, String, Object, UserDataHandler) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Associate an object to a key on this node.
- setUserData(NodeImpl, Object) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
NON-DOM: kept for backward compatibility
Store user data related to a given node
This is a place where we could use weak references! Indeed, the node
here won't be GC'ed as long as some user data is attached to it, since
the userData table will have a reference to the node.
- setUserData(String, Object, UserDataHandler) - Method in class org.apache.xerces.dom.DocumentTypeImpl
-
- setUserData(String, Object, UserDataHandler) - Method in class org.apache.xerces.dom.NodeImpl
-
Associate an object to a key on this node.
- setUserData(Object) - Method in class org.apache.xerces.dom.NodeImpl
-
NON-DOM: As an alternative to subclassing the DOM, this implementation
has been extended with the ability to attach an object to each node.
- setUserData(String, Object, UserDataHandler) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
-
- setUserinfo(String) - Method in class org.apache.xerces.util.URI
-
Set the userinfo for this URI.
- setUsingNamespaces(boolean) - Method in class org.apache.xerces.impl.validation.ValidationState
-
- setValue(String) - Method in class org.apache.xerces.dom.AttrImpl
-
The DOM doesn't clearly define what setValue(null) means.
- setValue(int, String) - Method in class org.apache.xerces.dom.DOMNormalizer.XMLAttributesProxy
-
- setValue(String) - Method in class org.apache.xerces.impl.xs.opti.AttrImpl
-
- setValue(int, String) - Method in class org.apache.xerces.util.XMLAttributesImpl
-
Sets the value of the attribute at the specified index.
- setValues(CoreDocumentImpl, String, String, String) - Method in class org.apache.xerces.dom.AttrNSImpl
-
NON-DOM: resets this node and sets specified values for the node
- setValues(CoreDocumentImpl, String, String, String) - Method in class org.apache.xerces.dom.ElementNSImpl
-
NON-DOM: resets this node and sets specified values for the node
- setValues(CoreDocumentImpl, String) - Method in class org.apache.xerces.dom.TextImpl
-
NON-DOM: resets node and sets specified values for the current node
- setValues(QName, XMLSimpleType, boolean) - Method in class org.apache.xerces.impl.dtd.XMLAttributeDecl
-
setValues
- setValues(short, Object, Object) - Method in class org.apache.xerces.impl.dtd.XMLContentSpec
-
Sets the values.
- setValues(XMLContentSpec) - Method in class org.apache.xerces.impl.dtd.XMLContentSpec
-
Sets the values of the specified content spec.
- setValues(XMLContentSpec.Provider, int) - Method in class org.apache.xerces.impl.dtd.XMLContentSpec
-
Sets the values from the values specified by the given content spec
provider and identifier.
- setValues(QName, int, short, ContentModelValidator, XMLSimpleType) - Method in class org.apache.xerces.impl.dtd.XMLElementDecl
-
setValues
- setValues(String, String, String, String, String, boolean, boolean) - Method in class org.apache.xerces.impl.dtd.XMLEntityDecl
-
setValues
- setValues(String, String, String, String, String, String, boolean, boolean) - Method in class org.apache.xerces.impl.dtd.XMLEntityDecl
-
setValues
- setValues(String, String, String, String) - Method in class org.apache.xerces.impl.dtd.XMLNotationDecl
-
setValues
- setValues(short, String, String[], boolean, short, String, String, DatatypeValidator) - Method in class org.apache.xerces.impl.dtd.XMLSimpleType
-
setValues
- setValues(XMLSimpleType) - Method in class org.apache.xerces.impl.dtd.XMLSimpleType
-
Set values.
- setValues(XMLEntityManager.Entity) - Method in class org.apache.xerces.impl.XMLEntityManager.Entity
-
Sets the values of the entity.
- setValues(XMLEntityManager.Entity) - Method in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
-
Sets the values of the entity.
- setValues(XMLEntityManager.ExternalEntity) - Method in class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
-
Sets the values of the entity.
- setValues(XMLEntityManager.Entity) - Method in class org.apache.xerces.impl.XMLEntityManager.InternalEntity
-
Sets the values of the entity.
- setValues(XMLEntityManager.InternalEntity) - Method in class org.apache.xerces.impl.XMLEntityManager.InternalEntity
-
Sets the values of the entity.
- setValues(String, String, int, int) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- setValues(String, String, int, int, int) - Method in class org.apache.xerces.impl.xs.util.SimpleLocator
-
- setValues(String, String, XSSimpleType, short, short, ValidatedInfo, XSComplexTypeDecl, XSAnnotationImpl) - Method in class org.apache.xerces.impl.xs.XSAttributeDecl
-
- setValues(String, String, XSTypeDefinition, short, short, short, short, boolean, XSAttributeGroupDecl, XSSimpleType, XSParticleDecl, XSObjectListImpl) - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- setValues(String, String, String, String) - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Sets the values of the resource identifier.
- setValues(String, String, String, String, String) - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Sets the values of the resource identifier.
- setVersion(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Deprecated.
This method is internal and only exists for
compatibility with older applications. New applications
should never call this method.
- setVisible(Node) - Static method in class org.apache.xerces.util.DOMUtil
-
- setVisible(Node, Hashtable) - Static method in class org.apache.xerces.util.DOMUtil
-
- setWhatShow(int) - Method in class org.apache.xerces.dom.TreeWalkerImpl
-
- setXercesAttributeNode(Attr) - Method in class org.apache.xerces.dom.ElementImpl
-
NON-DOM: sets attribute node for this element
- setXIncludeAware(boolean) - Method in class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-
- setXIncludeAware(boolean) - Method in class org.apache.xerces.jaxp.SAXParserFactoryImpl
-
- setXmlEncoding(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Internal
(Was a DOM L3 Core WD public interface method setXMLEncoding )
An attribute specifying, as part of the XML declaration,
the encoding of this document.
- setXmlEncoding(String) - Method in class org.apache.xerces.dom.EntityImpl
-
NON-DOM
encoding - An attribute specifying, as part of the text declaration,
the encoding of this entity, when it is an external parsed entity.
- setXMLReader(XMLReader) - Method in class org.apache.xerces.util.SAXInputSource
-
- setXmlStandalone(boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 CR - Experimental.
- setXmlStandalone(boolean) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
An attribute specifying, as part of the XML declaration, whether this
document is standalone.
- setXmlVersion(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
DOM Level 3 CR - Experimental.
- setXmlVersion(String) - Method in class org.apache.xerces.dom.EntityImpl
-
NON-DOM
version - An attribute specifying, as part of the text declaration,
the version number of this entity, when it is an external parsed entity.
- setXMLVersion(String) - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Sets the XML version.
- setXmlVersion(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
-
An attribute specifying, as part of the XML declaration, the version
number of this document.
- SEVERITY_ERROR - Static variable in class org.apache.xerces.impl.XMLErrorReporter
-
Severity: error.
- SEVERITY_FATAL_ERROR - Static variable in class org.apache.xerces.impl.XMLErrorReporter
-
Severity: fatal error.
- SEVERITY_WARNING - Static variable in class org.apache.xerces.impl.XMLErrorReporter
-
Severity: warning.
- SG_Schema4Annotations - Static variable in class org.apache.xerces.impl.xs.SchemaGrammar
-
- SG_SchemaNS - Static variable in class org.apache.xerces.impl.xs.SchemaGrammar
-
- SG_XSI - Static variable in class org.apache.xerces.impl.xs.SchemaGrammar
-
- ShadowedSymbolTable - Class in org.apache.xerces.util
-
Shadowed symbol table.
- ShadowedSymbolTable(SymbolTable) - Constructor for class org.apache.xerces.util.ShadowedSymbolTable
-
Constructs a shadow of the specified symbol table.
- ShortListImpl - Class in org.apache.xerces.impl.xs.util
-
Containts a list of Object's.
- ShortListImpl(short[], int) - Constructor for class org.apache.xerces.impl.xs.util.ShortListImpl
-
Construct an XSObjectList implementation
- shortValue() - Method in class org.apache.xerces.impl.xs.util.XInt
-
- SimpleContentModel - Class in org.apache.xerces.impl.dtd.models
-
SimpleContentModel is a derivative of the abstract content model base
class that handles a small set of simple content models that are just
way overkill to give the DFA treatment.
- SimpleContentModel(short, QName, QName) - Constructor for class org.apache.xerces.impl.dtd.models.SimpleContentModel
-
Constructs a simple content model.
- SimpleLocator - Class in org.apache.xerces.impl.xs.util
-
An XMLLocator implementation used for schema error reporting.
- SimpleLocator() - Constructor for class org.apache.xerces.impl.xs.util.SimpleLocator
-
- SimpleLocator(String, String, int, int) - Constructor for class org.apache.xerces.impl.xs.util.SimpleLocator
-
- SimpleLocator(String, String, int, int, int) - Constructor for class org.apache.xerces.impl.xs.util.SimpleLocator
-
- simpleType - Variable in class org.apache.xerces.impl.dtd.XMLAttributeDecl
-
simpleType
- simpleType - Variable in class org.apache.xerces.impl.dtd.XMLElementDecl
-
simpleType
- size() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
-
Returns the size of the stack.
- size() - Method in class org.apache.xerces.util.IntStack
-
Returns the size of the stack.
- SIZE_LIMIT - Static variable in class org.apache.xerces.util.XMLAttributesImpl
-
Threshold at which an instance is treated
as a large attribute list.
- skip(long) - Method in class org.apache.xerces.impl.io.ASCIIReader
-
Skip characters.
- skip(long) - Method in class org.apache.xerces.impl.io.UCSReader
-
Skip characters.
- skip(long) - Method in class org.apache.xerces.impl.io.UTF8Reader
-
Skip characters.
- skip(long) - Method in class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
-
- skipChar(int) - Method in class org.apache.xerces.impl.XML11EntityScanner
-
Skips a character appearing immediately on the input.
- skipChar(int) - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Skips a character appearing immediately on the input.
- skipDeclSpaces() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Skips space characters appearing immediately on the input that would
match non-terminal S (0x09, 0x0A, 0x0D, 0x20) before end of line
normalization is performed.
- skipSpaces() - Method in class org.apache.xerces.impl.XML11EntityScanner
-
Skips space characters appearing immediately on the input.
- skipSpaces() - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Skips space characters appearing immediately on the input.
- skipString(String) - Method in class org.apache.xerces.impl.XML11EntityScanner
-
Skips the specified string appearing immediately on the input.
- skipString(String) - Method in class org.apache.xerces.impl.XMLEntityScanner
-
Skips the specified string appearing immediately on the input.
- SPECIFIED - Static variable in class org.apache.xerces.dom.NodeImpl
-
- SPLITCDATA - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- splitText(int) - Method in class org.apache.xerces.dom.TextImpl
-
Break a text node into two sibling nodes.
- splitText(int) - Method in class org.apache.xerces.impl.xs.opti.DefaultText
-
Breaks this node into two nodes at the specified
offset
,
keeping both in the tree as siblings.
- standalone - Variable in class org.apache.xerces.dom.CoreDocumentImpl
-
Experimental DOM Level 3 feature: Document standalone
- STANDARD_URI_CONFORMANT - Static variable in class org.apache.xerces.impl.XMLEntityManager
-
Feature identifier: standard uri conformant
- STANDARD_URI_CONFORMANT_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Standard URI conformant feature ("standard-uri-conformant").
- STANDARD_URI_CONFORMANT_FEATURE - Static variable in class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Feature identifier: standard uri conformant feature.
- STANDARD_URI_CONFORMANT_FEATURE - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Feature identifier: allow java encodings
- STANDARD_URI_CONFORMANT_FEATURE - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Feature identifier: standard uri conformant feature.
- STANDARD_URI_CONFORMANT_FEATURE - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Feature identifier: standard uri conformant feature.
- StandardParserConfiguration - Class in org.apache.xerces.parsers
-
This is the "standard" parser configuration.
- StandardParserConfiguration() - Constructor for class org.apache.xerces.parsers.StandardParserConfiguration
-
Default constructor.
- StandardParserConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.StandardParserConfiguration
-
Constructs a parser configuration using the specified symbol table.
- StandardParserConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.StandardParserConfiguration
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- StandardParserConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.StandardParserConfiguration
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- startAttlist(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
The start of an attribute list.
- startAttlist(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
The start of an attribute list.
- startAttlist(String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The start of an attribute list.
- startAttlist(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
The start of an attribute list.
- startAttlist(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The start of an attribute list.
- startAttlist(String, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
-
The start of an attribute list.
- startAttlist(String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- startCDATA(Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
-
The start of a CDATA section.
- startCDATA(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
The start of a CDATA section.
- startCDATA(Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
The start of a CDATA section.
- startCDATA(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The start of a CDATA section.
- startCDATA(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
The start of a CDATA section.
- startCDATA(Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
The start of a CDATA section.
- startCDATA(Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
The start of a CDATA section.
- startCDATA(Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
The start of a CDATA section.
- startCDATA(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The start of a CDATA section.
- startCDATA(Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- startCDATA(Augmentations) - Method in class org.apache.xerces.xpointer.XPointerHandler
-
The start of a CDATA section.
- startConditional(short, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
The start of a conditional section.
- startConditional(short, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
The start of a conditional section.
- startConditional(short, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The start of a conditional section.
- startConditional(short, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
The start of a conditional section.
- startConditional(short, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The start of a conditional section.
- startConditional(short, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
-
The start of a conditional section.
- startConditional(short, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- startContentModel(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
The start of a content model.
- startContentModel(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
The start of a content model.
- startContentModel() - Method in class org.apache.xerces.impl.xs.models.XSAllCM
-
This methods to be called on entering a first element whose type
has this content model.
- startContentModel() - Method in interface org.apache.xerces.impl.xs.models.XSCMValidator
-
This methods to be called on entering a first element whose type
has this content model.
- startContentModel() - Method in class org.apache.xerces.impl.xs.models.XSDFACM
-
- startContentModel() - Method in class org.apache.xerces.impl.xs.models.XSEmptyCM
-
This methods to be called on entering a first element whose type
has this content model.
- startContentModel(String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The start of a content model.
- startContentModel(String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The start of a content model.
- startContentModel(String, short) - Method in class org.apache.xerces.parsers.DTDParser
-
The start of a content model.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
-
The start of the document.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
The start of the document.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
The start of the document.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The start of the document.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
The start of the document.
- startDocument() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
Resets the identity constraint cache.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
The start of the document.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
The start of the document.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The start of the document.
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
Event sent at the start of the document.
- startDocumentEntity(XMLInputSource) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Starts the document entity.
- startDocumentFragment() - Method in class org.apache.xerces.impl.xs.identity.Selector.Matcher
-
- startDocumentFragment() - Method in class org.apache.xerces.impl.xs.identity.XPathMatcher
-
The start of the document fragment.
- startDocumentParsing(XMLEntityHandler, short) - Method in class org.apache.xerces.impl.XMLVersionDetector
-
Reset the reference to the appropriate scanner given the version of the
document and start document scanning.
- startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
The start of the DTD.
- startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
The start of the DTD.
- startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The start of the DTD.
- startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
The start of the DTD.
- startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The start of the DTD.
- startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
-
The start of the DTD.
- startDTD(XMLLocator, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- startDTDEntity(XMLInputSource) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Starts the DTD entity.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
-
The start of an element.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
The start of an element.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Binds the namespaces.
- startElement(QName, XMLAttributes) - Method in class org.apache.xerces.impl.xs.identity.Selector.Matcher
-
The start of an element.
- startElement(QName, XMLAttributes) - Method in class org.apache.xerces.impl.xs.identity.XPathMatcher
-
The start of an element.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The start of an element.
- startElement(QName, XMLAttributes, int, int, int) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOM
-
- startElement(QName, XMLAttributes, int, int) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOM
-
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
-
The start of an element.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
The start of an element.
- startElement() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
The start of an element.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
The start of an element.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The start of an element.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.parsers.DOMParserImpl
-
The start of an element.
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.xpointer.XPointerHandler
-
The start of an element.
- startEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
This method notifies of the start of an entity.
- startEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
This method notifies of the start of an entity.
- startEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
This method notifies of the start of an entity.
- startEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in interface org.apache.xerces.impl.XMLEntityHandler
-
This method notifies of the start of an entity.
- startEntity(String, boolean) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Starts a named entity.
- startEntity(String, XMLInputSource, boolean, boolean) - Method in class org.apache.xerces.impl.XMLEntityManager
-
Starts an entity.
- startEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.XMLScanner
-
This method notifies of the start of an entity.
- startEntity(String, String, String, String) - Method in class org.apache.xerces.parsers.DTDParser
-
This method notifies of the start of an entity.
- startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
The start of the DTD external subset.
- startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
The start of the DTD external subset.
- startExternalSubset() - Method in class org.apache.xerces.impl.XMLEntityManager
-
- startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The start of the DTD external subset.
- startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
The start of the DTD external subset.
- startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
The start of the DTD external subset.
- startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
The start of the DTD external subset.
- startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
-
The start of the external subset.
- startExternalSubset(XMLResourceIdentifier, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
-
This method notifies the start of a general entity.
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
This method notifies the start of a general entity.
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
This method notifies the start of a general entity.
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
This method notifies the start of a general entity.
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
This method notifies the start of a general entity.
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
This method notifies the start of a general entity.
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
This method notifies of the start of an entity.
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
This method notifies the start of an entity.
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- startGroup(Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
A start of either a mixed or children content model.
- startGroup(Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
A start of either a mixed or children content model.
- startGroup(Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
A start of either a mixed or children content model.
- startGroup(Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
A start of either a mixed or children content model.
- startNamespaceMapping() - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Send startPrefixMapping events
- startNamespaceScope(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.dtd.XML11NSDTDValidator
-
Bind namespaces
- startNamespaceScope(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
- startNamespaceScope(QName, XMLAttributes, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLNSDTDValidator
-
Bind namespaces
- startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
This method notifies of the start of an entity.
- startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
This method notifies of the start of a parameter entity.
- startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
This method notifies of the start of a parameter entity.
- startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
This method notifies of the start of a parameter entity.
- startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
This method notifies of the start of parameter entity.
- startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
This method notifies the start of an entity.
- startParameterEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- startPE(String, boolean) - Method in class org.apache.xerces.impl.XMLDTDScannerImpl
-
start a parameter entity dealing with the textdecl if there is any
- startPosition - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
Start position in character buffer.
- startPrefixMapping(String, String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
The start of a namespace prefix mapping.
- startValueScope() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
Start scope for value store.
- startValueScopeFor(IdentityConstraint, int) - Method in interface org.apache.xerces.impl.xs.identity.FieldActivator
-
Start the value scope for the specified identity constraint.
- startValueScopeFor(IdentityConstraint, int) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Start the value scope for the specified identity constraint.
- steps - Variable in class org.apache.xerces.impl.xpath.XPath.LocationPath
-
List of steps.
- stopPropagation - Variable in class org.apache.xerces.dom.events.EventImpl
-
- stopPropagation() - Method in class org.apache.xerces.dom.events.EventImpl
-
Causes exit from in-progress event dispatch before the next
currentTarget is selected.
- storeKeyRef(Element, XSDocumentInfo, XSElementDecl) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- stream - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
Input stream.
- STRING_INTERNING - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Feature identifier: string interning.
- STRING_INTERNING - Static variable in class org.apache.xerces.parsers.AbstractSAXParser
-
Feature id: string interning.
- STRING_INTERNING_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
String interning feature ("string-interning").
- StringDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
-
StringValidator validates that XML content is a W3C string type.
- StringDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.StringDatatypeValidator
-
- StringDV - Class in org.apache.xerces.impl.dv.xs
-
Represent the schema type "string"
- StringDV() - Constructor for class org.apache.xerces.impl.dv.xs.StringDV
-
- StringListImpl - Class in org.apache.xerces.impl.xs.util
-
Containts a list of Object's.
- StringListImpl(Vector) - Constructor for class org.apache.xerces.impl.xs.util.StringListImpl
-
- StringListImpl(String[], int) - Constructor for class org.apache.xerces.impl.xs.util.StringListImpl
-
Construct an XSObjectList implementation
- stringValue() - Method in class org.apache.xerces.impl.dv.ValidatedInfo
-
Return a string representation of the value.
- SUBSEQUENT_ERROR - Static variable in interface org.apache.xerces.impl.xs.models.XSCMValidator
-
- SubstitutionGroupHandler - Class in org.apache.xerces.impl.xs
-
To store and validate information about substitutionGroup
- SubstitutionGroupHandler(XSGrammarBucket) - Constructor for class org.apache.xerces.impl.xs.SubstitutionGroupHandler
-
Default constructor
- substitutionGroupOK(XSElementDecl, XSElementDecl, short) - Method in class org.apache.xerces.impl.xs.SubstitutionGroupHandler
-
- substringData(int, int) - Method in class org.apache.xerces.dom.CharacterDataImpl
-
Substring is more than a convenience function.
- substringData(int, int) - Method in class org.apache.xerces.impl.xs.opti.DefaultText
-
Extracts a range of data from the node.
- substringData(int, int) - Method in class org.apache.xerces.impl.xs.opti.TextImpl
-
Extracts a range of data from the node.
- supplemental(char, char) - Static method in class org.apache.xerces.util.XMLChar
-
Returns true the supplemental character corresponding to the given
surrogates.
- surroundContents(Node) - Method in class org.apache.xerces.dom.RangeImpl
-
- symbol - Variable in class org.apache.xerces.util.SymbolTable.Entry
-
Symbol.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.XMLEntityManager
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.XMLNamespaceBinder
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.XMLScanner
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.XMLVersionDetector
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.DOMASBuilderImpl
-
Deprecated.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.DOMParser
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.DOMParserImpl
-
- SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.SAXParser
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.parsers.XMLGrammarPreparser
-
Property identifier: symbol table.
- SYMBOL_TABLE - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
Property identifier: symbol table.
- SYMBOL_TABLE_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
Symbol table property ("internal/symbol-table").
- SymbolHash - Class in org.apache.xerces.util
-
This class is an unsynchronized hash table primary used for String
to Object mapping.
- SymbolHash() - Constructor for class org.apache.xerces.util.SymbolHash
-
Constructs a key table with the default size.
- SymbolHash(int) - Constructor for class org.apache.xerces.util.SymbolHash
-
Constructs a key table with a given size.
- SymbolHash.Entry - Class in org.apache.xerces.util
-
This class is a key table entry.
- SymbolHash.Entry() - Constructor for class org.apache.xerces.util.SymbolHash.Entry
-
- SymbolHash.Entry(Object, Object, SymbolHash.Entry) - Constructor for class org.apache.xerces.util.SymbolHash.Entry
-
- SymbolTable - Class in org.apache.xerces.util
-
This class is a symbol table implementation that guarantees that
strings used as identifiers are unique references.
- SymbolTable(int, float) - Constructor for class org.apache.xerces.util.SymbolTable
-
Constructs a new, empty SymbolTable with the specified initial
capacity and the specified load factor.
- SymbolTable(int) - Constructor for class org.apache.xerces.util.SymbolTable
-
Constructs a new, empty SymbolTable with the specified initial capacity
and default load factor, which is 0.75.
- SymbolTable() - Constructor for class org.apache.xerces.util.SymbolTable
-
Constructs a new, empty SymbolTable with a default initial capacity (101)
and load factor, which is 0.75.
- SymbolTable.Entry - Class in org.apache.xerces.util
-
This class is a symbol table entry.
- SymbolTable.Entry(String, SymbolTable.Entry) - Constructor for class org.apache.xerces.util.SymbolTable.Entry
-
Constructs a new entry from the specified symbol and next entry
reference.
- SymbolTable.Entry(char[], int, int, SymbolTable.Entry) - Constructor for class org.apache.xerces.util.SymbolTable.Entry
-
Constructs a new entry from the specified symbol information and
next entry reference.
- SYNCCHILDREN - Static variable in class org.apache.xerces.dom.NodeImpl
-
- SYNCDATA - Static variable in class org.apache.xerces.dom.NodeImpl
-
- synchronizeChildren() - Method in class org.apache.xerces.dom.AttrImpl
-
Override this method in subclass to hook in efficient
internal data structure.
- synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredAttrImpl
-
Synchronizes the node's children with the internal structure.
- synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredAttrNSImpl
-
Synchronizes the node's children with the internal structure.
- synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Synchronizes the node's children with the internal structure.
- synchronizeChildren(AttrImpl, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Synchronizes the node's children with the internal structure.
- synchronizeChildren(ParentNode, int) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Synchronizes the node's children with the internal structure.
- synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredDocumentTypeImpl
-
Synchronizes the entities, notations, and elements.
- synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredElementDefinitionImpl
-
Synchronizes the default attribute values.
- synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredElementImpl
-
- synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredElementNSImpl
-
Synchronizes the node's children with the internal structure.
- synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredEntityImpl
-
Synchronize the children.
- synchronizeChildren() - Method in class org.apache.xerces.dom.DeferredEntityReferenceImpl
-
Synchronize the children.
- synchronizeChildren() - Method in class org.apache.xerces.dom.EntityReferenceImpl
-
EntityReference's children are a reflection of those defined in the
named Entity.
- synchronizeChildren() - Method in class org.apache.xerces.dom.ParentNode
-
Override this method in subclass to hook in efficient
internal data structure.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredAttrImpl
-
Synchronizes the data (name and value) for fast nodes.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredAttrNSImpl
-
Synchronizes the data (name and value) for fast nodes.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredCDATASectionImpl
-
Synchronizes the data (name and value) for fast nodes.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredCommentImpl
-
Synchronizes the data (name and value) for fast nodes.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
-
Synchronizes the node's data.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredDocumentTypeImpl
-
Synchronizes the data (name and value) for fast nodes.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredElementDefinitionImpl
-
Synchronizes the data (name and value) for fast nodes.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredElementImpl
-
Synchronizes the data (name and value) for fast nodes.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredElementNSImpl
-
Synchronizes the data (name and value) for fast nodes.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredEntityImpl
-
Synchronize the entity data.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredEntityReferenceImpl
-
Synchronize the entity data.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredNotationImpl
-
Synchronizes the data.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredProcessingInstructionImpl
-
Synchronizes the data.
- synchronizeData() - Method in class org.apache.xerces.dom.DeferredTextImpl
-
Synchronizes the underlying data.
- synchronizeData() - Method in class org.apache.xerces.dom.ElementImpl
-
Synchronizes the data (name and value) for fast nodes.
- synchronizeData() - Method in class org.apache.xerces.dom.NodeImpl
-
Override this method in subclass to hook in efficient
internal data structure.
- SynchronizedSymbolTable - Class in org.apache.xerces.util
-
Synchronized symbol table.
- SynchronizedSymbolTable(SymbolTable) - Constructor for class org.apache.xerces.util.SynchronizedSymbolTable
-
Constructs a synchronized symbol table.
- SynchronizedSymbolTable() - Constructor for class org.apache.xerces.util.SynchronizedSymbolTable
-
- SynchronizedSymbolTable(int) - Constructor for class org.apache.xerces.util.SynchronizedSymbolTable
-
- systemID - Variable in class org.apache.xerces.dom.DocumentTypeImpl
-
- systemId - Variable in class org.apache.xerces.dom.EntityImpl
-
System identifier.
- systemId - Variable in class org.apache.xerces.dom.NotationImpl
-
System identifier.
- systemId - Variable in class org.apache.xerces.impl.dtd.XMLEntityDecl
-
systemId
- systemId - Variable in class org.apache.xerces.impl.dtd.XMLNotationDecl
-
systemId
- systemId - Variable in class org.apache.xerces.xinclude.XIncludeHandler.Notation
-
- systemId - Variable in class org.apache.xerces.xinclude.XIncludeHandler.UnparsedEntity
-
T
- TABLE_SIZE - Static variable in class org.apache.xerces.util.SymbolTable
-
Default table size.
- TABLE_SIZE - Static variable in class org.apache.xerces.util.XMLAttributesImpl
-
Default table size.
- TABLE_SIZE - Static variable in class org.apache.xerces.util.XMLGrammarPoolImpl
-
Default size.
- tagName - Variable in class org.apache.xerces.dom.DeepNodeListImpl
-
- target - Variable in class org.apache.xerces.dom.events.EventImpl
-
- target - Variable in class org.apache.xerces.dom.ProcessingInstructionImpl
-
- text - Variable in class org.apache.xerces.impl.XMLEntityManager.InternalEntity
-
Text value of entity.
- textDecl(String, String, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
-
Notifies of the presence of a TextDecl line in an entity.
- textDecl(String, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
Notifies of the presence of a TextDecl line in an entity.
- textDecl(String, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Notifies of the presence of a TextDecl line in an entity.
- textDecl(String, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Notifies of the presence of a TextDecl line in an entity.
- textDecl(String, String, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Notifies of the presence of a TextDecl line in an entity.
- textDecl(String, String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
Notifies of the presence of a TextDecl line in an entity.
- textDecl(String, String, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Notifies of the presence of a TextDecl line in an entity.
- textDecl(String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
Notifies of the presence of a TextDecl line in an entity.
- textDecl(String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
Notifies of the presence of a TextDecl line in an entity.
- textDecl(String, String) - Method in class org.apache.xerces.parsers.DTDParser
-
Notifies of the presence of a TextDecl line in an entity.
- textDecl(String, String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- TextImpl - Class in org.apache.xerces.dom
-
Text nodes hold the non-markup, non-Entity content of
an Element or Attribute.
- TextImpl() - Constructor for class org.apache.xerces.dom.TextImpl
-
Default constructor
- TextImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.TextImpl
-
Factory constructor.
- TextImpl - Class in org.apache.xerces.impl.xs.opti
-
- TextImpl(StringBuffer, SchemaDOM, int, int) - Constructor for class org.apache.xerces.impl.xs.opti.TextImpl
-
- textNode - Static variable in class org.apache.xerces.dom.AttrImpl
-
- TimeDV - Class in org.apache.xerces.impl.dv.xs
-
Validator for <time> datatype (W3C Schema Datatypes)
- TimeDV() - Constructor for class org.apache.xerces.impl.dv.xs.TimeDV
-
- timeStamp - Variable in class org.apache.xerces.dom.events.EventImpl
-
- tokenizeSchemaLocationStr(String, Hashtable) - Static method in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- TOP_LEVEL_SCOPE - Static variable in class org.apache.xerces.impl.dtd.DTDGrammar
-
Top level scope (-1).
- toString() - Method in class org.apache.xerces.dom.AttrImpl
-
NON-DOM method for debugging convenience
- toString() - Method in class org.apache.xerces.dom.NodeImpl
-
NON-DOM method for debugging convenience.
- toString() - Method in class org.apache.xerces.dom.RangeImpl
-
- toString() - Method in class org.apache.xerces.impl.dtd.models.CMAny
-
- toString() - Method in class org.apache.xerces.impl.dtd.models.CMLeaf
-
- toString() - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
-
- toString() - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- toString() - Method in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
Returns a string representation of this object.
- toString() - Method in class org.apache.xerces.impl.xpath.regex.RegularExpression
-
Represents this instence in String.
- toString() - Method in class org.apache.xerces.impl.xpath.XPath.Axis
-
Returns a string representation of this object.
- toString() - Method in class org.apache.xerces.impl.xpath.XPath.LocationPath
-
Returns a string representation of this object.
- toString() - Method in class org.apache.xerces.impl.xpath.XPath.NodeTest
-
Returns a string representation of this object.
- toString() - Method in class org.apache.xerces.impl.xpath.XPath.Step
-
Returns a string representation of this object.
- toString() - Method in class org.apache.xerces.impl.xpath.XPath
-
Returns a string representation of this object.
- toString() - Method in class org.apache.xerces.impl.xs.identity.Field
-
Returns a string representation of this object.
- toString() - Method in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Returns a string representation of this object.
- toString() - Method in class org.apache.xerces.impl.xs.identity.Selector
-
Returns a string representation of this object.
- toString() - Method in class org.apache.xerces.impl.xs.identity.XPathMatcher
-
Returns a string representation of this object.
- toString() - Method in class org.apache.xerces.impl.xs.models.XSCMLeaf
-
- toString() - Method in class org.apache.xerces.impl.xs.util.XInt
-
- toString(Object[]) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
Returns a string of the specified values.
- toString(Vector, int, int) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
Returns a string of the specified values.
- toString() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
Returns a string representation of this object.
- toString() - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
Returns a string representation of this object.
- toString() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- toString() - Method in class org.apache.xerces.impl.xs.XSElementDecl
-
- toString() - Method in class org.apache.xerces.impl.xs.XSModelGroupImpl
-
- toString() - Method in class org.apache.xerces.impl.xs.XSParticleDecl
-
- toString() - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
- toString() - Method in class org.apache.xerces.util.AugmentationsImpl
-
- toString() - Method in class org.apache.xerces.util.NamespaceSupport.Prefixes
-
- toString() - Method in class org.apache.xerces.util.URI
-
Get the URI as a string specification.
- toString() - Method in class org.apache.xerces.util.XMLEntityDescriptionImpl
-
Returns a string representation of this object.
- toString() - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Returns a string representation of this object.
- totalDigits - Variable in class org.apache.xerces.impl.dv.XSFacets
-
value of totalDigits facet.
- totalDigitsAnnotation - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- totalDigitsAnnotation - Variable in class org.apache.xerces.impl.dv.XSFacets
-
- toXSModel() - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
Return an
XSModel
that represents components in this schema
grammar.
- toXSModel(XSGrammar[]) - Method in class org.apache.xerces.impl.xs.SchemaGrammar
-
- toXSModel() - Method in class org.apache.xerces.impl.xs.util.XSGrammarPool
-
Return an
XSModel
that represents components in
the schema grammars in this pool implementation.
- transplant(IdentityConstraint, int) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
- traverse(Node, int) - Static method in class org.apache.xerces.impl.xs.opti.SchemaDOM
-
- traverseSchemas(ArrayList) - Method in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- TREE_POSITION_ANCESTOR - Static variable in class org.apache.xerces.dom.NodeImpl
-
The node is an ancestor of the reference node.
- TREE_POSITION_DESCENDANT - Static variable in class org.apache.xerces.dom.NodeImpl
-
The node is a descendant of the reference node.
- TREE_POSITION_DISCONNECTED - Static variable in class org.apache.xerces.dom.NodeImpl
-
The two nodes are disconnected, they do not have any common ancestor.
- TREE_POSITION_EQUIVALENT - Static variable in class org.apache.xerces.dom.NodeImpl
-
The two nodes have an equivalent position.
- TREE_POSITION_FOLLOWING - Static variable in class org.apache.xerces.dom.NodeImpl
-
The node follows the reference node.
- TREE_POSITION_PRECEDING - Static variable in class org.apache.xerces.dom.NodeImpl
-
The node precedes the reference node.
- TREE_POSITION_SAME_NODE - Static variable in class org.apache.xerces.dom.NodeImpl
-
The two nodes are the same.
- TreeWalkerImpl - Class in org.apache.xerces.dom
-
This class implements the TreeWalker interface.
- TreeWalkerImpl(Node, int, NodeFilter, boolean) - Constructor for class org.apache.xerces.dom.TreeWalkerImpl
-
Public constructor
- type - Variable in class org.apache.xerces.dom.events.EventImpl
-
- type() - Method in class org.apache.xerces.impl.dtd.models.CMNode
-
- type - Variable in class org.apache.xerces.impl.dtd.XMLContentSpec
-
The content spec node type.
- type - Variable in class org.apache.xerces.impl.dtd.XMLElementDecl
-
type
- type - Variable in class org.apache.xerces.impl.dtd.XMLSimpleType
-
type
- type - Variable in class org.apache.xerces.impl.xpath.XPath.Axis
-
Axis type.
- type - Variable in class org.apache.xerces.impl.xpath.XPath.NodeTest
-
Node test type.
- type - Variable in class org.apache.xerces.impl.xs.identity.IdentityConstraint
-
type
- TYPE_ANY - Static variable in class org.apache.xerces.impl.dtd.XMLElementDecl
-
TYPE_ANY
- TYPE_CDATA - Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
-
TYPE_CDATA
- TYPE_CHILDREN - Static variable in class org.apache.xerces.impl.dtd.XMLElementDecl
-
TYPE_CHILDREN
- TYPE_EMPTY - Static variable in class org.apache.xerces.impl.dtd.XMLElementDecl
-
TYPE_EMPTY
- TYPE_ENTITY - Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
-
TYPE_ENTITY
- TYPE_ENUMERATION - Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
-
TYPE_ENUMERATION
- TYPE_ID - Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
-
TYPE_ID
- TYPE_IDREF - Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
-
TYPE_IDREF
- TYPE_MIXED - Static variable in class org.apache.xerces.impl.dtd.XMLElementDecl
-
TYPE_MIXED
- TYPE_NAMED - Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
-
TYPE_NAMED
- TYPE_NMTOKEN - Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
-
TYPE_NMTOKEN
- TYPE_NODE - Static variable in interface org.apache.xerces.dom.DeferredNode
-
- TYPE_NOTATION - Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
-
TYPE_NOTATION
- TYPE_SIMPLE - Static variable in class org.apache.xerces.impl.dtd.XMLElementDecl
-
TYPE_SIMPLE
- TypeValidator - Class in org.apache.xerces.impl.dv.xs
-
All primitive types plus ID/IDREF/ENTITY/INTEGER are derived from this abstract
class.
- TypeValidator() - Constructor for class org.apache.xerces.impl.dv.xs.TypeValidator
-
U
- UCS2BE - Static variable in class org.apache.xerces.impl.io.UCSReader
-
- UCS2LE - Static variable in class org.apache.xerces.impl.io.UCSReader
-
- UCS4BE - Static variable in class org.apache.xerces.impl.io.UCSReader
-
- UCS4LE - Static variable in class org.apache.xerces.impl.io.UCSReader
-
- UCSReader - Class in org.apache.xerces.impl.io
-
Reader for UCS-2 and UCS-4 encodings.
- UCSReader(InputStream, short) - Constructor for class org.apache.xerces.impl.io.UCSReader
-
Constructs an ASCII reader from the specified input stream
using the default buffer size.
- UCSReader(InputStream, int, short) - Constructor for class org.apache.xerces.impl.io.UCSReader
-
Constructs an ASCII reader from the specified input stream
and buffer size.
- undeferChildren(Node) - Method in class org.apache.xerces.dom.CoreDocumentImpl
-
Traverses the DOM Tree and expands deferred nodes and their
children.
- UNICODE_NORMALIZATION_CHECKING_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Unicode normalization checking feature ("unicode-normalization-checking").
- union(CMStateSet) - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
-
- UnionDV - Class in org.apache.xerces.impl.dv.xs
-
Represent the schema union types
- UnionDV() - Constructor for class org.apache.xerces.impl.dv.xs.UnionDV
-
- UniqueOrKey - Class in org.apache.xerces.impl.xs.identity
-
Schema unique or key identity constraint.
- UniqueOrKey(String, String, String, short) - Constructor for class org.apache.xerces.impl.xs.identity.UniqueOrKey
-
Constructs a unique or a key identity constraint.
- unlockGrammarPool() - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
- unlockPool() - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
-
unlock the grammar pool
- unlockPool() - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
-
- unparsedEntityDecl(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
-
An unparsed entity declaration.
- unparsedEntityDecl(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
An unparsed entity declaration.
- unparsedEntityDecl(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
An unparsed entity declaration.
- unparsedEntityDecl(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
An unparsed entity declaration.
- unparsedEntityDecl(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
An unparsed entity declaration.
- unparsedEntityDecl(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
An unparsed entity declaration.
- unparsedEntityDecl(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
-
An unparsed entity declaration.
- unparsedEntityDecl(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- updateQName(Node, QName) - Method in class org.apache.xerces.dom.DOMNormalizer
-
- URI - Class in org.apache.xerces.util
-
A class to represent a Uniform Resource Identifier (URI).
- URI() - Constructor for class org.apache.xerces.util.URI
-
Construct a new and uninitialized URI.
- URI(URI) - Constructor for class org.apache.xerces.util.URI
-
Construct a new URI from another URI.
- URI(String) - Constructor for class org.apache.xerces.util.URI
-
Construct a new URI from a URI specification string.
- URI(String, boolean) - Constructor for class org.apache.xerces.util.URI
-
Construct a new URI from a URI specification string.
- URI(URI, String) - Constructor for class org.apache.xerces.util.URI
-
Construct a new URI from a base URI and a URI specification string.
- URI(URI, String, boolean) - Constructor for class org.apache.xerces.util.URI
-
Construct a new URI from a base URI and a URI specification string.
- URI(String, String) - Constructor for class org.apache.xerces.util.URI
-
Construct a new URI that does not follow the generic URI syntax.
- URI(String, String, String, String, String) - Constructor for class org.apache.xerces.util.URI
-
Construct a new URI that follows the generic URI syntax from its
component parts.
- URI(String, String, String, int, String, String, String) - Constructor for class org.apache.xerces.util.URI
-
Construct a new URI that follows the generic URI syntax from its
component parts.
- URI.MalformedURIException - Exception in org.apache.xerces.util
-
MalformedURIExceptions are thrown in the process of building a URI
or setting fields on a URI when an operation would result in an
invalid URI specification.
- URI.MalformedURIException() - Constructor for exception org.apache.xerces.util.URI.MalformedURIException
-
Constructs a
MalformedURIException
with no specified
detail message.
- URI.MalformedURIException(String) - Constructor for exception org.apache.xerces.util.URI.MalformedURIException
-
Constructs a
MalformedURIException
with the
specified detail message.
- URI_SCHEMAFORSCHEMA - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- URI_XSI - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- USE_ATTRIBUTES2_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Use Attributes2 feature ("use-attributes2").
- USE_ENTITY_RESOLVER2 - Static variable in class org.apache.xerces.parsers.DOMParser
-
Feature identifier: EntityResolver2.
- USE_ENTITY_RESOLVER2_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Use EntityResolver2 feature ("use-entity-resolver2").
- USE_GRAMMAR_POOL_ONLY - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Feature identifier: use grammar pool only
- USE_GRAMMAR_POOL_ONLY - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature identifier: use grammar pool only
- USE_GRAMMAR_POOL_ONLY_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Internal feature.
- USE_LOCATOR2_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Use Locator2 feature ("use-locator2").
- USE_OPTIONAL - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- USE_PROHIBITED - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- USE_REQUIRED - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- useNamespaces() - Method in interface org.apache.xerces.impl.dv.ValidationContext
-
- useNamespaces() - Method in class org.apache.xerces.impl.validation.ValidationState
-
- userData - Variable in class org.apache.xerces.dom.CoreDocumentImpl
-
Table for user data attached to this document nodes.
- UTF8Reader - Class in org.apache.xerces.impl.io
-
A UTF-8 reader.
- UTF8Reader(InputStream) - Constructor for class org.apache.xerces.impl.io.UTF8Reader
-
Constructs a UTF-8 reader from the specified input stream
using the default buffer size.
- UTF8Reader(InputStream, MessageFormatter, Locale) - Constructor for class org.apache.xerces.impl.io.UTF8Reader
-
Constructs a UTF-8 reader from the specified input stream
using the default buffer size and the given MessageFormatter.
- UTF8Reader(InputStream, int, MessageFormatter, Locale) - Constructor for class org.apache.xerces.impl.io.UTF8Reader
-
Constructs a UTF-8 reader from the specified input stream,
buffer size and MessageFormatter.
V
- validate() - Method in class org.apache.xerces.dom.ASModelImpl
-
Deprecated.
Determines if an
ASModel
itself is valid, i.e., confirming
that it's well-formed and valid per its own formal grammar.
- VALIDATE - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- validate(QName[], int, int) - Method in interface org.apache.xerces.impl.dtd.models.ContentModelValidator
-
validate
- validate(QName[], int, int) - Method in class org.apache.xerces.impl.dtd.models.DFAContentModel
-
Check that the specified content is valid according to this
content model.
- validate(QName[], int, int) - Method in class org.apache.xerces.impl.dtd.models.MixedContentModel
-
Check that the specified content is valid according to this
content model.
- validate(QName[], int, int) - Method in class org.apache.xerces.impl.dtd.models.SimpleContentModel
-
Check that the specified content is valid according to this
content model.
- validate() - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
- validate() - Method in interface org.apache.xerces.impl.dtd.XMLDTDValidatorFilter
-
Return true if validator must validate the document
- validate(String, ValidationContext) - Method in interface org.apache.xerces.impl.dv.DatatypeValidator
-
validate a given string against this DV
- validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.ENTITYDatatypeValidator
-
Checks that "content" string is valid ID value.
- validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.IDDatatypeValidator
-
Checks that "content" string is valid ID value.
- validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.IDREFDatatypeValidator
-
Checks that "content" string is valid IDREF value.
- validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.ListDatatypeValidator
-
Checks that "content" string is valid.
- validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.NMTOKENDatatypeValidator
-
Checks that "content" string is valid NMTOKEN value.
- validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.NOTATIONDatatypeValidator
-
Checks that "content" string is valid NOTATION value.
- validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.StringDatatypeValidator
-
Checks that "content" string is valid string value.
- validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.XML11IDDatatypeValidator
-
Checks that "content" string is valid ID value.
- validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.XML11IDREFDatatypeValidator
-
Checks that "content" string is valid IDREF value.
- validate(String, ValidationContext) - Method in class org.apache.xerces.impl.dv.dtd.XML11NMTOKENDatatypeValidator
-
Checks that "content" string is valid NMTOKEN value.
- validate(String, ValidationContext, ValidatedInfo) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
validate a value, and return the compiled form
- validate(Object, ValidationContext, ValidatedInfo) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
validate a value, and return the compiled form
- validate(ValidationContext, ValidatedInfo) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
validate an actual value against this DV
- validate(String, ValidationContext, ValidatedInfo) - Method in interface org.apache.xerces.impl.dv.XSSimpleType
-
validate a given string against this simple type.
- validate(Object, ValidationContext, ValidatedInfo) - Method in interface org.apache.xerces.impl.dv.XSSimpleType
-
validate a given string value, represented by content.toString().
- validate(ValidationContext, ValidatedInfo) - Method in interface org.apache.xerces.impl.dv.XSSimpleType
-
Validate an actual value against this simple type.
- VALIDATE_ANNOTATIONS - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Feature identifier: validate annotations.
- VALIDATE_ANNOTATIONS - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Feature identifier: validate annotations.
- VALIDATE_ANNOTATIONS - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Feature identifier: validate annotations.
- VALIDATE_ANNOTATIONS - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
Feature identifier: validate annotations
- VALIDATE_ANNOTATIONS - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature identifier: validate annotations
- VALIDATE_ANNOTATIONS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Validate annotations feature ("validate-annotations").
- VALIDATE_CONTENT_MODELS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Validate content models feature ("validation/validate-content-models").
- VALIDATE_DATATYPES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Validate datatypes feature ("validation/validate-datatypes").
- validateDateTime(AbstractDateTimeDV.DateTimeData) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
Validates given date/time object accoring to W3C PR Schema
[D.1 ISO 8601 Conventions]
- ValidatedInfo - Class in org.apache.xerces.impl.dv
-
Class to get the information back after content is validated.
- ValidatedInfo() - Constructor for class org.apache.xerces.impl.dv.ValidatedInfo
-
- validateDTDattribute(QName, String, XMLAttributeDecl) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Validate attributes in DTD fashion.
- validateWithInfo(String, ValidationContext, ValidatedInfo) - Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
validate a value, and return the compiled form
- VALIDATION - Static variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Feature identifier: validation.
- VALIDATION - Static variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Feature identifier: validation.
- VALIDATION - Static variable in class org.apache.xerces.impl.XMLEntityManager
-
Feature identifier: validation.
- VALIDATION - Static variable in class org.apache.xerces.impl.XMLScanner
-
Feature identifier: validation.
- VALIDATION - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Feature identifier: validation.
- VALIDATION - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Feature identifier: validation.
- VALIDATION - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
Feature identifier: validation.
- VALIDATION - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature identifier: validation.
- VALIDATION - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Feature identifier: validation.
- VALIDATION - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Feature identifier: validation.
- VALIDATION - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
Feature identifier: validation.
- VALIDATION_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Validation feature ("validation").
- VALIDATION_FEATURE - Static variable in class org.apache.xerces.parsers.DOMParserImpl
-
Feature id: validation.
- VALIDATION_MANAGER - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- VALIDATION_MANAGER - Static variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
- VALIDATION_MANAGER - Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
-
property identifier: ValidationManager
- VALIDATION_MANAGER - Static variable in class org.apache.xerces.impl.XMLEntityManager
-
- VALIDATION_MANAGER - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
- VALIDATION_MANAGER - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
- VALIDATION_MANAGER - Static variable in class org.apache.xerces.parsers.DTDConfiguration
-
- VALIDATION_MANAGER - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
- VALIDATION_MANAGER - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
- VALIDATION_MANAGER - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
- VALIDATION_MANAGER - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
- VALIDATION_MANAGER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
Validation manager property ("internal/validation-manager").
- ValidationContext - Interface in org.apache.xerces.impl.dv
-
ValidationContext has all the information required for the
validation of: id, idref, entity, notation, qname
- ValidationManager - Class in org.apache.xerces.impl.validation
-
ValidationManager is a coordinator property for validators in the
pipeline.
- ValidationManager() - Constructor for class org.apache.xerces.impl.validation.ValidationManager
-
- ValidationState - Class in org.apache.xerces.impl.validation
-
Implementation of ValidationContext inteface.
- ValidationState() - Constructor for class org.apache.xerces.impl.validation.ValidationState
-
- VALIDATOR_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
Validator property ("internal/validator").
- validRestrictionOf(String, XSAttributeGroupDecl) - Method in class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
Check that the attributes in this group validly restrict those from a base group.
- value - Variable in class org.apache.xerces.dom.AttrImpl
-
This can either be a String or the first child node.
- value - Variable in class org.apache.xerces.impl.dtd.XMLContentSpec
-
The "left hand" value object of the content spec node.
- value - Variable in class org.apache.xerces.impl.dtd.XMLEntityDecl
-
Value.
- value - Variable in class org.apache.xerces.util.SymbolHash.Entry
-
- valueAt(int) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ShortVector
-
Returns the short value at the specified position in the vector.
- ValueStore - Interface in org.apache.xerces.impl.xs.identity
-
Interface for storing values associated to an identity constraint.
- version - Variable in class org.apache.xerces.dom.CoreDocumentImpl
-
Experimental DOM Level 3 feature: Document version
- version - Variable in class org.apache.xerces.dom.EntityImpl
-
Version
- Version - Class in org.apache.xerces.impl
-
This class defines the version number of the parser.
- Version() - Constructor for class org.apache.xerces.impl.Version
-
- versionSupported(String) - Method in class org.apache.xerces.impl.XML11DocumentScannerImpl
-
- versionSupported(String) - Method in class org.apache.xerces.impl.XML11DTDScannerImpl
-
- versionSupported(String) - Method in class org.apache.xerces.impl.XMLScanner
-
W
- W3C_XML_SCHEMA - Static variable in interface org.apache.xerces.jaxp.JAXPConstants
-
- WARN_ON_DUPLICATE_ATTDEF - Static variable in class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Feature identifier: warn on duplicate attdef
- WARN_ON_DUPLICATE_ATTDEF - Static variable in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Feature identifier: warn on duplicate attdef
- WARN_ON_DUPLICATE_ATTDEF - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Feature identifier: warn on duplicate attribute definition.
- WARN_ON_DUPLICATE_ATTDEF - Static variable in class org.apache.xerces.parsers.DTDConfiguration
-
Feature identifier: warn on duplicate attribute definition.
- WARN_ON_DUPLICATE_ATTDEF - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Feature identifier: warn on duplicate attribute definition.
- WARN_ON_DUPLICATE_ATTDEF - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature identifier: warn on duplicate attribute definition.
- WARN_ON_DUPLICATE_ATTDEF_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Warn on duplicate attribute declaration feature ("validation/warn-on-duplicate-attdef").
- WARN_ON_DUPLICATE_ENTITYDEF - Static variable in class org.apache.xerces.impl.XMLEntityManager
-
Feature identifier: warn on duplicate EntityDef
- WARN_ON_DUPLICATE_ENTITYDEF - Static variable in class org.apache.xerces.parsers.DTDConfiguration
-
Feature identifier: warn on duplicate entity definition.
- WARN_ON_DUPLICATE_ENTITYDEF - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Feature identifier: warn on duplicate entity definition.
- WARN_ON_DUPLICATE_ENTITYDEF - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature identifier: warn on duplicate entity definition.
- WARN_ON_DUPLICATE_ENTITYDEF_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Warn on duplicate entity declaration feature ("warn-on-duplicate-entitydef").
- WARN_ON_UNDECLARED_ELEMDEF - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Feature identifier: warn on undeclared element definition.
- WARN_ON_UNDECLARED_ELEMDEF - Static variable in class org.apache.xerces.parsers.DTDConfiguration
-
Feature identifier: warn on undeclared element definition.
- WARN_ON_UNDECLARED_ELEMDEF - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Feature identifier: warn on undeclared element definition.
- WARN_ON_UNDECLARED_ELEMDEF - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Feature identifier: warn on undeclared element definition.
- WARN_ON_UNDECLARED_ELEMDEF_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
Warn on undeclared element feature ("validation/warn-on-undeclared-elemdef").
- warning(String, String, XMLParseException) - Method in class org.apache.xerces.util.DefaultErrorHandler
-
Warning.
- warning(String, String, XMLParseException) - Method in class org.apache.xerces.util.DOMErrorHandlerWrapper
-
Reports a warning.
- warning(SAXParseException) - Method in class org.apache.xerces.util.ErrorHandlerProxy
-
- warning(String, String, XMLParseException) - Method in class org.apache.xerces.util.ErrorHandlerWrapper
-
Reports a warning.
- weakerProcessContents(XSWildcardDecl) - Method in class org.apache.xerces.impl.xs.XSWildcardDecl
-
Check whether this wildcard has a weaker process contents than the super.
- WELLFORMED - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
- whatCanGoHere(int[]) - Method in class org.apache.xerces.impl.xs.models.XSAllCM
-
Check which elements are valid to appear at this point.
- whatCanGoHere(int[]) - Method in interface org.apache.xerces.impl.xs.models.XSCMValidator
-
Check which elements are valid to appear at this point.
- whatCanGoHere(int[]) - Method in class org.apache.xerces.impl.xs.models.XSDFACM
-
Check which elements are valid to appear at this point.
- whatCanGoHere(int[]) - Method in class org.apache.xerces.impl.xs.models.XSEmptyCM
-
Check which elements are valid to appear at this point.
- whiteSpace - Variable in class org.apache.xerces.impl.dv.XSFacets
-
value of whiteSpace facet.
- whiteSpaceAnnotation - Variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- whiteSpaceAnnotation - Variable in class org.apache.xerces.impl.dv.XSFacets
-
- WILDCARD - Static variable in class org.apache.xerces.impl.xpath.XPath.NodeTest
-
Type: wildcard.
- writeAnnotation(Object, short) - Method in class org.apache.xerces.impl.xs.XSAnnotationImpl
-
Write contents of the annotation to the specified DOM object.
- WS_COLLAPSE - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
-
collapse the white spaces
- WS_PRESERVE - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
-
preserve the white spaces
- WS_REPLACE - Static variable in interface org.apache.xerces.impl.dv.XSSimpleType
-
replace the white spaces
X
- XERCES_FEATURE_PREFIX - Static variable in class org.apache.xerces.impl.Constants
-
Xerces features prefix ("http://apache.org/xml/features/").
- XERCES_NAMESPACES - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Feature identifier: namespaces.
- XERCES_PROPERTY_PREFIX - Static variable in class org.apache.xerces.impl.Constants
-
Xerces properties prefix ("http://apache.org/xml/properties/").
- XERCES_VALIDATION - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Feature identifier: validation.
- XInclude11TextReader - Class in org.apache.xerces.xinclude
-
This class is used for reading resources requested in <include> elements in
XML 1.1 entities, when the parse attribute of the <include> element is "text".
- XInclude11TextReader(XMLInputSource, XIncludeHandler, int) - Constructor for class org.apache.xerces.xinclude.XInclude11TextReader
-
Construct the XIncludeReader using the XMLInputSource and XIncludeHandler.
- XINCLUDE_ATTR_ACCEPT - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_ATTR_ACCEPT_LANGUAGE - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_ATTR_ENCODING - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_ATTR_HREF - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_ATTR_PARSE - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_BASE - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_DEFAULT_CONFIGURATION - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_DOMAIN - Static variable in class org.apache.xerces.xinclude.XIncludeMessageFormatter
-
- XINCLUDE_FALLBACK - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
XInclude processing feature ("xinclude").
- XINCLUDE_FEATURE - Static variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Feature identifier: XInclude processing
- XINCLUDE_FIXUP_BASE_URIS - Static variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Feature identifier: fixup base URIs.
- XINCLUDE_FIXUP_BASE_URIS - Static variable in class org.apache.xerces.parsers.XIncludeParserConfiguration
-
Feature identifier: fixup base URIs.
- XINCLUDE_FIXUP_BASE_URIS - Static variable in class org.apache.xerces.parsers.XPointerParserConfiguration
-
Feature identifier: fixup base URIs.
- XINCLUDE_FIXUP_BASE_URIS - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
Feature identifier: fixup base URIs.
- XINCLUDE_FIXUP_BASE_URIS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
XInclude fixup base URIs feature ("xinclude/fixup-base-uris").
- XINCLUDE_FIXUP_LANGUAGE - Static variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Feature identifier: fixup language.
- XINCLUDE_FIXUP_LANGUAGE - Static variable in class org.apache.xerces.parsers.XIncludeParserConfiguration
-
Feature identifier: fixup language.
- XINCLUDE_FIXUP_LANGUAGE - Static variable in class org.apache.xerces.parsers.XPointerParserConfiguration
-
Feature identifier: fixup language.
- XINCLUDE_FIXUP_LANGUAGE - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
Feature identifier: fixup language.
- XINCLUDE_FIXUP_LANGUAGE_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
XInclude fixup language feature ("xinclude/fixup-language").
- XINCLUDE_HANDLER - Static variable in class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Property identifier: error reporter.
- XINCLUDE_HANDLER - Static variable in class org.apache.xerces.parsers.XIncludeParserConfiguration
-
Property identifier: error reporter.
- XINCLUDE_HANDLER - Static variable in class org.apache.xerces.parsers.XPointerParserConfiguration
-
Property identifier: error reporter.
- XINCLUDE_HANDLER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
XInclude handler property ("internal/xinclude-handler").
- XINCLUDE_INCLUDE - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_INCLUDED - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_LANG - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_NS_URI - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_PARSE_TEXT - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XINCLUDE_PARSE_XML - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XIncludeAwareParserConfiguration - Class in org.apache.xerces.parsers
-
This class is the configuration used to parse XML 1.0 and XML 1.1 documents
and provides support for XInclude.
- XIncludeAwareParserConfiguration() - Constructor for class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Default constructor.
- XIncludeAwareParserConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Constructs a parser configuration using the specified symbol table.
- XIncludeAwareParserConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- XIncludeAwareParserConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- XIncludeHandler - Class in org.apache.xerces.xinclude
-
This is a pipeline component which performs XInclude handling, according to the
W3C specification for XML Inclusions.
- XIncludeHandler() - Constructor for class org.apache.xerces.xinclude.XIncludeHandler
-
- XIncludeHandler.Notation - Class in org.apache.xerces.xinclude
-
- XIncludeHandler.Notation() - Constructor for class org.apache.xerces.xinclude.XIncludeHandler.Notation
-
- XIncludeHandler.UnparsedEntity - Class in org.apache.xerces.xinclude
-
- XIncludeHandler.UnparsedEntity() - Constructor for class org.apache.xerces.xinclude.XIncludeHandler.UnparsedEntity
-
- XIncludeMessageFormatter - Class in org.apache.xerces.xinclude
-
XIncludeMessageFormatter provides error messages for the XInclude 1.0 Candidate Recommendation
- XIncludeMessageFormatter() - Constructor for class org.apache.xerces.xinclude.XIncludeMessageFormatter
-
- XIncludeNamespaceSupport - Class in org.apache.xerces.xinclude
-
This is an implementation of NamespaceContext which is intended to be used for
XInclude processing.
- XIncludeNamespaceSupport() - Constructor for class org.apache.xerces.xinclude.XIncludeNamespaceSupport
-
- XIncludeNamespaceSupport(NamespaceContext) - Constructor for class org.apache.xerces.xinclude.XIncludeNamespaceSupport
-
- XIncludeParserConfiguration - Class in org.apache.xerces.parsers
-
This parser configuration includes an
XIncludeHandler
in the pipeline
before the schema validator, or as the last component in the pipeline if there is
no schema validator.
- XIncludeParserConfiguration() - Constructor for class org.apache.xerces.parsers.XIncludeParserConfiguration
-
Default constructor.
- XIncludeParserConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XIncludeParserConfiguration
-
Constructs a parser configuration using the specified symbol table.
- XIncludeParserConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XIncludeParserConfiguration
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- XIncludeParserConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XIncludeParserConfiguration
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- XIncludeTextReader - Class in org.apache.xerces.xinclude
-
This class is used for reading resources requested in <include> elements,
when the parse attribute of the <include> element is "text".
- XIncludeTextReader(XMLInputSource, XIncludeHandler, int) - Constructor for class org.apache.xerces.xinclude.XIncludeTextReader
-
Construct the XIncludeReader using the XMLInputSource and XIncludeHandler.
- XInt - Class in org.apache.xerces.impl.xs.util
-
- XIntPool - Class in org.apache.xerces.impl.xs.util
-
- XIntPool() - Constructor for class org.apache.xerces.impl.xs.util.XIntPool
-
- XML11_DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
- XML11_DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
- XML11_DATATYPE_VALIDATOR_FACTORY - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
- XML11Char - Class in org.apache.xerces.util
-
This class defines the basic properties of characters in XML 1.1.
- XML11Char() - Constructor for class org.apache.xerces.util.XML11Char
-
- XML11Configurable - Interface in org.apache.xerces.parsers
-
An
XMLParserConfiguration
implements this interface
in order to indicate that it provides support for XML 1.1.
- XML11Configuration - Class in org.apache.xerces.parsers
-
This class is the configuration used to parse XML 1.0 and XML 1.1 documents.
- XML11Configuration() - Constructor for class org.apache.xerces.parsers.XML11Configuration
-
Default constructor.
- XML11Configuration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XML11Configuration
-
Constructs a parser configuration using the specified symbol table.
- XML11Configuration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XML11Configuration
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- XML11Configuration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XML11Configuration
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- XML11DocumentScannerImpl - Class in org.apache.xerces.impl
-
This class is responsible for scanning XML document structure
and content.
- XML11DocumentScannerImpl() - Constructor for class org.apache.xerces.impl.XML11DocumentScannerImpl
-
Default constructor.
- XML11DTDConfiguration - Class in org.apache.xerces.parsers
-
This class is the DTD-only parser configuration
used to parse XML 1.0 and XML 1.1 documents.
- XML11DTDConfiguration() - Constructor for class org.apache.xerces.parsers.XML11DTDConfiguration
-
Default constructor.
- XML11DTDConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XML11DTDConfiguration
-
Constructs a parser configuration using the specified symbol table.
- XML11DTDConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XML11DTDConfiguration
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- XML11DTDConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XML11DTDConfiguration
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- XML11DTDDVFactoryImpl - Class in org.apache.xerces.impl.dv.dtd
-
the factory to create/return built-in XML 1.1 DVs and create user-defined DVs
- XML11DTDDVFactoryImpl() - Constructor for class org.apache.xerces.impl.dv.dtd.XML11DTDDVFactoryImpl
-
- XML11DTDProcessor - Class in org.apache.xerces.impl.dtd
-
This class extends XMLDTDProcessor by giving it
the ability to parse XML 1.1 documents correctly.
- XML11DTDProcessor() - Constructor for class org.apache.xerces.impl.dtd.XML11DTDProcessor
-
- XML11DTDProcessor(SymbolTable) - Constructor for class org.apache.xerces.impl.dtd.XML11DTDProcessor
-
- XML11DTDProcessor(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.impl.dtd.XML11DTDProcessor
-
- XML11DTDScannerImpl - Class in org.apache.xerces.impl
-
This class is responsible for scanning the declarations found
in the internal and external subsets of a DTD in an XML document.
- XML11DTDScannerImpl() - Constructor for class org.apache.xerces.impl.XML11DTDScannerImpl
-
Default constructor.
- XML11DTDScannerImpl(SymbolTable, XMLErrorReporter, XMLEntityManager) - Constructor for class org.apache.xerces.impl.XML11DTDScannerImpl
-
Constructor for he use of non-XMLComponentManagers.
- XML11DTDValidator - Class in org.apache.xerces.impl.dtd
-
This allows the validator to correctlyhandle XML 1.1
documents.
- XML11DTDValidator() - Constructor for class org.apache.xerces.impl.dtd.XML11DTDValidator
-
Default constructor.
- XML11EntityScanner - Class in org.apache.xerces.impl
-
Implements the entity scanner methods in
the context of XML 1.1.
- XML11EntityScanner() - Constructor for class org.apache.xerces.impl.XML11EntityScanner
-
Default constructor.
- XML11IDDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
-
IDDatatypeValidator - ID represents the ID attribute
type from XML 1.1 Recommendation.
- XML11IDDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.XML11IDDatatypeValidator
-
- XML11IDREFDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
-
IDREFDatatypeValidator - represents the IDREFS
attribute type from XML 1.1 recommendation.
- XML11IDREFDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.XML11IDREFDatatypeValidator
-
- XML11NamespaceBinder - Class in org.apache.xerces.impl
-
This class performs namespace binding on the startElement and endElement
method calls in accordance with Namespaces in XML 1.1.
- XML11NamespaceBinder() - Constructor for class org.apache.xerces.impl.XML11NamespaceBinder
-
Default constructor.
- XML11NMTOKENDatatypeValidator - Class in org.apache.xerces.impl.dv.dtd
-
NMTOKEN datatype validator for NMTokens from XML 1.1.
- XML11NMTOKENDatatypeValidator() - Constructor for class org.apache.xerces.impl.dv.dtd.XML11NMTOKENDatatypeValidator
-
- XML11NonValidatingConfiguration - Class in org.apache.xerces.parsers
-
This class is the non vlaidating parser configuration
used to parse XML 1.0 and XML 1.1 documents.
- XML11NonValidatingConfiguration() - Constructor for class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Default constructor.
- XML11NonValidatingConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Constructs a parser configuration using the specified symbol table.
- XML11NonValidatingConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- XML11NonValidatingConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- XML11NSDocumentScannerImpl - Class in org.apache.xerces.impl
-
The scanner acts as the source for the document
information which is communicated to the document handler.
- XML11NSDocumentScannerImpl() - Constructor for class org.apache.xerces.impl.XML11NSDocumentScannerImpl
-
- XML11NSDocumentScannerImpl.NS11ContentDispatcher - Class in org.apache.xerces.impl
-
Dispatcher to handle content scanning.
- XML11NSDocumentScannerImpl.NS11ContentDispatcher() - Constructor for class org.apache.xerces.impl.XML11NSDocumentScannerImpl.NS11ContentDispatcher
-
- XML11NSDTDValidator - Class in org.apache.xerces.impl.dtd
-
The DTD validator.
- XML11NSDTDValidator() - Constructor for class org.apache.xerces.impl.dtd.XML11NSDTDValidator
-
- XML_11_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
XML 1.1 feature ("xml-1.1").
- XML_BASE_QNAME - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XML_DOMAIN - Static variable in class org.apache.xerces.dom.DOMMessageFormatter
-
- XML_DOMAIN - Static variable in class org.apache.xerces.impl.msg.XMLMessageFormatter
-
The domain of messages concerning the XML 1.0 specification.
- XML_LANG_QNAME - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XML_STRING - Static variable in class org.apache.xerces.dom.DOMConfigurationImpl
-
Property identifier: xml string.
- XML_STRING - Static variable in class org.apache.xerces.parsers.BasicParserConfiguration
-
Property identifier: xml string.
- XML_STRING - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier: xml string.
- XML_STRING - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Property identifier: xml string.
- XML_STRING - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Property identifier: xml string.
- XML_STRING_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
XML string property ("xml-string").
- XML_VERSION_1_0 - Static variable in class org.apache.xerces.impl.Constants
-
- XML_VERSION_1_1 - Static variable in class org.apache.xerces.impl.Constants
-
- XMLAttributeDecl - Class in org.apache.xerces.impl.dtd
-
- XMLAttributeDecl() - Constructor for class org.apache.xerces.impl.dtd.XMLAttributeDecl
-
- XMLAttributesImpl - Class in org.apache.xerces.util
-
The XMLAttributesImpl class is an implementation of the XMLAttributes
interface which defines a collection of attributes for an element.
- XMLAttributesImpl() - Constructor for class org.apache.xerces.util.XMLAttributesImpl
-
Default constructor.
- XMLAttributesImpl(int) - Constructor for class org.apache.xerces.util.XMLAttributesImpl
-
- XMLCatalogResolver - Class in org.apache.xerces.util
-
The catalog resolver handles the resolution of external
identifiers and URI references through XML catalogs.
- XMLCatalogResolver() - Constructor for class org.apache.xerces.util.XMLCatalogResolver
-
Constructs a catalog resolver with a default configuration.
- XMLCatalogResolver(String[]) - Constructor for class org.apache.xerces.util.XMLCatalogResolver
-
Constructs a catalog resolver with the given
list of entry files.
- XMLCatalogResolver(String[], boolean) - Constructor for class org.apache.xerces.util.XMLCatalogResolver
-
Constructs a catalog resolver with the given
list of entry files and the preference for whether
system or public matches are preferred.
- XMLChar - Class in org.apache.xerces.util
-
This class defines the basic XML character properties.
- XMLChar() - Constructor for class org.apache.xerces.util.XMLChar
-
- XMLContentSpec - Class in org.apache.xerces.impl.dtd
-
ContentSpec really exists to aid the parser classes in implementing
access to the grammar.
- XMLContentSpec() - Constructor for class org.apache.xerces.impl.dtd.XMLContentSpec
-
Default constructor.
- XMLContentSpec(short, Object, Object) - Constructor for class org.apache.xerces.impl.dtd.XMLContentSpec
-
Constructs a content spec with the specified values.
- XMLContentSpec(XMLContentSpec) - Constructor for class org.apache.xerces.impl.dtd.XMLContentSpec
-
Constructs a content spec from the values in the specified content spec.
- XMLContentSpec(XMLContentSpec.Provider, int) - Constructor for class org.apache.xerces.impl.dtd.XMLContentSpec
-
Constructs a content spec from the values specified by the given
content spec provider and identifier.
- XMLContentSpec.Provider - Interface in org.apache.xerces.impl.dtd
-
Provides a means for walking the structure built out of
content spec "nodes".
- xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
-
Notifies of the presence of an XMLDecl line in the document.
- xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Notifies of the presence of an XMLDecl line in the document.
- xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
-
Notifies of the presence of an XMLDecl line in the document.
- xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
-
Notifies of the presence of an XMLDecl line in the document.
- xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Notifies of the presence of an XMLDecl line in the document.
- xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
-
Notifies of the presence of an XMLDecl line in the document.
- xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
-
Notifies of the presence of an XMLDecl line in the document.
- xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
-
Notifies of the presence of an XMLDecl line in the document.
- xmlDecl(String, String, String, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
-
- XMLDocumentFragmentScannerImpl - Class in org.apache.xerces.impl
-
This class is responsible for scanning the structure and content
of document fragments.
- XMLDocumentFragmentScannerImpl() - Constructor for class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl
-
Default constructor.
- XMLDocumentFragmentScannerImpl.Dispatcher - Interface in org.apache.xerces.impl
-
This interface defines an XML "event" dispatching model.
- XMLDocumentFragmentScannerImpl.ElementStack - Class in org.apache.xerces.impl
-
Element stack.
- XMLDocumentFragmentScannerImpl.ElementStack() - Constructor for class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.ElementStack
-
Default constructor.
- XMLDocumentFragmentScannerImpl.FragmentContentDispatcher - Class in org.apache.xerces.impl
-
Dispatcher to handle content scanning.
- XMLDocumentFragmentScannerImpl.FragmentContentDispatcher() - Constructor for class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
-
- XMLDocumentParser - Class in org.apache.xerces.parsers
-
This is a concrete vanilla XML parser class.
- XMLDocumentParser() - Constructor for class org.apache.xerces.parsers.XMLDocumentParser
-
Constructs a document parser using the default basic parser
configuration.
- XMLDocumentParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.XMLDocumentParser
-
Constructs a document parser using the specified parser configuration.
- XMLDocumentParser(SymbolTable) - Constructor for class org.apache.xerces.parsers.XMLDocumentParser
-
Constructs a document parser using the specified symbol table.
- XMLDocumentParser(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XMLDocumentParser
-
Constructs a document parser using the specified symbol table and
grammar pool.
- XMLDocumentScannerImpl - Class in org.apache.xerces.impl
-
This class is responsible for scanning XML document structure
and content.
- XMLDocumentScannerImpl() - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl
-
Default constructor.
- XMLDocumentScannerImpl.ContentDispatcher - Class in org.apache.xerces.impl
-
Dispatcher to handle content scanning.
- XMLDocumentScannerImpl.ContentDispatcher() - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl.ContentDispatcher
-
- XMLDocumentScannerImpl.DTDDispatcher - Class in org.apache.xerces.impl
-
Dispatcher to handle the internal and external DTD subsets.
- XMLDocumentScannerImpl.DTDDispatcher() - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl.DTDDispatcher
-
- XMLDocumentScannerImpl.PrologDispatcher - Class in org.apache.xerces.impl
-
Dispatcher to handle prolog scanning.
- XMLDocumentScannerImpl.PrologDispatcher() - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl.PrologDispatcher
-
- XMLDocumentScannerImpl.TrailingMiscDispatcher - Class in org.apache.xerces.impl
-
Dispatcher to handle trailing miscellaneous section scanning.
- XMLDocumentScannerImpl.TrailingMiscDispatcher() - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl.TrailingMiscDispatcher
-
- XMLDocumentScannerImpl.XMLDeclDispatcher - Class in org.apache.xerces.impl
-
Dispatcher to handle XMLDecl scanning.
- XMLDocumentScannerImpl.XMLDeclDispatcher() - Constructor for class org.apache.xerces.impl.XMLDocumentScannerImpl.XMLDeclDispatcher
-
- XMLDTDDescription - Class in org.apache.xerces.impl.dtd
-
All information specific to DTD grammars.
- XMLDTDDescription(XMLResourceIdentifier, String) - Constructor for class org.apache.xerces.impl.dtd.XMLDTDDescription
-
- XMLDTDDescription(String, String, String, String, String) - Constructor for class org.apache.xerces.impl.dtd.XMLDTDDescription
-
- XMLDTDDescription(XMLInputSource) - Constructor for class org.apache.xerces.impl.dtd.XMLDTDDescription
-
- XMLDTDLoader - Class in org.apache.xerces.impl.dtd
-
The DTD loader.
- XMLDTDLoader() - Constructor for class org.apache.xerces.impl.dtd.XMLDTDLoader
-
Deny default construction; we need a SymtolTable!
- XMLDTDLoader(SymbolTable) - Constructor for class org.apache.xerces.impl.dtd.XMLDTDLoader
-
- XMLDTDLoader(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.impl.dtd.XMLDTDLoader
-
- XMLDTDProcessor - Class in org.apache.xerces.impl.dtd
-
The DTD processor.
- XMLDTDProcessor() - Constructor for class org.apache.xerces.impl.dtd.XMLDTDProcessor
-
Default constructor.
- XMLDTDScannerImpl - Class in org.apache.xerces.impl
-
This class is responsible for scanning the declarations found
in the internal and external subsets of a DTD in an XML document.
- XMLDTDScannerImpl() - Constructor for class org.apache.xerces.impl.XMLDTDScannerImpl
-
Default constructor.
- XMLDTDScannerImpl(SymbolTable, XMLErrorReporter, XMLEntityManager) - Constructor for class org.apache.xerces.impl.XMLDTDScannerImpl
-
Constructor for he use of non-XMLComponentManagers.
- XMLDTDValidator - Class in org.apache.xerces.impl.dtd
-
The DTD validator.
- XMLDTDValidator() - Constructor for class org.apache.xerces.impl.dtd.XMLDTDValidator
-
Default constructor.
- XMLDTDValidatorFilter - Interface in org.apache.xerces.impl.dtd
-
Defines a DTD Validator filter to allow
components to query the DTD validator.
- XMLElementDecl - Class in org.apache.xerces.impl.dtd
-
- XMLElementDecl() - Constructor for class org.apache.xerces.impl.dtd.XMLElementDecl
-
- XMLEntityDecl - Class in org.apache.xerces.impl.dtd
-
- XMLEntityDecl() - Constructor for class org.apache.xerces.impl.dtd.XMLEntityDecl
-
- XMLEntityDescription - Interface in org.apache.xerces.impl
-
This interface describes the properties of entities--their
physical location and their name.
- XMLEntityDescriptionImpl - Class in org.apache.xerces.util
-
This class is an implementation of the XMLEntityDescription
interface which describes the properties of an entity.
- XMLEntityDescriptionImpl() - Constructor for class org.apache.xerces.util.XMLEntityDescriptionImpl
-
Constructs an empty entity description.
- XMLEntityDescriptionImpl(String, String, String, String, String) - Constructor for class org.apache.xerces.util.XMLEntityDescriptionImpl
-
Constructs an entity description.
- XMLEntityDescriptionImpl(String, String, String, String, String, String) - Constructor for class org.apache.xerces.util.XMLEntityDescriptionImpl
-
Constructs a resource identifier.
- XMLEntityHandler - Interface in org.apache.xerces.impl
-
The entity handler interface defines methods to report information
about the start and end of entities.
- XMLEntityManager - Class in org.apache.xerces.impl
-
The entity manager handles the registration of general and parameter
entities; resolves entities; and starts entities.
- XMLEntityManager() - Constructor for class org.apache.xerces.impl.XMLEntityManager
-
Default constructor.
- XMLEntityManager(XMLEntityManager) - Constructor for class org.apache.xerces.impl.XMLEntityManager
-
Constructs an entity manager that shares the specified entity
declarations during each parse.
- XMLEntityManager.Entity - Class in org.apache.xerces.impl
-
Entity information.
- XMLEntityManager.Entity() - Constructor for class org.apache.xerces.impl.XMLEntityManager.Entity
-
Default constructor.
- XMLEntityManager.Entity(String, boolean) - Constructor for class org.apache.xerces.impl.XMLEntityManager.Entity
-
Constructs an entity.
- XMLEntityManager.ExternalEntity - Class in org.apache.xerces.impl
-
External entity.
- XMLEntityManager.ExternalEntity() - Constructor for class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
-
Default constructor.
- XMLEntityManager.ExternalEntity(String, XMLResourceIdentifier, String, boolean) - Constructor for class org.apache.xerces.impl.XMLEntityManager.ExternalEntity
-
Constructs an internal entity.
- XMLEntityManager.InternalEntity - Class in org.apache.xerces.impl
-
Internal entity.
- XMLEntityManager.InternalEntity() - Constructor for class org.apache.xerces.impl.XMLEntityManager.InternalEntity
-
Default constructor.
- XMLEntityManager.InternalEntity(String, String, boolean) - Constructor for class org.apache.xerces.impl.XMLEntityManager.InternalEntity
-
Constructs an internal entity.
- XMLEntityManager.RewindableInputStream - Class in org.apache.xerces.impl
-
This class wraps the byte inputstreams we're presented with.
- XMLEntityManager.RewindableInputStream(InputStream) - Constructor for class org.apache.xerces.impl.XMLEntityManager.RewindableInputStream
-
- XMLEntityManager.ScannedEntity - Class in org.apache.xerces.impl
-
Entity state.
- XMLEntityManager.ScannedEntity(String, XMLResourceIdentifier, InputStream, Reader, String, boolean, boolean, boolean) - Constructor for class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
Constructs a scanned entity.
- XMLEntityScanner - Class in org.apache.xerces.impl
-
Implements the entity scanner methods.
- XMLEntityScanner() - Constructor for class org.apache.xerces.impl.XMLEntityScanner
-
Default constructor.
- XMLErrorReporter - Class in org.apache.xerces.impl
-
This class is a common element of all parser configurations and is
used to report errors that occur.
- XMLErrorReporter() - Constructor for class org.apache.xerces.impl.XMLErrorReporter
-
Constructs an error reporter with a locator.
- XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
-
Property identifier: grammar pool.
- XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
Property identifier: grammar pool.
- XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.impl.xs.XMLSchemaLoader
-
Property identifier: grammar pool.
- XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Property identifier: grammar pool.
- XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.DOMParser
-
Property identifier: XML grammar pool.
- XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.DTDConfiguration
-
Property identifier: grammar pool.
- XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.NonValidatingConfiguration
-
Property identifier: grammar pool.
- XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.SAXParser
-
Property identifier: XML grammar pool.
- XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
Property identifier: grammar pool.
- XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.XML11DTDConfiguration
-
Property identifier: grammar pool.
- XMLGRAMMAR_POOL - Static variable in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
-
Property identifier: grammar pool.
- XMLGRAMMAR_POOL_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
Grammar pool property ("internal/grammar-pool").
- XMLGrammarCachingConfiguration - Class in org.apache.xerces.parsers
-
This configuration provides a generic way of using
Xerces's grammar caching facilities.
- XMLGrammarCachingConfiguration() - Constructor for class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
Default constructor.
- XMLGrammarCachingConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
Constructs a parser configuration using the specified symbol table.
- XMLGrammarCachingConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- XMLGrammarCachingConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- XMLGrammarParser - Class in org.apache.xerces.parsers
-
- XMLGrammarParser(SymbolTable) - Constructor for class org.apache.xerces.parsers.XMLGrammarParser
-
Construct an XMLGrammarParser with the specified symbol table
- XMLGrammarPoolImpl - Class in org.apache.xerces.util
-
Stores grammars in a pool associated to a specific key.
- XMLGrammarPoolImpl() - Constructor for class org.apache.xerces.util.XMLGrammarPoolImpl
-
Constructs a grammar pool with a default number of buckets.
- XMLGrammarPoolImpl(int) - Constructor for class org.apache.xerces.util.XMLGrammarPoolImpl
-
Constructs a grammar pool with a specified number of buckets.
- XMLGrammarPoolImpl.Entry - Class in org.apache.xerces.util
-
This class is a grammar pool entry.
- XMLGrammarPoolImpl.Entry(int, XMLGrammarDescription, Grammar, XMLGrammarPoolImpl.Entry) - Constructor for class org.apache.xerces.util.XMLGrammarPoolImpl.Entry
-
- XMLGrammarPreparser - Class in org.apache.xerces.parsers
-
This class provides an easy way for a user to preparse grammars
of various types.
- XMLGrammarPreparser() - Constructor for class org.apache.xerces.parsers.XMLGrammarPreparser
-
Default constructor.
- XMLGrammarPreparser(SymbolTable) - Constructor for class org.apache.xerces.parsers.XMLGrammarPreparser
-
Constructs a preparser using the specified symbol table.
- XMLMessageFormatter - Class in org.apache.xerces.impl.msg
-
XMLMessageFormatter provides error messages for the XML 1.0 Recommendation and for
the Namespaces Recommendation
- XMLMessageFormatter() - Constructor for class org.apache.xerces.impl.msg.XMLMessageFormatter
-
- XMLNamespaceBinder - Class in org.apache.xerces.impl
-
This class performs namespace binding on the startElement and endElement
method calls and passes all other methods through to the registered
document handler.
- XMLNamespaceBinder() - Constructor for class org.apache.xerces.impl.XMLNamespaceBinder
-
Default constructor.
- XMLNotationDecl - Class in org.apache.xerces.impl.dtd
-
- XMLNotationDecl() - Constructor for class org.apache.xerces.impl.dtd.XMLNotationDecl
-
- XMLNS_DOMAIN - Static variable in class org.apache.xerces.impl.msg.XMLMessageFormatter
-
- XMLNS_URIS_FEATURE - Static variable in class org.apache.xerces.impl.Constants
-
xmlns URIs feature ("xmlns-uris").
- XMLNSDocumentScannerImpl - Class in org.apache.xerces.impl
-
The scanner acts as the source for the document
information which is communicated to the document handler.
- XMLNSDocumentScannerImpl() - Constructor for class org.apache.xerces.impl.XMLNSDocumentScannerImpl
-
- XMLNSDocumentScannerImpl.NSContentDispatcher - Class in org.apache.xerces.impl
-
Dispatcher to handle content scanning.
- XMLNSDocumentScannerImpl.NSContentDispatcher() - Constructor for class org.apache.xerces.impl.XMLNSDocumentScannerImpl.NSContentDispatcher
-
- XMLNSDTDValidator - Class in org.apache.xerces.impl.dtd
-
The DTD validator.
- XMLNSDTDValidator() - Constructor for class org.apache.xerces.impl.dtd.XMLNSDTDValidator
-
- XMLParser - Class in org.apache.xerces.parsers
-
Base class of all XML-related parsers.
- XMLParser(XMLParserConfiguration) - Constructor for class org.apache.xerces.parsers.XMLParser
-
Default Constructor.
- XMLResourceIdentifierImpl - Class in org.apache.xerces.util
-
The XMLResourceIdentifierImpl class is an implementation of the
XMLResourceIdentifier interface which defines the location identity
of a resource.
- XMLResourceIdentifierImpl() - Constructor for class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Constructs an empty resource identifier.
- XMLResourceIdentifierImpl(String, String, String, String) - Constructor for class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Constructs a resource identifier.
- XMLResourceIdentifierImpl(String, String, String, String, String) - Constructor for class org.apache.xerces.util.XMLResourceIdentifierImpl
-
Constructs a resource identifier.
- XMLScanner - Class in org.apache.xerces.impl
-
This class is responsible for holding scanning methods common to
scanning the XML document structure and content as well as the DTD
structure and content.
- XMLScanner() - Constructor for class org.apache.xerces.impl.XMLScanner
-
- XMLSCHEMA - Static variable in class org.apache.xerces.parsers.DOMParserImpl
-
XML Schema validation
- XMLSCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.parsers.DOMParserImpl
-
XML Schema full checking
- XMLSCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
feature identifier: XML Schema validation -- full checking
- XMLSCHEMA_FULL_CHECKING - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
feature identifier: XML Schema validation -- full checking
- XMLSCHEMA_VALIDATION - Static variable in class org.apache.xerces.impl.xs.traversers.XSDHandler
-
feature identifier: XML Schema validation
- XMLSCHEMA_VALIDATION - Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
-
feature identifier: XML Schema validation
- XMLSCHEMA_VALIDATION - Static variable in class org.apache.xerces.parsers.XML11Configuration
-
feature identifier: XML Schema validation
- XMLSchemaException - Exception in org.apache.xerces.impl.xs
-
This exception might be thrown by any constraint checking method.
- XMLSchemaException(String, Object[]) - Constructor for exception org.apache.xerces.impl.xs.XMLSchemaException
-
- XMLSchemaFactory - Class in org.apache.xerces.jaxp.validation
-
SchemaFactory
for XML Schema.
- XMLSchemaFactory() - Constructor for class org.apache.xerces.jaxp.validation.XMLSchemaFactory
-
- XMLSchemaLoader - Class in org.apache.xerces.impl.xs
-
This class implements xni.grammars.XMLGrammarLoader.
- XMLSchemaLoader() - Constructor for class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- XMLSchemaLoader(SymbolTable) - Constructor for class org.apache.xerces.impl.xs.XMLSchemaLoader
-
- XMLSchemaValidator - Class in org.apache.xerces.impl.xs
-
The XML Schema validator.
- XMLSchemaValidator() - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator
-
Default constructor.
- XMLSchemaValidator.KeyRefValueStore - Class in org.apache.xerces.impl.xs
-
Key reference value store.
- XMLSchemaValidator.KeyRefValueStore(KeyRef, XMLSchemaValidator.KeyValueStore) - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.KeyRefValueStore
-
Constructs a key value store.
- XMLSchemaValidator.KeyValueStore - Class in org.apache.xerces.impl.xs
-
Key value store.
- XMLSchemaValidator.KeyValueStore(UniqueOrKey) - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.KeyValueStore
-
Constructs a key value store.
- XMLSchemaValidator.LocalIDKey - Class in org.apache.xerces.impl.xs
-
- XMLSchemaValidator.LocalIDKey() - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.LocalIDKey
-
- XMLSchemaValidator.LocalIDKey(IdentityConstraint, int) - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.LocalIDKey
-
- XMLSchemaValidator.ShortVector - Class in org.apache.xerces.impl.xs
-
A simple vector for
short
s.
- XMLSchemaValidator.ShortVector() - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.ShortVector
-
- XMLSchemaValidator.ShortVector(int) - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.ShortVector
-
- XMLSchemaValidator.UniqueValueStore - Class in org.apache.xerces.impl.xs
-
Unique value store.
- XMLSchemaValidator.UniqueValueStore(UniqueOrKey) - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.UniqueValueStore
-
Constructs a unique value store.
- XMLSchemaValidator.ValueStoreBase - Class in org.apache.xerces.impl.xs
-
Value store implementation base class.
- XMLSchemaValidator.ValueStoreBase(IdentityConstraint) - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
Constructs a value store for the specified identity constraint.
- XMLSchemaValidator.ValueStoreCache - Class in org.apache.xerces.impl.xs
-
Value store cache.
- XMLSchemaValidator.ValueStoreCache() - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreCache
-
Default constructor.
- XMLSchemaValidator.XPathMatcherStack - Class in org.apache.xerces.impl.xs
-
Stack of XPath matchers for identity constraints.
- XMLSchemaValidator.XPathMatcherStack() - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.XPathMatcherStack
-
- XMLSchemaValidator.XSIErrorReporter - Class in org.apache.xerces.impl.xs
-
A wrapper of the standard error reporter.
- XMLSchemaValidator.XSIErrorReporter() - Constructor for class org.apache.xerces.impl.xs.XMLSchemaValidator.XSIErrorReporter
-
- XMLSimpleType - Class in org.apache.xerces.impl.dtd
-
- XMLSimpleType() - Constructor for class org.apache.xerces.impl.dtd.XMLSimpleType
-
- XMLStringBuffer - Class in org.apache.xerces.util
-
XMLString is a structure used to pass character arrays.
- XMLStringBuffer() - Constructor for class org.apache.xerces.util.XMLStringBuffer
-
- XMLStringBuffer(int) - Constructor for class org.apache.xerces.util.XMLStringBuffer
-
- XMLStringBuffer(char) - Constructor for class org.apache.xerces.util.XMLStringBuffer
-
Constructs a string buffer from a char.
- XMLStringBuffer(String) - Constructor for class org.apache.xerces.util.XMLStringBuffer
-
Constructs a string buffer from a String.
- XMLStringBuffer(char[], int, int) - Constructor for class org.apache.xerces.util.XMLStringBuffer
-
Constructs a string buffer from the specified character array.
- XMLStringBuffer(XMLString) - Constructor for class org.apache.xerces.util.XMLStringBuffer
-
Constructs a string buffer from the specified XMLString.
- XMLSymbols - Class in org.apache.xerces.util
-
All internalized xml symbols.
- XMLSymbols() - Constructor for class org.apache.xerces.util.XMLSymbols
-
- xmlVersion - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
-
XML version.
- xmlVersionChanged - Variable in class org.apache.xerces.dom.CoreDocumentImpl
-
- XMLVersionDetector - Class in org.apache.xerces.impl
-
This class scans the version of the document to determine
which scanner to use: XML 1.1 or XML 1.0.
- XMLVersionDetector() - Constructor for class org.apache.xerces.impl.XMLVersionDetector
-
- XPath - Class in org.apache.xerces.impl.xpath
-
Bare minimum XPath parser.
- XPath(String, SymbolTable, NamespaceContext) - Constructor for class org.apache.xerces.impl.xpath.XPath
-
Constructs an XPath object from the specified expression.
- XPath.Axis - Class in org.apache.xerces.impl.xpath
-
Axis.
- XPath.Axis(short) - Constructor for class org.apache.xerces.impl.xpath.XPath.Axis
-
Constructs an axis with the specified type.
- XPath.Axis(XPath.Axis) - Constructor for class org.apache.xerces.impl.xpath.XPath.Axis
-
Copy constructor.
- XPath.LocationPath - Class in org.apache.xerces.impl.xpath
-
A location path representation for an XPath expression.
- XPath.LocationPath(XPath.Step[]) - Constructor for class org.apache.xerces.impl.xpath.XPath.LocationPath
-
Creates a location path from a series of steps.
- XPath.LocationPath(XPath.LocationPath) - Constructor for class org.apache.xerces.impl.xpath.XPath.LocationPath
-
Copy constructor.
- XPath.NodeTest - Class in org.apache.xerces.impl.xpath
-
Node test.
- XPath.NodeTest(short) - Constructor for class org.apache.xerces.impl.xpath.XPath.NodeTest
-
Constructs a node test of type WILDCARD or NODE.
- XPath.NodeTest(QName) - Constructor for class org.apache.xerces.impl.xpath.XPath.NodeTest
-
Constructs a node test of type QName.
- XPath.NodeTest(String, String) - Constructor for class org.apache.xerces.impl.xpath.XPath.NodeTest
-
Constructs a node test of type Namespace.
- XPath.NodeTest(XPath.NodeTest) - Constructor for class org.apache.xerces.impl.xpath.XPath.NodeTest
-
Copy constructor.
- XPath.Step - Class in org.apache.xerces.impl.xpath
-
A location path step comprised of an axis and node test.
- XPath.Step(XPath.Axis, XPath.NodeTest) - Constructor for class org.apache.xerces.impl.xpath.XPath.Step
-
Constructs a step from an axis and node test.
- XPath.Step(XPath.Step) - Constructor for class org.apache.xerces.impl.xpath.XPath.Step
-
Copy constructor.
- XPathException - Exception in org.apache.xerces.impl.xpath
-
XPath exception.
- XPathException() - Constructor for exception org.apache.xerces.impl.xpath.XPathException
-
Constructs an exception.
- XPathException(String) - Constructor for exception org.apache.xerces.impl.xpath.XPathException
-
Constructs an exception with the specified key.
- XPathMatcher - Class in org.apache.xerces.impl.xs.identity
-
XPath matcher.
- XPathMatcher(XPath) - Constructor for class org.apache.xerces.impl.xs.identity.XPathMatcher
-
Constructs an XPath matcher that implements a document fragment
handler.
- XPOINTER - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
-
- XPOINTER_HANDLER - Static variable in class org.apache.xerces.parsers.XPointerParserConfiguration
-
Property identifier: error reporter.
- XPOINTER_HANDLER_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
-
XPointer handler property ("internal/xpointer-handler").
- XPointerHandler - Class in org.apache.xerces.xpointer
-
This is a pipeline component which extends the XIncludeHandler to perform
XPointer specific processing specified in the W3C XPointerFramework and
element() Scheme Recommendations.
- XPointerHandler() - Constructor for class org.apache.xerces.xpointer.XPointerHandler
-
- XPointerHandler(SymbolTable, XMLErrorHandler, XMLErrorReporter) - Constructor for class org.apache.xerces.xpointer.XPointerHandler
-
- XPointerParserConfiguration - Class in org.apache.xerces.parsers
-
This parser configuration includes an
XPointerHandler
in the pipeline
before the schema validator, or as the last component in the pipeline if there is
no schema validator.
- XPointerParserConfiguration() - Constructor for class org.apache.xerces.parsers.XPointerParserConfiguration
-
Default constructor.
- XPointerParserConfiguration(SymbolTable) - Constructor for class org.apache.xerces.parsers.XPointerParserConfiguration
-
Constructs a parser configuration using the specified symbol table.
- XPointerParserConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.XPointerParserConfiguration
-
Constructs a parser configuration using the specified symbol table and
grammar pool.
- XPointerParserConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) - Constructor for class org.apache.xerces.parsers.XPointerParserConfiguration
-
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
- XPointerPart - Interface in org.apache.xerces.xpointer
-
Used for scheme specific parsing and evaluation of an XPointer expression.
- XPointerProcessor - Interface in org.apache.xerces.xpointer
-
The XPointerProcessor is responsible for parsing an XPointer
expression and and providing scheme specific resolution of
the document fragment pointed to be the pointer.
- XSAllCM - Class in org.apache.xerces.impl.xs.models
-
XSAllCM implements XSCMValidator and handles
- XSAllCM(boolean, int) - Constructor for class org.apache.xerces.impl.xs.models.XSAllCM
-
- XSAnnotationImpl - Class in org.apache.xerces.impl.xs
-
This is an implementation of the XSAnnotation schema component.
- XSAnnotationImpl(String, SchemaGrammar) - Constructor for class org.apache.xerces.impl.xs.XSAnnotationImpl
-
- XSAttributeChecker - Class in org.apache.xerces.impl.xs.traversers
-
Class
XSAttributeCheck
is used to check the validity of attributes
appearing in the schema document.
- XSAttributeChecker(XSDHandler) - Constructor for class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- XSAttributeDecl - Class in org.apache.xerces.impl.xs
-
The XML representation for an attribute declaration
schema component is an
element information item
- XSAttributeDecl() - Constructor for class org.apache.xerces.impl.xs.XSAttributeDecl
-
- XSAttributeGroupDecl - Class in org.apache.xerces.impl.xs
-
The XML representation for an attribute group declaration
schema component is a global
element information item
- XSAttributeGroupDecl() - Constructor for class org.apache.xerces.impl.xs.XSAttributeGroupDecl
-
- XSAttributeUseImpl - Class in org.apache.xerces.impl.xs
-
The XML representation for an attribute use
schema component is a local
element information item
- XSAttributeUseImpl() - Constructor for class org.apache.xerces.impl.xs.XSAttributeUseImpl
-
- XSCMBinOp - Class in org.apache.xerces.impl.xs.models
-
Content model Bin-Op node.
- XSCMBinOp(int, CMNode, CMNode) - Constructor for class org.apache.xerces.impl.xs.models.XSCMBinOp
-
- XSCMLeaf - Class in org.apache.xerces.impl.xs.models
-
Content model leaf node.
- XSCMLeaf(int, Object, int, int) - Constructor for class org.apache.xerces.impl.xs.models.XSCMLeaf
-
Constructs a content model leaf.
- XSCMUniOp - Class in org.apache.xerces.impl.xs.models
-
Content model Uni-Op node.
- XSCMUniOp(int, CMNode) - Constructor for class org.apache.xerces.impl.xs.models.XSCMUniOp
-
- XSCMValidator - Interface in org.apache.xerces.impl.xs.models
-
Note: State of the content model is stored in the validator
- XSComplexTypeDecl - Class in org.apache.xerces.impl.xs
-
The XML representation for a complexType
schema component is a
element information item
- XSComplexTypeDecl() - Constructor for class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- XSConstraints - Class in org.apache.xerces.impl.xs
-
Constaints shared by traversers and validator
- XSConstraints() - Constructor for class org.apache.xerces.impl.xs.XSConstraints
-
- XSDDescription - Class in org.apache.xerces.impl.xs
-
All information specific to XML Schema grammars.
- XSDDescription() - Constructor for class org.apache.xerces.impl.xs.XSDDescription
-
- XSDeclarationPool - Class in org.apache.xerces.impl.xs
-
This class is pool that enables caching of XML Schema declaration objects.
- XSDeclarationPool() - Constructor for class org.apache.xerces.impl.xs.XSDeclarationPool
-
- XSDFACM - Class in org.apache.xerces.impl.xs.models
-
DFAContentModel is the implementation of XSCMValidator that does
all of the non-trivial element content validation.
- XSDFACM(CMNode, int) - Constructor for class org.apache.xerces.impl.xs.models.XSDFACM
-
Constructs a DFA content model.
- XSDHandler - Class in org.apache.xerces.impl.xs.traversers
-
The purpose of this class is to co-ordinate the construction of a
grammar object corresponding to a schema.
- XSDHandler() - Constructor for class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- XSDHandler(XSGrammarBucket) - Constructor for class org.apache.xerces.impl.xs.traversers.XSDHandler
-
- XSElementDecl - Class in org.apache.xerces.impl.xs
-
The XML representation for an element declaration
schema component is an
element information item
- XSElementDecl() - Constructor for class org.apache.xerces.impl.xs.XSElementDecl
-
- XSEmptyCM - Class in org.apache.xerces.impl.xs.models
-
XSEmptyCM is a derivative of the abstract content model base class that
handles a content model with no chilren (elements).
- XSEmptyCM() - Constructor for class org.apache.xerces.impl.xs.models.XSEmptyCM
-
- XSFacets - Class in org.apache.xerces.impl.dv
-
The class used to pass all facets to
XSSimpleType.applyFacets(org.apache.xerces.impl.dv.XSFacets, short, short, org.apache.xerces.impl.dv.ValidationContext)
.
- XSFacets() - Constructor for class org.apache.xerces.impl.dv.XSFacets
-
- XSGrammarBucket - Class in org.apache.xerces.impl.xs
-
A class used to hold the internal schema grammar set for the current instance
- XSGrammarBucket() - Constructor for class org.apache.xerces.impl.xs.XSGrammarBucket
-
- XSGrammarPool - Class in org.apache.xerces.impl.xs.util
-
Add a method that return an
XSModel
that represents components in
the schema grammars in this pool implementation.
- XSGrammarPool() - Constructor for class org.apache.xerces.impl.xs.util.XSGrammarPool
-
- XSGrammarPoolContainer - Interface in org.apache.xerces.jaxp.validation
-
A container for grammar pools which only contain schema grammars.
- XSGroupDecl - Class in org.apache.xerces.impl.xs
-
The XML representation for a group declaration
schema component is a global
element information item
- XSGroupDecl() - Constructor for class org.apache.xerces.impl.xs.XSGroupDecl
-
- XSI_NIL - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- XSI_NONAMESPACESCHEMALOCATION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- XSI_SCHEMALOCATION - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- XSI_TYPE - Static variable in class org.apache.xerces.impl.xs.SchemaSymbols
-
- XSImplementationImpl - Class in org.apache.xerces.impl.xs
-
Implements XSImplementation interface that allows one to retrieve an instance of
XSLoader
.
- XSImplementationImpl() - Constructor for class org.apache.xerces.impl.xs.XSImplementationImpl
-
- XSLoaderImpl - Class in org.apache.xerces.impl.xs
-
An implementation of XSLoader which wraps XMLSchemaLoader.
- XSLoaderImpl() - Constructor for class org.apache.xerces.impl.xs.XSLoaderImpl
-
No-args constructor.
- XSMessageFormatter - Class in org.apache.xerces.impl.xs
-
SchemaMessageProvider implements an XMLMessageProvider that
provides localizable error messages for the W3C XML Schema Language
- XSMessageFormatter() - Constructor for class org.apache.xerces.impl.xs.XSMessageFormatter
-
- XSModelGroupImpl - Class in org.apache.xerces.impl.xs
-
Store schema model group declaration.
- XSModelGroupImpl() - Constructor for class org.apache.xerces.impl.xs.XSModelGroupImpl
-
- XSModelImpl - Class in org.apache.xerces.impl.xs
-
Implements XSModel: a read-only interface that represents an XML Schema,
which could be components from different namespaces.
- XSModelImpl(SchemaGrammar[]) - Constructor for class org.apache.xerces.impl.xs.XSModelImpl
-
Construct an XSModelImpl, by storing some grammars and grammars imported
by them to this object.
- XSNamedMap4Types - Class in org.apache.xerces.impl.xs.util
-
Containts the map between qnames and XSObject's.
- XSNamedMap4Types(String, SymbolHash, short) - Constructor for class org.apache.xerces.impl.xs.util.XSNamedMap4Types
-
Construct an XSNamedMap implmentation for one namespace
- XSNamedMap4Types(String[], SymbolHash[], int, short) - Constructor for class org.apache.xerces.impl.xs.util.XSNamedMap4Types
-
Construct an XSNamedMap implmentation for a list of namespaces
- XSNamedMapImpl - Class in org.apache.xerces.impl.xs.util
-
Containts the map between qnames and XSObject's.
- XSNamedMapImpl(String, SymbolHash) - Constructor for class org.apache.xerces.impl.xs.util.XSNamedMapImpl
-
Construct an XSNamedMap implmentation for one namespace
- XSNamedMapImpl(String[], SymbolHash[], int) - Constructor for class org.apache.xerces.impl.xs.util.XSNamedMapImpl
-
Construct an XSNamedMap implmentation for a list of namespaces
- XSNamedMapImpl(XSObject[], int) - Constructor for class org.apache.xerces.impl.xs.util.XSNamedMapImpl
-
Construct an XSNamedMap implmentation one namespace from an array
- XSNotationDecl - Class in org.apache.xerces.impl.xs
-
The XML representation for a NOTATION declaration
schema component is a global
element information item
- XSNotationDecl() - Constructor for class org.apache.xerces.impl.xs.XSNotationDecl
-
- XSObjectListImpl - Class in org.apache.xerces.impl.xs.util
-
Containts a list of XSObject's.
- XSObjectListImpl() - Constructor for class org.apache.xerces.impl.xs.util.XSObjectListImpl
-
- XSObjectListImpl(XSObject[], int) - Constructor for class org.apache.xerces.impl.xs.util.XSObjectListImpl
-
Construct an XSObjectList implementation
- XSParticleDecl - Class in org.apache.xerces.impl.xs
-
Store schema particle declaration.
- XSParticleDecl() - Constructor for class org.apache.xerces.impl.xs.XSParticleDecl
-
- XSSimpleType - Interface in org.apache.xerces.impl.dv
-
This interface
XSSimpleType
represents the simple type
definition of schema component and defines methods to query the information
contained.
- XSSimpleTypeDecl - Class in org.apache.xerces.impl.dv.xs
-
- XSSimpleTypeDecl() - Constructor for class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- XSSimpleTypeDecl(XSSimpleTypeDecl, String, short, short, boolean, boolean, boolean, boolean, short) - Constructor for class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- XSSimpleTypeDecl(XSSimpleTypeDecl, String, String, short, boolean, XSObjectList, short) - Constructor for class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- XSSimpleTypeDecl(XSSimpleTypeDecl, String, String, short, boolean, XSObjectList) - Constructor for class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- XSSimpleTypeDecl(String, String, short, XSSimpleTypeDecl, boolean, XSObjectList) - Constructor for class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- XSSimpleTypeDecl(String, String, short, XSSimpleTypeDecl[], XSObjectList) - Constructor for class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- XSWildcardDecl - Class in org.apache.xerces.impl.xs
-
The XML representation for a wildcard declaration
schema component is an
or element information item
- XSWildcardDecl() - Constructor for class org.apache.xerces.impl.xs.XSWildcardDecl
-
Y
- YEAR - Static variable in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- YearDV - Class in org.apache.xerces.impl.dv.xs
-
Validator for <gYear> datatype (W3C Schema Datatypes)
- YearDV() - Constructor for class org.apache.xerces.impl.dv.xs.YearDV
-
- YEARMONTHDURATION_DT - Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- YEARMONTHDURATION_TYPE - Static variable in class org.apache.xerces.impl.dv.xs.DurationDV
-
- YearMonthDV - Class in org.apache.xerces.impl.dv.xs
-
Validator for <gYearMonth> datatype (W3C Schema Datatypes)
- YearMonthDV() - Constructor for class org.apache.xerces.impl.dv.xs.YearMonthDV
-
Z
- zeroBits() - Method in class org.apache.xerces.impl.dtd.models.CMStateSet
-
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright ? 1999-2005 Apache XML Project. All Rights Reserved.