API Docs for SAX and DOM
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
File Members
DOM_DocumentType Member List
This is the complete list of members for
DOM_DocumentType
, 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_DocumentType
()
DOM_DocumentType
(int nullPointer)
DOM_DocumentType
(const DOM_DocumentType &other)
DOM_DocumentType
(DocumentTypeImpl *)
[protected]
DOM_DOMImplementation
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
getEntities
() const
getFirstChild
() const
getInternalSubset
() const
getLastChild
() const
getLocalName
() const
getName
() const
getNamespaceURI
() const
getNextSibling
() const
getNodeName
() const
getNodeType
() const
getNodeValue
() const
getNotations
() const
getOwnerDocument
() const
getParentNode
() const
getPrefix
() const
getPreviousSibling
() const
getPublicId
() const
getSystemId
() const
getUserData
() 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_DocumentType &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_DocumentType
()
~DOM_Node
()
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.