Alphabetical Index

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

A

add(org.w3c.dom.DOMImplementation) - method in class org.apache.xerces.dom3.bootstrap.DOMImplementationListImpl
Add a DOMImplementation in the list.
addAS(org.apache.xerces.dom3.as.ASModel) - method in class org.apache.xerces.dom3.as.DocumentAS
Associate a ASModel with a document.
Adds an ASAttributeDeclaration for the element being declared.
addASModel(org.apache.xerces.dom3.as.ASModel) - method in class org.apache.xerces.dom3.as.ASModel
This method will allow the nesting or "importation" of ASModels.
Register an implementation.
ANY_CONTENTTYPE - static field in class org.apache.xerces.dom3.as.ASElementDeclaration
Represents an ANY content type for an Element declaration.
ANYURI_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
Then uri reference data type as defined in .
appendsubModel(org.apache.xerces.dom3.as.ASObject) - method in class org.apache.xerces.dom3.as.ASContentModel
Appends a new node to the end of the list representing the subModels.
AS_ALL - static field in class org.apache.xerces.dom3.as.ASContentModel
All of the above.
AS_ATTRIBUTE_DECLARATION - static field in class org.apache.xerces.dom3.as.ASObject
The node is an ASAttributeDeclaration.
AS_CHOICE - static field in class org.apache.xerces.dom3.as.ASContentModel
This constant value signifies a choice operator.
AS_CONTENTMODEL - static field in class org.apache.xerces.dom3.as.ASObject
The node is a ASContentModel.
AS_ELEMENT_DECLARATION - static field in class org.apache.xerces.dom3.as.ASObject
The node is an ASElementDeclaration.
AS_ENTITY_DECLARATION - static field in class org.apache.xerces.dom3.as.ASObject
The node is an ASEntityDeclaration.
AS_MODEL - static field in class org.apache.xerces.dom3.as.ASObject
The node is a ASModel.
AS_NONE - static field in class org.apache.xerces.dom3.as.ASContentModel
None of the above, i.e., neither a choice nor sequence operator.
AS_NOTATION_DECLARATION - static field in class org.apache.xerces.dom3.as.ASObject
The node is a ASNotationDeclaration.
AS_SEQUENCE - static field in class org.apache.xerces.dom3.as.ASContentModel
This constant value signifies a sequence operator.
AS_UNBOUNDED - static field in class org.apache.xerces.dom3.as.ASContentModel
Signifies unbounded upper limit.
ASAttributeDeclaration - interface org.apache.xerces.dom3.as.ASAttributeDeclaration
ASContentModel - interface org.apache.xerces.dom3.as.ASContentModel
ASDataType - interface org.apache.xerces.dom3.as.ASDataType
ASElementDeclaration - interface org.apache.xerces.dom3.as.ASElementDeclaration
ASEntityDeclaration - interface org.apache.xerces.dom3.as.ASEntityDeclaration
ASModel - interface org.apache.xerces.dom3.as.ASModel
ASNamedObjectMap - interface org.apache.xerces.dom3.as.ASNamedObjectMap
ASNotationDeclaration - interface org.apache.xerces.dom3.as.ASNotationDeclaration
ASObject - interface org.apache.xerces.dom3.as.ASObject
ASObjectList - interface org.apache.xerces.dom3.as.ASObjectList

B

BASE64BINARY_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The base64binary data type as defined in .
BOOLEAN_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
A code representing the boolean data type as defined in .
BYTE_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The byte data type as defined in .

C

