Base Framework
|
This is the complete list of members for Document, including all inherited members.
appendChild(Node child) | Node | |
ATTRIBUTE_DECL_NODE enum value (defined in Node) | Node | |
ATTRIBUTE_NODE enum value (defined in Node) | Node | |
CDATA_SECTION_NODE enum value (defined in Node) | Node | |
cloneNode(bool deep) | Node | |
COMMENT_NODE enum value (defined in Node) | Node | |
createAndSetDocumentType(const String &qualifiedName, const String &publicId, const String &systemId) | Document | |
createAttribute(const String &name) | Document | |
createAttribute(const String &name, const String &value) | Document | |
createAttributeNS(const String &namespaceURI, const String &qualifiedName) | Document | |
createCDATASection(const String &data) | Document | |
createComment(const String &data) | Document | |
createDocumentFragment() | Document | |
createElement(const String &name) | Document | |
createElementNS(const String &namespaceURI, const String &qualifiedName) | Document | |
createEntityReference(const String &name) | Document | |
createProcessingInstruction(const String &target, const String &data) | Document | |
createText(const String &data) | Document | |
destroy() | Document | |
Document(void *context) noexcept | Document | inlineprotected |
Document() | Document | |
Document(ShadowDocument document) noexcept | Document | inline |
DOCUMENT_FRAGMENT_NODE enum value (defined in Node) | Node | |
DOCUMENT_NODE enum value (defined in Node) | Node | |
DOCUMENT_TYPE_NODE enum value (defined in Node) | Node | |
doXIncludeSubstitution() | Document | |
ELEMENT_DECL_NODE enum value (defined in Node) | Node | |
ELEMENT_NODE enum value (defined in Node) | Node | |
ENTITY_DECL_NODE enum value (defined in Node) | Node | |
ENTITY_NODE enum value (defined in Node) | Node | |
ENTITY_REFERENCE_NODE enum value (defined in Node) | Node | |
getContext() noexcept | Node | inlineprotected |
getContext() const noexcept | Node | inlineprotected |
getDocumentElement() noexcept | Document | |
getDocumentType() noexcept | Document | |
getElementById(const String &elementId) | Document | |
getFirstChild() const | Node | |
getImplementation() noexcept | Document | |
getLastChild() const | Node | |
getLocalName() const noexcept | Node | |
getName() const | Node | |
getNamespaceURI() const noexcept | Node | |
getNextSibling() const noexcept | Node | |
getOwnerDocument() noexcept | Node | |
getParent() const noexcept | Node | |
getPrefix() const | Node | |
getPreviousSibling() const noexcept | Node | |
getType() const | Node | |
getValue() const | Node | |
getXPath(const String &xpath, const PrefixNamespace &namespaces=PrefixNamespace()) | Document | |
hasAttributes() const noexcept | Node | |
hasChildNodes() const | Node | |
hasSameOwner(const Node &node) const noexcept | Node | |
importNode(Node importedNode, bool deep) | Document | |
insertBefore(Node newChild, Node refChild) | Node | |
isAncestor(const Node &node) const noexcept | Node | |
isInvalid() const noexcept | Node | inline |
isSame(const Node &node) const noexcept | Node | inline |
isSupported(const String &feature, const String &version) const noexcept | Node | |
isUnlinked() const noexcept | Node | |
isValid() const noexcept | Node | inline |
Node(void *_context) noexcept | Node | inlineprotected |
Node() noexcept | Node | inline |
Node(const Node ©) noexcept | Node | inline |
NodeType enum name | Node | |
normalize() | Node | |
NOTATION_NODE enum value (defined in Node) | Node | |
operator bool() const noexcept | Node | inline |
operator=(const Node &assign) noexcept | Node | inline |
operator==(const Node &node) const noexcept | Node | inline |
PrefixNamespace typedef | Document | |
PROCESSING_INSTRUCTION_NODE enum value (defined in Node) | Node | |
removeChild(Node child) | Node | |
replaceChild(Node newChild, Node oldChild) | Node | |
save(const String &filename) | Document | |
selectSingleNode(const String &xpath, const PrefixNamespace &namespaces=PrefixNamespace()) | Document | |
setPrefix(const String &prefix) | Node | |
setValue(const String &value) | Node | |
TEXT_NODE enum value (defined in Node) | Node | |
validate() const | Document | |
validate(Node node) const | Document | |
~Node() noexcept | Node |