DOMEntityReference

Constructors

this
this(WebKitDOMEntityReference* webKitDOMEntityReference, bool ownedRef)

Sets our main struct and passes it to the parent class.

Members

Functions

getDOMEntityReferenceStruct
WebKitDOMEntityReference* getDOMEntityReferenceStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Static functions

getType
GType getType()

Variables

webKitDOMEntityReference
WebKitDOMEntityReference* webKitDOMEntityReference;

the main Gtk struct

Inherited Members

From DOMNode

webKitDOMNode
WebKitDOMNode* webKitDOMNode;

the main Gtk struct

getDOMNodeStruct
WebKitDOMNode* getDOMNodeStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

__anonymous
mixin DOMEventTargetT!(WebKitDOMNode)
Undocumented in source.
getType
GType getType()
forJsValue
DOMNode forJsValue(Value value)

Get the #WebKitDOMNode for the DOM node referenced by @value.

appendChild
DOMNode appendChild(DOMNode newChild)
cloneNodeWithError
DOMNode cloneNodeWithError(bool deep)
compareDocumentPosition
ushort compareDocumentPosition(DOMNode other)
contains
bool contains(DOMNode other)
getBaseUri
string getBaseUri()
getChildNodes
DOMNodeList getChildNodes()
getFirstChild
DOMNode getFirstChild()
getLastChild
DOMNode getLastChild()
getLocalName
string getLocalName()
getNamespaceUri
string getNamespaceUri()
getNextSibling
DOMNode getNextSibling()
getNodeName
string getNodeName()
getNodeType
ushort getNodeType()
getNodeValue
string getNodeValue()
getOwnerDocument
DOMDocument getOwnerDocument()
getParentElement
DOMElement getParentElement()
getParentNode
DOMNode getParentNode()
getPrefix
string getPrefix()
getPreviousSibling
DOMNode getPreviousSibling()
getTextContent
string getTextContent()
hasChildNodes
bool hasChildNodes()
insertBefore
DOMNode insertBefore(DOMNode newChild, DOMNode refChild)
isDefaultNamespace
bool isDefaultNamespace(string namespaceURI)
isEqualNode
bool isEqualNode(DOMNode other)
isSameNode
bool isSameNode(DOMNode other)
isSupported
bool isSupported(string feature, string version_)
lookupNamespaceUri
string lookupNamespaceUri(string prefix)
lookupPrefix
string lookupPrefix(string namespaceURI)
normalize
void normalize()
removeChild
DOMNode removeChild(DOMNode oldChild)
replaceChild
DOMNode replaceChild(DOMNode newChild, DOMNode oldChild)
setNodeValue
void setNodeValue(string value)
setPrefix
void setPrefix(string value)
setTextContent
void setTextContent(string value)

Meta