canAppendChild(org.w3c.dom.Node) - method in class org.apache.xerces.dom3.as.NodeEditAS
Has the same arguments as AppendChild.
canAppendData(String) - method in class org.apache.xerces.dom3.as.CharacterDataEditAS
Determines if data can be appended.
canDeleteData(int,int) - method in class org.apache.xerces.dom3.as.CharacterDataEditAS
Determines if data can be deleted.
canInsertBefore(org.w3c.dom.Node,org.w3c.dom.Node) - method in class 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 class org.apache.xerces.dom3.as.CharacterDataEditAS
Determines if data can be inserted.
canRemoveAttribute(String) - method in class org.apache.xerces.dom3.as.ElementEditAS
Verifies if an attribute by the given name can be removed.
canRemoveAttributeNode(org.w3c.dom.Node) - method in class org.apache.xerces.dom3.as.ElementEditAS
Determines if an attribute node can be removed.
canRemoveAttributeNS(String,String) - method in class org.apache.xerces.dom3.as.ElementEditAS
Verifies if an attribute by the given local name and namespace can be removed.
canRemoveChild(org.w3c.dom.Node) - method in class org.apache.xerces.dom3.as.NodeEditAS
Has the same arguments as RemoveChild.
canReplaceChild(org.w3c.dom.Node,org.w3c.dom.Node) - method in class org.apache.xerces.dom3.as.NodeEditAS
Has the same arguments as ReplaceChild.
canReplaceData(int,int,String) - method in class org.apache.xerces.dom3.as.CharacterDataEditAS
Determines if data can be replaced.
canSetAttribute(String,String) - method in class org.apache.xerces.dom3.as.ElementEditAS
Determines if the value for specified attribute can be set.
canSetAttributeNode(org.w3c.dom.Attr) - method in class 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 class 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 class org.apache.xerces.dom3.as.CharacterDataEditAS
Determines if data can be set.
canSetParameter(String,Object) - method in class org.apache.xerces.dom3.DOMConfiguration
Check if setting a parameter to a specific value is supported.
CharacterDataEditAS - interface org.apache.xerces.dom3.as.CharacterDataEditAS
cloneASObject(boolean) - method in class org.apache.xerces.dom3.as.ASObject
Creates a copy of this ASObject.
code - field in class org.apache.xerces.dom3.as.DOMASException
COMPLEX_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The user-defined complex data type as defined in .
contains(String) - method in class org.apache.xerces.dom3.DOMStringList
Test if a string is part of this DOMStringList.
contentType() - method in class org.apache.xerces.dom3.as.ElementEditAS
Determines element content type.
createAS(boolean) - method in class org.apache.xerces.dom3.as.DOMImplementationAS
Creates an ASModel.
createASAttributeDeclaration(String,String) - method in class org.apache.xerces.dom3.as.ASModel
Creates an attribute declaration.
createASContentModel(int,int,short) - method in class org.apache.xerces.dom3.as.ASModel
Creates an object which describes part of an ASElementDeclaration's content model.
createASElementDeclaration(String,String) - method in class org.apache.xerces.dom3.as.ASModel
Creates an element declaration for the element type specified.
createASEntityDeclaration(String) - method in class org.apache.xerces.dom3.as.ASModel
Creates an ASEntityDeclaration.
createASNotationDeclaration(String,String,String,String) - method in class org.apache.xerces.dom3.as.ASModel
Creates a new notation declaration.
createDOMASBuilder() - method in class org.apache.xerces.dom3.as.DOMImplementationAS
Creates an DOMASBuilder.Do we need the method since we already have DOMImplementationLS.createDOMParser?
createDOMASWriter() - method in class org.apache.xerces.dom3.as.DOMImplementationAS
Creates an DOMASWriter.

D

