All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.w3c.tidy.Node
public static final short RootNode
public static final short DocTypeTag
public static final short CommentTag
public static final short ProcInsTag
public static final short TextNode
public static final short StartTag
public static final short EndTag
public static final short StartEndTag
public static final short AspTag
public Node parent
public Node prev
public Node next
public Node last
protected int start
protected int end
protected char textarray[]
public short type
public boolean implicit
public Dict was
public Dict tag
public String element
public AttVal attributes
public Node content
public Node()
public Node(short type, char textarray[], int start, int end)
public Node(short type, char textarray[], int start, int end, String element)
protected Object clone()
public String getNodeValue()
public void checkAttributes(Lexer lexer)
public Node findDocType()
public void discardDocType()
public static void discardElement(Node element)
public static void insertNode(Node element, Node node)
public static void insertNodeBeforeElement(Node element, Node node)
public static void insertNodeAfterElement(Node element, Node node)
public static void trimEmptyElement(Lexer lexer, Node element)
public static void trimSpace(Lexer lexer, Node last)
public static void trimTrailingSpace(Lexer lexer, Node last)
public static void trimInitialSpace(Lexer lexer, Node element, Node text)
public boolean isDescendantOf(Dict tag)
public static void insertDocType(Lexer lexer, Node element, Node doctype)
public static Node findBody(Node root)
public boolean isElement()
public static void moveBeforeTable(Node row, Node node)
All Packages Class Hierarchy This Package Previous Next Index