org.w3c.tidy
Class AttVal
java.lang.Object
|
+--org.w3c.tidy.AttVal
- All Implemented Interfaces:
- java.lang.Cloneable
- public class AttVal
- extends java.lang.Object
- implements java.lang.Cloneable
Attribute/Value linked list node
(c) 1998-2000 (W3C) MIT, INRIA, Keio University
See Tidy.java for the copyright notice.
Derived from
HTML Tidy Release 4 Aug 2000
- Version:
- 1.0, 1999/05/22
- Author:
- Dave Raggett , Andy Quick (translation to Java)
Constructor Summary |
AttVal()
|
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)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
next
public AttVal next
dict
public Attribute dict
asp
public Node asp
php
public Node php
delim
public int delim
attribute
public java.lang.String attribute
value
public java.lang.String value
adapter
protected Attr adapter
AttVal
public AttVal()
AttVal
public AttVal(AttVal next,
Attribute dict,
int delim,
java.lang.String attribute,
java.lang.String value)
AttVal
public AttVal(AttVal next,
Attribute dict,
Node asp,
Node php,
int delim,
java.lang.String attribute,
java.lang.String value)
clone
protected java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object
isBoolAttribute
public boolean isBoolAttribute()
checkAttribute
public Attribute checkAttribute(Lexer lexer,
Node node)
checkUniqueAttribute
public void checkUniqueAttribute(Lexer lexer,
Node node)
getAdapter
protected Attr getAdapter()