|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
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.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.
ASObject.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.
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 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.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.
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 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.
ASAttributeDeclaration.
ASContentModel.
ASElementDeclaration.
ASEntityDeclaration.
ASModel.
ASNotationDeclaration.
XMLAttributes and makes it look like
AttributeList and Attributes.DOMString to the list.
ASModel with a document.
ASAttributeDeclaration for the element being
declared.
subModels.
org.apache.xerces.xs.datatypes.ByteList.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.
AppendChild.
insertBefore operation from the
Node interface would make this document invalid with
respect to the currently active AS.
RemoveChild.
ReplaceChild.
ASObject.
ASObject.
byte item is a
member of this list.
unsigned short item is a
member of this list.
GenericString item is a member
of this list.
ASElementDeclaration's content model.
ASElementDeclaration's content model.
DOMASBuilder.Do we need the method since we
already have DOMImplementationLS.createDOMParser?
DOMASWriter.
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.
DOMSystemException as
described in their descriptions.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.
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.
DOMErrorImpl is an implementation that describes an error.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.
DOMInputImpl represents a single input source for an XML entity.XMLInputSource analogue to javax.xml.transform.dom.DOMSource.DOMLocatorImpl is an implementaion that describes a location (e.g.XSImplementation, DOM Level 3 Core and LS implementations
and PSVI implementation.AS_CHOICE operator.
javax.xml.datatype Objects that map XML to/from Java Objects.System.err.
PrintWriterDefaultNode - class org.apache.xerces.impl.xs.opti.DefaultNode.-
- DefaultNode() -
Constructor for class org.apache.xerces.impl.xs.opti.DefaultNode
-
- DefaultText - class org.apache.xerces.impl.xs.opti.DefaultText.
- The
Text interface inherits from CharacterData
and represents the textual content (termed character data in XML) of an
Element or Attr. - DefaultText() -
Constructor for class org.apache.xerces.impl.xs.opti.DefaultText
-
- DefaultXMLDocumentHandler - class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler.
-
- DefaultXMLDocumentHandler() -
Constructor for class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
- Default Constructor
- DeferredAttrImpl - class org.apache.xerces.dom.DeferredAttrImpl.
- Attribute represents an XML-style attribute of an
Element.
- DeferredAttrNSImpl - class org.apache.xerces.dom.DeferredAttrNSImpl.
- DeferredAttrNSImpl is to AttrNSImpl, what DeferredAttrImpl is to
AttrImpl.
- DeferredCDATASectionImpl - class org.apache.xerces.dom.DeferredCDATASectionImpl.
- XML provides the CDATA markup to allow a region of text in which
most of the XML delimiter recognition does not take place.
- DeferredCommentImpl - class org.apache.xerces.dom.DeferredCommentImpl.
- Represents an XML (or HTML) comment.
- DeferredDOMImplementationImpl - class org.apache.xerces.dom.DeferredDOMImplementationImpl.
- This DOMImplementation class is description of a particular
implementation of the Document Object Model.
- DeferredDOMImplementationImpl() -
Constructor for class org.apache.xerces.dom.DeferredDOMImplementationImpl
-
- DeferredDocumentImpl - class org.apache.xerces.dom.DeferredDocumentImpl.
- The Document interface represents the entire HTML or XML document.
- DeferredDocumentImpl() -
Constructor for class org.apache.xerces.dom.DeferredDocumentImpl
- NON-DOM: Actually creating a Document is outside the DOM's spec,
since it has to operate in terms of a particular implementation.
- DeferredDocumentImpl(boolean) -
Constructor for class org.apache.xerces.dom.DeferredDocumentImpl
- NON-DOM: Actually creating a Document is outside the DOM's spec,
since it has to operate in terms of a particular implementation.
- DeferredDocumentImpl(boolean, boolean) -
Constructor for class org.apache.xerces.dom.DeferredDocumentImpl
- Experimental constructor.
- DeferredDocumentTypeImpl - class org.apache.xerces.dom.DeferredDocumentTypeImpl.
- This class represents a Document Type declaraction in
the document itself, not a Document Type Definition (DTD).
- DeferredElementDefinitionImpl - class org.apache.xerces.dom.DeferredElementDefinitionImpl.
- NON-DOM CLASS: Describe one of the Elements (and its associated
Attributes) defined in this Document Type.
- DeferredElementImpl - class org.apache.xerces.dom.DeferredElementImpl.
- Elements represent most of the "markup" and structure of the
document.
- DeferredElementNSImpl - class org.apache.xerces.dom.DeferredElementNSImpl.
- DeferredElementNSImpl is to ElementNSImpl, what DeferredElementImpl is to
ElementImpl.
- DeferredEntityImpl - class org.apache.xerces.dom.DeferredEntityImpl.
- Entity nodes hold the reference data for an XML Entity -- either
parsed or unparsed.
- DeferredEntityReferenceImpl - class org.apache.xerces.dom.DeferredEntityReferenceImpl.
- EntityReference models the XML &entityname; syntax, when used for
entities defined by the DOM.
- DeferredNode - interface org.apache.xerces.dom.DeferredNode.
- An interface for deferred node object.
- DeferredNotationImpl - class org.apache.xerces.dom.DeferredNotationImpl.
- Notations are how the Document Type Description (DTD) records hints
about the format of an XML "unparsed entity" -- in other words,
non-XML data bound to this document type, which some applications
may wish to consult when manipulating the document.
- DeferredProcessingInstructionImpl - class org.apache.xerces.dom.DeferredProcessingInstructionImpl.
- Processing Instructions (PIs) permit documents to carry
processor-specific information alongside their actual content.
- DeferredTextImpl - class org.apache.xerces.dom.DeferredTextImpl.
- Text nodes hold the non-markup, non-Entity content of
an Element or Attribute.
- 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.
- DocumentBuilderFactoryImpl - class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.
-
- DocumentBuilderFactoryImpl() -
Constructor for class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
-
- DocumentBuilderImpl - class org.apache.xerces.jaxp.DocumentBuilderImpl.
-
- 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.
- DocumentFragmentImpl - class org.apache.xerces.dom.DocumentFragmentImpl.
- DocumentFragment is a "lightweight" or "minimal" Document
object.
- DocumentFragmentImpl(CoreDocumentImpl) -
Constructor for class org.apache.xerces.dom.DocumentFragmentImpl
- Factory constructor.
- DocumentFragmentImpl() -
Constructor for class org.apache.xerces.dom.DocumentFragmentImpl
- Constructor for serialization.
- DocumentImpl - class org.apache.xerces.dom.DocumentImpl.
- The Document interface represents the entire HTML or XML document.
- DocumentImpl() -
Constructor for class org.apache.xerces.dom.DocumentImpl
- NON-DOM: Actually creating a Document is outside the DOM's spec,
since it has to operate in terms of a particular implementation.
- DocumentImpl(boolean) -
Constructor for class org.apache.xerces.dom.DocumentImpl
- Constructor.
- DocumentImpl(DocumentType) -
Constructor for class org.apache.xerces.dom.DocumentImpl
- For DOM2 support.
- DocumentImpl(DocumentType, boolean) -
Constructor for class org.apache.xerces.dom.DocumentImpl
- For DOM2 support.
- DocumentTypeImpl - class org.apache.xerces.dom.DocumentTypeImpl.
- This class represents a Document Type declaraction in
the document itself, not a Document Type Definition (DTD).
- DocumentTypeImpl(CoreDocumentImpl, String) -
Constructor for class org.apache.xerces.dom.DocumentTypeImpl
- Factory method for creating a document type node.
- DocumentTypeImpl(CoreDocumentImpl, String, String, String) -
Constructor for class org.apache.xerces.dom.DocumentTypeImpl
- Factory method for creating a document type node.
- DoubleDV - class org.apache.xerces.impl.dv.xs.DoubleDV.
- Represent the schema type "double"
- DoubleDV() -
Constructor for class org.apache.xerces.impl.dv.xs.DoubleDV
-
- DurationDV - class org.apache.xerces.impl.dv.xs.DurationDV.
- Validator for <duration> datatype (W3C Schema Datatypes)
- DurationDV() -
Constructor for class org.apache.xerces.impl.dv.xs.DurationDV
-
- data -
Variable in class org.apache.xerces.dom.CharacterDataImpl
-
- data -
Variable in class org.apache.xerces.impl.dv.util.ByteListImpl
-
- datatypeValidator -
Variable in class org.apache.xerces.impl.dtd.XMLSimpleType
- datatypeValidator
- dateToString(AbstractDateTimeDV.DateTimeData) -
Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
-
- dateToString(AbstractDateTimeDV.DateTimeData) -
Method in class org.apache.xerces.impl.dv.xs.DateDV
-
- dateToString(AbstractDateTimeDV.DateTimeData) -
Method in class org.apache.xerces.impl.dv.xs.DayDV
- Converts gDay object representation to String
- dateToString(AbstractDateTimeDV.DateTimeData) -
Method in class org.apache.xerces.impl.dv.xs.DurationDV
-
- dateToString(AbstractDateTimeDV.DateTimeData) -
Method in class org.apache.xerces.impl.dv.xs.MonthDV
- Converts month object representation to String
- dateToString(AbstractDateTimeDV.DateTimeData) -
Method in class org.apache.xerces.impl.dv.xs.MonthDayDV
- Converts gMonthDay object representation to String
- dateToString(AbstractDateTimeDV.DateTimeData) -
Method in class org.apache.xerces.impl.dv.xs.TimeDV
- Converts time object representation to String
- dateToString(AbstractDateTimeDV.DateTimeData) -
Method in class org.apache.xerces.impl.dv.xs.YearDV
- Converts year object representation to String
- dateToString(AbstractDateTimeDV.DateTimeData) -
Method in class org.apache.xerces.impl.dv.xs.YearMonthDV
-
- declarePrefix(String, String) -
Method in class org.apache.xerces.util.NamespaceSupport
-
- decode(String) -
Static method in class org.apache.xerces.impl.dv.util.Base64
- Decodes Base64 data into octects
- decode(String) -
Static method in class org.apache.xerces.impl.dv.util.HexBin
- Decode hex string to a byte array
- defaultType -
Variable in class org.apache.xerces.impl.dtd.XMLSimpleType
- defaultType
- defaultValue -
Variable in class org.apache.xerces.impl.dtd.XMLSimpleType
- defaultValue
- deleteContents() -
Method in class org.apache.xerces.dom.RangeImpl
-
- deleteData(int, int) -
Method in class org.apache.xerces.dom.CharacterDataImpl
- Remove a range of characters from the node's value.
- deleteData(int, int) -
Method in class org.apache.xerces.impl.xs.opti.DefaultText
- Remove a range of 16-bit units from the node.
- derivedFrom(String, String, short) -
Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- derivedFrom(String, String, short) -
Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- derivedFromType(XSTypeDefinition, short) -
Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
-
- derivedFromType(XSTypeDefinition, short) -
Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
-
- desc -
Variable in class org.apache.xerces.util.XMLGrammarPoolImpl.Entry
-
- detach() -
Method in class org.apache.xerces.dom.NodeIteratorImpl
-
- detach() -
Method in class org.apache.xerces.dom.RangeImpl
-
- determineDocVersion(XMLInputSource) -
Method in class org.apache.xerces.impl.XMLVersionDetector
- This methods scans the XML declaration to find out the version
(and provisional encoding) of the document.
- dispatch(boolean) -
Method in interface org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.Dispatcher
- Dispatch an XML "event".
- dispatch(boolean) -
Method in class org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.FragmentContentDispatcher
- Dispatch an XML "event".
- dispatch(boolean) -
Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.DTDDispatcher
- Dispatch an XML "event".
- dispatch(boolean) -
Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.PrologDispatcher
- Dispatch an XML "event".
- dispatch(boolean) -
Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.TrailingMiscDispatcher
- Dispatch an XML "event".
- dispatch(boolean) -
Method in class org.apache.xerces.impl.XMLDocumentScannerImpl.XMLDeclDispatcher
- Dispatch an XML "event".
- dispatchAggregateEvents(NodeImpl, DocumentImpl.EnclosingAttr) -
Method in class org.apache.xerces.dom.DocumentImpl
- NON-DOM INTERNAL: Convenience wrapper for calling
dispatchAggregateEvents when the context was established
by
savedEnclosingAttr.
- dispatchAggregateEvents(NodeImpl, AttrImpl, String, short) -
Method in class org.apache.xerces.dom.DocumentImpl
- NON-DOM INTERNAL: Generate the "aggregated" post-mutation events
DOMAttrModified and DOMSubtreeModified.
- dispatchEvent(NodeImpl, Event) -
Method in class org.apache.xerces.dom.CoreDocumentImpl
-
- dispatchEvent(NodeImpl, Event) -
Method in class org.apache.xerces.dom.DocumentImpl
- Introduced in DOM Level 2.
- dispatchEvent(Event) -
Method in class org.apache.xerces.dom.NodeImpl
-
- dispatchEventToSubtree(Node, Event) -
Method in class org.apache.xerces.dom.DocumentImpl
- NON-DOM INTERNAL: DOMNodeInsertedIntoDocument and ...RemovedFrom...
- dispatchingEventToSubtree(Node, Event) -
Method in class org.apache.xerces.dom.DocumentImpl
- Dispatches event to the target node's descendents recursively
- docElement -
Variable in class org.apache.xerces.dom.CoreDocumentImpl
- Document element.
- docType -
Variable in class org.apache.xerces.dom.CoreDocumentImpl
- Document type.
- doctypeDecl(String, String, String, Augmentations) -
Method in class org.apache.xerces.dom.DOMNormalizer
- Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String, Augmentations) -
Method in class org.apache.xerces.impl.XMLNamespaceBinder
- Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String, Augmentations) -
Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
- Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String, Augmentations) -
Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
- Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String, Augmentations) -
Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
- Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String, Augmentations) -
Method in class org.apache.xerces.parsers.AbstractDOMParser
- Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String, Augmentations) -
Method in class org.apache.xerces.parsers.AbstractSAXParser
- Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String, Augmentations) -
Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
- Notifies of the presence of the DOCTYPE line in the document.
- doctypeDecl(String, String, String, Augmentations) -
Method in class org.apache.xerces.xinclude.XIncludeHandler
-
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.
XMLErrorHandler and make it look like a SAX ErrorHandler.XMLEntityResolver providing
a method to resolve external subsets for documents which do not
explicitly provide one.ASNamedObjectMap containing
ASAttributeDeclarations for all the attributes that can
appear on this type of element.
ASModel with a LSParser.
ASModel with a document instance.
ObjectList.
XSObjectList.
null if none exist.
attrChange indicates the type of change which triggered
the DOMAttrModified event.
ASObject with
ASModel methods, have discernible top-level/"global"
attribute declarations.
ASObject with
ASModel methods, have discernible top-level/"global"
attribute declarations.
NodeList containing all the possible
Attrs that can appear with this type of element.
null if undefined.
ASObjects of type AS_MODELs
associated with a document.
NodeList containing the possible
Element names that can appear as children of this type
of element.
usage is EXTERNAL_SUBSET or NOT_USED, and the
ASModel is simply a container of other ASModels.
ASObject with
ASModel methods, have discernible top-level/"global
content model declarations.
ASObject with
ASModel methods, have discernible top-level/"global
content model declarations.
simpleType, or mixed, element-only (see
cmParticle).
null if undefined.
Document.normalizeDocument is
invoked.
Document.normalizeDocument is
invoked.
Document.normalizeDocument is
invoked.
ASObject with
ASModel methods, have discernible top-level/"global"
element declarations.
ASObject with
ASModel methods, have discernible top-level/"global"
element declarations.
scope
property.
scope
property.
ASObject with
ASModel methods, have discernible top-level/"global"
entity declarations.
ASObject with
ASModel methods, have discernible top-level/"global"
entity declarations.
XSObjectList.
Element node.
ASModel of a document.
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.
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.
true if content only whitespace; false for
non-whitespace.
list the item type definition (an atomic or
union simple type definition) is available, otherwise
null.
ASObjects in the ASObjectList.
ASObjects in the list.
bytes in the list.
data
and the substringData method below.
data
and the substringData method below.
Objects in the list.
Objects in the list.
Objects in the list.
XSObjects in the XSObjectList.
XSObjects in the XSObjectList.
XSObjects in the list.
StringList.
StringList.
AS_CHOICE, AS_SEQUENCE,
AS_ALL or AS_NONE.
ASObject.
ASObject.
union the list of member type definitions (a
non-empty sequence of simple type definitions) is available,
otherwise an empty XSObjectList.
XSObjectList.
NCName of this declaration as defined in
XML Namespaces.
name of this XSObject depending on the
XSObject type.
name of this XSObject depending on the
XSObject type.
name of this XSObject depending on the
XSObject type.
name of this XSObject depending on the
XSObject type.
name of this XSObject depending on the
XSObject type.
name of this XSObject depending on the
XSObject type.
name of this XSObject depending on the
XSObject type.
name of this XSObject depending on the
XSObject type.
name of this XSObject depending on the
XSObject type.
name of this XSObject depending on the
XSObject type.
name of this XSObject depending on the
XSObject type.
ASObject specified by name.
ASObject specified by local name and
namespace URI.
null if it is
unspecified.
null if it is
unspecified.
null if it is
unspecified.
null if it is
unspecified.
null if it is
unspecified.
null if it is
unspecified.
null if it is
unspecified.
null if it is
unspecified.
null if it is
unspecified.
null if it is
unspecified.
null if it is
unspecified.
null if it is
unspecified.
null if it is
unspecified.
null if it is
unspecified.
name of this ASObject depending on the
ASObject type.
name of this ASObject depending on the
ASObject type.
ASObject with
ASModel methods, have discernible top-level/"global"
notation declarations.
ASObject with
ASModel methods, have discernible top-level/"global"
notation declarations.
ASModel object associated with this
ASObject.
ASModel object associated with this
ASObject.
ASObject of attribute, meaning that an
attribute declaration can be shared by multiple elements.
NodeList containing the possible
Element names that can appear as a parent of this type
of element.
null
null if it is
unspecified.
null if it is
unspecified.
atomic the primitive type definition (a
built-in primitive datatype definition or the simple ur-type
definition) is available, otherwise null.
null otherwise.
null otherwise.
SEVERITY_WARNING,
SEVERITY_ERROR, or SEVERITY_FATAL_ERROR.
null
ASObjects such as
ASElementDeclarations and further
ASContentModels.
null otherwise.
null otherwise.
null otherwise.
type of this object, i.e.
ASObject into ASModel.
ASObject into ASModel.
namespaceURI is the
default namespace or not.
true if the character at start is 'Z', '+' or '-'.
SchemaFactory?
indexth item in the map.
indexth item in the collection.
indexth item in the collection.
indexth item in the map.
indexth item in the map.
indexth item in the collection.
XSObject specified by local name and namespace
URI.
XSObject specified by local name and namespace
URI.
XMLLocator and make it look like a SAX Locator.LSInput .
LSInputs.
java.io.Reader that decodes bytes
of a given encoding into characters.DocumentEditAS related to the node does not have
any active ASModel and wfValidityCheckLevel
is set to PARTIAL or STRICT_VALIDITY_CHECK.
WF_CHECK.
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.
DocumentBuilder
using the currently configured parameters.
Duration
specifying the Duration as its string representation, "PnYnMnDTnHnMnS",
as defined in XML Schema 1.0 section 3.2.6.1.
Duration
specifying the Duration as milliseconds.
Duration
specifying the Duration as isPositive, years, months, days, hours, minutes, seconds.
SAXParser using the currently
configured factory parameters.
XMLGregorianCalendar.
XMLGregorianCalendar from a GregorianCalendar.
Text nodes in the full depth of the sub-tree
underneath this Node, including attribute nodes, into a
"normal" form where only markup (e.g., tags, comments, processing
instructions, CDATA sections, and entity references) separates
Text nodes, i.e., there are no adjacent Text
nodes.
LSInput.
LSInput.
LSInput.
LSInput and insert the content into an existing
document at the position epcified with the contextNode
and action arguments.
ASModel from the list of
ASModels.
ASModel from the list of
ASModels.
ASModel associated with a document.
ASAttributeDeclaration from the element being
declared.
ASObject specified by a nodeName.
ASObject specified by a namespace URI and a
local name.
ASObject in the submodel.
null if no mapping
exists.
null if no mapping
exists.
null if no mapping exists.
XMLInputSource analogue to javax.xml.transform.sax.SAXSource.javax.xml.parsers.SAXParserFactory.javax.xml.parsers.SAXParser.NS_WF_CHECK.
ASNamedObjectMap containing
ASAttributeDeclarations for all the attributes that can
appear on this type of element.
ASModel with a LSParser.
ASModel with a document instance.
ASObjects of type AS_MODELs
associated with a document.
null if undefined.
Element node.
HttpURLConnection.
ASModel of a document.
AS_CHOICE, AS_SEQUENCE,
AS_ALL or AS_NONE.
ASObject.
ASObject.
ASObject using its nodeName
attribute.
ASObject using its namespaceURI and
localName.
null if it is
unspecified.
null if it is
unspecified.
name of this ASObject depending on the
ASObject type.
name of this ASObject depending on the
ASObject type.
ASModel object associated with this
ASObject.
ASModel object associated with this
ASObject.
ASObject of attribute, meaning that an
attribute declaration can be shared by multiple elements.
null if it is
unspecified.
null if it is
unspecified.
null otherwise.
null otherwise.
ASObjects such as
ASElementDeclarations and further
ASContentModels.
null otherwise.
null otherwise.
null otherwise.
offset,
keeping both in the tree as siblings.
ASObject is neither an
ASContentModel nor an ASElementDeclaration.
XSModel that represents components in this schema
grammar.
XSModel that represents components in
the schema grammars in this pool implementation.
MalformedURIException with no specified
detail message.
MalformedURIException with the
specified detail message.
ASModel itself is valid, i.e., confirming
that it's well-formed and valid per its own formal grammar.
ASModel itself is valid, i.e., confirming
that it's well-formed and valid per its own formal grammar.
ASModel.
mimeTypeCheck is true and the input
source has an incorrect MIME Type.
XIncludeHandler in the pipeline
before the schema validator, or as the last component in the pipeline if there is
no schema validator.XMLParserConfiguration implements this interface
in order to indicate that it provides support for XML 1.1.SchemaFactory for XML Schema.shorts.XPointerHandler in the pipeline
before the schema validator, or as the last component in the pipeline if there is
no schema validator.XSAttributeCheck is used to check the validity of attributes
appearing in the schema document.XSSimpleType.applyFacets(org.apache.xerces.impl.dv.XSFacets, short, short, org.apache.xerces.impl.dv.ValidationContext).XSModel that represents components in
the schema grammars in this pool implementation.XSLoader.XSSimpleType represents the simple type
definition of schema component and defines methods to query the information
contained.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||