com.aspose.html.dom

Class DOMObject

  • java.lang.Object
    • com.aspose.html.dom.DOMObject
    • Field Summary

      Fields 
      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 Summary

      Constructors 
      Constructor and Description
      DOMObject() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PropertyChangedDelegate

        protected com.aspose.ms.System.ComponentModel.PropertyChangedEventHandler PropertyChangedDelegate
      • PropertyChanged

        public com.aspose.ms.lang.Event<com.aspose.ms.System.ComponentModel.PropertyChangedEventHandler> PropertyChanged
    • Constructor Detail

      • DOMObject

        public DOMObject()
    • Method Detail

      • getRuntimesBinding

        public com.aspose.html.bindings.RuntimesBinding getRuntimesBinding()
      • setRuntimesBinding

        public void setRuntimesBinding(com.aspose.html.bindings.RuntimesBinding value)
      • getCurrentValues

        public com.aspose.ms.System.Collections.Generic.Dictionary<java.lang.String,com.aspose.javascript.Instance> getCurrentValues()
      • setCurrentValues

        public void setCurrentValues(com.aspose.ms.System.Collections.Generic.Dictionary<java.lang.String,com.aspose.javascript.Instance> value)
      • fireNotifyPropertyChanged

        public void fireNotifyPropertyChanged(java.lang.String propertyName)

        Fires the notify property changed.

        Parameters:
        propertyName - Name of the property.
      • setField

        public <T> void setField(java.lang.String propertyName)

        Sets the object field.

        Parameters:
        field - The field.
        value - The value.
        propertyName - Name of the property.

        T: