API documentation  2.0rc1
Public Member Functions | List of all members
client::MutationRecord Class Reference

#include <clientlib.h>

Inherits client::Object.

Public Member Functions

NodeListget_addedNodes ()
 
Stringget_attributeName ()
 
Stringget_attributeNamespace ()
 
Nodeget_nextSibling ()
 
Stringget_oldValue ()
 
Nodeget_previousSibling ()
 
NodeListget_removedNodes ()
 
Nodeget_target ()
 
Stringget_type ()
 
MutationRecordget_prototype ()
 
void set_prototype (MutationRecord *)
 
 MutationRecord ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (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)
 

Constructor & Destructor Documentation

◆ MutationRecord()

client::MutationRecord::MutationRecord ( )

Member Function Documentation

◆ get_addedNodes()

NodeList* client::MutationRecord::get_addedNodes ( )

◆ get_attributeName()

String* client::MutationRecord::get_attributeName ( )

◆ get_attributeNamespace()

String* client::MutationRecord::get_attributeNamespace ( )

◆ get_nextSibling()

Node* client::MutationRecord::get_nextSibling ( )

◆ get_oldValue()

String* client::MutationRecord::get_oldValue ( )

◆ get_previousSibling()

Node* client::MutationRecord::get_previousSibling ( )

◆ get_prototype()

MutationRecord* client::MutationRecord::get_prototype ( )

◆ get_removedNodes()

NodeList* client::MutationRecord::get_removedNodes ( )

◆ get_target()

Node* client::MutationRecord::get_target ( )

◆ get_type()

String* client::MutationRecord::get_type ( )

◆ set_prototype()

void client::MutationRecord::set_prototype ( MutationRecord )