|
String * | get_data () |
|
void | set_data (const String &) |
|
double | get_length () |
|
void | appendData (const String &arg) |
|
void | deleteData (double offset, double count) |
|
void | insertData (double offset, const String &arg) |
|
void | replaceData (double offset, double count, const String &arg) |
|
String * | substringData (double offset, double count) |
|
CharacterData * | get_prototype () |
|
void | set_prototype (CharacterData *) |
|
| CharacterData () |
|
String * | get_baseURI () |
|
NodeListOf< Node > * | get_childNodes () |
|
Node * | get_firstChild () |
|
bool | get_isConnected () |
|
Node * | get_lastChild () |
|
String * | get_localName () |
|
String * | get_namespaceURI () |
|
Node * | get_nextSibling () |
|
String * | get_nodeName () |
|
double | get_nodeType () |
|
String * | get_nodeValue () |
|
void | set_nodeValue (const String &) |
|
Document * | get_ownerDocument () |
|
HTMLElement * | get_parentElement () |
|
Node * | get_parentNode () |
|
Node * | get_previousSibling () |
|
String * | get_textContent () |
|
void | set_textContent (const String &) |
|
Node * | appendChild (Node *newChild) |
|
Node * | cloneNode () |
|
Node * | cloneNode (bool deep) |
|
double | compareDocumentPosition (Node *other) |
|
bool | contains (Node *child) |
|
bool | hasChildNodes () |
|
Node * | insertBefore (Node *newChild, Node *refChild) |
|
bool | isDefaultNamespace (const String &namespaceURI) |
|
bool | isEqualNode (Node *arg) |
|
bool | isSameNode (Node *other) |
|
String * | lookupNamespaceURI (const String &prefix) |
|
String * | lookupPrefix (const String &namespaceURI) |
|
void | normalize () |
|
Node * | removeChild (Node *oldChild) |
|
Node * | replaceChild (Node *newChild, Node *oldChild) |
|
Node * | get_prototype () |
|
void | set_prototype (Node *) |
|
| Node () |
|
double | get_ATTRIBUTE_NODE () |
|
double | get_CDATA_SECTION_NODE () |
|
double | get_COMMENT_NODE () |
|
double | get_DOCUMENT_FRAGMENT_NODE () |
|
double | get_DOCUMENT_NODE () |
|
double | get_DOCUMENT_POSITION_CONTAINED_BY () |
|
double | get_DOCUMENT_POSITION_CONTAINS () |
|
double | get_DOCUMENT_POSITION_DISCONNECTED () |
|
double | get_DOCUMENT_POSITION_FOLLOWING () |
|
double | get_DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC () |
|
double | get_DOCUMENT_POSITION_PRECEDING () |
|
double | get_DOCUMENT_TYPE_NODE () |
|
double | get_ELEMENT_NODE () |
|
double | get_ENTITY_NODE () |
|
double | get_ENTITY_REFERENCE_NODE () |
|
double | get_NOTATION_NODE () |
|
double | get_PROCESSING_INSTRUCTION_NODE () |
|
double | get_TEXT_NODE () |
|
void | addEventListener (const String &type, EventListener *listener) |
|
void | addEventListener (const String &type, EventListener *listener, bool options) |
|
void | addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options) |
|
void | addEventListener (const String &type, EventListenerObject *listener) |
|
void | addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options) |
|
bool | dispatchEvent (Event *evt) |
|
void | removeEventListener (const String &type) |
|
void | removeEventListener (const String &type, EventListener *listener) |
|
void | removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options) |
|
void | removeEventListener (const String &type, EventListener *listener, bool options) |
|
void | removeEventListener (const String &type, EventListenerObject *listener) |
|
void | removeEventListener (const String &type, EventListenerObject *listener, bool options) |
|
EventTarget * | get_prototype () |
|
void | set_prototype (EventTarget *) |
|
| EventTarget () |
|
| Object () |
|
template<typename T > |
T | valueOf () |
|
| operator double () const |
|
Object * | operator[] (const client::String &name) const |
|
void | set_ (const client::String &name, Object *v) |
|
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> |
void | set_ (const client::String &name, T v) |
|
bool | hasOwnProperty (const client::String &name) |
|
void | remove () |
|