org.w3c.tidy
Class StyleProp
java.lang.Object
|
+--org.w3c.tidy.StyleProp
- public class StyleProp
- extends Object
Linked list of style properties
(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)
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
value
public String value
next
public StyleProp next
StyleProp
public StyleProp(String name,
String value,
StyleProp next)
StyleProp
public StyleProp(String name,
String value)
StyleProp
public StyleProp()
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.