API Docs for SAX and DOM
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
File Members
DOM_Attr Member List
This is the complete list of members for
DOM_Attr
, including all inherited members.
appendChild
(const DOM_Node &newChild)
ATTRIBUTE_NODE
enum value
CDATA_SECTION_NODE
enum value
CharacterDataImpl
class
[friend]
cloneNode
(bool deep) const
COMMENT_NODE
enum value
DOCUMENT_FRAGMENT_NODE
enum value
DOCUMENT_NODE
enum value
DOCUMENT_TYPE_NODE
enum value
DocumentImpl
class
[friend]
DOM_Attr
()
DOM_Attr
(const DOM_Attr &other)
DOM_Attr
(AttrImpl *attr)
[protected]
DOM_Document
class
[friend]
DOM_Element
class
[friend]
DOM_Entity
class
[friend]
DOM_NamedNodeMap
class
[friend]
DOM_Node
()
DOM_Node
(const DOM_Node &other)
DOM_Node
(NodeImpl *)
[protected]
DOM_NodeList
class
[friend]
DOMParser
class
[friend]
ELEMENT_NODE
enum value
ENTITY_NODE
enum value
ENTITY_REFERENCE_NODE
enum value
fImpl
[protected]
getAttributes
() const
getChildNodes
() const
getFirstChild
() const
getLastChild
() const
getLocalName
() const
getName
() const
getNamespaceURI
() const
getNextSibling
() const
getNodeName
() const
getNodeType
() const
getNodeValue
() const
getOwnerDocument
() const
getOwnerElement
() const
getParentNode
() const
getPrefix
() const
getPreviousSibling
() const
getSpecified
() const
getUserData
() const
getValue
() const
hasChildNodes
() const
insertBefore
(const DOM_Node &newChild, const DOM_Node &refChild)
isNull
() const
NodeIteratorImpl
class
[friend]
NodeType
enum name
normalize
()
NOTATION_NODE
enum value
operator!=
(const DOM_Node & other) const
operator!=
(const DOM_NullPtr * other) const
operator=
(const DOM_Attr &other)
operator=
(const DOM_NullPtr *val)
DOM_Node::operator=
(const DOM_Node &other)
operator==
(const DOM_Node & other) const
operator==
(const DOM_NullPtr *other) const
PROCESSING_INSTRUCTION_NODE
enum value
RangeImpl
class
[friend]
removeChild
(const DOM_Node &oldChild)
replaceChild
(const DOM_Node &newChild, const DOM_Node &oldChild)
setNodeValue
(const DOMString &nodeValue)
setPrefix
(const DOMString &prefix)
setUserData
(void *p)
setValue
(const DOMString &value)
supports
(const DOMString &feature, const DOMString &version) const
TEXT_NODE
enum value
TreeWalkerImpl
class
[friend]
XML_DECL_NODE
enum value
~DOM_Attr
()
~DOM_Node
()
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.