org.w3c.jigsaw.filters
Class PutedEntry

java.lang.Object
  |
  +--org.w3c.tools.resources.AttributeHolder
        |
        +--org.w3c.jigsaw.filters.PutedEntry

public class PutedEntry
extends AttributeHolder

We want free pickling, hence the super class.


Field Summary
protected static int ATTR_AUTHOR
           
protected static int ATTR_FILENAME
           
protected static int ATTR_TIME
           
protected static int ATTR_URL
           
 
Fields inherited from class org.w3c.tools.resources.AttributeHolder
attributes, slowpickle, values
 
Constructor Summary
PutedEntry()
           
 
Methods inherited from class org.w3c.tools.resources.AttributeHolder
definesAttribute, definesAttribute, getAttributes, getBoolean, getChar, getClone, getClone, getClone, getDouble, getFloat, getInt, getLong, getString, getValue, getValue, initialize, initialize, lookupAttribute, pickle, print, setBoolean, setChar, setDouble, setFloat, setInt, setLong, setString, setValue, setValue, unpickle, unpickle, unpickle, unpickleInstance, unpickleInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTR_AUTHOR

protected static int ATTR_AUTHOR

ATTR_URL

protected static int ATTR_URL

ATTR_FILENAME

protected static int ATTR_FILENAME

ATTR_TIME

protected static int ATTR_TIME
Constructor Detail

PutedEntry

public PutedEntry()