public class DOMObject
extends java.lang.Object
The DOMObject type is used to represent an base object for the entire Document Object Model. For Java and ECMAScript, DOMObject is bound to the Object type.
Modifier and Type | Field and Description |
---|---|
com.aspose.ms.lang.Event<com.aspose.ms.System.ComponentModel.PropertyChangedEventHandler> |
PropertyChanged |
protected com.aspose.ms.System.ComponentModel.PropertyChangedEventHandler |
PropertyChangedDelegate |
Constructor and Description |
---|
DOMObject() |
Modifier and Type | Method and Description |
---|---|
void |
fireNotifyPropertyChanged(java.lang.String propertyName)
Fires the notify property changed.
|
com.aspose.ms.System.Collections.Generic.Dictionary<java.lang.String,com.aspose.javascript.Instance> |
getCurrentValues() |
com.aspose.html.bindings.RuntimesBinding |
getRuntimesBinding() |
void |
setCurrentValues(com.aspose.ms.System.Collections.Generic.Dictionary<java.lang.String,com.aspose.javascript.Instance> value) |
<T> void |
setField(java.lang.String propertyName)
Sets the object field.
|
void |
setRuntimesBinding(com.aspose.html.bindings.RuntimesBinding value) |
protected com.aspose.ms.System.ComponentModel.PropertyChangedEventHandler PropertyChangedDelegate
public com.aspose.ms.lang.Event<com.aspose.ms.System.ComponentModel.PropertyChangedEventHandler> PropertyChanged
public com.aspose.html.bindings.RuntimesBinding getRuntimesBinding()
public void setRuntimesBinding(com.aspose.html.bindings.RuntimesBinding value)
public com.aspose.ms.System.Collections.Generic.Dictionary<java.lang.String,com.aspose.javascript.Instance> getCurrentValues()
public void setCurrentValues(com.aspose.ms.System.Collections.Generic.Dictionary<java.lang.String,com.aspose.javascript.Instance> value)
public void fireNotifyPropertyChanged(java.lang.String propertyName)
Fires the notify property changed.
propertyName
- Name of the property.public <T> void setField(java.lang.String propertyName)
Sets the object field.
field
- The field.value
- The value.propertyName
- Name of the property.
T
: