|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
System.err
.
PrintWriterdefaultType -
Variable in class org.apache.xerces.impl.dtd.XMLSimpleType
- defaultType
- defaultValue -
Variable in class org.apache.xerces.impl.dtd.XMLSimpleType
- defaultValue
- DEFER_NODE_EXPANSION -
Static variable in class org.apache.xerces.parsers.AbstractDOMParser
- Feature id: defer node expansion.
- DeferredAttrImpl - class org.apache.xerces.dom.DeferredAttrImpl.
- Attribute represents an XML-style attribute of an
Element.
- DeferredAttrNSImpl - class org.apache.xerces.dom.DeferredAttrNSImpl.
- DeferredAttrNSImpl is to AttrNSImpl, what DeferredAttrImpl is to
AttrImpl.
- DeferredCDATASectionImpl - class org.apache.xerces.dom.DeferredCDATASectionImpl.
- 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 org.apache.xerces.dom.DeferredCommentImpl.
- Represents an XML (or HTML) comment.
- DeferredDocumentImpl - class org.apache.xerces.dom.DeferredDocumentImpl.
- 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 org.apache.xerces.dom.DeferredDocumentTypeImpl.
- This class represents a Document Type declaraction in
the document itself, not a Document Type Definition (DTD).
- DeferredElementDefinitionImpl - class org.apache.xerces.dom.DeferredElementDefinitionImpl.
- NON-DOM CLASS: Describe one of the Elements (and its associated
Attributes) defined in this Document Type.
- DeferredElementImpl - class org.apache.xerces.dom.DeferredElementImpl.
- Elements represent most of the "markup" and structure of the
document.
- DeferredElementNSImpl - class org.apache.xerces.dom.DeferredElementNSImpl.
- DeferredElementNSImpl is to ElementNSImpl, what DeferredElementImpl is to
ElementImpl.
- DeferredEntityImpl - class org.apache.xerces.dom.DeferredEntityImpl.
- Entity nodes hold the reference data for an XML Entity -- either
parsed or unparsed.
- DeferredEntityReferenceImpl - class org.apache.xerces.dom.DeferredEntityReferenceImpl.
- EntityReference models the XML &entityname; syntax, when used for
entities defined by the DOM.
- DeferredNode - interface org.apache.xerces.dom.DeferredNode.
- An interface for deferred node object.
- DeferredNotationImpl - class org.apache.xerces.dom.DeferredNotationImpl.
- 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 org.apache.xerces.dom.DeferredProcessingInstructionImpl.
- Processing Instructions (PIs) permit documents to carry
processor-specific information alongside their actual content.
- DeferredTextImpl - class org.apache.xerces.dom.DeferredTextImpl.
- 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.
- derivationList(boolean) -
Method in class org.apache.xerces.impl.dv.xs.AbstractStringValidator
-
- DESCENDANT -
Static variable in class org.apache.xerces.impl.xpath.XPath.Axis
- Type: descendant.
- destroy() -
Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
- detach() -
Method in class org.apache.xerces.dom.NodeIteratorImpl
-
- detach() -
Method in class org.apache.xerces.dom.RangeImpl
-
- DFAContentModel - class org.apache.xerces.impl.dtd.models.DFAContentModel.
-
- DFAContentModel(CMNode, int, boolean, boolean) -
Constructor for class org.apache.xerces.impl.dtd.models.DFAContentModel
- Constructs a DFA content model.
- 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.XMLDeclDispatcher
- 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.DTDDispatcher
- Dispatch an XML "event".
- dispatch(boolean) -
Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.TrailingMiscDispatcher
- Dispatch an XML "event".
- 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.
- 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
.
- dispatchEvent(Event) -
Method in class org.apache.xerces.dom.NodeImpl
-
- 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.
- dispatchEventToSubtree(NodeImpl, Node, Event) -
Method in class org.apache.xerces.dom.DocumentImpl
- NON-DOM INTERNAL: DOMNodeInsertedIntoDocument and ...RemovedFrom...
- 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) -
Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
- Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String) -
Method in class org.apache.xerces.parsers.AbstractDOMParser
- Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String) -
Method in class org.apache.xerces.parsers.AbstractSAXParser
- Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String) -
Method in class org.apache.xerces.impl.XMLNamespaceBinder
- Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String) -
Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
- Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String) -
Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
- Notifies of the presence of the DOCTYPE line in the document.
- 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_SCANNER -
Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
- Property identifier document scanner:
- DOCUMENT_SCANNER_PROPERTY -
Static variable in class org.apache.xerces.impl.Constants
- Document scanner property ("internal/document-scanner").
- DocumentBuilderFactoryImpl - class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.
-
- DocumentBuilderFactoryImpl() -
Constructor for class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-
- DocumentBuilderImpl - class org.apache.xerces.jaxp.DocumentBuilderImpl.
-
- DocumentFragmentImpl - class org.apache.xerces.dom.DocumentFragmentImpl.
- DocumentFragment is a "lightweight" or "minimal" Document
object.
- DocumentFragmentImpl() -
Constructor for class org.apache.xerces.dom.DocumentFragmentImpl
- Constructor for serialization.
- DocumentFragmentImpl(CoreDocumentImpl) -
Constructor for class org.apache.xerces.dom.DocumentFragmentImpl
- Factory constructor.
- DocumentImpl - class org.apache.xerces.dom.DocumentImpl.
- 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 org.apache.xerces.dom.DocumentTypeImpl.
- 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_CHARACTER_DATA_MODIFIED -
Static variable in class org.apache.xerces.dom.events.MutationEventImpl
-
- 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_SUBTREE_MODIFIED -
Static variable in class org.apache.xerces.dom.events.MutationEventImpl
-
- DOMImplementationImpl - class org.apache.xerces.dom.DOMImplementationImpl.
- The DOMImplementation class is description of a particular
implementation of the Document Object Model.
- DOMImplementationImpl() -
Constructor for class org.apache.xerces.dom.DOMImplementationImpl
-
- DOMParser - class org.apache.xerces.parsers.DOMParser.
- This is the main Xerces DOM parser class.
- 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, GrammarPool) -
Constructor for class org.apache.xerces.parsers.DOMParser
- Constructs a DOM parser using the specified symbol table and
grammar pool.
- DOMParser(XMLParserConfiguration) -
Constructor for class org.apache.xerces.parsers.DOMParser
- Constructs a DOM parser using the specified parser configuration.
- DOMUtil - class org.apache.xerces.util.DOMUtil.
- Some useful utility methods.
- DOMUtil() -
Constructor for class org.apache.xerces.util.DOMUtil
- This class cannot be instantiated.
- DoubleDatatypeValidator - class org.apache.xerces.impl.dv.xs.DoubleDatatypeValidator.
-
- DoubleDatatypeValidator() -
Constructor for class org.apache.xerces.impl.dv.xs.DoubleDatatypeValidator
-
- DoubleDatatypeValidator(DatatypeValidator, Hashtable, boolean, XMLErrorReporter) -
Constructor for class org.apache.xerces.impl.dv.xs.DoubleDatatypeValidator
-
- 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_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_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_PROCESSCONTENTS -
Static variable in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
-
- DT_PUBLIC -
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_SCANNER -
Static variable in class org.apache.xerces.parsers.StandardParserConfiguration
- Property identifier: DTD scanner.
- DTD_SCANNER -
Static variable in class org.apache.xerces.impl.XMLDocumentScannerImpl
- 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.parsers.StandardParserConfiguration
- Property identifier: DTD validator.
- DTD_VALIDATOR_PROPERTY -
Static variable in class org.apache.xerces.impl.Constants
- Validator property ("internal/validator/dtd").
- DTDGrammar - class org.apache.xerces.impl.dtd.DTDGrammar.
- A DTD grammar.
- DTDGrammar(SymbolTable) -
Constructor for class org.apache.xerces.impl.dtd.DTDGrammar
- Default constructor.
- DTDParser - class org.apache.xerces.parsers.DTDParser.
-
- DTDParser(SymbolTable) -
Constructor for class org.apache.xerces.parsers.DTDParser
-
- DTDXSParserConfiguration - class org.apache.xerces.parsers.DTDXSParserConfiguration.
- This is the DTD/ XML Schema parser configuration.
- DTDXSParserConfiguration() -
Constructor for class org.apache.xerces.parsers.DTDXSParserConfiguration
- Constructs a document parser using the default symbol table and grammar
pool or the ones specified by the application (through the properties).
- DTDXSParserConfiguration(SymbolTable) -
Constructor for class org.apache.xerces.parsers.DTDXSParserConfiguration
- Constructs a document parser using the specified symbol table.
- DTDXSParserConfiguration(SymbolTable, GrammarPool) -
Constructor for class org.apache.xerces.parsers.DTDXSParserConfiguration
- Constructs a document parser using the specified symbol table and
grammar pool.
- duplicateValue(XMLSchemaValidator.OrderedHashtable) -
Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
- Called when a duplicate value is added.
- duplicateValue(XMLSchemaValidator.OrderedHashtable) -
Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.UniqueValueStore
- Called when a duplicate value is added.
- duplicateValue(XMLSchemaValidator.OrderedHashtable) -
Method in class org.apache.xerces.impl.xs.XMLSchemaValidator.KeyValueStore
- Called when a duplicate value is added.
- DurationDatatypeValidator - class org.apache.xerces.impl.dv.xs.DurationDatatypeValidator.
- Validator for
datatype (W3C Schema Datatypes)- DurationDatatypeValidator() -
Constructor for class org.apache.xerces.impl.dv.xs.DurationDatatypeValidator
-
- DurationDatatypeValidator(DatatypeValidator, Hashtable, boolean, XMLErrorReporter) -
Constructor for class org.apache.xerces.impl.dv.xs.DurationDatatypeValidator
-
- 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.impl.dtd.XMLDTDValidator
- Feature identifier: dynamic validation.
- DYNAMIC_VALIDATION_FEATURE -
Static variable in class org.apache.xerces.impl.Constants
- Dynamic validation feature ("validation/dynamic").
attrChange
indicates the type of change which triggered
the DOMAttrModified event.
SAXParser
using the currently
configured factory parameters.
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.
javax.xml.parsers.SAXParserFactory
.javax.xml.parsers.SAXParser
.MalformedURIException
with no specified
detail message.
MalformedURIException
with the
specified detail message.
XSAttributeCheck
is used to check the validity of attributes
appearing in the schema document.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |