Uses of Class
org.w3c.tidy.AttVal
-
Packages that use AttVal Package Description org.w3c.tidy -
-
Uses of AttVal in org.w3c.tidy
Fields in org.w3c.tidy declared as AttVal Modifier and Type Field Description protected AttValIStack. attributesAttributes.protected AttValNode. attributesAttribute/Value linked list.protected AttValDOMAttrImpl. avAdapteewrapped org.w3c.tidy.AttVal.private AttValDOMAttrMapImpl. firstwrapped org.w3c.tidy.AttVal.protected AttValAttVal. nextnext AttVal.Methods in org.w3c.tidy that return AttVal Modifier and Type Method Description AttValLexer. cloneAttributes(AttVal attrs)Clones an attribute value and add eventual asp or php node to node list.AttValNode. getAttrByName(java.lang.String name)Returns an attribute with the given name in the current node.AttValAttVal. getNext()Getter fornext.AttValLexer. parseAttrs(boolean[] isempty)Parse tag attributes.Methods in org.w3c.tidy with parameters of type AttVal Modifier and Type Method Description private voidClean. addFontStyles(Node node, AttVal av)Add style properties to node corresponding to the font face, size and color attributes.voidReport. attrError(Lexer lexer, Node node, AttVal attribute, short code)Prints error messages for attributes.voidAttrCheck. check(Lexer lexer, Node node, AttVal attval)Check the value of an attribute.voidAttrCheckImpl.CheckAlign. check(Lexer lexer, Node node, AttVal attval)voidAttrCheckImpl.CheckBool. check(Lexer lexer, Node node, AttVal attval)voidAttrCheckImpl.CheckClear. check(Lexer lexer, Node node, AttVal attval)voidAttrCheckImpl.CheckColor. check(Lexer lexer, Node node, AttVal attval)voidAttrCheckImpl.CheckFsubmit. check(Lexer lexer, Node node, AttVal attval)voidAttrCheckImpl.CheckId. check(Lexer lexer, Node node, AttVal attval)voidAttrCheckImpl.CheckLang. check(Lexer lexer, Node node, AttVal attval)voidAttrCheckImpl.CheckLength. check(Lexer lexer, Node node, AttVal attval)voidAttrCheckImpl.CheckName. check(Lexer lexer, Node node, AttVal attval)voidAttrCheckImpl.CheckNumber. check(Lexer lexer, Node node, AttVal attval)voidAttrCheckImpl.CheckScope. check(Lexer lexer, Node node, AttVal attval)voidAttrCheckImpl.CheckScript. check(Lexer lexer, Node node, AttVal attval)voidAttrCheckImpl.CheckScroll. check(Lexer lexer, Node node, AttVal attval)voidAttrCheckImpl.CheckShape. check(Lexer lexer, Node node, AttVal attval)voidAttrCheckImpl.CheckTarget. check(Lexer lexer, Node node, AttVal attval)voidAttrCheckImpl.CheckTextDir. check(Lexer lexer, Node node, AttVal attval)voidAttrCheckImpl.CheckUrl. check(Lexer lexer, Node node, AttVal attval)voidAttrCheckImpl.CheckValign. check(Lexer lexer, Node node, AttVal attval)voidAttrCheckImpl.CheckVType. check(Lexer lexer, Node node, AttVal attval)AttValLexer. cloneAttributes(AttVal attrs)Clones an attribute value and add eventual asp or php node to node list.AttributeAttributeTable. findAttribute(AttVal attval)public method for finding attribute definition by name.private voidPPrint. printAttribute(Out fout, int indent, Node node, AttVal attr)private voidPPrint. printAttrs(Out fout, int indent, Node node, AttVal attr)voidNode. removeAttribute(AttVal attr)Remove an attribute from node and then free it.voidAttVal. setNext(AttVal next)Setter fornext.Constructors in org.w3c.tidy with parameters of type AttVal Constructor Description AttVal(AttVal next, Attribute dict, int delim, java.lang.String attribute, java.lang.String value)Instantiates a new AttVal.AttVal(AttVal next, Attribute dict, Node asp, Node php, int delim, java.lang.String attribute, java.lang.String value)Instantiates a new AttVal.DOMAttrImpl(AttVal adaptee)instantiates a new DOMAttrImpl which wraps the given AttVal.DOMAttrMapImpl(AttVal firstAttVal)instantiates a new DOMAttrMapImpl for the given AttVal.
-