Uses of Class
org.w3c.tidy.AttVal
Packages that use AttVal
-
Uses of AttVal in org.w3c.tidy
Fields in org.w3c.tidy declared as AttValModifier and TypeFieldDescriptionprotected AttVal
IStack.attributes
Attributes.protected AttVal
Node.attributes
Attribute/Value linked list.protected AttVal
DOMAttrImpl.avAdaptee
wrapped org.w3c.tidy.AttVal.protected AttVal
AttVal.next
next AttVal.Methods in org.w3c.tidy that return AttValModifier and TypeMethodDescriptionLexer.cloneAttributes
(AttVal attrs) Clones an attribute value and add eventual asp or php node to node list.Node.getAttrByName
(String name) Returns an attribute with the given name in the current node.AttVal.getNext()
Getter fornext
.Lexer.parseAttrs
(boolean[] isempty) Parse tag attributes.Methods in org.w3c.tidy with parameters of type AttValModifier and TypeMethodDescriptionvoid
Prints error messages for attributes.void
Check the value of an attribute.void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
Lexer.cloneAttributes
(AttVal attrs) Clones an attribute value and add eventual asp or php node to node list.AttributeTable.findAttribute
(AttVal attval) public method for finding attribute definition by name.void
Node.removeAttribute
(AttVal attr) Remove an attribute from node and then free it.void
Setter fornext
.Constructors in org.w3c.tidy with parameters of type AttValModifierConstructorDescriptionInstantiates a new AttVal.Instantiates a new AttVal.protected
DOMAttrImpl
(AttVal adaptee) instantiates a new DOMAttrImpl which wraps the given AttVal.protected
DOMAttrMapImpl
(AttVal firstAttVal) instantiates a new DOMAttrMapImpl for the given AttVal.