|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.avalon.framework.logger.AbstractLogEnabled org.apache.cocoon.components.language.markup.Logicsheet org.apache.cocoon.components.language.markup.NamedLogicsheet
public class NamedLogicsheet
An extension to Logicsheet
that is associated with a namespace.
Named logicsheets are implicitly declared (and automagically applied) when
the markup language document's root element declares the same logichseet's
namespace
Field Summary | |
---|---|
protected String |
uri
The namespace uri |
Fields inherited from class org.apache.cocoon.components.language.markup.Logicsheet |
---|
namespaceURIs |
Constructor Summary | |
---|---|
NamedLogicsheet(String systemId,
ServiceManager manager,
SourceResolver resolver,
LogicsheetFilter filter)
|
Method Summary | |
---|---|
String |
getPrefix()
Return the logicsheet's namespace prefix |
String |
getURI()
Return the logicsheet's namespace prefix |
void |
setPrefix(String prefix)
Set the logichseet's namespace prefix |
void |
setURI(String uri)
Set the logichseet's uri |
Methods inherited from class org.apache.cocoon.components.language.markup.Logicsheet |
---|
equals, fillNamespaceURIs, getNamespaceURIs, getSystemId, getTransformerHandler, hashCode |
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 String uri
Constructor Detail |
---|
public NamedLogicsheet(String systemId, ServiceManager manager, SourceResolver resolver, LogicsheetFilter filter) throws IOException, ProcessingException, SourceException, SAXException
IOException
ProcessingException
SourceException
SAXException
Method Detail |
---|
public void setPrefix(String prefix)
prefix
- The namespace prefixpublic String getPrefix()
public void setURI(String uri)
uri
- The logicsheet's uripublic String getURI()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |