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

A

ANYURI_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. Then uri reference data type as defined in .
ANY_CONTENTTYPE - Static variable in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated. Represents an ANY content type for an Element declaration.
ASAttributeDeclaration - interface org.apache.xerces.dom3.as.ASAttributeDeclaration.
Deprecated. An attribute declaration in the context of a ASObject.The constant 'REQUIRED' is missing from this interface.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

ASContentModel - interface org.apache.xerces.dom3.as.ASContentModel.
Deprecated. The content model of a declared element.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

ASDataType - interface org.apache.xerces.dom3.as.ASDataType.
Deprecated. The datatypes supported by DOM AS implementations. Further datatypes may be added in the Schema/PSVI spec.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

ASElementDeclaration - interface org.apache.xerces.dom3.as.ASElementDeclaration.
Deprecated. The element name along with the content specification in the context of an ASObject.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

ASEntityDeclaration - interface org.apache.xerces.dom3.as.ASEntityDeclaration.
Deprecated. Models a general entity declaration in an abstract schema. The abstract schema does not handle any parameter entity. It is assumed that the parameter entities are expanded by the implementation as the abstract schema is built.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

ASModel - interface org.apache.xerces.dom3.as.ASModel.
Deprecated. To begin with, an abstract schema is a generic structure that could contain both internal and external subsets. An ASModel is an abstract object that could map to a DTD , an XML Schema , a database schema, etc. An ASModel could represent either an internal or an external subset; hence an abstract schema could be composed of an ASModel representing the internal subset and an ASModel representing the external subset. Note that the ASModel representing the external subset could consult the ASModel representing the internal subset. Furthermore, the ASModel representing the internal subset could be set to null by the setInternalAS method as a mechanism for "removal". In addition, only one ASModel representing the external subset can be specified as "active" and it is possible that none are "active". Finally, the ASModel contains the factory methods needed to create a various types of ASObjects like ASElementDeclaration, ASAttributeDeclaration, etc.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

ASNamedObjectMap - interface org.apache.xerces.dom3.as.ASNamedObjectMap.
Deprecated. Objects implementing the ASNamedObjectMap interface are used to represent collections of abstract schema nodes that can be accessed by name. Note that ASNamedObjectMap does not inherit from ASObjectList; ASNamedObjectMaps are not maintained in any particular order. Objects contained in an object implementing ASNamedObjectMap may also be accessed by an ordinal index, but this is simply to allow convenient enumeration of the contents of a ASNamedObjectMap, and does not imply that the DOM specifies an order to these ASObjects.

ASNamedObjectMap object in the DOM are live.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

ASNotationDeclaration - interface org.apache.xerces.dom3.as.ASNotationDeclaration.
Deprecated. This interface represents a notation declaration.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

ASObject - interface org.apache.xerces.dom3.as.ASObject.
Deprecated. The ASObject interface is analogous to a Node in , e.g., an element declaration.

Opaque.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

ASObjectList - interface org.apache.xerces.dom3.as.ASObjectList.
Deprecated. The ASObjectList interface provides the abstraction of an ordered collection of AS nodes, without defining or constraining how this collection is implemented. ASObjectList objects in the DOM AS are live.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

