org.apache.stylebook
Class BasicEntry
java.lang.Object
org.apache.stylebook.BasicParameters
org.apache.stylebook.BasicContext
org.apache.stylebook.BasicEntry
- All Implemented Interfaces:
- CreationContext, Entry, Parameters
public class BasicEntry
- extends BasicContext
- implements Entry
- Version:
- CVS $Revision: 313221 $ $Date: 1999-12-01 18:39:14 +0000 (Wed, 01 Dec 1999) $
- Author:
- Pierpaolo Fumagalli, Copyright 1999 © The Apache
Software Foundation. All rights reserved.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicEntry
public BasicEntry(Engine e,
URL s,
String t,
Element d,
Parameters p)
throws LoadingException
- Throws:
LoadingException
create
public void create(OutputStream out)
throws IOException,
CreationException
- Specified by:
create
in interface Entry
- Throws:
IOException
CreationException
equals
public boolean equals(Entry e)
- Specified by:
equals
in interface Entry