org.apache.stylebook
Class BasicEntry

java.lang.Object
  extended by org.apache.stylebook.BasicParameters
      extended by org.apache.stylebook.BasicContext
          extended by 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.

Constructor Summary
BasicEntry(Engine e, java.net.URL s, java.lang.String t, org.w3c.dom.Element d, Parameters p)
           
 
Method Summary
 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 interface Entry
Throws:
java.io.IOException
CreationException

equals

public boolean equals(Entry e)
Specified by:
equals in interface Entry