|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.components.language.markup.Logicsheet
A code-generation logicsheet. This class is actually a wrapper for
a "standard" XSLT stylesheet stored as trax.Templates
object. Though this will change shortly: a new markup language
will be used for logicsheet authoring; logicsheets written in this
language will be transformed into an equivalent XSLT stylesheet
anyway... This class should probably be based on an interface...
Field Summary | |
protected Map |
namespaceURIs
the template namespace's list |
Constructor Summary | |
Logicsheet(Source source,
ServiceManager manager,
SourceResolver resolver,
LogicsheetFilter filter)
|
|
Logicsheet(String systemId,
ServiceManager manager,
SourceResolver resolver,
LogicsheetFilter filter)
|
Method Summary | |
boolean |
equals(Object other)
Return true if other logicsheet has the same system id. |
Map |
getNamespaceURIs()
This will return the list of namespaces in this logicsheet. |
String |
getSystemId()
Return system id which uniquely identifies logicsheet. |
TransformerHandler |
getTransformerHandler()
Obtain the TransformerHandler object that will perform the transformation associated with this logicsheet. |
int |
hashCode()
Return hash code value for logicsheet. |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Map namespaceURIs
Constructor Detail |
public Logicsheet(Source source, ServiceManager manager, SourceResolver resolver, LogicsheetFilter filter) throws SAXException, IOException, ProcessingException
public Logicsheet(String systemId, ServiceManager manager, SourceResolver resolver, LogicsheetFilter filter) throws SAXException, IOException, SourceException, ProcessingException
Method Detail |
public boolean equals(Object other)
public int hashCode()
public String getSystemId()
public Map getNamespaceURIs() throws ProcessingException
ProcessingException
public TransformerHandler getTransformerHandler() throws ProcessingException
TransformerHandler
value
ProcessingException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |