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 AttValIStack.attributesAttributes.protected AttValNode.attributesAttribute/Value linked list.protected AttValDOMAttrImpl.avAdapteewrapped org.w3c.tidy.AttVal.protected AttValAttVal.nextnext 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 TypeMethodDescriptionvoidPrints error messages for attributes.voidCheck the value of an attribute.voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidLexer.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.voidNode.removeAttribute(AttVal attr) Remove an attribute from node and then free it.voidSetter fornext.Constructors in org.w3c.tidy with parameters of type AttValModifierConstructorDescriptionInstantiates a new AttVal.Instantiates a new AttVal.protectedDOMAttrImpl(AttVal adaptee) instantiates a new DOMAttrImpl which wraps the given AttVal.protectedDOMAttrMapImpl(AttVal firstAttVal) instantiates a new DOMAttrMapImpl for the given AttVal.