|
|||||||||
| Home >> All >> org >> apache >> xerces >> [ dom3 overview ] | PREV NEXT | ||||||||
C
- canSetParameter(String, Object) - Method in interface org.apache.xerces.dom3.DOMConfiguration
- Check if setting a parameter to a specific value is supported.
- contains(String) - Method in interface org.apache.xerces.dom3.DOMStringList
- Test if a string is part of this
DOMStringList.
D
- 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.
- DOMConfiguration - interface org.apache.xerces.dom3.DOMConfiguration.
- The
DOMConfigurationinterface represents the configuration of a document and maintains a table of recognized parameters. - DOMError - interface org.apache.xerces.dom3.DOMError.
DOMErroris an interface that describes an error.- DOMErrorHandler - interface org.apache.xerces.dom3.DOMErrorHandler.
DOMErrorHandleris 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.- DOMImplementationList - interface org.apache.xerces.dom3.DOMImplementationList.
- The
DOMImplementationListinterface provides the abstraction of an ordered collection of DOM implementations, without defining or constraining how this collection is implemented. - 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.
DOMLocatoris an interface that describes a location (e.g.- DOMStringList - interface org.apache.xerces.dom3.DOMStringList.
- The
DOMStringListinterface provides the abstraction of an ordered collection ofDOMStringvalues, without defining or constraining how this collection is implemented.
G
- getByteOffset() - Method in interface org.apache.xerces.dom3.DOMLocator
- The byte offset into the input source this locator is pointing to or
-1if there is no byte offset available. - getColumnNumber() - Method in interface org.apache.xerces.dom3.DOMLocator
- The column number this locator is pointing to, or
-1if there is no column number available. - getDOMImplementation(String) - Method in interface org.apache.xerces.dom3.DOMImplementationSource
- A method to request the first DOM implementation that supports the specified features.
- 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 .
- 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. - getLineNumber() - Method in interface org.apache.xerces.dom3.DOMLocator
- The line number this locator is pointing to, or
-1if there is no column number available. - getLocation() - Method in interface org.apache.xerces.dom3.DOMError
- The location of the error.
- getMessage() - Method in interface org.apache.xerces.dom3.DOMError
- An implementation specific string describing the error that occurred.
- 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
DOMConfigurationobject and for which at least one value can be set by the application. - getRelatedData() - Method in interface org.apache.xerces.dom3.DOMError
- The related
DOMError.typedependent 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
nullif no node is available. - getSeverity() - Method in interface org.apache.xerces.dom3.DOMError
- The severity of the error, either
SEVERITY_WARNING,SEVERITY_ERROR, orSEVERITY_FATAL_ERROR. - getType() - Method in interface org.apache.xerces.dom3.DOMError
- A
DOMStringindicating which related data is expected inrelatedData. - getTypeName() - Method in interface org.apache.xerces.dom3.TypeInfo
- The name of a type declared for the associated element or attribute,
or
nullif unknown. - getTypeNamespace() - Method in interface org.apache.xerces.dom3.TypeInfo
- The namespace of the type declared for the associated element or
attribute or
nullif 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
nullif no URI is available. - 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
-1if there is no UTF-16 offset available.
H
- handle(short, String, Object, Node, Node) - Method in interface org.apache.xerces.dom3.UserDataHandler
- This method is called whenever the node for which this handler is registered is imported or cloned.
- handleError(DOMError) - Method in interface org.apache.xerces.dom3.DOMErrorHandler
- This method is called on the error handler when an error occurs.
I
- isDerivedFrom(String, String, int) - Method in interface org.apache.xerces.dom3.TypeInfo
- The method checks if this
TypeInfoderives from the specified ancestor type. - 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.
N
- 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().
O
- org.apache.xerces.dom3 - package org.apache.xerces.dom3
S
- SEVERITY_ERROR - Static variable in interface org.apache.xerces.dom3.DOMError
- The severity of the error described by the
DOMErroris error. - SEVERITY_FATAL_ERROR - Static variable in interface org.apache.xerces.dom3.DOMError
- The severity of the error described by the
DOMErroris fatal error. - SEVERITY_WARNING - Static variable in interface org.apache.xerces.dom3.DOMError
- The severity of the error described by the
DOMErroris warning. - setParameter(String, Object) - Method in interface org.apache.xerces.dom3.DOMConfiguration
- Set the value of a parameter.
T
- TypeInfo - interface org.apache.xerces.dom3.TypeInfo.
- The
TypeInfointerface represent a type referenced fromElementorAttrnodes, specified in the schemas associated with the document.
U
- 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.
C D G H I N O S T U
|
|||||||||
| Home >> All >> org >> apache >> xerces >> [ dom3 overview ] | PREV NEXT | ||||||||