org.anadix.html
Class HTMLElementFactory.DefaultElement

java.lang.Object
  extended by org.anadix.html.HtmlElement
      extended by org.anadix.html.HTMLElementFactory.DefaultElement
All Implemented Interfaces:
Comparable<HtmlElement>, Element
Enclosing class:
HTMLElementFactory

public static class HTMLElementFactory.DefaultElement
extends HtmlElement


Constructor Summary
HTMLElementFactory.DefaultElement(BigInteger id, String name, HtmlElement parent, Attributes attributes)
           
 
Method Summary
 
Methods inherited from class org.anadix.html.HtmlElement
compareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTMLElementFactory.DefaultElement

public HTMLElementFactory.DefaultElement(BigInteger id,
                                         String name,
                                         HtmlElement parent,
                                         Attributes attributes)


Copyright © 2012. All Rights Reserved.