AS_ALL - Static variable in interface org.apache.xerces.dom3.as.ASContentModel
Deprecated. All of the above.
AS_ATTRIBUTE_DECLARATION - Static variable in interface org.apache.xerces.dom3.as.ASObject
Deprecated. The node is an ASAttributeDeclaration.
AS_CHOICE - Static variable in interface org.apache.xerces.dom3.as.ASContentModel
Deprecated. This constant value signifies a choice operator.
AS_CONTENTMODEL - Static variable in interface org.apache.xerces.dom3.as.ASObject
Deprecated. The node is a ASContentModel.
AS_ELEMENT_DECLARATION - Static variable in interface org.apache.xerces.dom3.as.ASObject
Deprecated. The node is an ASElementDeclaration.
AS_ENTITY_DECLARATION - Static variable in interface org.apache.xerces.dom3.as.ASObject
Deprecated. The node is an ASEntityDeclaration.
AS_MODEL - Static variable in interface org.apache.xerces.dom3.as.ASObject
Deprecated. The node is a ASModel.
AS_NONE - Static variable in interface org.apache.xerces.dom3.as.ASContentModel
Deprecated. 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
Deprecated. The node is a ASNotationDeclaration.
AS_SEQUENCE - Static variable in interface org.apache.xerces.dom3.as.ASContentModel
Deprecated. This constant value signifies a sequence operator.
AS_UNBOUNDED - Static variable in interface org.apache.xerces.dom3.as.ASContentModel
Deprecated. Signifies unbounded upper limit.
add(DOMImplementation) - Method in class org.apache.xerces.dom3.bootstrap.DOMImplementationListImpl
Add a DOMImplementation in the list.
addAS(ASModel) - Method in interface org.apache.xerces.dom3.as.DocumentAS
Deprecated. Associate a ASModel with a document.
addASAttributeDecl(ASAttributeDeclaration) - Method in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated. Adds an ASAttributeDeclaration for the element being declared.
addASModel(ASModel) - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated. This method will allow the nesting or "importation" of ASModels.
addSource(DOMImplementationSource) - Method in class org.apache.xerces.dom3.bootstrap.DOMImplementationRegistry
Register an implementation.
appendsubModel(ASObject) - Method in interface org.apache.xerces.dom3.as.ASContentModel
Deprecated. Appends a new node to the end of the list representing the subModels.

B

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

C

COMPLEX_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. The user-defined complex data type as defined in .
CharacterDataEditAS - interface org.apache.xerces.dom3.as.CharacterDataEditAS.
Deprecated. This interface extends the NodeEditAS interface with additional methods for document editing. An object implementing this interface must also implement NodeEditAS interface.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

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

D

DATETIME_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. The datetime data type as defined in .
DATE_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. The date data type as defined in .
DECIMAL_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. The decimal data type as defined in .
DERIVATION_EXTENSION - Static variable in interface 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 variable in interface 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 variable in interface 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 variable in interface 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.
DOMASBuilder - interface org.apache.xerces.dom3.as.DOMASBuilder.
Deprecated. An Abstract Schema parser interface.

DOMASBuilder provides an API for parsing Abstract Schemas and building the corresponding ASModel tree.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

DOMASException - exception org.apache.xerces.dom3.as.DOMASException.
Deprecated. Abstract Schemas operations may throw a DOMSystemException as described in their descriptions.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

DOMASException(short, String) - Constructor for class org.apache.xerces.dom3.as.DOMASException
Deprecated.  
DOMASWriter - interface org.apache.xerces.dom3.as.DOMASWriter.
Deprecated. A Abstract Schema serialization interface.

DOMASWriters provides an API for serializing Abstract Schemas out in the form of a source Abstract Schema. The Abstract Schema is written to an output stream, the type of which depends on the specific language bindings in use.

DOMASWriter is a generic Abstract Schema serialization interface. It can be applied to both an internal Abstract Schema and/or an external Abstract Schema. DOMASWriter is applied to serialize a single Abstract Schema. Serializing a document with an active Internal Abstract Schema will serialize this internal Abstract Schema with the document as it is part of the Document (see LSSerializer).

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

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.
Deprecated. This interface allows creation of an ASModel. The expectation is that an instance of the DOMImplementationAS interface can be obtained by using binding-specific casting methods on an instance of the DOMImplementation interface when the DOM implementation supports the feature "AS-EDIT".

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

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.
 
DOMImplementationListImpl() - Constructor for class org.apache.xerces.dom3.bootstrap.DOMImplementationListImpl
 
DOMImplementationRegistry - class org.apache.xerces.dom3.bootstrap.DOMImplementationRegistry.
 
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 variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. A code representing the double data type as defined in .
DUPLICATE_NAME_ERR - Static variable in class org.apache.xerces.dom3.as.DOMASException
Deprecated. 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
Deprecated. The duration data type as defined in .
DocumentAS - interface org.apache.xerces.dom3.as.DocumentAS.
Deprecated. This interface extends the Document interface with additional methods for both document and AS editing.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

