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

A

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) - Method in class org.apache.xerces.dom3.DOMImplementationRegistry
Register an implementation.
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.
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
 
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.

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 .
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.
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.
DOMError - interface org.apache.xerces.dom3.DOMError.
DOM Level 3 WD Experimental: The DOM Level 3 specification is at the stage of Working Draft, which represents work in progress and thus may be updated, replaced, or obsoleted by other documents at any time.
DOMErrorHandler - interface org.apache.xerces.dom3.DOMErrorHandler.
DOM Level 3 WD Experimental: The DOM Level 3 specification is at the stage of Working Draft, which represents work in progress and thus may be updated, replaced, or obsoleted by other documents at any time.
DOMImplementationAS - interface org.apache.xerces.dom3.as.DOMImplementationAS.
This interface allows creation of an ASModel.
DOMImplementationRegistry - class org.apache.xerces.dom3.DOMImplementationRegistry.
 
DOMImplementationSource - interface org.apache.xerces.dom3.DOMImplementationSource.
DOM Level 3 WD Experimental: The DOM Level 3 specification is at the stage of Working Draft, which represents work in progress and thus may be updated, replaced, or obsoleted by other documents at any time.
DOMLocator - interface org.apache.xerces.dom3.DOMLocator.
DOM Level 3 WD Experimental: The DOM Level 3 specification is at the stage of Working Draft, which represents work in progress and thus may be updated, replaced, or obsoleted by other documents at any time.
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.
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 .
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.
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.
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.
getBoundASModels() - Method in interface org.apache.xerces.dom3.as.DocumentAS
A list of ASObjects of type AS_MODELs associated with a document.
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.
getDOMImplementation(String) - Method in class org.apache.xerces.dom3.DOMImplementationRegistry
Return the first registered implementation that has the desired features, or null if none is found.
getDOMImplementation(String) - Method in interface org.apache.xerces.dom3.DOMImplementationSource
A method to request a DOM implementation.
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.
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.
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.
getErrorNode() - Method in interface org.apache.xerces.dom3.DOMLocator
The DOM Node where the error occured, or null if there is no Node available.
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.
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.
getNodeName() - Method in interface org.apache.xerces.dom3.as.ASObject
The name of this ASObject depending on the ASObject type.
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.
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.ASEntityDeclaration
The string representing the public identifier for this notation declaration, if present; null otherwise.
getPublicId() - Method in interface org.apache.xerces.dom3.as.ASNotationDeclaration
The string representing the public identifier for this notation declaration, if present; null otherwise.
getRelatedException() - Method in interface org.apache.xerces.dom3.DOMError
The related platform dependent exception if any.exception is a reserved word, we need to rename it.Change to "relatedException".
getSeverity() - Method in interface org.apache.xerces.dom3.DOMError
The severity of the error, either SEVERITY_WARNING, SEVERITY_ERROR, or SEVERITY_FATAL_ERROR.
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.
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.ASEntityDeclaration
the URI reference representing the system identifier for the notation declaration, if present, null otherwise.
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.
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.
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.
isNodeValid(boolean, short) - Method in interface org.apache.xerces.dom3.as.NodeEditAS
Determines if the Node is valid relative to currently active AS.
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 .
LONG_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Then long data type as defined in .

M

MIXED_CONTENTTYPE - Static variable in interface org.apache.xerces.dom3.as.ASElementDeclaration
Represents a MIXED content type for an Element declaration.

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 .
newInstance() - Static method in class org.apache.xerces.dom3.DOMImplementationRegistry
 
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.
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 .
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
 
OTHER_SIMPLE_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
The other simple data type as defined in .

P

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.
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.DocumentAS
Removes a ASModel associated with a document.
removeAS(ASModel) - Method in interface org.apache.xerces.dom3.as.ASModel
Removes only the specified ASModel from the list of ASModels.
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.

S

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.
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.
setBoundASModels(ASObjectList) - Method in interface org.apache.xerces.dom3.as.DocumentAS
A list of ASObjects of type AS_MODELs associated with a document.
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.
setElementType(ASDataType) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Datatype of the element.
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.
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.
setNodeName(String) - Method in interface org.apache.xerces.dom3.as.ASObject
The name of this ASObject depending on the ASObject type.
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.ASEntityDeclaration
The string representing the public identifier for this notation declaration, if present; null otherwise.
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.
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.
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.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.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.
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 .
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 .
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.
DOM Level 3 WD Experimental: The DOM Level 3 specification is at the stage of Working Draft, which represents work in progress and thus may be updated, replaced, or obsoleted by other documents at any time.

V

validate() - Method in interface org.apache.xerces.dom3.as.DocumentAS
Validates the document against the ASModel.
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.
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.
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.