API Docs for SAX and DOM
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
File Members
DOM_Text Member List
This is the complete list of members for
DOM_Text
, including all inherited members.
appendChild
(const DOM_Node &newChild)
appendData
(const DOMString &arg)
ATTRIBUTE_NODE
enum value
CDATA_SECTION_NODE
enum value
CharacterDataImpl
class
[friend]
cloneNode
(bool deep) const
COMMENT_NODE
enum value
deleteData
(unsigned int offset, unsigned int count)
DOCUMENT_FRAGMENT_NODE
enum value
DOCUMENT_NODE
enum value
DOCUMENT_TYPE_NODE
enum value
DocumentImpl
class
[friend]
DOM_CharacterData
()
DOM_CharacterData
(const DOM_CharacterData &other)
DOM_CharacterData
(CharacterDataImpl *impl)
[protected]
DOM_Document
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]
DOM_Text
()
DOM_Text
(const DOM_Text &other)
DOM_Text
(TextImpl *)
[protected]
DOMParser
class
[friend]
ELEMENT_NODE
enum value
ENTITY_NODE
enum value
ENTITY_REFERENCE_NODE
enum value
fImpl
[protected]
getAttributes
() const
getChildNodes
() const
getData
() const
getFirstChild
() const
getLastChild
() const
getLength
() const
getLocalName
() const
getNamespaceURI
() const
getNextSibling
() const
getNodeName
() const
getNodeType
() const
getNodeValue
() const
getOwnerDocument
() const
getParentNode
() const
getPrefix
() const
getPreviousSibling
() const
getUserData
() const
hasChildNodes
() const
insertBefore
(const DOM_Node &newChild, const DOM_Node &refChild)
insertData
(unsigned int offset, const DOMString &arg)
isIgnorableWhitespace
()
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_Text &other)
operator=
(const DOM_NullPtr *val)
DOM_CharacterData::operator=
(const DOM_CharacterData &other)
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)
replaceData
(unsigned int offset, unsigned int count, const DOMString &arg)
setData
(const DOMString &data)
setNodeValue
(const DOMString &nodeValue)
setPrefix
(const DOMString &prefix)
setUserData
(void *p)
splitText
(unsigned int offset)
substringData
(unsigned int offset, unsigned int count) const
supports
(const DOMString &feature, const DOMString &version) const
TEXT_NODE
enum value
TreeWalkerImpl
class
[friend]
XML_DECL_NODE
enum value
~DOM_CharacterData
()
~DOM_Node
()
~DOM_Text
()
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.