DocumentEditAS - interface org.apache.xerces.dom3.as.DocumentEditAS.
Deprecated. This interface extends the NodeEditAS interface with additional methods for both document and AS editing.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.


E

ELEMENTS_CONTENTTYPE - Static variable in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated. Represents an ELEMENTS only content type for an Element declaration.
EMPTY_CONTENTTYPE - Static variable in interface org.apache.xerces.dom3.as.ASElementDeclaration
Deprecated. Represents an EMPTY content type for an Element declaration.
ENTITIES_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. The ENTITIES data type as defined in .
ENTITY_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. The ENTITY data type as defined in .
EXTERNAL_ENTITY - Static variable in interface org.apache.xerces.dom3.as.ASEntityDeclaration
Deprecated. constant defining an external entity.
ElementEditAS - interface org.apache.xerces.dom3.as.ElementEditAS.
Deprecated. This interface extends the Element interface with additional methods for guided document editing. An object implementing this interface must also implement NodeEditAS interface.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.


F

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

G

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

H

HEXBINARY_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. The hexbinary data type as defined in .
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 occurs.

I

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

L

LANGUAGE_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. The Language data type as defined in .
LONG_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. Then long data type as defined in .

M

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

N

NAME_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. A code representing the Name data type as defined in .
NCNAME_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. A code representing the NCName data type as defined in .
NEGATIVEINTEGER_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. Then negative integer data type as defined in .
NMTOKENS_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. The NMTOKENS data type as defined in .
NMTOKEN_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. The NMTOKEN data type as defined in .
NODE_ADOPTED - Static variable in interface org.apache.xerces.dom3.UserDataHandler
The node is adopted, using Node.adoptNode().
NODE_CLONED - Static variable in interface org.apache.xerces.dom3.UserDataHandler
The node is cloned, using Node.cloneNode().
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, using Node.importNode().
NODE_RENAMED - Static variable in interface org.apache.xerces.dom3.UserDataHandler
The node is renamed, using Node.renameNode().
NONNEGATIVEINTEGER_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. The non-negative integer data type as defined in .
NONPOSITIVEINTEGER_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. The Non-positive integer data type as defined in .
NORMALIZEDSTRING_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. A code representing the Normalized string data type as defined in .
NOTATION_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. The NOTATION data type as defined in .
NO_AS_AVAILABLE - Static variable in class org.apache.xerces.dom3.as.DOMASException
Deprecated. If the DocumentEditAS related to the node does not have any active ASModel and wfValidityCheckLevel is set to PARTIAL or STRICT_VALIDITY_CHECK.
NS_WF_CHECK - Static variable in interface org.apache.xerces.dom3.as.NodeEditAS
Deprecated. Check for namespace well-formedness includes WF_CHECK.
NodeEditAS - interface org.apache.xerces.dom3.as.NodeEditAS.
Deprecated. This interface extends a Node from with additional methods for guided document editing. The expectation is that an instance of the DOMImplementationAS interface can be obtained by using binding-specific casting methods on an instance of the DOMImplementation interface when the DOM implementation supports the feature "AS-DOC".

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

newInstance() - Static method in class org.apache.xerces.dom3.bootstrap.DOMImplementationRegistry
 

O

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

P

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

Q

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

R

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

S

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

T

TIME_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. The time data type as defined in .
TOKEN_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. The token data type as defined in .
TYPE_ERR - Static variable in class org.apache.xerces.dom3.as.DOMASException
Deprecated. 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 variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. The unsigned byte data type as defined in .
UNSIGNEDINT_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. The unsigned integer data type as defined in .
UNSIGNEDLONG_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. The unsigned long data type as defined in .
UNSIGNEDSHORT_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. 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

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

W

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

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

Copyright ? 1999-2004 Apache XML Project. All Rights Reserved.