|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
LSParser
.
TreeWalker
or NodeIterator
.
Attr
was just added.
newChild
to the end of the list of children of
this node.
newChild
to the end of the list of children of
this node.
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.Node.appendChild
operation would
make this document not compliant with the VAL_INCOMPLETE
validity type.
Node.appendChild
operation would
make this document not compliant with the VAL_INCOMPLETE
validity type.
Node.appendChild
operation would
make this document not compliant with the VAL_INCOMPLETE
validity type.
Node.appendChild
operation would
make this document not compliant with the VAL_INCOMPLETE
validity type.
Node.insertBefore
operation would
make this document not compliant with the VAL_INCOMPLETE
validity type.
Node.insertBefore
operation would
make this document not compliant with the VAL_INCOMPLETE
validity type.
Node.insertBefore
operation would
make this document not compliant with the VAL_INCOMPLETE
validity type.
Node.insertBefore
operation would
make this document not compliant with the VAL_INCOMPLETE
validity type.
Node.removeChild
operation would
make this document not compliant with the VAL_INCOMPLETE
validity type.
Node.removeChild
operation would
make this document not compliant with the VAL_INCOMPLETE
validity type.
Node.removeChild
operation would
make this document not compliant with the VAL_INCOMPLETE
validity type.
Node.removeChild
operation would
make this document not compliant with the VAL_INCOMPLETE
validity type.
Node.replaceChild
operation would
make this document not compliant with the VAL_INCOMPLETE
validity type.
Node.replaceChild
operation would
make this document not compliant with the VAL_INCOMPLETE
validity type.
Node.replaceChild
operation would
make this document not compliant with the VAL_INCOMPLETE
validity type.
Node.replaceChild
operation would
make this document not compliant with the VAL_INCOMPLETE
validity type.
CDATASection
.
CharacterData
interface extends Node with a set of
attributes and methods for accessing character data in the DOM. NodeEditVAL
interface with
additional methods for document editing. OracleXMLSave
object and deallocates all
context associated with it.
OracleXML
engine.
CharacterData
and represents the
content of a comment, i.e., all the characters between the starting '
<!- Comment -
Static variable in interface oracle.xml.parser.v2.XMLToken
- Comment ::= '<' '!'
- COMMENT_NODE -
Static variable in interface org.w3c.dom.Node
- The node is a
Comment
.
- comment(char[], int, int) -
Method in class oracle.xml.parser.v2.XMLSAXSerializer
- Report an XML comment anywhere in the document.
- comment(char[], int, int) -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Report an XML comment anywhere in the document.
- comment(char[], int, int) -
Method in class oracle.xml.comp.CXMLHandlerBase
- Receive notification of comment
The parser will invoke this method for each comment found.
- comment(char[], int, int) -
Method in interface org.xml.sax.ext.LexicalHandler
- Report an XML comment anywhere in the document.
- comment(String) -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Receive notification of a comment.
- comment(String) -
Method in interface oracle.xml.parser.v2.XMLDocumentHandler
- Receive notification of a comment.
- comment(String) -
Method in class oracle.xml.parser.v2.DefaultXMLDocumentHandler
- Receive notification of a comment.
- comment(String) -
Method in class oracle.xml.comp.CXMLHandlerBase
- Receive notification of comment
The parser will invoke this method for each comment found.
- COMPACT -
Static variable in class oracle.xml.parser.v2.XMLOutputStream
-
- compareBoundaryPoints(short, Range) -
Method in interface org.w3c.dom.ranges.Range
- Compare the boundary-points of two Ranges in a document.
- compareTo(XSDDataValue) -
Method in class oracle.xml.parser.schema.XSDDataValue
- Compare two values
return int -1 -- smaller, 0 -- equal, 1 -- greater
- compareValues(String, String) -
Method in class oracle.xml.parser.schema.XSDSimpleType
-
- CompressReaderProcess - class oracle.xml.pipeline.processes.CompressReaderProcess.
- Extends the pipeline Process class to create a wrapper around CXMLParser
to be used by the pipeline framework.
- CompressWriterProcess - class oracle.xml.pipeline.processes.CompressWriterProcess.
- Extends the pipeline Process class to create a wrapper around XSLProcessor
to be used by the pipeline framework.
- CONFLICIT_FACET -
Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- conn -
Variable in class oracle.xml.xsql.XSQLPageRequestImpl
-
- connFactory -
Variable in class oracle.xml.xsql.XSQLPageRequestImpl
-
- constName -
Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- ContentHandler - interface org.xml.sax.ContentHandler.
- Receive notification of the logical content of a document.
- convertDTD2Schema() -
Method in class oracle.xml.parser.v2.DTD
- get XML Schema DOM tree from this DTD object
- create() -
Method in class oracle.xml.xsql.XSQLDatasourceConnectionManager
- Needed to implement XSQLConnectionManagerFactory interface
- create() -
Method in interface oracle.xml.xsql.XSQLConnectionManagerFactory
-
- create(XSQLPageRequest) -
Method in interface oracle.xml.xsql.XSQLLoggerFactory
- Returns a new or existing instance of XSQL logger.
- createAttribute(String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates an
Attr
of the given name.
- createAttribute(String) -
Method in interface org.w3c.dom.Document
- Creates an
Attr
of the given name.
- createAttribute(String, String) -
Method in class oracle.xml.parser.v2.NodeFactory
- Creates an attribute node with the specified tag, and text.
- createAttributeNS(String, String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates an attribute with the given qualified name and namespace URI.
- createAttributeNS(String, String) -
Method in interface org.w3c.dom.Document
- Creates an attribute of the given qualified name and namespace URI.
- createAttributeNS(String, String, String, String) -
Method in class oracle.xml.parser.v2.NodeFactory
- Creates an attribute node with the specified tag, and text.
- createBLOBTable(Connection, String) -
Method in class oracle.xml.dbaccess.DBAccess
- Create BLOB table
- createBLOBTable(Connection, String) -
Method in class oracle.xml.transviewer.DBAccess
- Deprecated. Create BLOB table
- createCDATASection(String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates a
CDATASection
node whose value is the specified
string.
- createCDATASection(String) -
Method in class oracle.xml.parser.v2.NodeFactory
- Creates a CDATA node with the specified text.
- createCDATASection(String) -
Method in interface org.w3c.dom.Document
- Creates a
CDATASection
node whose value is the specified
string.
- createComment(String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates a
Comment
node given the specified string.
- createComment(String) -
Method in class oracle.xml.parser.v2.NodeFactory
- Creates a comment node with the specified text.
- createComment(String) -
Method in interface org.w3c.dom.Document
- Creates a
Comment
node given the specified string.
- createDocument() -
Method in class oracle.xml.parser.v2.NodeFactory
- Creates a document node.
- createDocument(String, String, DocumentType) -
Method in class oracle.xml.parser.v2.XMLDOMImplementation
- Creates an empty DocumentType node.
- createDocument(String, String, DocumentType) -
Method in interface org.w3c.dom.DOMImplementation
- Creates an XML
Document
object of the specified type with
its document element.
- createDocumentFragment() -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates an empty
DocumentFragment
object.
- createDocumentFragment() -
Method in class oracle.xml.parser.v2.NodeFactory
- Creates a document fragment node.
- createDocumentFragment() -
Method in interface org.w3c.dom.Document
- Creates an empty
DocumentFragment
object.
- createDocumentType(String, String, String) -
Method in class oracle.xml.parser.v2.XMLDOMImplementation
- Creates an XML Document object of the specified type with its document
element
- createDocumentType(String, String, String) -
Method in interface org.w3c.dom.DOMImplementation
- Creates an empty
DocumentType
node.
- createElement(String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates an element of the type specified.
- createElement(String) -
Method in class oracle.xml.parser.v2.NodeFactory
- Creates an Element node with the specified tag.
- createElement(String) -
Method in interface org.w3c.dom.Document
- Creates an element of the type specified.
- createElementNS(String, String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates an element of the given qualified name and namespace URI.
- createElementNS(String, String) -
Method in interface org.w3c.dom.Document
- Creates an element of the given qualified name and namespace URI.
- createElementNS(String, String, String) -
Method in class oracle.xml.parser.v2.NodeFactory
- Creates an Element node with the specified local name,prefix ,
namespaceURI.
- createEntityReference(String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates an EntityReference object.
- createEntityReference(String) -
Method in class oracle.xml.parser.v2.NodeFactory
- Creates an entity reference node with the specified tag.
- createEntityReference(String) -
Method in interface org.w3c.dom.Document
- Creates an
EntityReference
object.
- createEvent(String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates an event object of the specified type
- createEvent(String) -
Method in interface org.w3c.dom.events.DocumentEvent
-
- createLSInput() -
Method in class oracle.xml.parser.v2.XMLDOMImplementation
- 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.
- 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 class oracle.xml.parser.v2.XMLDOMImplementation
- Create a new empty output destination object where
LSOutput.characterStream
,
LSOutput.byteStream
, LSOutput.systemId
,
LSOutput.encoding
are null.
- 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 class oracle.xml.parser.v2.XMLDOMImplementation
- Create a new
LSParser
.
- createLSParser(short, String) -
Method in interface org.w3c.dom.ls.DOMImplementationLS
- Create a new
LSParser
.
- createLSSerializer() -
Method in class oracle.xml.parser.v2.XMLDOMImplementation
- Create a new
LSSerializer
object.
- createLSSerializer() -
Method in interface org.w3c.dom.ls.DOMImplementationLS
- Create a new
LSSerializer
object.
- createMarshaller() -
Method in class javax.xml.bind.JAXBContext
- Create a Marshaller object that can be used to convert a
java content tree into XML data.
- createMutationEvent(String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates a Mutation Event object of specified type
- createNestedRequest(String, URL, Dictionary, PrintWriter, OutputStream) -
Method in class oracle.xml.xsql.XSQLServletPageRequest
- Returns an instance of a nested Request
- createNestedRequest(String, URL, Dictionary, PrintWriter, OutputStream) -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Returns an instance of a nested Request
- createNodeIterator(Node, int, NodeFilter, boolean) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates a Node Iterator with specified root,flag which governs what type
of nodes it should include in logical view, filter for filtering nodes,
flag determining whether entity references and its descendants could be
included
- 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 oracle.xml.parser.v2.XMLDocument
- Creates a
ProcessingInstruction
node given the specified
name and data strings.
- createProcessingInstruction(String, String) -
Method in class oracle.xml.parser.v2.NodeFactory
- Creates a PI node with the specified tag, and text.
- createProcessingInstruction(String, String) -
Method in interface org.w3c.dom.Document
- Creates a
ProcessingInstruction
node given the specified
name and data strings.
- createRange() -
Method in class oracle.xml.parser.v2.XMLDocument
- Create a new Document Range Object ,with Start and End Boundary points at
the begining of the document.
- 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.
- createRangeEvent(String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates a Range Event object of specified type
- createSerializer(String, XSQLPageRequest) -
Static method in class oracle.xml.xsql.XSQLUtil
-
- createTextNode(String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates a
Text
node given the specified string.
- createTextNode(String) -
Method in class oracle.xml.parser.v2.NodeFactory
- Creates a text node with the specified text.
- createTextNode(String) -
Method in interface org.w3c.dom.Document
- Creates a
Text
node given the specified string.
- createTraversalEvent(String) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates a Traversal Event object of specified type
- createTreeWalker(Node, int, NodeFilter, boolean) -
Method in class oracle.xml.parser.v2.XMLDocument
- Creates a Node Iterator with specified root,flag which governs what type
of nodes it should include in logical view, filter for filtering nodes,
flag determining whether entity references and its descendants could be
included
- 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.
- createUnmarshaller() -
Method in class javax.xml.bind.JAXBContext
- Create an Unmarshaller object that can be used to convert XML
data into a java content tree.
- createURL(String) -
Method in class oracle.xml.sql.dml.OracleXMLSave
- Returns the URL object for a specified file or URL.
- createValidator() -
Method in class javax.xml.bind.JAXBContext
- Create a Validator object that can be used to validate a
java content tree against its source schema.
- createXMLReader() -
Static method in class org.xml.sax.helpers.XMLReaderFactory
- Attempt to create an XML reader from a system property.
- createXMLReader(String) -
Static method in class org.xml.sax.helpers.XMLReaderFactory
- Attempt to create an XML reader from a class name.
- createXMLTable(Connection, String) -
Method in class oracle.xml.dbaccess.DBAccess
- Create XML table
- createXMLTable(Connection, String) -
Method in class oracle.xml.transviewer.DBAccess
- Deprecated. Create XML table
- createXMLTypeTable(Connection, String) -
Method in class oracle.xml.xmldbaccess.XMLDBAccess
- Create an XMLType table
- CXMLHandlerBase - class oracle.xml.comp.CXMLHandlerBase.
- The SAX compression is implemented using SAX Handler which compresses
the data based on SAX events.
- CXMLHandlerBase() -
Constructor for class oracle.xml.comp.CXMLHandlerBase
- Default Constructor
- CXMLHandlerBase(ObjectOutput) -
Constructor for class oracle.xml.comp.CXMLHandlerBase
- Constructs the CXMLHandlerBase using the
ObjectOutput
Stream
- CXMLParser - class oracle.xml.comp.CXMLParser.
- This class implements the re-generation of XML document from the
compressed stream by generating the SAX events from them.
- CXMLParser() -
Constructor for class oracle.xml.comp.CXMLParser
- Creates a new XML Parser object for reading the compressed stream.
setDateFormat
.
XMLDocumentHandler
interface.
NodeIterator
from the set which it iterated
over, releasing any computational resources and placing the iterator
in the INVALID state.
Document
interface represents the entire HTML or XML
document. DocumentFragment
.
Document
.
DocumentType
.
NodeEditVAL
interface with
additional methods for document editing. 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 iterators and
tree-walkers 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.
DOMImplementationLS
contains the factory methods for creating
Load and Save objects.
DOMLocator
is an interface that describes a location (e.g.
DOMStringList
interface provides the abstraction of an
ordered collection of parallel pairs of name and namespace values,
without defining or constraining how this collection is implemented. Element
interface represents an element in an HTML or XML
document. Element
.
NodeEditVAL
interface with
additional methods for guided document editing. x-www-form-urlencoded
format.
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
objects may be inserted into the structure
model when an entity reference is in the source document, or when the
user wishes to insert an entity reference. ERROR
document
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. ExceptionVAL
as
described in their descriptions.
FactoryConfigurationError
with no
detail mesage.
FactoryConfigurationError
with a
given Exception
base cause of the error.
FactoryConfigurationError
with the
given Exception
base cause and detail message.
FactoryConfigurationError
with
the String
specified as an error message.
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 TransformerFactory returned from
TransformerFactory.newInstance()
may
be safely cast to a SAXTransformerFactory.
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 Transformer supports Result output 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.
XMLDocument
which
represents the differences between the 2 XML documents set initially.
NameList
, as described in [DOM Level 3 Core]
, of all possible attribute information items or wildcards that can appear as attributes of this element, or null
if
this element has no context or schema.
NameList
, as described in [DOM Level 3 Core]
, of all possible element information items or wildcards that can appear as children of this element, or null
if this
element has no context or schema.
NameList
, as described in [DOM Level 3 Core]
, of all possible element information items or wildcards that can appear as children of this element, or null
if this
element has no context or schema.
NameList
, as described in [DOM Level 3 Core]
, of all possible element information items or wildcards that can appear as a first child of this element, or null
if
this element has no context or schema.
NameList
, as described in [DOM Level 3 Core]
, of all possible element information items or wildcards that can appear as a first child of this element, or null
if
this element has no context or schema.
NameList
, as described in [DOM Level 3 Core]
, of all possible element information items or wildcards that can appear as a next sibling of this element, or null
if this element has no context or schema.
NameList
, as described in [DOM Level 3 Core]
, of all possible element information items or wildcards that can appear as a next sibling of this element, or null
if this element has no context or schema.
NameList
, as described in [DOM Level 3 Core]
, of all possible element information items that can appear as a
parent this element, or null
if this element has no
context or schema.
NameList
, as described in [DOM Level 3 Core]
, of all possible element information items that can appear as a
parent this element, or null
if this element has no
context or schema.
NameList
, as described in [DOM Level 3 Core]
, of all possible element information items or wildcards that can appear as a previous sibling of this element, or
null
if this element has no context or schema.
NameList
, as described in [DOM Level 3 Core]
, of all possible element information items or wildcards that can appear as a previous sibling of this element, or
null
if this element has no context or schema.
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 name.
Attr
node by local name and namespace URI.
NamedNodeMap
containing the attributes of this node
(if it is an Element
) or null
otherwise.
NamedNodeMap
containing the attributes of this node (if it
is an Element
) or null
otherwise.
NamedNodeMap
containing the attributes of this node (if
it is an Element
) or null
otherwise.
attrName
indicates the name of the changed
Attr
node in a DOMAttrModified event.
systemId
to an absolute URI.
true
if the LSParser
is currently busy
loading a document, otherwise false
.
null
if the
cause is nonexistent or unknown.
NodeList
that contains all children of this node.
NodeList
that contains all children of this node.
NodeList
that contains all children of this node.
NodeList
of all immediate children with a given
tag name,
NodeList
of all immediate children with a given
tag name and namespace
-1
if
there is no column number available.
DOMConfiguration
object used by the
LSSerializer
when serializing a DOM node.
DOMConfiguration
object used when parsing an input
source.
TreeWalker
is currently positioned.
EventTarget
whose
EventListeners
are currently being processed.
null
if unspecified.
null
if unspecified.
null
if unspecified.
JTextPane
object which visually shows
the diffs in the first XML file.
JTextPane
object which visually
shows the diffs in the second XML file or document
DocumentType
)
associated with this document.
XMLDocument
object of the
first XML tree
XMLDocument
object of the
second XML tree
DOMImplementation
object that handles this document.
Element
whose ID
is given by
elementId
.
NamedNodeMap
containing the element declarations
in the DTD.
NodeList
of all the Element
s with a
given tag name in the order in which they would be encountered in a
preorder traversal of the Document
tree.
NodeList
of all descendant elements with a given
tag name, in the order in which they would be encountered in a preorder
traversal of the Element
tree.
NodeList
of all descendant Elements
with a given tag name, in the order in which they are encountered in
a preorder traversal of this Element
tree.
NodeList
of all the Elements
with a
given tag name in the order in which they are encountered in a
preorder traversal of the Document
tree.
NodeList
of all the descendant
Elements
with a given local name and namespace URI in
the order in which they are encountered in a preorder traversal of
this Element
tree.
NodeList
of all the Elements
with a
given local name and namespace URI in the order in which they are
encountered in a preorder traversal of the Document
tree.
NamedNodeMap
containing the general entities, both
external and internal, declared in the DTD.
NamedNodeMap
containing the general entities, both
external and internal, declared in the DTD.
DOMStringList
, as described in
[
DOM Level 3 Core]
, of distinct values for an attribute or an element declaration or
null
if unspecified.
DOMStringList
, as described in [DOM Level 3 Core]
, of distinct values for an attribute or an element declaration or
null
if unspecified.
DOMStringList
, as described in [DOM Level 3 Core]
, of distinct values for an attribute or an element declaration or
null
if unspecified.
TreeWalker
.
NodeFilter
used to screen nodes.
Attr
.
XSLTransformer
bean in toolbars, toolboxes, etc.
DOMBuilder
bean in toolbars, toolboxes, etc.
DOMImplementation
object that handles this document.
DOMImplementation
object that handles this document.
DOMString
s in the list.
data
and the substringData
method below.
-1
if
there is no column number available.
DOCTYPE
keyword.
DOCTYPE
keyword.
index
th name item in the collection.
null
if it is
unspecified.
index
th namespaceURI item in the collection.
newValue
indicates the new value of the Attr
node in DOMAttrModified events, and of the CharacterData
node in DOMCharDataModified events.
NamedNodeMap
containing the notations declared in the
DTD.
NamedNodeMap
containing the notations declared in the
DTD.
xsl:output
xsl:output
Document
object associated with this node.
Document
object associated with this node.
Document
object associated with this node.
Document
object associated with this node.
Element
node this attribute is attached to or
null
if this attribute is not in use.
null
.
null
if it is
unspecified.
prevValue
indicates the previous value of the
Attr
node in DOMAttrModified events, and of the
CharacterData
node in DOMCharDataModified events.
XSLTransformer
bean's PropertyDescriptors
DOMBuilder
bean's PropertyDescriptors
null
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.
NameList
, as described in [DOM Level 3 Core]
, of required attribute information items that must appear on this
element, or null
if this element has no context or
schema.
NameList
, as described in [DOM Level 3 Core]
, of required attribute information items that must appear on this
element, or null
if this element has no context or
schema.
root
node of the TreeWalker
, as specified
when it was created.
NodeIterator
, as specified when it
was created.
SEVERITY_WARNING
,
SEVERITY_ERROR
, or SEVERITY_FATAL_ERROR
.
true
; otherwise, it is
false
.
null
EventTarget
to which the event was
originally dispatched.
DOMString
indicating which related data is expected in
relatedData
.
null
if no URI is
available.
TreeWalker
.
LSSerializer
what types of nodes to show to the
filter.
LSParser
what types of nodes to show to the
filter.
doc
argument.
String
.
getXML
calls.
String
.
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.
initEvent
method is used to initialize the value of an
Event
created through the DocumentEvent
interface.
initMutationEvent
method is used to initialize the
value of a MutationEvent
created through the
DocumentEvent
interface.
newChild
before the existing child node
refChild
.
newChild
before the existing child node
refChild
.
newChild
before the existing child node
refChild
.
newChild
before the existing child node
refChild
.
null.
- insertXMLData(Connection, String, String, String) -
Method in class oracle.xml.dbaccess.DBAccess
- Inserts text file as a row in XML table
- insertXMLData(Connection, String, String, String) -
Method in class oracle.xml.transviewer.DBAccess
- Deprecated. Inserts text file as a row in XML table
- insertXMLTypeData(Connection, String, String, String) -
Method in class oracle.xml.xmldbaccess.XMLDBAccess
- Inserts text file as a row in an XMLType table
- inSource -
Variable in class oracle.xml.async.DOMBuilder
- InputSource containing XML data to parse
- inStream -
Variable in class oracle.xml.async.DOMBuilder
- InputStream containing XML data to parse
- inString -
Variable in class oracle.xml.async.DOMBuilder
- String containing the URL to parse XML data from
- INT -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- INTEGER_STR -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
- Basic generated type derived from DECIMAL
- INTERNAL_ERROR -
Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- internalEntityDecl(String, String) -
Method in class oracle.xml.parser.v2.DocumentBuilder
- Report an internal entity declaration.
- internalEntityDecl(String, String) -
Method in interface org.xml.sax.ext.DeclHandler
- Report an internal entity declaration.
- iNUMERIC -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
- flags for foundamental Facet and other properties
- INUSE_ATTRIBUTE_ERR -
Static variable in class org.w3c.dom.DOMException
- If an attempt is made to add an attribute that is already in use
elsewhere
- INVALID_ACCESS_ERR -
Static variable in class org.w3c.dom.DOMException
- If a parameter or an operation is not supported by the underlying
object.
- INVALID_CHARACTER_ERR -
Static variable in class org.w3c.dom.DOMException
- If an invalid or illegal character is specified, such as in a name.
- INVALID_DERIVATION -
Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- INVALID_FACET -
Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- INVALID_FACET_VALUE -
Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- INVALID_MODIFICATION_ERR -
Static variable in class org.w3c.dom.DOMException
- If an attempt is made to modify the type of the underlying object.
- INVALID_NODE_TYPE_ERR -
Static variable in class org.w3c.dom.ranges.RangeException
- If the container of an boundary-point of a Range is being set to either
a node of an invalid type or a node with an ancestor of an invalid
type.
- INVALID_NOTATION -
Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- INVALID_REGEX -
Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- INVALID_SCHEMA_NS -
Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- INVALID_STATE_ERR -
Static variable in class org.w3c.dom.DOMException
- If an attempt is made to use an object that is not, or is no longer,
usable.
- INVALID_TYPE_VALUE -
Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- invalidAttr -
Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- invalidAttrVal -
Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- invalidChars -
Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- invalidElem -
Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- invalidFixedChars -
Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- invalidNS -
Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- invalidPrefix -
Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- invalidProperty -
Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- invalidRef -
Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- invalidSubstitution -
Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- invalidTargetNS -
Static variable in interface oracle.xml.parser.schema.XSDConstantValues
-
- iORDERED -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iPATTERN -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iQNAME -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- isAbsoluteURL(String) -
Static method in class oracle.xml.xsql.XSQLUtil
-
- isAbstract() -
Method in class oracle.xml.parser.schema.XSDSimpleType
-
- isAbstract() -
Method in class oracle.xml.parser.schema.XSDElement
-
- isAbstract() -
Method in class oracle.xml.parser.schema.XSDComplexType
-
- isArrayParamName(String) -
Static method in class oracle.xml.xsql.XSQLUtil
-
- isCoalescing() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which converts CDATA nodes to Text nodes and appends it to
the adjacent (if any) Text node.
- isDocumentFlag(int) -
Method in class oracle.xml.parser.v2.XMLNode
- Returns the document flag information
- isElementDefined(String) -
Method in class oracle.xml.parser.v2.XMLElement
- Determines if
name
is defined in the schema.
- isElementDefined(String) -
Method in interface org.w3c.dom.validation.ElementEditVAL
- Determines if
name
is defined in the schema.
- isElementDefinedNS(String, String) -
Method in class oracle.xml.parser.v2.XMLElement
- Determines if
name
in this namespace is defined in the
current context.
- isElementDefinedNS(String, String) -
Method in interface org.w3c.dom.validation.ElementEditVAL
- Determines if
name
in this namespace is defined in the
current context.
- isEmpty() -
Method in class oracle.xml.util.Queue
-
- isErrorSignalled() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
- Returns true if processing error has occurred during this request
- isErrorSignalled() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Returns true if processing error has occurred during this request
- isExpandEntityReferences() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which expand entity reference nodes.
- isFirstNameChar(char) -
Static method in class oracle.xml.util.XMLUtil
- return true if character can be part of a name
- isFixed(boolean) -
Method in class oracle.xml.parser.schema.XSDConstrainingFacet
-
- isForceSpecified() -
Method in class oracle.xml.pipeline.controller.PipelineProcessor
- Has force been specified for pipeline execution
- isFull() -
Method in class oracle.xml.util.Queue
-
- isIgnoreElementContentWhitespace() -
Method in class oracle.xml.jaxp.JXDocumentBuilderFactory
-
- isIgnoringComments() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which ignores comments.
- isIgnoringElementContentWhitespace() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which ignore ignorable whitespace in element content.
- isIncludedRequest() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
- Returns true if this request is being included in another.
- isIncludedRequest() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Returns true if this request is being included in another.
- isNameChar(char) -
Static method in class oracle.xml.util.XMLUtil
- return true if character can be part of a name
- isNamespaceAware() -
Method in class oracle.xml.parser.v2.NodeFactory
- Check if the NodeFactory is namespace aware
If TRUE, createElementNS(localName, prefix, namespaceURI) and
createAttributeNS(localName, prefix, namespaceURI, value) functions
will be used to create Element and Attr nodes.
- isNamespaceAware() -
Method in class oracle.xml.jaxp.JXSAXParser
- Indicates whether or not this parser is configured to
understand namespaces.
- isNamespaceAware() -
Method in class oracle.xml.jaxp.JXDocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which are namespace aware.
- isNamespaceAware() -
Method in class oracle.xml.jaxp.JXDocumentBuilder
- Indicates whether or not this parser is configured to
understand namespaces.
- isNamespaceAware() -
Method in class javax.xml.parsers.SAXParserFactory
- Indicates whether or not the factory is configured to produce
parsers which are namespace aware.
- isNamespaceAware() -
Method in class javax.xml.parsers.SAXParser
- Indicates whether or not this parser is configured to
understand namespaces.
- isNamespaceAware() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which are namespace aware.
- isNamespaceAware() -
Method in class javax.xml.parsers.DocumentBuilder
- Indicates whether or not this parser is configured to
understand namespaces.
- isNillable() -
Method in class oracle.xml.parser.schema.XSDElement
- check if element is nillable
- isNmtokenChar(char) -
Static method in class oracle.xml.util.XMLUtil
- return true if character can be part of a NMTOKEN
- isNodeFlag(int) -
Method in class oracle.xml.parser.v2.XMLNode
- Returns the node flag information
- isNodeType(int) -
Method in class oracle.xml.parser.schema.XSDNode
- Checks if the node is of the give type
- isNullable() -
Method in class oracle.xml.parser.schema.XSDElement
- Deprecated. change to isNillable
- isOracleDriver() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
- Returns true if the current connection uses the Oracle JDBC Driver
- isOracleDriver() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Returns true if the current connection uses the Oracle JDBC Driver
- isOracleDriver() -
Method in class oracle.xml.xsql.XSQLConnection
-
- isRequired() -
Method in class oracle.xml.parser.schema.XSDAttribute
- Check if the attribute is required
- isSimpleContent() -
Method in class oracle.xml.parser.schema.XSDComplexType
-
- isSpecified(int) -
Method in class oracle.xml.parser.v2.SAXAttrList
- Look up if an attribute is specified by index.
- isSupported(String, String) -
Method in class oracle.xml.parser.v2.XMLNode
- Tests whether the DOM implementation implements a specific feature and
that feature is supported by this node.
- isSupported(String, String) -
Method in interface org.w3c.dom.Node
- Tests whether the DOM implementation implements a specific feature and
that feature is supported by this node.
- iSTRING -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- isUseOutputStream() -
Method in class oracle.xml.xsql.XSQLPageRequestImpl
-
- isUseOutputStream() -
Method in interface oracle.xml.xsql.XSQLPageRequest
- Returns true if request is using an output stream
instead of a PrintWriter
- isValidating() -
Method in class oracle.xml.jaxp.JXSAXParser
- Indicates whether or not this parser is configured to
validate XML documents.
- isValidating() -
Method in class oracle.xml.jaxp.JXDocumentBuilder
- Indicates whether or not this parser is configured to
validate XML documents.
- isValidating() -
Method in class javax.xml.parsers.SAXParserFactory
- Indicates whether or not the factory is configured to produce
parsers which validate the XML content during parse.
- isValidating() -
Method in class javax.xml.parsers.SAXParser
- Indicates whether or not this parser is configured to
validate XML documents.
- isValidating() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which validate the XML content during parse.
- isValidating() -
Method in class javax.xml.parsers.DocumentBuilder
- Indicates whether or not this parser is configured to
validate XML documents.
- isValidating() -
Method in interface javax.xml.bind.Unmarshaller
- Indicates whether or not the Unmarshaller is configured to
validate during unmarshal operations.
- isWhiteSpace(char[], int, int) -
Static method in class oracle.xml.util.XMLUtil
- return true if character array is whitespace chars
- isWhiteSpaceChar(char) -
Static method in class oracle.xml.util.XMLUtil
- return true if character is whitespace
- isWhiteSpaceNode() -
Method in class oracle.xml.parser.v2.XMLText
- Check if the text node is a whitespace node
- isWhitespaceOnly() -
Method in class oracle.xml.parser.v2.XMLText
- Determines if data is only whitespace.
- isWhitespaceOnly() -
Method in interface org.w3c.dom.validation.CharacterDataEditVAL
- Determines if data is only whitespace.
- isXMLPropertyReadOnly(String) -
Method in class oracle.xml.parser.v2.XMLParser
- Check is the property is read-only
Returns true if the property is not supported
- isXMLPropertySupported(String) -
Method in class oracle.xml.parser.v2.XMLParser
- Check is the property is supported
- isXMLTable(Connection, String) -
Method in class oracle.xml.dbaccess.DBAccess
- Check if the table is XML table.
- isXMLTable(Connection, String) -
Method in class oracle.xml.transviewer.DBAccess
- Deprecated. Check if the table is XML table.
- isXMLTypeTable(Connection, String) -
Method in class oracle.xml.xmldbaccess.XMLDBAccess
- Check if the table is an XMLType table.
- item(int) -
Method in interface org.w3c.dom.DOMStringList
- Returns the
index
th item in the collection.
- item(int) -
Method in interface org.w3c.dom.NodeList
- Returns the
index
th item in the collection.
- item(int) -
Method in interface org.w3c.dom.NamedNodeMap
- Returns the
index
th item in the map.
- iTIME -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iTOTAL_DIGITS -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
- iWHITESPACE -
Static variable in interface oracle.xml.parser.schema.XSDTypeConstants
-
Result
implementation
that unmarshals a JAXB object.
Source
implementation
that marshals a JAXB-generated object.
Source
for the given content object.
Source
for the given content object.
org.xml.sax.XMLReader
implementation class. getXML()/code> call.
TreeWalker
to the last visible child of the
current node, and returns the new node.
LSParserFilter
s 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. LSSerializerFilter
s provide applications the ability to
examine nodes as they are being serialized and decide what nodes should
be serialized or not. MAXROWS_ALL
instead
0
instead
LSParser
.
LSParser
.
Attr
was modified in place.
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, without
defining or constraining how this collection is implemented. SAXParserFactory
.
DocumentBuilderFactory
.
TransformerFactory
.
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
interface is the primary datatype for the entire
Document Object Model. Node
interface, with methods for guided document editing.
Iterators
are used to step through a set of nodes, e.g. the
set of nodes in a NodeList
, the document subtree governed by
a particular Node
, the results of a query, or any other set
of nodes. NodeList
interface provides the abstraction of an ordered
collection of nodes, without defining or constraining how this collection
is implemented. valType
.
valType
.
valType
.
valType
.
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.
Notation
.
OracleXMLQuery
object.
OracleXMLSave
class.
OracleXMLSQLException
class is the generic runtime
exception thrown by the XSU.OracleXMLSQLException
object.
OracleXMLSQLException
object.
OracleXMLSQLException
object.
OracleXMLSQLException
object.
OracleXMLSQLException
object.
OracleXMLSQLException
object.
OracleXMLSQLException
object.
OracleXMLSQLException
object.
OracleXMLSQLNoRowsException
class represents the
runtime exception thrown when no rows are returned by a query when
using the XSU.org.xml.sax.helpers.DefaultHandler
.
org.xml.sax.HandlerBase
.
org.xml.sax.InputSource
as XML using the specified
org.xml.sax.helpers.DefaultHandler
.
org.xml.sax.InputSource
as XML using the specified
org.xml.sax.helpers.DefaultHandler
.
org.xml.sax.InputSource
as XML using the specified
org.xml.sax.HandlerBase
.
java.io.InputStream
instance as XML using the specified
org.xml.sax.helpers.DefaultHandler
.
java.io.InputStream
instance as XML using the specified
org.xml.sax.helpers.DefaultHandler
.
java.io.InputStream
instance as XML using the specified
org.xml.sax.helpers.DefaultHandler
.
java.io.InputStream
instance as XML using the specified
org.xml.sax.helpers.DefaultHandler
.
java.io.InputStream
instance as XML using the specified
org.xml.sax.HandlerBase
.
java.io.InputStream
instance as XML using the specified
org.xml.sax.HandlerBase
.
java.io.InputStream
instance as XML using the specified
org.xml.sax.HandlerBase
.
LSInput
.
org.xml.sax.helpers.DefaultHandler
.
org.xml.sax.HandlerBase
.
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.
TreeWalker
to the previous visible node in
document order relative to the current node, and returns the new
node.
NodeIterator
backwards in the set.
TreeWalker
to the previous sibling of the
current node, and returns the new node.
XMLAttr
node
XMLAttr
node
XMLElement
XMLElement
XMLCDATA
node
XMLCDATA
node
XMLNode
XMLNode
XMLComment
node
XMLComment
node
DTD
.
DTD
.
XMLDocument
.
XMLDocument
.
XMLDocumentFragment
object.
XMLDocumentFragment
object.
PrintDriver
defines methods used to print XML
documents represented as DOM trees.XMLElement
.
XMLElement
.
XMLEntityReference
node
XMLEntityReference
node
XMLPI
node
XMLPI
node
Throwable
and its backtrace to the
standard error stream.
Throwable
and its backtrace to the
specified print stream.
Throwable
and its backtrace to the specified
print writer.
XMLText
node
XMLText
node
ProcessingInstruction
.
ProcessingInstruction
interface represents a "processing
instruction", used in XML as a way to keep processor-specific information
in the text of the document.
RangeException
as specified in
their method descriptions.
Attr
was just removed.
oldChild
from the list
of children, and returns it.
oldChildArg
from the
list of children, and returns it.
oldChild
from the list
of children, and returns it.
oldChild
with newChild
in the list of children, and returns the oldChild
node.
oldChild
with newChild
in the list of children, and returns the oldChild
node.
oldChildArg
with
newChildArg
in the list of children, and returns the
oldChildArg
node.
oldChild
with newChild
in the list of children, and returns the oldChild
node.
ROW
elements.
ROWIDATTR
.
AttributeList
interface and
also provides Namespace support. org.xml.sax.XMLReader
implementation class. systemId
to an absolute URI.
EntityResolver
to be used to resolve
entities present in the XML document to be parsed.
EntityResolver
to be used to resolve
entities present in the XML document to be parsed.
ErrorHandler
to be used to resolve
entities present in the XML document to be parsed.
ErrorHandler
to be used to resolve
entities present in the XML document to be parsed.
getXMLErrorString
and
getXMLSQLErrorString
methods to generate XML error
reports.
UPDATE
and
DELETE
operations.
nodeName
attribute.
namespaceURI
and
localName
.
OracleXMLNoRowsException
if the generated XML
document is empty.
setStylesheetHeader
instead.
setStylesheetHeader
instead.
INSERT
and
UPDATE
operations.
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.
0
instead
0
instead
Text
node into two Text nodes at specified offset,
so they are both siblings, and the node only contains content up to the
offset.
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.
stopPropagation
method is used prevent further
propagation of an event during event flow.
Text
interface inherits from CharacterData
and represents the textual content (termed character data in XML) of an
Element
or Attr
. Text
node.
TransformerConfigurationException
with no
detail mesage.
TransformerConfigurationException
with
the String
specified as an error message.
TransformerConfigurationException
with the
given Exception
base cause and detail message.
TransformerConfigurationException
with a
given Exception
base cause of the error.
TransformerFactoryConfigurationError
with no
detail mesage.
TransformerFactoryConfigurationError
with a
given Exception
base cause of the error.
TransformerFactoryConfigurationError
with the
given Exception
base cause and detail message.
TransformerFactoryConfigurationError
with
the String
specified as an error 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). Event
's type was not specified by initializing the
event before the method was called.
setUserData
the application can provide a handler that gets called when the node the
object is associated to is being cloned, imported, or renamed. TRUE
value for the flag
parameter.
ValidationEventHandler
implementation that collects all events.
LSSerializer
interface.
LSSerializer
interface.
LSSerializer.write
was called with a LSOutput
with no encoding specified
and LSOutput.systemId
set to the uri
argument.
org.xml.sax.DocumentHandler
interface. XMLDOMException
exception with a specified
message and a code.
XMLDOMException
exception with a specified
message and a code.
Element
InterfaceEntity
interface and represens
an XML internal or external entity as defined in the XML
Document Type Definition (DTD). EntityReference
interface.Node
interface and serves as the primary
datatype for the entire Document Object Model. XMLNode
Notation
interface and represents
a notation declared in the Document Type Definition.DOMParser
and SAXParser
classes. XMLPrintDriver
implements PrintDriver
interface.XSLStylesheet
objects and to transform an input XML document using a previously
constructed XSLStylesheet
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |