Uses of Class
org.w3c.tidy.AttVal

Packages that use AttVal
org.w3c.tidy   
 

Uses of AttVal in org.w3c.tidy
 

Fields in org.w3c.tidy declared as AttVal
private  AttVal DOMAttrMapImpl.first
          wrapped org.w3c.tidy.AttVal.
protected  AttVal DOMAttrImpl.avAdaptee
          wrapped org.w3c.tidy.AttVal.
protected  AttVal IStack.attributes
          Attributes.
protected  AttVal Node.attributes
          Attribute/Value linked list.
protected  AttVal AttVal.next
          next AttVal.
 

Methods in org.w3c.tidy that return AttVal
 AttVal Lexer.cloneAttributes(AttVal attrs)
          Clones an attribute value and add eventual asp or php node to node list.
 AttVal Lexer.parseAttrs(boolean[] isempty)
          Parse tag attributes.
 AttVal Node.getAttrByName(java.lang.String name)
          Returns an attribute with the given name in the current node.
 AttVal AttVal.getNext()
          Getter for next.
 

Methods in org.w3c.tidy with parameters of type AttVal
 void AttrCheckImpl.CheckUrl.check(Lexer lexer, Node node, AttVal attval)
           
 void AttrCheckImpl.CheckScript.check(Lexer lexer, Node node, AttVal attval)
           
 void AttrCheckImpl.CheckAlign.check(Lexer lexer, Node node, AttVal attval)
           
 void AttrCheckImpl.CheckValign.check(Lexer lexer, Node node, AttVal attval)
           
 void AttrCheckImpl.CheckBool.check(Lexer lexer, Node node, AttVal attval)
           
 void AttrCheckImpl.CheckLength.check(Lexer lexer, Node node, AttVal attval)
           
 void AttrCheckImpl.CheckTarget.check(Lexer lexer, Node node, AttVal attval)
           
 void AttrCheckImpl.CheckFsubmit.check(Lexer lexer, Node node, AttVal attval)
           
 void AttrCheckImpl.CheckClear.check(Lexer lexer, Node node, AttVal attval)
           
 void AttrCheckImpl.CheckShape.check(Lexer lexer, Node node, AttVal attval)
           
 void AttrCheckImpl.CheckScope.check(Lexer lexer, Node node, AttVal attval)
           
 void AttrCheckImpl.CheckNumber.check(Lexer lexer, Node node, AttVal attval)
           
 void AttrCheckImpl.CheckId.check(Lexer lexer, Node node, AttVal attval)
           
 void AttrCheckImpl.CheckName.check(Lexer lexer, Node node, AttVal attval)
           
 void AttrCheckImpl.CheckColor.check(Lexer lexer, Node node, AttVal attval)
           
 void AttrCheckImpl.CheckVType.check(Lexer lexer, Node node, AttVal attval)
           
 void AttrCheckImpl.CheckScroll.check(Lexer lexer, Node node, AttVal attval)
           
 void AttrCheckImpl.CheckTextDir.check(Lexer lexer, Node node, AttVal attval)
           
 void AttrCheckImpl.CheckLang.check(Lexer lexer, Node node, AttVal attval)
           
private  void PPrint.printAttribute(Out fout, int indent, Node node, AttVal attr)
           
private  void PPrint.printAttrs(Out fout, int indent, Node node, AttVal attr)
           
 void AttrCheck.check(Lexer lexer, Node node, AttVal attval)
          Check the value of an attribute.
 AttVal Lexer.cloneAttributes(AttVal attrs)
          Clones an attribute value and add eventual asp or php node to node list.
 void Node.removeAttribute(AttVal attr)
          Remove an attribute from node and then free it.
 Attribute AttributeTable.findAttribute(AttVal attval)
          public method for finding attribute definition by name.
 void AttVal.setNext(AttVal next)
          Setter for next.
 void Report.attrError(Lexer lexer, Node node, AttVal attribute, short code)
          Prints error messages for attributes.
private  void Clean.addFontStyles(Node node, AttVal av)
          Add style properties to node corresponding to the font face, size and color attributes.
 

Constructors in org.w3c.tidy with parameters of type AttVal
DOMAttrMapImpl(AttVal firstAttVal)
          instantiates a new DOMAttrMapImpl for the given AttVal.
DOMAttrImpl(AttVal adaptee)
          instantiates a new DOMAttrImpl which wraps the given AttVal.
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.