Package 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 19:39:14 +0100 (Wed, 01 Dec 1999) $
- Author:
- Pierpaolo Fumagalli, Copyright 1999 © The Apache Software Foundation. All rights reserved.
-
-
Constructor Summary
Constructors Constructor Description BasicEntry(Engine e, java.net.URL s, java.lang.String t, org.w3c.dom.Element d, Parameters p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
create(java.io.OutputStream out)
boolean
equals(Entry e)
-
Methods inherited from class org.apache.stylebook.BasicContext
getSourceURL, getTargetName
-
Methods inherited from class org.apache.stylebook.BasicParameters
getParameter, getParameter, getParameterNames, merge, setParameter
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.stylebook.Parameters
getParameter, getParameter, getParameterNames, merge, setParameter
-
-
-
-
Constructor Detail
-
BasicEntry
public BasicEntry(Engine e, java.net.URL s, java.lang.String t, org.w3c.dom.Element d, Parameters p) throws LoadingException
- Throws:
LoadingException
-
-
Method Detail
-
create
public void create(java.io.OutputStream out) throws java.io.IOException, CreationException
- Specified by:
create
in interfaceEntry
- Throws:
java.io.IOException
CreationException
-
-