|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
LSParser.
TreeWalker or NodeIterator.
this+rhs.
duration to this instance.
Attr was just added.
Calendar object.
Date object.
newChild to the end of the list of children
of this node.
EventTarget.
Attr interface represents an attribute in an
Element object.Attr.
Attributes
interface, which includes Namespace support.AttributeList;
that interface has been replaced by
Attributes,
which is implemented in the
AttributesImpl helper class.Attributes.Attributes2 interface.CDATASection.
CharacterData interface extends Node with a set of
attributes and methods for accessing character data in the DOM.CharacterData and represents the
content of a comment, i.e., all the characters between the starting '
<!- comment(char[], int, int) -
Method in class org.xml.sax.ext.DefaultHandler2
-
- comment(char[], int, int) -
Method in interface org.xml.sax.ext.LexicalHandler
- Report an XML comment anywhere in the document.
- COMMENT_NODE -
Static variable in interface org.w3c.dom.Node
- The node is a
Comment.
- compare(Duration) -
Method in class javax.xml.datatype.Duration
- Partial order relation comparison with this
Duration instance.
- compare(XMLGregorianCalendar) -
Method in class javax.xml.datatype.XMLGregorianCalendar
- Compare two instances of W3C XML Schema 1.0 date/time datatypes
according to partial order relation defined in
W3C XML Schema 1.0 Part 2, Section 3.2.7.3,
Order relation on dateTime.
- compareBoundaryPoints(short, Range) -
Method in interface org.w3c.dom.ranges.Range
- Compare the boundary-points of two Ranges in a document.
- compareDocumentPosition(Node) -
Method in interface org.w3c.dom.Node
- Compares the reference node, i.e. the node on which this method is
being called, with a node, i.e. the one passed as a parameter, with
regard to their position in the document and according to the
document order.
- compile(String) -
Method in interface javax.xml.xpath.XPath
- Compile an XPath expression for later evaluation.
- contains(String) -
Method in interface org.w3c.dom.DOMStringList
- Test if a string is part of this
DOMStringList.
- contains(String) -
Method in interface org.w3c.dom.NameList
- Test if a name is part of this
NameList.
- containsNS(String, String) -
Method in interface org.w3c.dom.NameList
- Test if the pair namespaceURI/name is part of this
NameList.
- ContentHandler - Interface in org.xml.sax
- Receive notification of the logical content of a document.
- createAttribute(String, String, String, String) -
Method in class javax.xml.stream.XMLEventFactory
- Create a new Attribute
- createAttribute(String, String) -
Method in class javax.xml.stream.XMLEventFactory
- Create a new Attribute
- createAttribute(QName, String) -
Method in class javax.xml.stream.XMLEventFactory
- Create a new Attribute
- createAttribute(String) -
Method in interface org.w3c.dom.Document
- Creates an
Attr of the given name.
- createAttributeNS(String, String) -
Method in interface org.w3c.dom.Document
- Creates an attribute of the given qualified name and namespace URI.
- createCData(String) -
Method in class javax.xml.stream.XMLEventFactory
- Create a Characters event with the CData flag set to true
- createCDATASection(String) -
Method in interface org.w3c.dom.Document
- Creates a
CDATASection node whose value is the specified
string.
- createCharacters(String) -
Method in class javax.xml.stream.XMLEventFactory
- Create a Characters event, this method does not check if the content
is all whitespace.
- createComment(String) -
Method in class javax.xml.stream.XMLEventFactory
- Create a comment
- createComment(String) -
Method in interface org.w3c.dom.Document
- Creates a
Comment node given the specified string.
- createDocument(String, String, DocumentType) -
Method in interface org.w3c.dom.DOMImplementation
- Creates a DOM Document object of the specified type with its document
element.
- createDocumentFragment() -
Method in interface org.w3c.dom.Document
- Creates an empty
DocumentFragment object.
- createDocumentType(String, String, String) -
Method in interface org.w3c.dom.DOMImplementation
- Creates an empty
DocumentType node.
- createDTD(String) -
Method in class javax.xml.stream.XMLEventFactory
- Create a document type definition event
This string contains the entire document type declaration that matches
the doctypedecl in the XML 1.0 specification
- createElement(String) -
Method in interface org.w3c.dom.Document
- Creates an element of the type specified.
- createElementNS(String, String) -
Method in interface org.w3c.dom.Document
- Creates an element of the given qualified name and namespace URI.
- createEndDocument() -
Method in class javax.xml.stream.XMLEventFactory
- Creates a new instance of an EndDocument event
- createEndElement(QName, Iterator) -
Method in class javax.xml.stream.XMLEventFactory
- Create a new EndElement
- createEndElement(String, String, String) -
Method in class javax.xml.stream.XMLEventFactory
- Create a new EndElement
- createEndElement(String, String, String, Iterator) -
Method in class javax.xml.stream.XMLEventFactory
- Create a new EndElement
- createEntityReference(String, EntityDeclaration) -
Method in class javax.xml.stream.XMLEventFactory
- Creates a new instance of a EntityReference event
- createEntityReference(String) -
Method in interface org.w3c.dom.Document
- Creates an
EntityReference object.
- createEvent(String) -
Method in interface org.w3c.dom.events.DocumentEvent
-
- createFilteredReader(XMLStreamReader, StreamFilter) -
Method in class javax.xml.stream.XMLInputFactory
- Create a filtered reader that wraps the filter around the reader
- createFilteredReader(XMLEventReader, EventFilter) -
Method in class javax.xml.stream.XMLInputFactory
- Create a filtered event reader that wraps the filter around the event reader
- createIgnorableSpace(String) -
Method in class javax.xml.stream.XMLEventFactory
- Create an ignorable space
- createLSInput() -
Method in interface org.w3c.dom.ls.DOMImplementationLS
- Create a new empty input source object where
LSInput.characterStream, LSInput.byteStream
, LSInput.stringData LSInput.systemId,
LSInput.publicId, LSInput.baseURI, and
LSInput.encoding are null, and
LSInput.certifiedText is false.
- createLSOutput() -
Method in interface org.w3c.dom.ls.DOMImplementationLS
- Create a new empty output destination object where
LSOutput.characterStream,
LSOutput.byteStream, LSOutput.systemId,
LSOutput.encoding are null.
- createLSParser(short, String) -
Method in interface org.w3c.dom.ls.DOMImplementationLS
- Create a new
LSParser.
- createLSSerializer() -
Method in interface org.w3c.dom.ls.DOMImplementationLS
- Create a new
LSSerializer object.
- createNamespace(String) -
Method in class javax.xml.stream.XMLEventFactory
- Create a new default Namespace
- createNamespace(String, String) -
Method in class javax.xml.stream.XMLEventFactory
- Create a new Namespace
- createNodeIterator(Node, int, NodeFilter, boolean) -
Method in interface org.w3c.dom.traversal.DocumentTraversal
- Create a new
NodeIterator over the subtree rooted at the
specified node.
- createProcessingInstruction(String, String) -
Method in class javax.xml.stream.XMLEventFactory
- Create a processing instruction
- createProcessingInstruction(String, String) -
Method in interface org.w3c.dom.Document
- Creates a
ProcessingInstruction node given the specified
name and data strings.
- createRange() -
Method in interface org.w3c.dom.ranges.DocumentRange
- This interface can be obtained from the object implementing the
Document interface using binding-specific casting
methods.
- createSpace(String) -
Method in class javax.xml.stream.XMLEventFactory
- Create a Characters event with the isSpace flag set to true
- createStartDocument() -
Method in class javax.xml.stream.XMLEventFactory
- Creates a new instance of a StartDocument event
- createStartDocument(String, String, boolean) -
Method in class javax.xml.stream.XMLEventFactory
- Creates a new instance of a StartDocument event
- createStartDocument(String, String) -
Method in class javax.xml.stream.XMLEventFactory
- Creates a new instance of a StartDocument event
- createStartDocument(String) -
Method in class javax.xml.stream.XMLEventFactory
- Creates a new instance of a StartDocument event
- createStartElement(QName, Iterator, Iterator) -
Method in class javax.xml.stream.XMLEventFactory
- Create a new StartElement.
- createStartElement(String, String, String) -
Method in class javax.xml.stream.XMLEventFactory
- Create a new StartElement.
- createStartElement(String, String, String, Iterator, Iterator) -
Method in class javax.xml.stream.XMLEventFactory
- Create a new StartElement.
- createStartElement(String, String, String, Iterator, Iterator, NamespaceContext) -
Method in class javax.xml.stream.XMLEventFactory
- Create a new StartElement.
- createTextNode(String) -
Method in interface org.w3c.dom.Document
- Creates a
Text node given the specified string.
- createTreeWalker(Node, int, NodeFilter, boolean) -
Method in interface org.w3c.dom.traversal.DocumentTraversal
- Create a new
TreeWalker over the subtree rooted at the
specified node.
- createXMLEventReader(Reader) -
Method in class javax.xml.stream.XMLInputFactory
- Create a new XMLEventReader from a reader
- createXMLEventReader(String, Reader) -
Method in class javax.xml.stream.XMLInputFactory
- Create a new XMLEventReader from a reader
- createXMLEventReader(XMLStreamReader) -
Method in class javax.xml.stream.XMLInputFactory
- Create a new XMLEventReader from an XMLStreamReader.
- createXMLEventReader(Source) -
Method in class javax.xml.stream.XMLInputFactory
- Create a new XMLEventReader from a JAXP source.
- createXMLEventReader(InputStream) -
Method in class javax.xml.stream.XMLInputFactory
- Create a new XMLEventReader from a java.io.InputStream
- createXMLEventReader(InputStream, String) -
Method in class javax.xml.stream.XMLInputFactory
- Create a new XMLEventReader from a java.io.InputStream
- createXMLEventReader(String, InputStream) -
Method in class javax.xml.stream.XMLInputFactory
- Create a new XMLEventReader from a java.io.InputStream
- createXMLEventWriter(Result) -
Method in class javax.xml.stream.XMLOutputFactory
- Create a new XMLEventWriter that writes to a JAXP result.
- createXMLEventWriter(OutputStream) -
Method in class javax.xml.stream.XMLOutputFactory
- Create a new XMLEventWriter that writes to a stream
- createXMLEventWriter(OutputStream, String) -
Method in class javax.xml.stream.XMLOutputFactory
- Create a new XMLEventWriter that writes to a stream
- createXMLEventWriter(Writer) -
Method in class javax.xml.stream.XMLOutputFactory
- Create a new XMLEventWriter that writes to a writer
- createXMLReader() -
Static method in class org.xml.sax.helpers.XMLReaderFactory
- Attempt to create an XMLReader from system defaults.
- createXMLReader(String) -
Static method in class org.xml.sax.helpers.XMLReaderFactory
- Attempt to create an XML reader from a class name.
- createXMLStreamReader(Reader) -
Method in class javax.xml.stream.XMLInputFactory
- Create a new XMLStreamReader from a reader
- createXMLStreamReader(Source) -
Method in class javax.xml.stream.XMLInputFactory
- Create a new XMLStreamReader from a JAXP source.
- createXMLStreamReader(InputStream) -
Method in class javax.xml.stream.XMLInputFactory
- Create a new XMLStreamReader from a java.io.InputStream
- createXMLStreamReader(InputStream, String) -
Method in class javax.xml.stream.XMLInputFactory
- Create a new XMLStreamReader from a java.io.InputStream
- createXMLStreamReader(String, InputStream) -
Method in class javax.xml.stream.XMLInputFactory
- Create a new XMLStreamReader from a java.io.InputStream
- createXMLStreamReader(String, Reader) -
Method in class javax.xml.stream.XMLInputFactory
- Create a new XMLStreamReader from a java.io.InputStream
- createXMLStreamWriter(Writer) -
Method in class javax.xml.stream.XMLOutputFactory
- Create a new XMLStreamWriter that writes to a writer
- createXMLStreamWriter(OutputStream) -
Method in class javax.xml.stream.XMLOutputFactory
- Create a new XMLStreamWriter that writes to a stream
- createXMLStreamWriter(OutputStream, String) -
Method in class javax.xml.stream.XMLOutputFactory
- Create a new XMLStreamWriter that writes to a stream
- createXMLStreamWriter(Result) -
Method in class javax.xml.stream.XMLOutputFactory
- Create a new XMLStreamWriter that writes to a JAXP result.
DatatypeConfigurationException with
no specified detail mesage and cause.
DatatypeConfigurationException with
the specified detail message.
DatatypeConfigurationException with
the specified detail message and cause.
DatatypeConfigurationException with
the specified cause.
Duration class.javax.xml.datatype Objects that map XML to/from Java Objects.date.
dateTime.
LexicalHandler, DeclHandler, and
EntityResolver2 extensions.NodeIterator from the set which it iterated
over, releasing any computational resources and placing the
NodeIterator in the INVALID state.
Document interface represents the entire HTML or XML
document.DocumentFragment.
Document.
DocumentType.
DocumentEvent interface provides a mechanism by which the
user can create an Event of a type supported by the implementation.DocumentFragment is a "lightweight" or "minimal"
Document object.ContentHandler
interface, which includes Namespace support.DocumentTraversal contains methods that create
NodeIterators and TreeWalkers to traverse a
node and its children in document order (depth first, pre-order
traversal, which is equivalent to the order in which the start tags occur
in the text representation of the document).Document has a doctype attribute whose value
is either null or a DocumentType object.DOMConfiguration interface represents the configuration
of a document and maintains a table of recognized parameters.DOMError is an interface that describes an error.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. validating
a document).DOMImplementation interface provides a number of methods
for performing operations that are independent of any particular instance
of the document object model.DOMImplementationList interface provides the abstraction
of an ordered collection of DOM implementations, without defining or
constraining how this collection is implemented.DOMImplementationLS contains the factory methods for creating
Load and Save objects.DOMImplementation.DOMLocator is an interface that describes a location (e.g.DOMString.
DOMStringList interface provides the abstraction of an
ordered collection of DOMString values, without defining or
constraining how this collection is implemented.duration.
dayTimeDuration.
yearMonthDuration.
Element interface represents an element in an HTML or XML
document.Element.
sourceRange to end
boundary-point of Range on which compareBoundaryPoints
is invoked.
sourceRange to start
boundary-point of Range on which compareBoundaryPoints
is invoked.
Entity.
EntityReference.
EntityReference nodes may be used to represent an entity
reference in the tree.Duration object.
QName for equality with another
Object.
setErrorListener method to register an instance of the
implmentation with the Transformer.XPath expression in the specified context and return the result as the specified type.
String.
InputSource
and return the result as the specified type.
InputSource
and return the result as a String.
String.
InputSource and return the result as the
specified type.
InputSource and return the result as a
String.
Event interface is used to provide contextual information
about an event to the handler processing the event.EventException as specified in
their method descriptions.EventListener interface is the primary method for
handling events.EventTarget interface is implemented by all
Nodes in an implementation which supports the DOM Event
Model.FactoryConfigurationError with no
detail mesage.
FactoryConfigurationError with
the String specified as an error message.
FactoryConfigurationError with a
given Exception base cause of the error.
FactoryConfigurationError with the
given Exception base cause and detail message.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Result output of this type.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Source input of this type.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Result output of this type.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Source input of this type.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the TransformerFactory returned from
TransformerFactory.newInstance() may
be safely cast to a SAXTransformerFactory.
TransformerFactory.getFeature(String name)
returns true when passed this value as an argument,
the Transformer supports Result output of this type.
TransformerFactory.getFeature(String name)
returns true when passed this value as an argument,
the Transformer supports Source input of this type.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Result output of this type.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Source input of this type.
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the SAXTransformerFactory.newXMLFilter(Source src)
and SAXTransformerFactory.newXMLFilter(Templates templates) methods are supported.
TreeWalker to the first visible child of the
current node, and returns the new node.
gDay.
Source document via the
xml-stylesheet processing instruction that match the given criteria.
true if the LSParser is asynchronous,
false if it is synchronous.
attrChange indicates the type of change which triggered
the DOMAttrModified event.
Attr node by local name and namespace URI.
NamedNodeMap containing the attributes of this node (if
it is an Element) or null otherwise.
TypeInfo object for the specified
attribute of the current element.
attrName indicates the name of the changed
Attr node in a DOMAttrModified event.
systemId to an absolute URI.
null if the
implementation wasn't able to obtain an absolute URI.
true if the LSParser is currently busy
loading a document, otherwise false.
button is used to indicate which mouse button
changed state.
-1 if there is no byte offset available.
null if the
cause is nonexistent or unknown.
NodeList that contains all children of this node.
-1 if
there is no column number available.
ContentHandler which receives the
augmented validation result.
TreeWalker is currently positioned.
EventTarget whose
EventListeners are currently being processed.
DatatypeConstants.FIELD_UNDEFINED.
Event,
depending on the type of event.
DocumentType)
associated with this document.
null if undefined or if
the Document was created using
DOMImplementation.createDocument.
Document.normalizeDocument()
is invoked.
DOMConfiguration object used when parsing an input
source.
DOMConfiguration object used by the
LSSerializer when serializing a DOM node.
DOMImplementation object.
null if none is found.
Element that has an ID attribute with the
given value.
NodeList of all the Elements in
document order with a given tag name and are contained in the
document.
NodeList of all descendant Elements
with a given tag name, in document order.
NodeList of all the Elements with a
given local name and namespace URI in document order.
NodeList of all the descendant
Elements with a given local name and namespace URI in
document order.
TypeInfo object for the current
element.
NamedNodeMap containing the general entities, both
external and internal, declared in the DTD.
year.
year.
ErrorHandler set to this SchemaFactory.
ErrorHandler set to this Validator.
ErrorHandler set to this ValidatorHandler.
NodeIterator.
TreeWalker.
NodeFilter used to screen nodes.
ContentHandler that is the Result.
DatatypeConstants.FIELD_UNDEFINED.
DOMImplementation object that handles this document.
null if there is none.
data
and the substringData method below.
DOMImplementations in the list.
DOMStrings in the list.
LexicalHandler for the output.
-1 if
there is no column number available.
QName.
XMLGregorianCalendar.getFractionalSecond().
DatatypeConstants.FIELD_UNDEFINED.
DatatypeConstants.FIELD_UNDEFINED.
DOCTYPE keyword.
indexth name item in the collection.
QName.
indexth namespaceURI item in the collection.
null if it is
unspecified (see ).
newValue indicates the new value of the Attr
node in DOMAttrModified events, and of the CharacterData
node in DOMCharacterDataModified events.
NamedNodeMap containing the notations declared in the
DTD.
Document object associated with this node.
Element node this attribute is attached to or
null if this attribute is not in use.
DOMConfiguration object and for which at least one value
can be set by the application.
QName.
null if it is
unspecified.
prevValue indicates the previous value of the
Attr node in DOMAttrModified events, and of the
CharacterData node in DOMCharacterDataModified events.
XMLReader.
null otherwise.
DOMError.type dependent data if any.
null if no node
is available.
relatedNode is used to identify a secondary node related
to a mutation event.
EventTarget related to a UI
event.
LSResourceResolver set to this SchemaFactory.
LSResourceResolver set to this Validator.
LSResourceResolver set to this ValidatorHandler.
NodeIterator, as specified when it
was created.
root node of the TreeWalker, as specified
when it was created.
Schema being used by
the XML processor.
Schema object specified through
the DocumentBuilderFactory.setSchema(Schema schema) method.
Schema being used by
the XML processor.
Schema object specified through
the SAXParserFactory.setSchema(Schema schema) method.
DatatypeConstants.FIELD_UNDEFINED.
SEVERITY_WARNING,
SEVERITY_ERROR, or SEVERITY_FATAL_ERROR.
True if this attribute was explicitly given a value in
the instance document, false otherwise.
null.
StAXSource.
null otherwise.
EventTarget to which the event was
originally dispatched.
DatatypeConstants.FIELD_UNDEFINED if this optional field is not defined.
java.util.TimeZone for this class.
Transformer associated with this handler, which
is needed in order to set parameters and output properties.
DOMString indicating which related data is expected in
relatedData.
TypeInfoProvider implementation of this
ValidatorHandler.
null if unknown.
null if the element does not have
declaration or if no namespace information is available.
null if no URI is
available.
-1 if there is no UTF-16 offset available.
view attribute identifies the AbstractView
from which the event was generated.
LSParser what types of nodes to show to the
method LSParserFilter.acceptNode.
LSSerializer what types of nodes to show to the
filter.
NodeIterator.
TreeWalker.
Text nodes logically-adjacent text
nodes to this node, concatenated in document order.
XMLEventReader used by this
StAXSource.
XMLEventWriter used by this
StAXResult.
XMLReader that is encapsulated by the
implementation of this class.
XMLStreamReader used by this
StAXSource.
XMLStreamWriter used by this
StAXResult.
year or DatatypeConstants.FIELD_UNDEFINED.
Duration as an int or 0 if not present.
gMonth.
gMonthDay.
gYear.
gYearMonth.
EventListener interface was registered.
DocumentHandler
interface. It has been replaced by the SAX2
DefaultHandler
class.true when an attribute with a given name is
specified on this element or has a default value, false
otherwise.
true when an attribute with a given local name and
namespace URI is specified on this element or has a default value,
false otherwise.
QName.
Node is inserted somewhere it doesn't belong.
initEvent method is used to initialize the value of an
Event created through the DocumentEvent
interface.
initMouseEvent method is used to initialize the value
of a MouseEvent created through the
DocumentEvent interface.
initMutationEvent method is used to initialize the
value of a MutationEvent created through the
DocumentEvent interface.
initUIEvent method is used to initialize the value of
a UIEvent created through the DocumentEvent
interface.
newChild before the existing child node
refChild.
namespaceURI is the
default namespace or not.
TypeInfo on which the method
is being called, and the other type definition, i.e. the one passed
as parameters.
true if the specified attribute is determined
to be ID.
Duration object.
XPathFactory?
SchemaFactory?
Duration object.
false if the attribute was added by the validator.
getXMLSchemaType() constraints.
indexth item in the collection.
indexth item in the collection.
indexth item in the map.
indexth item in the collection.
TreeWalker to the last visible child of the
current node, and returns the new node.
Locator.Locator2 interface.LSException if the
processing is stopped.LSParserFilters provide applications the ability to examine
nodes as they are being constructed while parsing.LSResourceResolver provides a way for applications to
redirect references to external resources.LSSerializer provides an API for serializing (writing) a
DOM document out into XML.LSSerializerFilters provide applications the ability to
examine nodes as they are being serialized and decide what nodes should
be serialized or not.LSParser.
LSParser.
Attr was modified in place.
MouseEvent interface provides specific contextual
information associated with Mouse events.factor times
longer than the value of this duration.
factor times
longer than the value of this duration.
MutationEvent interface provides specific contextual
information associated with Mutation events.NamedNodeMap interface are used to
represent collections of nodes that can be accessed by name.NameList interface provides the abstraction of an ordered
collection of parallel pairs of name and namespace values (which could be
null values), without defining or constraining how this collection is
implemented.Duration object whose
value is -this.
Document object
to build a DOM tree with.
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.
Duration
specifying the Duration as isPositive, years, months, days, hours, minutes, seconds.
Duration of type xdt:dayTimeDuration by parsing its String representation,
"PnDTnHnMnS",
XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration.
Duration of type xdt:dayTimeDuration using the specified milliseconds as defined in
XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration.
Duration of type xdt:dayTimeDuration using the specified
day, hour, minute and second as defined in
XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration.
Duration of type xdt:dayTimeDuration using the specified
day, hour, minute and second as defined in
XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration.
Duration of type xdt:yearMonthDuration by parsing its String representation,
"PnYnM",
XQuery 1.0 and XPath 2.0 Data Model, xdt:yearMonthDuration.
Duration of type xdt:yearMonthDuration using the specified milliseconds as defined in
XQuery 1.0 and XPath 2.0 Data Model, xdt:yearMonthDuration.
Duration of type xdt:yearMonthDuration using the specified
year and month as defined in
XQuery 1.0 and XPath 2.0 Data Model, xdt:yearMonthDuration.
Duration of type xdt:yearMonthDuration using the specified
year and month as defined in
XQuery 1.0 and XPath 2.0 Data Model, xdt:yearMonthDuration.
SchemaFactory object for the specified
schema language.
DatatypeFactory.
DatatypeFactory from class name.
DocumentBuilderFactory.
DocumentBuilderFactory from class name.
SAXParserFactory.
SAXParserFactory from class name.
XMLEventFactory.newFactory(java.lang.String, java.lang.ClassLoader)
method defines no changes in behavior.
XMLInputFactory.newFactory(java.lang.String, java.lang.ClassLoader) method
defines no changes in behavior.
XMLOutputFactory.newFactory(java.lang.String,
java.lang.ClassLoader) instead.
TransformerFactory.
TransformerFactory from factory class name.
SchemaFactory that supports the specified
schema language and return it.
SchemaFactory from class name.
XPathFactory instance using the default object model,
XPathFactory.DEFAULT_OBJECT_MODEL_URI,
the W3C DOM.
XPathFactory instance using the specified object model.
XPathFactory from a factory class name.
DOMImplementationRegistry.
File as a schema and returns it as a Schema.
URL as a schema and returns it as a Schema.
Schema object.
Source into a Transformer
Object.
Transformer that performs a copy
of the Source to the Result.
Validator for this Schema.
ValidatorHandler for this Schema.
XMLGregorianCalendar.
XMLGregorianCalendar from a GregorianCalendar.
java.util.GregorianCalendar instance would need to convert to an
XMLGregorianCalendar instance.
date or g*.
time.
XPath using the underlying object
model determined when the XPathFactory was instantiated.
NodeIterator in the set.
TreeWalker to the next visible node in document
order relative to the current node, and returns the new node.
TreeWalker to the next sibling of the current
node, and returns the new node.
Node which does not support
data.
Node interface is the primary datatype for the entire
Document Object Model.Document.adoptNode().
Node.cloneNode().
Document.importNode().
Document.renameNode().
NodeIterators are used to step through a set of nodes, e.g.NodeList interface provides the abstraction of an ordered
collection of nodes, without defining or constraining how this collection
is implemented.Text nodes in the full depth of the sub-tree
underneath this Node, including attribute nodes, into a
"normal" form where only structure (e.g., elements, comments,
processing instructions, CDATA sections, and entity references)
separates Text nodes, i.e., there are neither adjacent
Text nodes nor empty Text nodes.
Node in a context
where it does not exist.
Notation.
InputStream as an XML
document and return a new DOM Document object.
InputStream as an
XML document and return a new DOM Document object.
Document object.
Document object.
Document object.
InputStream
instance as XML using the specified HandlerBase.
InputStream
instance as XML using the specified HandlerBase.
InputStream
instance as XML using the specified
DefaultHandler.
InputStream
instance as XML using the specified
DefaultHandler.
HandlerBase.
DefaultHandler.
HandlerBase.
DefaultHandler.
InputSource
as XML using the specified
HandlerBase.
InputSource
as XML using the specified
DefaultHandler.
LSInput.
LSParser and the processing has been stopped.
XMLReader
interface, which includes Namespace support.ParserConfigurationException with no
detail mesage.
ParserConfigurationException with
the String specified as an error message.
Parser
interface.LSInput and insert the content into an existing document
at the position specified with the context and
action arguments.
preventDefault method is
used to signify that the event is to be canceled, meaning any default
action normally taken by the implementation as a result of the event
will not occur.
NodeIterator backwards in the set.
TreeWalker to the previous visible node in
document order relative to the current node, and returns the new
node.
TreeWalker to the previous sibling of the
current node, and returns the new node.
PrintStream.
System.err.
PrintWriter.
ProcessingInstruction.
ProcessingInstruction interface represents a "processing
instruction", used in XML as a way to keep processor-specific information
in the text of the document.declarePrefix().
QName represents a qualified name
as defined in the XML specifications: XML Schema Part2:
Datatypes specification, Namespaces
in XML, Namespaces
in XML Errata.QName constructor specifying the Namespace URI
and local part.
QName constructor specifying the Namespace URI,
local part and prefix.
QName constructor specifying the local part.
RangeException as specified in
their method descriptions.Attr was just removed.
oldChild from the list
of children, and returns it.
ELEMENT_NODE or
ATTRIBUTE_NODE.
oldChild with newChild
in the list of children, and returns the oldChild node.
XMLGregorianCalendar to its original values.
DocumentBuilder to its original configuration.
SAXParser to its original configuration.
Transformer to its original configuration.
Validator to its original configuration.
XPath to its original configuration.
EntityResolver2.resolveEntity()
with null entity name and base URI.
XMLReader
implementation class.SAXParserFactory.newInstance().
ContentHandler.
SAXSource, using an XMLReader
and a SAX InputSource.
SAXSource, using a SAX InputSource.
Schema objects. Entry-point to
the validation API.SchemaFactory.Node using
LSSerializer and the processing has been stopped.
systemId to an absolute URI.
ContentHandler which receives
the augmented validation result.
TreeWalker is currently positioned.
null if undefined or if
the Document was created using
DOMImplementation.createDocument.
EntityResolver to be used to resolve
entities present in the XML document to be parsed.
ErrorHandler to be used by the parser.
ErrorHandler to receive errors encountered
during the newSchema method invocation.
ErrorHandler to receive errors encountered
during the validate method invocation.
ErrorHandler to receive errors encountered
during the validation.
DocumentBuilderFactory and DocumentBuilders created by this factory.
TransformerFactory and Transformers
or Templates created by this factory.
SchemaFactory,
Schemas created by this factory, and by extension,
Validators and ValidatorHandlers created by
those Schemas.
ValidatorHandler.
XPathFactory and
XPaths created by this factory.
ContentHandler.
isId is true, this method
declares the specified attribute to be a user-determined ID attribute
.
isId is true, this method
declares the specified attribute to be a user-determined ID attribute
.
isId is true, this method
declares the specified attribute to be a user-determined ID attribute
.
LexicalHandler for the output.
nodeName attribute.
namespaceURI and
localName.
NSDECL namespace
by processName().
null if it is
unspecified.
XMLReader.
LSResourceResolver to customize
resource resolution when parsing schemas.
LSResourceResolver to customize
resource resolution while in a validation episode.
LSResourceResolver to customize
resource resolution while in a validation episode.
Result associated with this
TransformerHandler to be used for the transformation.
Schema to be used by parsers created
from this factory.
Schema to be used by parsers created
from this factory.
ContentHandler.
StAXResult, it is not appropriate
to explicitly set the system identifier.
StAXSource, it is not appropriate
to explicitly set the system identifier.
File reference.
dateTime year field.
dateTime year field.
DOMError is
error.
DOMError is
fatal error.
DOMError is
warning.
Nodes.
Attr nodes.
CDATASection nodes.
Comment nodes.
Document nodes.
DocumentFragment nodes.
DocumentType nodes.
Element nodes.
Entity nodes.
EntityReference nodes.
Notation nodes.
ProcessingInstruction nodes.
Text nodes.
offset,
keeping both in the tree as siblings.
sourceRange to end
boundary-point of Range on which compareBoundaryPoints
is invoked.
sourceRange to start
boundary-point of Range on which compareBoundaryPoints
is invoked.
Element start
tag has been scanned, but before the remainder of the
Element is processed.
Result in the
form of a StAX writer,i.e.StAXResult
by supplying an XMLEventWriter.
StAXResult
by supplying an XMLStreamWriter.
Source in the
form of a StAX reader,i.e.StAXSource
by supplying an XMLEventReader.
StAXSource
by supplying an XMLStreamReader.
stopPropagation method is used prevent further
propagation of an event during event flow.
this-rhs.
Text interface inherits from CharacterData
and represents the textual content (termed character data in XML) of an Element or Attr.Text node.
time.
XMLGregorianCalendar to a GregorianCalendar.
XMLGregorianCalendar along with provided parameters
to a GregorianCalendar instance.
String representation of this Duration Object.
String representation of this XMLGregorianCalendar Object.
String representation of this
QName.
this instance.
Source to a Result.
TransformerConfigurationException with no
detail mesage.
TransformerConfigurationException with
the String specified as an error message.
TransformerConfigurationException with a
given Exception base cause of the error.
TransformerConfigurationException with the
given Exception base cause and detail message.
Transformer and
Templates objects.TransformerFactoryConfigurationError with no
detail mesage.
TransformerFactoryConfigurationError with
the String specified as an error message.
TransformerFactoryConfigurationError with a
given Exception base cause of the error.
TransformerFactoryConfigurationError with the
given Exception base cause and detail message.
TreeWalker objects are used to navigate a document tree or
subtree using the view of the document defined by their
whatToShow flags and filter (if any).TypeInfo interface represents a type referenced from
Element or Attr nodes, specified in the schemas
associated with the document.ValidatorHandler.UIEvent interface provides specific contextual information
associated with User Interface events.Event's type was not specified by initializing the
event before the method was called.
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.insertBefore or
removeChild would make the Node invalid
with respect to "partial validity", this exception would be raised
and the operation would not be done.
Schema.QName derived from parsing the formatted
String.
LSSerializer interface.
LSSerializer interface.
LSSerializer.write
was called with a LSOutput with no encoding specified
and LSOutput.systemId set to the uri
argument.
Node is used in a different document than the one
that created it (that doesn't support it).
XMLConstants.XMLNS_ATTRIBUTE, Namespace name URI.
XPath provides access to the XPath evaluation environment and expressions.XPathException represents a generic XPath exception.XPathException
with the specified detail message.
XPathException
with the specified cause.
XPathExpression provides access to compiled XPath expressions.XPathExpressionException represents an error in an XPath expression.XPathExpressionException
with the specified detail message.
XPathExpressionException
with the specified cause.
XPathFactory instance can be used to create
XPath objects.XPathFactory.newInstance() or XPathFactory.newInstance(String uri)
or XPathFactory.newInstance(String uri, String factoryClassName, ClassLoader classLoader)
should be used to create a new instance of an XPathFactory.
XPathFactoryConfigurationException represents a configuration error in a XPathFactory environment.XPathFactoryConfigurationException with the specified detail message.
XPathFactoryConfigurationException
with the specified cause.
XPathFunction provides access to XPath functions.XPathFunctionException represents an error with an XPath function.XPathFunctionException with the specified detail message.
XPathFunctionException with the specified cause.
XPathFunctionResolver provides access to the set of user defined XPathFunctions.XPathVariableResolver provides access to the set of user defined XPath variables.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||