|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
newChild
to the end of the list of children
of this node.
newChild
to the end of the list of children
of this node.
Attr
interface represents an attribute in an
Element
object.Attr
.
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 '
<!--
' and ending '-->
'.Comment
.
Connection.commit()
Attr
of the given name.
Attr
of the given name.
CDATASection
node whose value is the specified
string.
CDATASection
node whose value is the specified
string.
Comment
node given the specified string.
Comment
node given the specified string.
Document
object of the specified type with
its document element.
Document
object of the specified type with
its document element.
DocumentFragment
object.
DocumentFragment
object.
DocumentType
node.
DocumentType
node.
EntityReference
object.
EntityReference
object.
ProcessingInstruction
node given the specified
name and data strings.
ProcessingInstruction
node given the specified
name and data strings.
Text
node given the specified string.
Text
node given the specified string.
Attr
interface represents an attribute in an
Element
object.NamedNodeMap
interface are used to
represent collections of nodes that can be accessed by name.DBAttrNodeMap
associated with a DBElement
CharacterData
interface extends Node with a set of
attributes and methods for accessing character data in the DOM.NodeList
interface provides the abstraction of an ordered
collection of nodes, without defining or constraining how this collection
is implemented.DBChildNodeList
associated with a DBNode
CharacterData
and represents the
content of a comment, i.e., all the characters between the starting '
<!--
' and ending '-->
'.Document
interface represents the entire HTML or XML
document.NamedNodeMap
interface are used to
represent collections of nodes that can be accessed by name.DBDocumentNodeMap
associated with a DBDOMImplementation
Document
has a doctype
attribute whose value
is either null
or a DocumentType
object.DOMException is a generic exception thrown by DBDOM objects- DBDOMException() -
Constructor for class il.co.iter.dbdom.DBDOMException
- Constructs a
DBDOMException
with no specified
detailed message.
- DBDOMException(String) -
Constructor for class il.co.iter.dbdom.DBDOMException
- Constructs a
DBDOMException
with a specified
detailed message.
- dbDomImplementation -
Variable in class il.co.iter.dbdom.DBNode
-
- DBDOMImplementation - class il.co.iter.dbdom.DBDOMImplementation.
- The
DOMImplementation
interface provides a number of methods
for performing operations that are independent of any particular instance
of the document object model. - DBDOMImplementation(Connection) -
Constructor for class il.co.iter.dbdom.DBDOMImplementation
- Constructs a client connection to a DOM stored in a DBDOM database.
- DBDOMParser - class il.co.iter.dbdom.parsers.DBDOMParser.
-
- DBDOMParser(DBDocument) -
Constructor for class il.co.iter.dbdom.parsers.DBDOMParser
- Calls super(), then sets DocumentClassName to
DBDOMParser.DEFAULT_DOCUMENT_CLASS_NAME
- DBDOMSpException - exception il.co.iter.dbdom.DBDOMSpException.
DOMSpException
is thrown if a stored procedure does not
return a result set that is specified in DBDOM.- DBDOMSpException() -
Constructor for class il.co.iter.dbdom.DBDOMSpException
- Constructs a
DBDOMSpException
with a default message.
- DBDOMSpException(String) -
Constructor for class il.co.iter.dbdom.DBDOMSpException
- Constructs a
DBDOMSpException
with the name of the offending
SP in the message.
- DBDOMSqlException - exception il.co.iter.dbdom.DBDOMSqlException.
DOMSqlException
is thrown when an error occures in a
JDBC connection other than a DOMException.- DBDOMSqlException(SQLException) -
Constructor for class il.co.iter.dbdom.DBDOMSqlException
- Constructs a
DBDOMSqlException
with no specified
detailed message.
- DBDOMSqlException(String, SQLException) -
Constructor for class il.co.iter.dbdom.DBDOMSqlException
- Constructs a
DBDOMSqlException
with a specified
detailed message.
- DBElement - class il.co.iter.dbdom.DBElement.
- The
Element
interface represents an element in an HTML or XML
document. - DBElement(DBDOMImplementation, long) -
Constructor for class il.co.iter.dbdom.DBElement
- Calls super(dbDomImplementation, id)
- DBNode - class il.co.iter.dbdom.DBNode.
- The
Node
interface is the primary datatype for the entire
Document Object Model. - DBNode(DBDOMImplementation, long) -
Constructor for class il.co.iter.dbdom.DBNode
- Constructs a client representation of a DBDOM Node.
- DBProcessingInstruction - class il.co.iter.dbdom.DBProcessingInstruction.
- The
ProcessingInstruction
interface represents a "processing
instruction", used in XML as a way to keep processor-specific information
in the text of the document. - DBProcessingInstruction(DBDOMImplementation, long) -
Constructor for class il.co.iter.dbdom.DBProcessingInstruction
- Calls super(dbDomImplementation, id)
- DBText - class il.co.iter.dbdom.DBText.
- The
Text
interface inherits from CharacterData
and represents the textual content (termed character data in XML) of an
Element
or Attr
. - DBText(DBDOMImplementation, long) -
Constructor for class il.co.iter.dbdom.DBText
- Calls super(dbDomImplementation, id)
- DEFAULT_DOCUMENT_CLASS_NAME -
Static variable in class il.co.iter.dbdom.parsers.DBDOMParser
- Default programmatic document class name (org.apache.xerces.dom.DocumentImpl)
- deleteData(int, int) -
Method in class il.co.iter.dbdom.DBCharacterData
- Not Implemented
Remove a range of 16-bit units from the node.
- deleteData(int, int) -
Method in interface org.w3c.dom.CharacterData
- Remove a range of 16-bit units from the node.
- Document - interface org.w3c.dom.Document.
- The
Document
interface represents the entire HTML or XML
document. - DOCUMENT_FRAGMENT_NODE -
Static variable in interface org.w3c.dom.Node
- The node is a
DocumentFragment
.
- DOCUMENT_NODE -
Static variable in interface org.w3c.dom.Node
- The node is a
Document
.
- DOCUMENT_TYPE_NODE -
Static variable in interface org.w3c.dom.Node
- The node is a
DocumentType
.
- DocumentFragment - interface org.w3c.dom.DocumentFragment.
DocumentFragment
is a "lightweight" or "minimal"
Document
object.- DocumentType - interface org.w3c.dom.DocumentType.
- Each
Document
has a doctype
attribute whose value
is either null
or a DocumentType
object. - DOMException - exception org.w3c.dom.DOMException.
- DOM operations only raise exceptions in "exceptional" circumstances, i.e.,
when an operation is impossible to perform (either for logical reasons,
because data is lost, or because the implementation has become unstable).
- DOMException(short, String) -
Constructor for class org.w3c.dom.DOMException
-
- DOMImplementation - interface org.w3c.dom.DOMImplementation.
- The
DOMImplementation
interface provides a number of methods
for performing operations that are independent of any particular instance
of the document object model. - DOMSTRING_SIZE_ERR -
Static variable in class org.w3c.dom.DOMException
- If the specified range of text does not fit into a DOMString
Element
interface represents an element in an HTML or XML
document.Element
.
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.Attr
node by local name and namespace URI.
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.
Connection.getAutoCommit()
NodeList
that contains all children of this node.
NodeList
that contains all children of this node.
DBDOMImplementation
that is responsible for this
Node.
DocumentType
)
associated with this document.
DocumentType
)
associated with this document.
Element
whose ID
is given by
elementId
.
Element
whose ID
is given by
elementId
.
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 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 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 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.
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 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.
DOMImplementation
object that handles this document.
DOMImplementation
object that handles this document.
data
and the substringData
method below.
data
and the substringData
method below.
DOCTYPE
keyword.
DOCTYPE
keyword.
null
if it is
unspecified.
null
if it is
unspecified.
NamedNodeMap
containing the notations declared in the
DTD.
NamedNodeMap
containing the notations declared in the
DTD.
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.
Element
node this attribute is attached to or
null
if this attribute is not in use.
null
if it is
unspecified.
null
if it is
unspecified.
true
; otherwise, it is
false
.
true
; otherwise, it is
false
.
SQLException
was
caused by DOMExeption in the database.
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 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.
true
when an attribute with a given local name and
namespace URI is specified on this element or has a default value,
false
otherwise.
newChild
before the existing child node
refChild
.
newChild
before the existing child node
refChild
.
index
th item in the map.
index
th item in the map.
index
th item in the collection.
index
th item in the collection.
index
th item in the map.
NamedNodeMap
interface are used to
represent collections of nodes that can be accessed by name.Node
interface is the primary datatype for the entire
Document Object Model.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.
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
.
System.err
.
ProcessingInstruction
.
ProcessingInstruction
interface represents a "processing
instruction", used in XML as a way to keep processor-specific information
in the text of the document.oldChild
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.
Connection.rollback()
Connection.setAutoCommit(boolean)
nodeName
attribute.
nodeName
attribute.
nodeName
attribute.
namespaceURI
and
localName
.
namespaceURI
and
localName
.
namespaceURI
and
localName
.
offset
,
keeping both in the tree as siblings.
offset
,
keeping both in the tree as siblings.
Text
interface inherits from CharacterData
and represents the textual content (termed character data in XML) of an
Element
or Attr
.Text
node.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |