|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.xsl.process.ApplyImportsTemplate
A template representing an xsl:apply-imports
element.
| Constructor Summary | |
ApplyImportsTemplate(Node nsContext)
Constructs an OtherwiseTemplate containing the specified
templates. |
|
| Method Summary | |
void |
dump(PrintWriter out,
int indent)
Dumps this object to the specified output stream. |
Node |
getNamespaceContext()
Return the node that is the namespace context for this template |
void |
instantiate(ProcessingEnv env,
Node currentNode,
ResultHandler result)
Instantiates this template for the specified current node and sends the result to the specified result handler. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ApplyImportsTemplate(Node nsContext)
OtherwiseTemplate containing the specified
templates.
nsContext - The node in the style sheet from which this template comes| Method Detail |
public void instantiate(ProcessingEnv env,
Node currentNode,
ResultHandler result)
throws XSLException
For an ApplyImportsTemplate, this method applys imported rules
to the current node.
instantiate in interface Templateenv - the current processing environmentcurrentNode - the current source noderesult - the handler to which results are sent
XSLException - if a fatal error occurs during instantiation
public void dump(PrintWriter out,
int indent)
dump in interface Templateout - the output stream to write toindent - number of tabs to indentpublic Node getNamespaceContext()
getNamespaceContext in interface Template
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||