Class DomAttribute

java.lang.Object
com.machinezoo.pushmode.dom.DomAttribute

@StubDocs @NoTests public class DomAttribute extends Object
A name-value pair representing element attribute.
  • Constructor Details

    • DomAttribute

      public DomAttribute(String name, String value)
  • Method Details