A B C D E F G H I L M N O P Q R S T U V W

A

abort() - Method in interface org.apache.xerces.dom3.ls.DocumentLS
If the document is currently being loaded as a result of the method load being invoked the loading and parsing is immediately aborted.
ACTION_APPEND - Static variable in interface org.apache.xerces.dom3.ls.DOMBuilder
Append the result of parsing the input source to the context node.
ACTION_INSERT_AFTER - Static variable in interface org.apache.xerces.dom3.ls.DOMBuilder
Insert the result of parsing the input source after the context node.
ACTION_INSERT_BEFORE - Static variable in interface org.apache.xerces.dom3.ls.DOMBuilder
Insert the result of parsing the input source before the context node.
ACTION_REPLACE - Static variable in interface org.apache.xerces.dom3.ls.DOMBuilder
Replace the context node with the result of parsing the input source.
addAS(ASModel) - Method in interface org.apache.xerces.dom3.as.DocumentAS
Associate a ASModel with a document.
addASAttributeDecl(ASAttributeDeclaration) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Adds an ASAttributeDeclaration for the element being declared.
addASModel(ASModel) - Method in interface org.apache.xerces.dom3.as.ASModel
This method will allow the nesting or "importation" of ASModels.
addSource(DOMImplementationSource) - Static method in class org.apache.xerces.dom3.DOMImplementationRegistry
Register an implementation.
adoptNode(Node) - Method in interface org.apache.xerces.dom3.Document3
Changes the ownerDocument of a node, its children, as well as the attached attribute nodes if there are any.
ANY_CONTENTTYPE - Static variable in interface org.apache.xerces.dom3.as.ASElementDeclaration
Represents an ANY content type for an Element declaration.
ANYURI_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Then uri reference data type as defined in .
appendsubModel(ASObject) - Method in interface org.apache.xerces.dom3.as.ASContentModel
Appends a new node to the end of the list representing the subModels.
AS_ALL - Static variable in interface org.apache.xerces.dom3.as.ASContentModel
All of the above.
AS_ATTRIBUTE_DECLARATION - Static variable in interface org.apache.xerces.dom3.as.ASObject
The node is an ASAttributeDeclaration.
AS_CHOICE - Static variable in interface org.apache.xerces.dom3.as.ASContentModel
This constant value signifies a choice operator.
AS_CONTENTMODEL - Static variable in interface org.apache.xerces.dom3.as.ASObject
The node is a ASContentModel.
AS_ELEMENT_DECLARATION - Static variable in interface org.apache.xerces.dom3.as.ASObject
The node is an ASElementDeclaration.
AS_ENTITY_DECLARATION - Static variable in interface org.apache.xerces.dom3.as.ASObject
The node is an ASEntityDeclaration.
AS_MODEL - Static variable in interface org.apache.xerces.dom3.as.ASObject
The node is a ASModel.
AS_NONE - Static variable in interface org.apache.xerces.dom3.as.ASContentModel
None of the above, i.e., neither a choice nor sequence operator.
AS_NOTATION_DECLARATION - Static variable in interface org.apache.xerces.dom3.as.ASObject
The node is a ASNotationDeclaration.
AS_SEQUENCE - Static variable in interface org.apache.xerces.dom3.as.ASContentModel
This constant value signifies a sequence operator.
AS_UNBOUNDED - Static variable in interface org.apache.xerces.dom3.as.ASContentModel
Signifies unbounded upper limit.
ASAttributeDeclaration - interface org.apache.xerces.dom3.as.ASAttributeDeclaration.
An attribute declaration in the context of a ASObject.The constant 'REQUIRED' is missing from this interface.
ASContentModel - interface org.apache.xerces.dom3.as.ASContentModel.
The content model of a declared element.
ASDataType - interface org.apache.xerces.dom3.as.ASDataType.
The datatypes supported by DOM AS implementations.
ASElementDeclaration - interface org.apache.xerces.dom3.as.ASElementDeclaration.
The element name along with the content specification in the context of an ASObject.
ASEntityDeclaration - interface org.apache.xerces.dom3.as.ASEntityDeclaration.
Models a general entity declaration in an abstract schema.
ASModel - interface org.apache.xerces.dom3.as.ASModel.
To begin with, an abstract schema is a generic structure that could contain both internal and external subsets.
ASNamedObjectMap - interface org.apache.xerces.dom3.as.ASNamedObjectMap.
Objects implementing the ASNamedObjectMap interface are used to represent collections of abstract schema nodes that can be accessed by name.
ASNotationDeclaration - interface org.apache.xerces.dom3.as.ASNotationDeclaration.
This interface represents a notation declaration.
ASObject - interface org.apache.xerces.dom3.as.ASObject.
The ASObject interface is analogous to a Node in , e.g., an element declaration.
ASObjectList - interface org.apache.xerces.dom3.as.ASObjectList.
The ASObjectList interface provides the abstraction of an ordered collection of AS nodes, without defining or constraining how this collection is implemented.

B

BASE64BINARY_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The base64binary data type as defined in .
BOOLEAN_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
A code representing the boolean data type as defined in .
BYTE_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The byte data type as defined in .

C

canAppendChild(Node) - Method in interface org.apache.xerces.dom3.as.NodeEditAS
Has the same arguments as AppendChild.
canAppendData(String) - Method in interface org.apache.xerces.dom3.as.CharacterDataEditAS
Determines if data can be appended.
canDeleteData(int, int) - Method in interface org.apache.xerces.dom3.as.CharacterDataEditAS
Determines if data can be deleted.
canInsertBefore(Node, Node) - Method in interface org.apache.xerces.dom3.as.NodeEditAS
Determines whether the insertBefore operation from the Node interface would make this document invalid with respect to the currently active AS.
canInsertData(int, String) - Method in interface org.apache.xerces.dom3.as.CharacterDataEditAS
Determines if data can be inserted.
canRemoveAttribute(String) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Verifies if an attribute by the given name can be removed.
canRemoveAttributeNode(Node) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Determines if an attribute node can be removed.
canRemoveAttributeNS(String, String) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Verifies if an attribute by the given local name and namespace can be removed.
canRemoveChild(Node) - Method in interface org.apache.xerces.dom3.as.NodeEditAS
Has the same arguments as RemoveChild.
canReplaceChild(Node, Node) - Method in interface org.apache.xerces.dom3.as.NodeEditAS
Has the same arguments as ReplaceChild.
canReplaceData(int, int, String) - Method in interface org.apache.xerces.dom3.as.CharacterDataEditAS
Determines if data can be replaced.
canSetAttribute(String, String) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Determines if the value for specified attribute can be set.
canSetAttributeNode(Attr) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Determines if an attribute node can be added with respect to the validity check level.This is an attribute node, there is no need for canSetAttributreNodeNS!
canSetAttributeNS(String, String, String) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Determines if the attribute with given namespace and qualified name can be created if not already present in the attribute list of the element.
canSetData(int, int) - Method in interface org.apache.xerces.dom3.as.CharacterDataEditAS
Determines if data can be set.
canSetFeature(String, boolean) - Method in interface org.apache.xerces.dom3.ls.DOMWriter
Query whether setting a feature to a specific value is supported.
canSetFeature(String, boolean) - Method in interface org.apache.xerces.dom3.ls.DOMBuilder
Query whether setting a feature to a specific value is supported.
canSetNormalizationFeature(String, boolean) - Method in interface org.apache.xerces.dom3.Document3
Query whether setting a feature to a specific value is supported.
CharacterDataEditAS - interface org.apache.xerces.dom3.as.CharacterDataEditAS.
This interface extends the NodeEditAS interface with additional methods for document editing.
cloneASObject(boolean) - Method in interface org.apache.xerces.dom3.as.ASObject
Creates a copy of this ASObject.
code - Variable in class org.apache.xerces.dom3.as.DOMASException
 
compareTreePosition(Node) - Method in interface org.apache.xerces.dom3.Node3
Compares a node with this node with regard to their position in the tree and according to the document order.
COMPLEX_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The user-defined complex data type as defined in .
contentType() - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Determines element content type.
createAS(boolean) - Method in interface org.apache.xerces.dom3.as.DOMImplementationAS
Creates an ASModel.
createASAttributeDeclaration(String, String) - Method in interface org.apache.xerces.dom3.as.ASModel
Creates an attribute declaration.
createASContentModel(int, int, short) - Method in interface org.apache.xerces.dom3.as.ASModel
Creates an object which describes part of an ASElementDeclaration's content model.
createASElementDeclaration(String, String) - Method in interface org.apache.xerces.dom3.as.ASModel
Creates an element declaration for the element type specified.
createASEntityDeclaration(String) - Method in interface org.apache.xerces.dom3.as.ASModel
Creates an ASEntityDeclaration.
createASNotationDeclaration(String, String, String, String) - Method in interface org.apache.xerces.dom3.as.ASModel
Creates a new notation declaration.
createDOMASBuilder() - Method in interface org.apache.xerces.dom3.as.DOMImplementationAS
Creates an DOMASBuilder.Do we need the method since we already have DOMImplementationLS.createDOMBuilder?
createDOMASWriter() - Method in interface org.apache.xerces.dom3.as.DOMImplementationAS
Creates an DOMASWriter.
createDOMBuilder(short) - Method in interface org.apache.xerces.dom3.ls.DOMImplementationLS
Create a new DOMBuilder.
createDOMInputSource() - Method in interface org.apache.xerces.dom3.ls.DOMImplementationLS
Create a new "empty" DOMInputSource.
createDOMWriter() - Method in interface org.apache.xerces.dom3.ls.DOMImplementationLS
Create a new DOMWriter object.

D

DATE_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The date data type as defined in .
DATETIME_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The datetime data type as defined in .
DECIMAL_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The decimal data type as defined in .
Document3 - interface org.apache.xerces.dom3.Document3.
The Document3 interface is an extension to the DOM Level 2 Document interface containing the DOM Level 3 additions.
DocumentAS - interface org.apache.xerces.dom3.as.DocumentAS.
This interface extends the Document interface with additional methods for both document and AS editing.
DocumentEditAS - interface org.apache.xerces.dom3.as.DocumentEditAS.
This interface extends the NodeEditAS interface with additional methods for both document and AS editing.
DocumentLS - interface org.apache.xerces.dom3.ls.DocumentLS.
The DocumentLS interface provides a mechanism by which the content of a document can be replaced with the DOM tree produced when loading a URI, or parsing a string.
DOMASBuilder - interface org.apache.xerces.dom3.as.DOMASBuilder.
An Abstract Schema parser interface.
DOMASException - exception org.apache.xerces.dom3.as.DOMASException.
Abstract Schemas operations may throw a DOMSystemException as described in their descriptions.
DOMASException(short, String) - Constructor for class org.apache.xerces.dom3.as.DOMASException
 
DOMASWriter - interface org.apache.xerces.dom3.as.DOMASWriter.
A Abstract Schema serialization interface.
DOMBuilder - interface org.apache.xerces.dom3.ls.DOMBuilder.
A interface to an object that is able to build a DOM tree from various input sources.
DOMBuilderFilter - interface org.apache.xerces.dom3.ls.DOMBuilderFilter.
DOMBuilderFilters provide applications the ability to examine nodes as they are being constructed during a parse.
DOMEntityResolver - interface org.apache.xerces.dom3.ls.DOMEntityResolver.
DOMEntityResolver Provides a way for applications to redirect references to external entities.
DOMError - interface org.apache.xerces.dom3.DOMError.
DOMError is an interface that describes an error.
DOMErrorHandler - interface org.apache.xerces.dom3.DOMErrorHandler.
DOMErrorHandler is a callback interface that the DOM implementation can call when reporting errors that happens while processing XML data, or when doing some other processing (e.g.
DOMImplementationAS - interface org.apache.xerces.dom3.as.DOMImplementationAS.
This interface allows creation of an ASModel.
DOMImplementationLS - interface org.apache.xerces.dom3.ls.DOMImplementationLS.
DOMImplementationLS contains the factory methods for creating objects that implement the DOMBuilder (parser) and DOMWriter (serializer) interfaces.
DOMImplementationRegistry - class org.apache.xerces.dom3.DOMImplementationRegistry.
This class holds the list of registered DOMImplementations.
DOMImplementationRegistry() - Constructor for class org.apache.xerces.dom3.DOMImplementationRegistry
 
DOMImplementationSource - interface org.apache.xerces.dom3.DOMImplementationSource.
This interface permits a DOM implementer to supply one or more implementations, based upon requested features.
DOMInputSource - interface org.apache.xerces.dom3.ls.DOMInputSource.
This interface represents a single input source for an XML entity.
DOMLocator - interface org.apache.xerces.dom3.DOMLocator.
DOMLocator is an interface that describes a location (e.g.
DOMWriter - interface org.apache.xerces.dom3.ls.DOMWriter.
DOMWriter provides an API for serializing (writing) a DOM document out in an XML document.
DOMWriterFilter - interface org.apache.xerces.dom3.ls.DOMWriterFilter.
DOMWriterFilters provide applications the ability to examine nodes as they are being serialized.
DOUBLE_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
A code representing the double data type as defined in .
DUPLICATE_NAME_ERR - Static variable in class org.apache.xerces.dom3.as.DOMASException
If an element declaration already exists with the same name within an AS_CHOICE operator.
DURATION_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The duration data type as defined in .

E

ElementEditAS - interface org.apache.xerces.dom3.as.ElementEditAS.
This interface extends the Element interface with additional methods for guided document editing.
ELEMENTS_CONTENTTYPE - Static variable in interface org.apache.xerces.dom3.as.ASElementDeclaration
Represents an ELEMENTS only content type for an Element declaration.
EMPTY_CONTENTTYPE - Static variable in interface org.apache.xerces.dom3.as.ASElementDeclaration
Represents an EMPTY content type for an Element declaration.
endNode(Node) - Method in interface org.apache.xerces.dom3.ls.DOMBuilderFilter
This method will be called by the parser at the completion of the parse of each node.
ENTITIES_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The ENTITIES data type as defined in .
ENTITY_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The ENTITY data type as defined in .
Entity3 - interface org.apache.xerces.dom3.Entity3.
The Entity3 interface is an extension to the DOM Level 2 Entity interface containing the DOM Level 3 additions.
EXTERNAL_ENTITY - Static variable in interface org.apache.xerces.dom3.as.ASEntityDeclaration
constant defining an external entity.

F

FLOAT_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
A code representing the float data type as defined in .

G

GDAY_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The day data type as defined in .
getAbstractSchema() - Method in interface org.apache.xerces.dom3.as.DOMASBuilder
Associate an ASModel with a DOMBuilder.
getActiveASModel() - Method in interface org.apache.xerces.dom3.as.DocumentAS
The active external ASModel.
getActualEncoding() - Method in interface org.apache.xerces.dom3.Document3
An attribute specifying the actual encoding of this document.
getActualEncoding() - Method in interface org.apache.xerces.dom3.Entity3
An attribute specifying the actual encoding of this entity, when it is an external parsed entity.
getASAttributeDecls() - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
TheASNamedObjectMap containing ASAttributeDeclarations for all the attributes that can appear on this type of element.
getAsCM() - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
The content model of element.
getAsHint() - Method in interface org.apache.xerces.dom3.as.ASModel
The hint to locating an ASModel.
getAsLocation() - Method in interface org.apache.xerces.dom3.as.ASModel
The URI reference.
getASModels() - Method in interface org.apache.xerces.dom3.as.ASModel
To retrieve a list of nested ASModels without reference to names.
getAsNodeType() - Method in interface org.apache.xerces.dom3.as.ASObject
A code representing the underlying object as defined above.
getAsync() - Method in interface org.apache.xerces.dom3.ls.DocumentLS
Indicates whether the method load should be synchronous or asynchronous.
getAttributeDeclarations() - Method in interface org.apache.xerces.dom3.as.ASModel
Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global" attribute declarations.
getAttributeList() - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Returns an NodeList containing all the possible Attrs that can appear with this type of element.
getBaseURI() - Method in interface org.apache.xerces.dom3.Node3
The absolute base URI of this node or null if undefined.
getBaseURI() - Method in interface org.apache.xerces.dom3.ls.DOMInputSource
The base URI to be used (see section 5.1.4 in ) for resolving relative URIs to absolute URIs.
getBoundASModels() - Method in interface org.apache.xerces.dom3.as.DocumentAS
A list of ASObjects of type AS_MODELs associated with a document.
getByteStream() - Method in interface org.apache.xerces.dom3.ls.DOMInputSource
An attribute of a language-binding dependent type that represents a stream of bytes.
getCharacterStream() - Method in interface org.apache.xerces.dom3.ls.DOMInputSource
An attribute of a language-binding dependent type that represents a stream of 16-bit units.
getChildElements() - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Returns an NodeList containing the possible Element names that can appear as children of this type of element.
getColumnNumber() - Method in interface org.apache.xerces.dom3.DOMLocator
The column number where the error occured, or -1 if there is no column number available.
getContentModelDeclarations() - Method in interface org.apache.xerces.dom3.as.ASModel
Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global content model declarations.
getContentType() - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
The content type of the element.
getContinuousValidityChecking() - Method in interface org.apache.xerces.dom3.as.DocumentEditAS
An attribute specifying whether continuous checking for the validity of the document is enforced or not.
getDataType() - Method in interface org.apache.xerces.dom3.as.ASDataType
One of the enumerated codes representing the data type.
getDataType() - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Datatype of the attribute.
getDataValue() - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Default or fixed value.
getDefaultType() - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Constraint type if any for this attribute.
getDefinedElementTypes() - Method in interface org.apache.xerces.dom3.as.ElementEditAS
The list of qualified element names defined in the abstract schema.
getDocumentURI() - Method in interface org.apache.xerces.dom3.Document3
The location of the document or null if undefined.
getDOMImplementation(String) - Method in interface org.apache.xerces.dom3.DOMImplementationSource
A method to request a DOM implementation.
getDOMImplementation(String) - Static method in class org.apache.xerces.dom3.DOMImplementationRegistry
Return the first registered implementation that has the desired features, or null if none is found.
getElementDeclaration() - Method in interface org.apache.xerces.dom3.as.DocumentAS
Gets the AS editing object describing this elementThis method needs to be changed and others added.
getElementDeclarations() - Method in interface org.apache.xerces.dom3.as.ASModel
Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global" element declarations.
getElementType() - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Datatype of the element.
getEncoding() - Method in interface org.apache.xerces.dom3.Document3
An attribute specifying, as part of the XML declaration, the encoding of this document.
getEncoding() - Method in interface org.apache.xerces.dom3.Entity3
An attribute specifying, as part of the text declaration, the encoding of this entity, when it is an external parsed entity.
getEncoding() - Method in interface org.apache.xerces.dom3.ls.DOMWriter
The character encoding in which the output will be written.
getEncoding() - Method in interface org.apache.xerces.dom3.ls.DOMInputSource
The character encoding, if known.
getEntityDeclarations() - Method in interface org.apache.xerces.dom3.as.ASModel
Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global" entity declarations.
getEntityResolver() - Method in interface org.apache.xerces.dom3.ls.DOMBuilder
If a DOMEntityResolver has been specified, each time a reference to an external entity is encountered the DOMBuilder will pass the public and system IDs to the entity resolver, which can then specify the actual source of the entity.
getEntityType() - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
The type of the entity as defined above.
getEntityValue() - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
The replacement text for the internal entity.
getEnumAttr() - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Valid attribute values, separated by commas, in a string.
getError() - Method in interface org.apache.xerces.dom3.ls.ParseErrorEvent
An non-zero implementation dependent error code describing the error, or 0 if there is no error.
getErrorHandler() - Method in interface org.apache.xerces.dom3.Document3
This attribute allows applications to specify a DOMErrorHandler to be called in the event that an error is encountered while performing an operation on a document.
getErrorHandler() - Method in interface org.apache.xerces.dom3.ls.DOMWriter
The error handler that will receive error notifications during serialization.
getErrorHandler() - Method in interface org.apache.xerces.dom3.ls.DOMBuilder
In the event that an error is encountered in the XML document being parsed, the DOMDcoumentBuilder will call back to the errorHandler with the error information.
getErrorNode() - Method in interface org.apache.xerces.dom3.DOMLocator
The DOM Node where the error occured, or null if there is no Node available.
getException() - Method in interface org.apache.xerces.dom3.DOMError
The byte or character offset into the input source, if we're parsing a file or a byte stream then this will be the byte offset into that stream, but if a character media is parsed then the offset will be the character offset.exception is a reserved word, we need to rename it.
getFeature(String) - Method in interface org.apache.xerces.dom3.ls.DOMWriter
Look up the value of a feature.
getFeature(String) - Method in interface org.apache.xerces.dom3.ls.DOMBuilder
Look up the value of a feature.
getFilter() - Method in interface org.apache.xerces.dom3.ls.DOMBuilder
When the application provides a filter, the parser will call out to the filter at the completion of the construction of each Element node.
getInputSource() - Method in interface org.apache.xerces.dom3.ls.LSLoadEvent
The input source that was parsed.
getInputSource() - Method in interface org.apache.xerces.dom3.ls.LSProgressEvent
The input source that is being parsed.
getInterface(String) - Method in interface org.apache.xerces.dom3.Node3
This method makes available a Node's specialized interface (see ).What are the relations between Node.isSupported and Node3.getInterface?Should we rename this method (and also DOMImplementation.getInterface?)?getInterface can return a node that doesn't actually support the requested interface and will lead to a cast exception.
getInternalAS() - Method in interface org.apache.xerces.dom3.as.DocumentAS
Retrieve the internal ASModel of a document.
getIsNamespaceAware() - Method in interface org.apache.xerces.dom3.as.ASModel
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.
getIsPCDataOnly() - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Boolean defining whether the element type contains child elements and PCDATA or PCDATA only for mixed element types.
getIsWhitespaceOnly() - Method in interface org.apache.xerces.dom3.as.CharacterDataEditAS
true if content only whitespace; false for non-whitespace.
getLastEncoding() - Method in interface org.apache.xerces.dom3.ls.DOMWriter
The actual character encoding that was last used by this formatter.
getLength() - Method in interface org.apache.xerces.dom3.as.ASObjectList
The number of ASObjects in the list.
getLength() - Method in interface org.apache.xerces.dom3.as.ASNamedObjectMap
The number of ASObjects in the ASObjectList.
getLineNumber() - Method in interface org.apache.xerces.dom3.DOMLocator
The line number where the error occured, or -1 if there is no line number available.
getListOperator() - Method in interface org.apache.xerces.dom3.as.ASContentModel
One of AS_CHOICE, AS_SEQUENCE, AS_ALL or AS_NONE.
getLocalName() - Method in interface org.apache.xerces.dom3.as.ASObject
Returns the local part of the qualified name of this ASObject.
getLocation() - Method in interface org.apache.xerces.dom3.DOMError
The location of the error.
getMaxOccurs() - Method in interface org.apache.xerces.dom3.as.ASContentModel
maximum occurrence for this content particle.
getMessage() - Method in interface org.apache.xerces.dom3.DOMError
An implementation specific string describing the error that occured.
getMinOccurs() - Method in interface org.apache.xerces.dom3.as.ASContentModel
min occurrence for this content particle.
getNamedItem(String) - Method in interface org.apache.xerces.dom3.as.ASNamedObjectMap
Retrieves an ASObject specified by name.
getNamedItemNS(String, String) - Method in interface org.apache.xerces.dom3.as.ASNamedObjectMap
Retrieves an ASObject specified by local name and namespace URI.
getNamespaceURI() - Method in interface org.apache.xerces.dom3.as.ASObject
The namespace URI of this node, or null if it is unspecified.
getNewDocument() - Method in interface org.apache.xerces.dom3.ls.LSLoadEvent
The document that finished loading.
getNewLine() - Method in interface org.apache.xerces.dom3.ls.DOMWriter
The end-of-line sequence of characters to be used in the XML being written out.
getNodeName() - Method in interface org.apache.xerces.dom3.as.ASObject
The name of this ASObject depending on the ASObject type.
getNormalizationFeature(String) - Method in interface org.apache.xerces.dom3.Document3
Look up the value of a feature.
getNotationDeclarations() - Method in interface org.apache.xerces.dom3.as.ASModel
Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global" notation declarations.
getOffset() - Method in interface org.apache.xerces.dom3.DOMLocator
The byte or character offset into the input source, if we're parsing a file or a byte stream then this will be the byte offset into that stream, but if a character media is parsed then the offset will be the character offset.
getOwnerASModel() - Method in interface org.apache.xerces.dom3.as.ASObject
The ASModel object associated with this ASObject.
getOwnerElements() - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Owner elements ASObject of attribute, meaning that an attribute declaration can be shared by multiple elements.
getParentElements() - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Returns an NodeList containing the possible Element names that can appear as a parent of this type of element.
getPosition() - Method in interface org.apache.xerces.dom3.ls.LSProgressEvent
The current position in the input source, including all external entities and other resources that have been read.
getPrefix() - Method in interface org.apache.xerces.dom3.as.ASObject
The namespace prefix of this node, or null if it is unspecified.
getPublicId() - Method in interface org.apache.xerces.dom3.as.ASNotationDeclaration
The string representing the public identifier for this notation declaration, if present; null otherwise.
getPublicId() - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
The string representing the public identifier for this notation declaration, if present; null otherwise.
getPublicId() - Method in interface org.apache.xerces.dom3.ls.DOMInputSource
The public identifier for this input source.
getSeverity() - Method in interface org.apache.xerces.dom3.DOMError
The severity of the error, either SEVERITY_WARNING, SEVERITY_ERROR, or SEVERITY_FATAL_ERROR.
getStandalone() - Method in interface org.apache.xerces.dom3.Document3
An attribute specifying, as part of the XML declaration, whether this document is standalone.
getStrictErrorChecking() - Method in interface org.apache.xerces.dom3.Document3
An attribute specifying whether errors checking is enforced or not.
getStrictMixedContent() - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
A boolean defining whether the element order and number of the child elements for mixed content type has to be respected or not.
getStringData() - Method in interface org.apache.xerces.dom3.ls.DOMInputSource
A string attribute that represents a sequence of 16 bit units (utf-16 encoded characters).
getSubModels() - Method in interface org.apache.xerces.dom3.as.ASContentModel
Pointers to ASObjects such as ASElementDeclarations and further ASContentModels.
getSystemId() - Method in interface org.apache.xerces.dom3.as.ASNotationDeclaration
the URI reference representing the system identifier for the notation declaration, if present, null otherwise.
getSystemId() - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
the URI reference representing the system identifier for the notation declaration, if present, null otherwise.
getSystemId() - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
the URI reference representing the system identifier for the notation declaration, if present, null otherwise.
getSystemId() - Method in interface org.apache.xerces.dom3.ls.DOMInputSource
The system identifier, a URI reference , for this input source.
getTextContent() - Method in interface org.apache.xerces.dom3.Node3
This attribute returns the text content of this node and its descendants.
getTotalSize() - Method in interface org.apache.xerces.dom3.ls.LSProgressEvent
The total size of the document including all external resources, this number might change as a document is being parsed if references to more external resources are seen.
getUri() - Method in interface org.apache.xerces.dom3.DOMLocator
The URI where the error occured, or null if there is no URI available.
getUsageLocation() - Method in interface org.apache.xerces.dom3.as.ASModel
0 if used internally, 1 if used externally, 2 if not all.
getUserData(String) - Method in interface org.apache.xerces.dom3.Node3
Retrieves the object associated to a key on a this node.
getVersion() - Method in interface org.apache.xerces.dom3.Document3
An attribute specifying, as part of the XML declaration, the version number of this document.
getVersion() - Method in interface org.apache.xerces.dom3.Entity3
An attribute specifying, as part of the text declaration, the version number of this entity, when it is an external parsed entity.
getWhatToShow() - Method in interface org.apache.xerces.dom3.ls.DOMWriterFilter
Tells the DOMWriter what types of nodes to show to the filter.
getWhatToShow() - Method in interface org.apache.xerces.dom3.ls.DOMBuilderFilter
Tells the DOMBuilder what types of nodes to show to the filter.
GMONTH_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The month data type as defined in .
GMONTHDAY_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The monthday data type as defined in .
GYEAR_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The year data type as defined in .
GYEARMONTH_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The yearmonth data type as defined in .

H

handle(short, String, Object, Node, Node) - Method in interface org.apache.xerces.dom3.UserDataHandler
This method is called whenever the node for which this handler is registered is imported or cloned.
handleError(DOMError) - Method in interface org.apache.xerces.dom3.DOMErrorHandler
This method is called on the error handler when an error occures.
HEXBINARY_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The hexbinary data type as defined in .

I

ID_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The ID data type as defined in .
IDREF_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The IDREF data type as defined in .
IDREFS_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The IDREFS data type as defined in .
insertsubModel(ASObject) - Method in interface org.apache.xerces.dom3.as.ASContentModel
Inserts a new node in the submodel.
INT_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The integer data type as defined in .
INTEGER - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The integer data type as defined in .
INTERNAL_ENTITY - Static variable in interface org.apache.xerces.dom3.as.ASEntityDeclaration
constant defining an internal entity.
isElementDefined(String) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Determines if this element is defined in the currently active AS.
isElementDefinedNS(String, String, String) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Determines if this element in this namespace is defined in the currently active AS.
isEqualNode(Node, boolean) - Method in interface org.apache.xerces.dom3.Node3
Tests whether two nodes are equal.
isNodeValid(boolean, short) - Method in interface org.apache.xerces.dom3.as.NodeEditAS
Determines if the Node is valid relative to currently active AS.
isSameNode(Node) - Method in interface org.apache.xerces.dom3.Node3
Returns whether this node is the same node as the given one.
item(int) - Method in interface org.apache.xerces.dom3.as.ASObjectList
Returns the indexth item in the collection.
item(int) - Method in interface org.apache.xerces.dom3.as.ASNamedObjectMap
Returns the indexth item in the map.

L

LANGUAGE_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The Language data type as defined in .
load(String) - Method in interface org.apache.xerces.dom3.ls.DocumentLS
Replaces the content of the document with the result of parsing the given URI.
loadXML(String) - Method in interface org.apache.xerces.dom3.ls.DocumentLS
Replace the content of the document with the result of parsing the input string, this method is always synchronous.
LONG_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Then long data type as defined in .
lookupNamespacePrefix(String) - Method in interface org.apache.xerces.dom3.Node3
Look up the prefix associated to the given namespace URI, starting from this node.
lookupNamespaceURI(String) - Method in interface org.apache.xerces.dom3.Node3
Look up the namespace URI associated to the given prefix, starting from this node.
LSLoadEvent - interface org.apache.xerces.dom3.ls.LSLoadEvent.
This interface represents a load event object that signals the completion of a document load.
LSProgressEvent - interface org.apache.xerces.dom3.ls.LSProgressEvent.
This interface represents a progress event object that notifies the application about progress as a document is parsed.

M

MIXED_CONTENTTYPE - Static variable in interface org.apache.xerces.dom3.as.ASElementDeclaration
Represents a MIXED content type for an Element declaration.
MODE_ASYNCHRONOUS - Static variable in interface org.apache.xerces.dom3.ls.DOMImplementationLS
Create an asynchronous DOMBuilder.
MODE_SYNCHRONOUS - Static variable in interface org.apache.xerces.dom3.ls.DOMImplementationLS
Create a synchronous DOMBuilder.

N

NAME_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
A code representing the Name data type as defined in .
NCNAME_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
A code representing the NCName data type as defined in .
NEGATIVEINTEGER_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Then negative integer data type as defined in .
NMTOKEN_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The NMTOKEN data type as defined in .
NMTOKENS_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The NMTOKENS data type as defined in .
NO_AS_AVAILABLE - Static variable in class org.apache.xerces.dom3.as.DOMASException
If the DocumentEditAS related to the node does not have any active ASModel and wfValidityCheckLevel is set to PARTIAL or STRICT_VALIDITY_CHECK.
NODE_CLONED - Static variable in interface org.apache.xerces.dom3.UserDataHandler
The node is cloned.
NODE_DELETED - Static variable in interface org.apache.xerces.dom3.UserDataHandler
The node is deleted.
NODE_IMPORTED - Static variable in interface org.apache.xerces.dom3.UserDataHandler
The node is imported.
NODE_RENAMED - Static variable in interface org.apache.xerces.dom3.UserDataHandler
The node is renamed.
Node3 - interface org.apache.xerces.dom3.Node3.
The Node3 interface is an extension to the DOM Level 2 Node interface containing the DOM Level 3 additions.
NodeEditAS - interface org.apache.xerces.dom3.as.NodeEditAS.
This interface extends a Node from with additional methods for guided document editing.
NONNEGATIVEINTEGER_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The non-negative integer data type as defined in .
NONPOSITIVEINTEGER_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The Non-positive integer data type as defined in .
normalizeDocument() - Method in interface org.apache.xerces.dom3.Document3
This method acts as if the document was going through a save and load cycle, putting the document in a "normal" form.
NORMALIZEDSTRING_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
A code representing the Normalized string data type as defined in .
NOTATION_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The NOTATION data type as defined in .
NS_WF_CHECK - Static variable in interface org.apache.xerces.dom3.as.NodeEditAS
Check for namespace well-formedness includes WF_CHECK.

O

org.apache.xerces.dom3 - package org.apache.xerces.dom3
 
org.apache.xerces.dom3.as - package org.apache.xerces.dom3.as
 
org.apache.xerces.dom3.ls - package org.apache.xerces.dom3.ls
 
OTHER_SIMPLE_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The other simple data type as defined in .

P

parse(DOMInputSource) - Method in interface org.apache.xerces.dom3.ls.DOMBuilder
Parse an XML document from a resource identified by an DOMInputSource.
parseASInputSource(DOMInputSource) - Method in interface org.apache.xerces.dom3.as.DOMASBuilder
Parse a Abstract Schema from a location identified by an DOMInputSource.
parseASURI(String) - Method in interface org.apache.xerces.dom3.as.DOMASBuilder
Parse a Abstract Schema from a location identified by an URI reference.
ParseErrorEvent - interface org.apache.xerces.dom3.ls.ParseErrorEvent.
ParseErrorEvent is the event that is fired if there's an error in the XML document being parsed.
parseURI(String) - Method in interface org.apache.xerces.dom3.ls.DOMBuilder
Parse an XML document from a location identified by an URI reference .
parseWithContext(DOMInputSource, Node, short) - Method in interface org.apache.xerces.dom3.ls.DOMBuilder
Parse an XML document or fragment from a resource identified by an DOMInputSource and insert the content into an existing document at the position epcified with the contextNode and action arguments.
PARTIAL_VALIDITY_CHECK - Static variable in interface org.apache.xerces.dom3.as.NodeEditAS
Checks for whether this node is partially valid.
POSITIVEINTEGER_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The positive integer data type as defined in .
PROPERTY - Static variable in class org.apache.xerces.dom3.DOMImplementationRegistry
 

Q

QNAME_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Then XML qualified name data type as defined in .

R

removeAS(ASModel) - Method in interface org.apache.xerces.dom3.as.ASModel
Removes only the specified ASModel from the list of ASModels.
removeAS(ASModel) - Method in interface org.apache.xerces.dom3.as.DocumentAS
Removes a ASModel associated with a document.
removeASAttributeDecl(ASAttributeDeclaration) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Removes an ASAttributeDeclaration from the element being declared.
removeNamedItem(String) - Method in interface org.apache.xerces.dom3.as.ASNamedObjectMap
Removes an ASObject specified by a nodeName.
removeNamedItemNS(String, String) - Method in interface org.apache.xerces.dom3.as.ASNamedObjectMap
Removes an ASObject specified by a namespace URI and a local name.
removesubModel(ASObject) - Method in interface org.apache.xerces.dom3.as.ASContentModel
Removes the ASObject in the submodel.
renameNode(Node, String, String) - Method in interface org.apache.xerces.dom3.Document3
Rename an existing node.
resolveEntity(String, String, String) - Method in interface org.apache.xerces.dom3.ls.DOMEntityResolver
Allow the application to resolve external entities.

S

saveXML(Node) - Method in interface org.apache.xerces.dom3.ls.DocumentLS
Save the document or the given node to a string (i.e.
setAbstractSchema(ASModel) - Method in interface org.apache.xerces.dom3.as.DOMASBuilder
Associate an ASModel with a DOMBuilder.
setActiveASModel(ASModel) - Method in interface org.apache.xerces.dom3.as.DocumentAS
The active external ASModel.
setActualEncoding(String) - Method in interface org.apache.xerces.dom3.Document3
An attribute specifying the actual encoding of this document.
setActualEncoding(String) - Method in interface org.apache.xerces.dom3.Entity3
An attribute specifying the actual encoding of this entity, when it is an external parsed entity.
setASAttributeDecls(ASNamedObjectMap) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
TheASNamedObjectMap containing ASAttributeDeclarations for all the attributes that can appear on this type of element.
setAsCM(ASContentModel) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
The content model of element.
setAsHint(String) - Method in interface org.apache.xerces.dom3.as.ASModel
The hint to locating an ASModel.
setAsLocation(String) - Method in interface org.apache.xerces.dom3.as.ASModel
The URI reference.
setAsync(boolean) - Method in interface org.apache.xerces.dom3.ls.DocumentLS
Indicates whether the method load should be synchronous or asynchronous.
setBaseURI(String) - Method in interface org.apache.xerces.dom3.ls.DOMInputSource
The base URI to be used (see section 5.1.4 in ) for resolving relative URIs to absolute URIs.
setBoundASModels(ASObjectList) - Method in interface org.apache.xerces.dom3.as.DocumentAS
A list of ASObjects of type AS_MODELs associated with a document.
setByteStream(InputStream) - Method in interface org.apache.xerces.dom3.ls.DOMInputSource
An attribute of a language-binding dependent type that represents a stream of bytes.
setCharacterStream(Reader) - Method in interface org.apache.xerces.dom3.ls.DOMInputSource
An attribute of a language-binding dependent type that represents a stream of 16-bit units.
setContentType(short) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
The content type of the element.
setContinuousValidityChecking(boolean) - Method in interface org.apache.xerces.dom3.as.DocumentEditAS
An attribute specifying whether continuous checking for the validity of the document is enforced or not.
setDataType(ASDataType) - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Datatype of the attribute.
setDataValue(String) - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Default or fixed value.
setDefaultType(short) - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Constraint type if any for this attribute.
setDocumentURI(String) - Method in interface org.apache.xerces.dom3.Document3
The location of the document or null if undefined.
setElementType(ASDataType) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Datatype of the element.
setEncoding(String) - Method in interface org.apache.xerces.dom3.Document3
An attribute specifying, as part of the XML declaration, the encoding of this document.
setEncoding(String) - Method in interface org.apache.xerces.dom3.Entity3
An attribute specifying, as part of the text declaration, the encoding of this entity, when it is an external parsed entity.
setEncoding(String) - Method in interface org.apache.xerces.dom3.ls.DOMWriter
The character encoding in which the output will be written.
setEncoding(String) - Method in interface org.apache.xerces.dom3.ls.DOMInputSource
The character encoding, if known.
setEntityResolver(DOMEntityResolver) - Method in interface org.apache.xerces.dom3.ls.DOMBuilder
If a DOMEntityResolver has been specified, each time a reference to an external entity is encountered the DOMBuilder will pass the public and system IDs to the entity resolver, which can then specify the actual source of the entity.
setEntityType(short) - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
The type of the entity as defined above.
setEntityValue(String) - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
The replacement text for the internal entity.
setEnumAttr(String) - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Valid attribute values, separated by commas, in a string.
setErrorHandler(DOMErrorHandler) - Method in interface org.apache.xerces.dom3.Document3
This attribute allows applications to specify a DOMErrorHandler to be called in the event that an error is encountered while performing an operation on a document.
setErrorHandler(DOMErrorHandler) - Method in interface org.apache.xerces.dom3.ls.DOMWriter
The error handler that will receive error notifications during serialization.
setErrorHandler(DOMErrorHandler) - Method in interface org.apache.xerces.dom3.ls.DOMBuilder
In the event that an error is encountered in the XML document being parsed, the DOMDcoumentBuilder will call back to the errorHandler with the error information.
setFeature(String, boolean) - Method in interface org.apache.xerces.dom3.ls.DOMWriter
Set the state of a feature.
setFeature(String, boolean) - Method in interface org.apache.xerces.dom3.ls.DOMBuilder
Set the state of a feature.
setFilter(DOMBuilderFilter) - Method in interface org.apache.xerces.dom3.ls.DOMBuilder
When the application provides a filter, the parser will call out to the filter at the completion of the construction of each Element node.
setInternalAS(ASModel) - Method in interface org.apache.xerces.dom3.as.DocumentAS
Sets the internal subset ASModel of a document.
setIsPCDataOnly(boolean) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Boolean defining whether the element type contains child elements and PCDATA or PCDATA only for mixed element types.
setListOperator(short) - Method in interface org.apache.xerces.dom3.as.ASContentModel
One of AS_CHOICE, AS_SEQUENCE, AS_ALL or AS_NONE.
setLocalName(String) - Method in interface org.apache.xerces.dom3.as.ASObject
Returns the local part of the qualified name of this ASObject.
setMaxOccurs(int) - Method in interface org.apache.xerces.dom3.as.ASContentModel
maximum occurrence for this content particle.
setMinOccurs(int) - Method in interface org.apache.xerces.dom3.as.ASContentModel
min occurrence for this content particle.
setNamedItem(ASObject) - Method in interface org.apache.xerces.dom3.as.ASNamedObjectMap
Adds an ASObject using its nodeName attribute.
setNamedItemNS(ASObject) - Method in interface org.apache.xerces.dom3.as.ASNamedObjectMap
Adds an ASObject using its namespaceURI and localName.
setNamespaceURI(String) - Method in interface org.apache.xerces.dom3.as.ASObject
The namespace URI of this node, or null if it is unspecified.
setNewLine(String) - Method in interface org.apache.xerces.dom3.ls.DOMWriter
The end-of-line sequence of characters to be used in the XML being written out.
setNodeName(String) - Method in interface org.apache.xerces.dom3.as.ASObject
The name of this ASObject depending on the ASObject type.
setNormalizationFeature(String, boolean) - Method in interface org.apache.xerces.dom3.Document3
Set the state of a feature.
setOwnerASModel(ASModel) - Method in interface org.apache.xerces.dom3.as.ASObject
The ASModel object associated with this ASObject.
setOwnerElements(ASObjectList) - Method in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Owner elements ASObject of attribute, meaning that an attribute declaration can be shared by multiple elements.
setPrefix(String) - Method in interface org.apache.xerces.dom3.as.ASObject
The namespace prefix of this node, or null if it is unspecified.
setPublicId(String) - Method in interface org.apache.xerces.dom3.as.ASNotationDeclaration
The string representing the public identifier for this notation declaration, if present; null otherwise.
setPublicId(String) - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
The string representing the public identifier for this notation declaration, if present; null otherwise.
setPublicId(String) - Method in interface org.apache.xerces.dom3.ls.DOMInputSource
The public identifier for this input source.
setStandalone(boolean) - Method in interface org.apache.xerces.dom3.Document3
An attribute specifying, as part of the XML declaration, whether this document is standalone.
setStrictErrorChecking(boolean) - Method in interface org.apache.xerces.dom3.Document3
An attribute specifying whether errors checking is enforced or not.
setStrictMixedContent(boolean) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
A boolean defining whether the element order and number of the child elements for mixed content type has to be respected or not.
setStringData(String) - Method in interface org.apache.xerces.dom3.ls.DOMInputSource
A string attribute that represents a sequence of 16 bit units (utf-16 encoded characters).
setSubModels(ASObjectList) - Method in interface org.apache.xerces.dom3.as.ASContentModel
Pointers to ASObjects such as ASElementDeclarations and further ASContentModels.
setSystemId(String) - Method in interface org.apache.xerces.dom3.as.ASNotationDeclaration
the URI reference representing the system identifier for the notation declaration, if present, null otherwise.
setSystemId(String) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
the URI reference representing the system identifier for the notation declaration, if present, null otherwise.
setSystemId(String) - Method in interface org.apache.xerces.dom3.as.ASEntityDeclaration
the URI reference representing the system identifier for the notation declaration, if present, null otherwise.
setSystemId(String) - Method in interface org.apache.xerces.dom3.ls.DOMInputSource
The system identifier, a URI reference , for this input source.
setTextContent(String) - Method in interface org.apache.xerces.dom3.Node3
This attribute returns the text content of this node and its descendants.
setUserData(String, Object, UserDataHandler) - Method in interface org.apache.xerces.dom3.Node3
Associate an object to a key on this node.
setVersion(String) - Method in interface org.apache.xerces.dom3.Document3
An attribute specifying, as part of the XML declaration, the version number of this document.
setVersion(String) - Method in interface org.apache.xerces.dom3.Entity3
An attribute specifying, as part of the text declaration, the version number of this entity, when it is an external parsed entity.
SEVERITY_ERROR - Static variable in interface org.apache.xerces.dom3.DOMError
The severity of the error described by the DOMError is error
SEVERITY_FATAL_ERROR - Static variable in interface org.apache.xerces.dom3.DOMError
The severity of the error described by the DOMError is fatal error
SEVERITY_WARNING - Static variable in interface org.apache.xerces.dom3.DOMError
The severity of the error described by the DOMError is warning
SHORT_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The short data type as defined in .
startNode(Node) - Method in interface org.apache.xerces.dom3.ls.DOMBuilderFilter
This method will be called by the parser after each Element start tag has been scanned, but before the remainder of the Element is processed.
STRICT_VALIDITY_CHECK - Static variable in interface org.apache.xerces.dom3.as.NodeEditAS
Checks for strict validity of the node with respect to active AS which by definition includes NS_WF_CHECK.
STRING_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
A code representing the string data type as defined in .

T

TIME_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The time data type as defined in .
TOKEN_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The token data type as defined in .
TREE_POSITION_ANCESTOR - Static variable in interface org.apache.xerces.dom3.Node3
The node is an ancestor of the reference node.
TREE_POSITION_DESCENDANT - Static variable in interface org.apache.xerces.dom3.Node3
The node is a descendant of the reference node.
TREE_POSITION_DISCONNECTED - Static variable in interface org.apache.xerces.dom3.Node3
The two nodes are disconnected, they do not have any common ancestor.
TREE_POSITION_EQUIVALENT - Static variable in interface org.apache.xerces.dom3.Node3
The two nodes have an equivalent position.
TREE_POSITION_FOLLOWING - Static variable in interface org.apache.xerces.dom3.Node3
The node follows the reference node.
TREE_POSITION_PRECEDING - Static variable in interface org.apache.xerces.dom3.Node3
The node precedes the reference node.
TREE_POSITION_SAME_NODE - Static variable in interface org.apache.xerces.dom3.Node3
The two nodes are the same.
TYPE_ERR - Static variable in class org.apache.xerces.dom3.as.DOMASException
If the type of the ASObject is neither an ASContentModel nor an ASElementDeclaration.

U

UNSIGNEDBYTE_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The unsigned byte data type as defined in .
UNSIGNEDINT_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The unsigned integer data type as defined in .
UNSIGNEDLONG_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The unsigned long data type as defined in .
UNSIGNEDSHORT_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The unsigned short data type as defined in .
UserDataHandler - interface org.apache.xerces.dom3.UserDataHandler.
When associating an object to a key on a node using setUserData the application can provide a handler that gets called when the node the object is associated to is being cloned or imported.

V

validate() - Method in interface org.apache.xerces.dom3.as.ASModel
Determines if an ASModel itself is valid, i.e., confirming that it's well-formed and valid per its own formal grammar.
validate() - Method in interface org.apache.xerces.dom3.as.DocumentAS
Validates the document against the ASModel.
VALUE_DEFAULT - Static variable in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Indicates that the there is a default value constraint.
VALUE_FIXED - Static variable in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Indicates that there is a fixed value constraint for this attribute.
VALUE_NONE - Static variable in interface org.apache.xerces.dom3.as.ASAttributeDeclaration
Describes that the attribute does not have any value constraint.

W

WF_CHECK - Static variable in interface org.apache.xerces.dom3.as.NodeEditAS
Check for well-formedness of this node.
writeASModel(OutputStream, ASModel) - Method in interface org.apache.xerces.dom3.as.DOMASWriter
Write out the specified Abstract Schema to the specified destination.
writeNode(OutputStream, Node) - Method in interface org.apache.xerces.dom3.ls.DOMWriter
Write out the specified node as described above in the description of DOMWriter.
writeToString(Node) - Method in interface org.apache.xerces.dom3.ls.DOMWriter
Serialize the specified node as described above in the description of DOMWriter.
WRONG_MIME_TYPE_ERR - Static variable in class org.apache.xerces.dom3.as.DOMASException
When mimeTypeCheck is true and the input source has an incorrect MIME Type.

A B C D E F G H I L M N O P Q R S T U V W

Copyright © 1999-2002 Apache XML Project. All Rights Reserved.