DATE_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The date data type as defined in .
DATETIME_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The datetime data type as defined in .
DECIMAL_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The decimal data type as defined in .
DERIVATION_EXTENSION - static field in class org.apache.xerces.dom3.TypeInfo
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the derivation by extension if complex types are involved.
DERIVATION_LIST - static field in class org.apache.xerces.dom3.TypeInfo
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the list if simple types are involved.
DERIVATION_RESTRICTION - static field in class org.apache.xerces.dom3.TypeInfo
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the derivation by restriction if complex types are involved, or a restriction if simple types are involved.
DERIVATION_UNION - static field in class org.apache.xerces.dom3.TypeInfo
If the document's schema is an XML Schema [XML Schema Part 1] , this constant represents the union if simple types are involved.
DocumentAS - interface org.apache.xerces.dom3.as.DocumentAS
DocumentEditAS - interface org.apache.xerces.dom3.as.DocumentEditAS
DOMASBuilder - interface org.apache.xerces.dom3.as.DOMASBuilder
DOMASException - class org.apache.xerces.dom3.as.DOMASException
DOMASException(short,String) - constructor for class org.apache.xerces.dom3.as.DOMASException
DOMASWriter - interface org.apache.xerces.dom3.as.DOMASWriter
DOMConfiguration - interface org.apache.xerces.dom3.DOMConfiguration
The DOMConfiguration interface represents the configuration of a document and maintains a table of recognized parameters.
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
DOMImplementationList - interface org.apache.xerces.dom3.DOMImplementationList
The DOMImplementationList interface provides the abstraction of an ordered collection of DOM implementations, without defining or constraining how this collection is implemented.
DOMImplementationListImpl - class org.apache.xerces.dom3.bootstrap.DOMImplementationListImpl
This class holds a list of DOMImplementations.
DOMImplementationListImpl() - constructor for class org.apache.xerces.dom3.bootstrap.DOMImplementationListImpl
DOMImplementationRegistry - class org.apache.xerces.dom3.bootstrap.DOMImplementationRegistry
This class holds the list of registered DOMImplementations.
DOMImplementationSource - interface org.apache.xerces.dom3.DOMImplementationSource
This interface permits a DOM implementer to supply one or more implementations, based upon requested features and versions, as specified in .
DOMLocator - interface org.apache.xerces.dom3.DOMLocator
DOMLocator is an interface that describes a location (e.g.
DOMStringList - interface org.apache.xerces.dom3.DOMStringList
The DOMStringList interface provides the abstraction of an ordered collection of DOMString values, without defining or constraining how this collection is implemented.
DOUBLE_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
A code representing the double data type as defined in .
DUPLICATE_NAME_ERR - static field 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 field in class org.apache.xerces.dom3.as.ASDataType
The duration data type as defined in .

E

ElementEditAS - interface org.apache.xerces.dom3.as.ElementEditAS
ELEMENTS_CONTENTTYPE - static field in class org.apache.xerces.dom3.as.ASElementDeclaration
Represents an ELEMENTS only content type for an Element declaration.
EMPTY_CONTENTTYPE - static field in class org.apache.xerces.dom3.as.ASElementDeclaration
Represents an EMPTY content type for an Element declaration.
ENTITIES_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The ENTITIES data type as defined in .
ENTITY_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The ENTITY data type as defined in .
EXTERNAL_ENTITY - static field in class org.apache.xerces.dom3.as.ASEntityDeclaration
constant defining an external entity.

F

FLOAT_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
A code representing the float data type as defined in .

G

GDAY_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The day data type as defined in .
getAbstractSchema() - method in class org.apache.xerces.dom3.as.DOMASBuilder
Associate an ASModel with a LSParser.
getActiveASModel() - method in class org.apache.xerces.dom3.as.DocumentAS
The active external ASModel.
getASAttributeDecls() - method in class org.apache.xerces.dom3.as.ASElementDeclaration
TheASNamedObjectMap containing ASAttributeDeclarations for all the attributes that can appear on this type of element.
getAsCM() - method in class org.apache.xerces.dom3.as.ASElementDeclaration
The content model of element.
getAsHint() - method in class org.apache.xerces.dom3.as.ASModel
The hint to locating an ASModel.
getAsLocation() - method in class org.apache.xerces.dom3.as.ASModel
The URI reference.
getASModels() - method in class org.apache.xerces.dom3.as.ASModel
To retrieve a list of nested ASModels without reference to names.
getAsNodeType() - method in class org.apache.xerces.dom3.as.ASObject
A code representing the underlying object as defined above.
getAttributeDeclarations() - method in class 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 class 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 class org.apache.xerces.dom3.as.DocumentAS
A list of ASObjects of type AS_MODELs associated with a document.
getByteOffset() - method in class org.apache.xerces.dom3.DOMLocator
The byte offset into the input source this locator is pointing to or -1 if there is no byte offset available.
getChildElements() - method in class 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 class org.apache.xerces.dom3.DOMLocator
The column number this locator is pointing to, or -1 if there is no column number available.
getContentModelDeclarations() - method in class 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 class org.apache.xerces.dom3.as.ASElementDeclaration
The content type of the element.
getContinuousValidityChecking() - method in class 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 class org.apache.xerces.dom3.as.ASAttributeDeclaration
Datatype of the attribute.
getDataType() - method in class org.apache.xerces.dom3.as.ASDataType
One of the enumerated codes representing the data type.
getDataValue() - method in class org.apache.xerces.dom3.as.ASAttributeDeclaration
Default or fixed value.
getDefaultType() - method in class org.apache.xerces.dom3.as.ASAttributeDeclaration
Constraint type if any for this attribute.
getDefinedElementTypes() - method in class 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.bootstrap.DOMImplementationRegistry
Return the first registered implementation that has the desired features, or null if none is found.
getDOMImplementation(String) - method in class org.apache.xerces.dom3.DOMImplementationSource
A method to request the first DOM implementation that supports the specified features.
getDOMImplementationList(String) - method in class org.apache.xerces.dom3.bootstrap.DOMImplementationRegistry
Return the list of all registered implementation that support the desired features.
getDOMImplementationList(String) - method in class org.apache.xerces.dom3.DOMImplementationSource
A method to request a list of DOM implementations that support the specified features and versions, as specified in .
getElementDeclaration() - method in class 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 class 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 class org.apache.xerces.dom3.as.ASElementDeclaration
Datatype of the element.
getEntityDeclarations() - method in class 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 class org.apache.xerces.dom3.as.ASEntityDeclaration
The type of the entity as defined above.
getEntityValue() - method in class org.apache.xerces.dom3.as.ASEntityDeclaration
The replacement text for the internal entity.
getEnumAttr() - method in class org.apache.xerces.dom3.as.ASAttributeDeclaration
Valid attribute values, separated by commas, in a string.
getInternalAS() - method in class org.apache.xerces.dom3.as.DocumentAS
Retrieve the internal ASModel of a document.
getIsNamespaceAware() - method in class 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 class 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 class org.apache.xerces.dom3.as.CharacterDataEditAS
true if content only whitespace; false for non-whitespace.
getLength() - method in class org.apache.xerces.dom3.as.ASNamedObjectMap
The number of ASObjects in the ASObjectList.
getLength() - method in class org.apache.xerces.dom3.as.ASObjectList
The number of ASObjects in the list.
getLength() - method in class org.apache.xerces.dom3.DOMImplementationList
The number of DOMImplementations in the list.
getLength() - method in class org.apache.xerces.dom3.bootstrap.DOMImplementationListImpl
The number of DOMImplementations in the list.
getLength() - method in class org.apache.xerces.dom3.DOMStringList
The number of DOMStrings in the list.
getLineNumber() - method in class org.apache.xerces.dom3.DOMLocator
The line number this locator is pointing to, or -1 if there is no column number available.
getListOperator() - method in class org.apache.xerces.dom3.as.ASContentModel
One of AS_CHOICE, AS_SEQUENCE, AS_ALL or AS_NONE.
getLocalName() - method in class org.apache.xerces.dom3.as.ASObject
Returns the local part of the qualified name of this ASObject.
getLocation() - method in class org.apache.xerces.dom3.DOMError
The location of the error.
getMaxOccurs() - method in class org.apache.xerces.dom3.as.ASContentModel
maximum occurrence for this content particle.
getMessage() - method in class org.apache.xerces.dom3.DOMError
An implementation specific string describing the error that occurred.
getMinOccurs() - method in class org.apache.xerces.dom3.as.ASContentModel
min occurrence for this content particle.
getNamedItem(String) - method in class org.apache.xerces.dom3.as.ASNamedObjectMap
Retrieves an ASObject specified by name.
getNamedItemNS(String,String) - method in class org.apache.xerces.dom3.as.ASNamedObjectMap
Retrieves an ASObject specified by local name and namespace URI.
getNamespaceURI() - method in class org.apache.xerces.dom3.as.ASObject
The namespace URI of this node, or null if it is unspecified.
getNodeName() - method in class org.apache.xerces.dom3.as.ASObject
The name of this ASObject depending on the ASObject type.
getNotationDeclarations() - method in class org.apache.xerces.dom3.as.ASModel
Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global" notation declarations.
getOwnerASModel() - method in class org.apache.xerces.dom3.as.ASObject
The ASModel object associated with this ASObject.
getOwnerElements() - method in class org.apache.xerces.dom3.as.ASAttributeDeclaration
Owner elements ASObject of attribute, meaning that an attribute declaration can be shared by multiple elements.
getParameter(String) - method in class org.apache.xerces.dom3.DOMConfiguration
Return the value of a parameter if known.
getParameterNames() - method in class org.apache.xerces.dom3.DOMConfiguration
The list of the parameters supported by this DOMConfiguration object and for which at least one value can be set by the application.
getParentElements() - method in class 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 class org.apache.xerces.dom3.as.ASObject
The namespace prefix of this node, or null if it is unspecified.
getPublicId() - method in class org.apache.xerces.dom3.as.ASEntityDeclaration
The string representing the public identifier for this notation declaration, if present; null otherwise.
getPublicId() - method in class org.apache.xerces.dom3.as.ASNotationDeclaration
The string representing the public identifier for this notation declaration, if present; null otherwise.
getRelatedData() - method in class org.apache.xerces.dom3.DOMError
The related DOMError.type dependent data if any.
getRelatedException() - method in class org.apache.xerces.dom3.DOMError
The related platform dependent exception if any.
getRelatedNode() - method in class org.apache.xerces.dom3.DOMLocator
The node this locator is pointing to, or null if no node is available.
getSeverity() - method in class org.apache.xerces.dom3.DOMError
The severity of the error, either SEVERITY_WARNING, SEVERITY_ERROR, or SEVERITY_FATAL_ERROR.
getStrictMixedContent() - method in class 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 class org.apache.xerces.dom3.as.ASContentModel
Pointers to ASObjects such as ASElementDeclarations and further ASContentModels.
getSystemId() - method in class org.apache.xerces.dom3.as.ASElementDeclaration
the URI reference representing the system identifier for the notation declaration, if present, null otherwise.
getSystemId() - method in class org.apache.xerces.dom3.as.ASEntityDeclaration
the URI reference representing the system identifier for the notation declaration, if present, null otherwise.
getSystemId() - method in class org.apache.xerces.dom3.as.ASNotationDeclaration
the URI reference representing the system identifier for the notation declaration, if present, null otherwise.
getType() - method in class org.apache.xerces.dom3.DOMError
A DOMString indicating which related data is expected in relatedData.
getTypeName() - method in class org.apache.xerces.dom3.TypeInfo
The name of a type declared for the associated element or attribute, or null if unknown.
getTypeNamespace() - method in class org.apache.xerces.dom3.TypeInfo
The namespace of the type declared for the associated element or attribute or null if the element does not have declaration or if no namespace information is available.
getUri() - method in class org.apache.xerces.dom3.DOMLocator
The URI this locator is pointing to, or null if no URI is available.
getUsageLocation() - method in class org.apache.xerces.dom3.as.ASModel
0 if used internally, 1 if used externally, 2 if not all.
getUtf16Offset() - method in class org.apache.xerces.dom3.DOMLocator
The UTF-16, as defined in [Unicode] and Amendment 1 of [ISO/IEC 10646], offset into the input source this locator is pointing to or -1 if there is no UTF-16 offset available.
GMONTH_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The month data type as defined in .
GMONTHDAY_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The monthday data type as defined in .
GYEAR_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The year data type as defined in .
GYEARMONTH_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The yearmonth data type as defined in .

H

This method is called whenever the node for which this handler is registered is imported or cloned.
handleError(org.apache.xerces.dom3.DOMError) - method in class org.apache.xerces.dom3.DOMErrorHandler
This method is called on the error handler when an error occurs.
HEXBINARY_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The hexbinary data type as defined in .

I

ID_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The ID data type as defined in .
IDREF_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The IDREF data type as defined in .
IDREFS_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The IDREFS data type as defined in .
insertsubModel(org.apache.xerces.dom3.as.ASObject) - method in class org.apache.xerces.dom3.as.ASContentModel
Inserts a new node in the submodel.
INT_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The integer data type as defined in .
INTEGER - static field in class org.apache.xerces.dom3.as.ASDataType
The integer data type as defined in .
INTERNAL_ENTITY - static field in class org.apache.xerces.dom3.as.ASEntityDeclaration
constant defining an internal entity.
isDerivedFrom(String,String,int) - method in class org.apache.xerces.dom3.TypeInfo
The method checks if this TypeInfo derives from the specified ancestor type.
isElementDefined(String) - method in class org.apache.xerces.dom3.as.ElementEditAS
Determines if this element is defined in the currently active AS.
isElementDefinedNS(String,String,String) - method in class 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 class org.apache.xerces.dom3.as.NodeEditAS
Determines if the Node is valid relative to currently active AS.
item(int) - method in class org.apache.xerces.dom3.as.ASNamedObjectMap
Returns the indexth item in the map.
item(int) - method in class org.apache.xerces.dom3.as.ASObjectList
Returns the indexth item in the collection.
item(int) - method in class org.apache.xerces.dom3.DOMImplementationList
Returns the indexth item in the collection.
item(int) - method in class org.apache.xerces.dom3.bootstrap.DOMImplementationListImpl
Returns the indexth item in the collection.
item(int) - method in class org.apache.xerces.dom3.DOMStringList
Returns the indexth item in the collection.

L

LANGUAGE_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The Language data type as defined in .
LONG_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
Then long data type as defined in .

M

MIXED_CONTENTTYPE - static field in class org.apache.xerces.dom3.as.ASElementDeclaration
Represents a MIXED content type for an Element declaration.

N

NAME_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
A code representing the Name data type as defined in .
NCNAME_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
A code representing the NCName data type as defined in .
NEGATIVEINTEGER_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
Then negative integer data type as defined in .
newInstance() - static method in class org.apache.xerces.dom3.bootstrap.DOMImplementationRegistry
NMTOKEN_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The NMTOKEN data type as defined in .
NMTOKENS_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The NMTOKENS data type as defined in .
NO_AS_AVAILABLE - static field 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_ADOPTED - static field in class org.apache.xerces.dom3.UserDataHandler
The node is adopted, using Node.adoptNode().
NODE_CLONED - static field in class org.apache.xerces.dom3.UserDataHandler
The node is cloned, using Node.cloneNode().
NODE_DELETED - static field in class org.apache.xerces.dom3.UserDataHandler
The node is deleted.
NODE_IMPORTED - static field in class org.apache.xerces.dom3.UserDataHandler
The node is imported, using Node.importNode().
NODE_RENAMED - static field in class org.apache.xerces.dom3.UserDataHandler
The node is renamed, using Node.renameNode().
NodeEditAS - interface org.apache.xerces.dom3.as.NodeEditAS
NONNEGATIVEINTEGER_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The non-negative integer data type as defined in .
NONPOSITIVEINTEGER_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The Non-positive integer data type as defined in .
NORMALIZEDSTRING_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
A code representing the Normalized string data type as defined in .
NOTATION_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The NOTATION data type as defined in .
NS_WF_CHECK - static field in class org.apache.xerces.dom3.as.NodeEditAS
Check for namespace well-formedness includes WF_CHECK.

O

OTHER_SIMPLE_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The other simple data type as defined in .

P

parseASInputSource(org.w3c.dom.ls.LSInput) - method in class org.apache.xerces.dom3.as.DOMASBuilder
Parse a Abstract Schema from a location identified by an LSInput.
parseASURI(String) - method in class org.apache.xerces.dom3.as.DOMASBuilder
Parse a Abstract Schema from a location identified by an URI reference.
PARTIAL_VALIDITY_CHECK - static field in class org.apache.xerces.dom3.as.NodeEditAS
Checks for whether this node is partially valid.
POSITIVEINTEGER_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The positive integer data type as defined in .
PROPERTY - static field in class org.apache.xerces.dom3.bootstrap.DOMImplementationRegistry

Q

QNAME_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
Then XML qualified name data type as defined in .

R

removeAS(org.apache.xerces.dom3.as.ASModel) - method in class org.apache.xerces.dom3.as.ASModel
Removes only the specified ASModel from the list of ASModels.
removeAS(org.apache.xerces.dom3.as.ASModel) - method in class org.apache.xerces.dom3.as.DocumentAS
Removes a ASModel associated with a document.
Removes an ASAttributeDeclaration from the element being declared.
removeNamedItem(String) - method in class org.apache.xerces.dom3.as.ASNamedObjectMap
Removes an ASObject specified by a nodeName.
removeNamedItemNS(String,String) - method in class org.apache.xerces.dom3.as.ASNamedObjectMap
Removes an ASObject specified by a namespace URI and a local name.
removesubModel(org.apache.xerces.dom3.as.ASObject) - method in class org.apache.xerces.dom3.as.ASContentModel
Removes the ASObject in the submodel.

S

setAbstractSchema(org.apache.xerces.dom3.as.ASModel) - method in class org.apache.xerces.dom3.as.DOMASBuilder
Associate an ASModel with a LSParser.
setActiveASModel(org.apache.xerces.dom3.as.ASModel) - method in class org.apache.xerces.dom3.as.DocumentAS
The active external ASModel.
TheASNamedObjectMap containing ASAttributeDeclarations for all the attributes that can appear on this type of element.
The content model of element.
setAsHint(String) - method in class org.apache.xerces.dom3.as.ASModel
The hint to locating an ASModel.
setAsLocation(String) - method in class org.apache.xerces.dom3.as.ASModel
The URI reference.
setBoundASModels(org.apache.xerces.dom3.as.ASObjectList) - method in class org.apache.xerces.dom3.as.DocumentAS
A list of ASObjects of type AS_MODELs associated with a document.
setContentType(short) - method in class org.apache.xerces.dom3.as.ASElementDeclaration
The content type of the element.
setContinuousValidityChecking(boolean) - method in class org.apache.xerces.dom3.as.DocumentEditAS
An attribute specifying whether continuous checking for the validity of the document is enforced or not.
Datatype of the attribute.
setDataValue(String) - method in class org.apache.xerces.dom3.as.ASAttributeDeclaration
Default or fixed value.
setDefaultType(short) - method in class org.apache.xerces.dom3.as.ASAttributeDeclaration
Constraint type if any for this attribute.
Datatype of the element.
setEntityType(short) - method in class org.apache.xerces.dom3.as.ASEntityDeclaration
The type of the entity as defined above.
setEntityValue(String) - method in class org.apache.xerces.dom3.as.ASEntityDeclaration
The replacement text for the internal entity.
setEnumAttr(String) - method in class org.apache.xerces.dom3.as.ASAttributeDeclaration
Valid attribute values, separated by commas, in a string.
setInternalAS(org.apache.xerces.dom3.as.ASModel) - method in class org.apache.xerces.dom3.as.DocumentAS
Sets the internal subset ASModel of a document.
setIsPCDataOnly(boolean) - method in class 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 class org.apache.xerces.dom3.as.ASContentModel
One of AS_CHOICE, AS_SEQUENCE, AS_ALL or AS_NONE.
setLocalName(String) - method in class org.apache.xerces.dom3.as.ASObject
Returns the local part of the qualified name of this ASObject.
setMaxOccurs(int) - method in class org.apache.xerces.dom3.as.ASContentModel
maximum occurrence for this content particle.
setMinOccurs(int) - method in class org.apache.xerces.dom3.as.ASContentModel
min occurrence for this content particle.
setNamedItem(org.apache.xerces.dom3.as.ASObject) - method in class org.apache.xerces.dom3.as.ASNamedObjectMap
Adds an ASObject using its nodeName attribute.
setNamedItemNS(org.apache.xerces.dom3.as.ASObject) - method in class org.apache.xerces.dom3.as.ASNamedObjectMap
Adds an ASObject using its namespaceURI and localName.
setNamespaceURI(String) - method in class org.apache.xerces.dom3.as.ASObject
The namespace URI of this node, or null if it is unspecified.
setNodeName(String) - method in class org.apache.xerces.dom3.as.ASObject
The name of this ASObject depending on the ASObject type.
setOwnerASModel(org.apache.xerces.dom3.as.ASModel) - method in class org.apache.xerces.dom3.as.ASObject
The ASModel object associated with this ASObject.
Owner elements ASObject of attribute, meaning that an attribute declaration can be shared by multiple elements.
setParameter(String,Object) - method in class org.apache.xerces.dom3.DOMConfiguration
Set the value of a parameter.
setPrefix(String) - method in class org.apache.xerces.dom3.as.ASObject
The namespace prefix of this node, or null if it is unspecified.
setPublicId(String) - method in class org.apache.xerces.dom3.as.ASEntityDeclaration
The string representing the public identifier for this notation declaration, if present; null otherwise.
setPublicId(String) - method in class org.apache.xerces.dom3.as.ASNotationDeclaration
The string representing the public identifier for this notation declaration, if present; null otherwise.
setStrictMixedContent(boolean) - method in class 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(org.apache.xerces.dom3.as.ASObjectList) - method in class org.apache.xerces.dom3.as.ASContentModel
Pointers to ASObjects such as ASElementDeclarations and further ASContentModels.
setSystemId(String) - method in class 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 class 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 class org.apache.xerces.dom3.as.ASNotationDeclaration
the URI reference representing the system identifier for the notation declaration, if present, null otherwise.
SEVERITY_ERROR - static field in class org.apache.xerces.dom3.DOMError
The severity of the error described by the DOMError is error.
SEVERITY_FATAL_ERROR - static field in class org.apache.xerces.dom3.DOMError
The severity of the error described by the DOMError is fatal error.
SEVERITY_WARNING - static field in class org.apache.xerces.dom3.DOMError
The severity of the error described by the DOMError is warning.
SHORT_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The short data type as defined in .
STRICT_VALIDITY_CHECK - static field in class 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 field in class org.apache.xerces.dom3.as.ASDataType
A code representing the string data type as defined in .

T

TIME_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The time data type as defined in .
TOKEN_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The token data type as defined in .
TYPE_ERR - static field in class org.apache.xerces.dom3.as.DOMASException
If the type of the ASObject is neither an ASContentModel nor an ASElementDeclaration.
TypeInfo - interface org.apache.xerces.dom3.TypeInfo
The TypeInfo interface represent a type referenced from Element or Attr nodes, specified in the schemas associated with the document.

U

UNSIGNEDBYTE_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The unsigned byte data type as defined in .
UNSIGNEDINT_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The unsigned integer data type as defined in .
UNSIGNEDLONG_DATATYPE - static field in class org.apache.xerces.dom3.as.ASDataType
The unsigned long data type as defined in .
UNSIGNEDSHORT_DATATYPE - static field in class 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 Node.setUserData() the application can provide a handler that gets called when the node the object is associated to is being cloned, imported, or renamed.

V

validate() - method in class 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 class org.apache.xerces.dom3.as.DocumentAS
Validates the document against the ASModel.
VALUE_DEFAULT - static field in class org.apache.xerces.dom3.as.ASAttributeDeclaration
Indicates that the there is a default value constraint.
VALUE_FIXED - static field in class org.apache.xerces.dom3.as.ASAttributeDeclaration
Indicates that there is a fixed value constraint for this attribute.
VALUE_NONE - static field in class org.apache.xerces.dom3.as.ASAttributeDeclaration
Describes that the attribute does not have any value constraint.

W

WF_CHECK - static field in class org.apache.xerces.dom3.as.NodeEditAS
Check for well-formedness of this node.
Write out the specified Abstract Schema to the specified destination.
WRONG_MIME_TYPE_ERR - static field in class org.apache.xerces.dom3.as.DOMASException
When mimeTypeCheck is true and the input source has an incorrect MIME Type.

Copyright B) 1999-2004 Apache XML Project. All Rights Reserved.