Uses of Class
org.w3c.tidy.AttVal

Uses of AttVal in org.w3c.tidy
 

Fields in org.w3c.tidy declared as AttVal
protected  AttVal Node.attributes
           
 AttVal IStack.attributes
           
protected  AttVal DOMAttrImpl.avAdaptee
           
 AttVal AttVal.next
           
 

Methods in org.w3c.tidy that return AttVal
 AttVal Node.getAttrByName(java.lang.String name)
           
 AttVal Node.getAttributes()
           
 AttVal Lexer.cloneAttributes(AttVal attrs)
           
 AttVal Lexer.parseAttrs(MutableBoolean isempty)
           
 

Methods in org.w3c.tidy with parameters of type AttVal
 void Node.removeAttribute(AttVal attr)
           
 AttVal Lexer.cloneAttributes(AttVal attrs)
           
 Attribute AttributeTable.findAttribute(AttVal 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.CheckId.check(Lexer lexer, Node node, AttVal attval)
           
 void AttrCheckImpl.CheckName.check(Lexer lexer, Node node, AttVal attval)
           
 void AttrCheck.check(Lexer lexer, Node node, AttVal attval)
           
 

Constructors in org.w3c.tidy with parameters of type AttVal
DOMAttrMapImpl(AttVal first)
           
DOMAttrImpl(AttVal adaptee)
           
AttVal(AttVal next, Attribute dict, int delim, java.lang.String attribute, java.lang.String value)
           
AttVal(AttVal next, Attribute dict, Node asp, Node php, int delim, java.lang.String attribute, java.lang.String value)
           
 



Copyright © 1998-2000 World Wide Web Consortium (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights reserved.