Uses of Class
org.w3c.tidy.Anchor
-
Packages that use Anchor Package Description org.w3c.tidy -
-
Uses of Anchor in org.w3c.tidy
Fields in org.w3c.tidy declared as Anchor Modifier and Type Field Description protected AnchorTagTable. anchorListanchor/node hash.protected AnchorAnchor. nextNext anchor.Methods in org.w3c.tidy that return Anchor Modifier and Type Method Description (package private) AnchorTagTable. addAnchor(java.lang.String name, Node node)Adds a new anchor to namespace.(package private) AnchorTagTable. newAnchor()Initialize a new anchor.
-