API Docs for SAX and DOM
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
File Members
DOM_XMLDecl Member List
This is the complete list of members for
DOM_XMLDecl
, 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_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_XMLDecl
()
DOM_XMLDecl
(const DOM_XMLDecl &other)
DOM_XMLDecl
( XMLDeclImpl *impl)
[protected]
DOMParser
class
[friend]
ELEMENT_NODE
enum value
ENTITY_NODE
enum value
ENTITY_REFERENCE_NODE
enum value
fImpl
[protected]
getAttributes
() const
getChildNodes
() const
getEncoding
() const
getFirstChild
() const
getLastChild
() const
getLocalName
() const
getNamespaceURI
() const
getNextSibling
() const
getNodeName
() const
getNodeType
() const
getNodeValue
() const
getOwnerDocument
() const
getParentNode
() const
getPrefix
() const
getPreviousSibling
() const
getStandalone
() const
getUserData
() const
getVersion
() 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_XMLDecl &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)
supports
(const DOMString &feature, const DOMString &version) const
TEXT_NODE
enum value
TreeWalkerImpl
class
[friend]
XML_DECL_NODE
enum value
~DOM_Node
()
~DOM_XMLDecl
()
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.