Package org.apache.xalan.xsltc.runtime
Class Node
java.lang.Object
org.apache.xalan.xsltc.runtime.Node
This class is used as "wrapper" for dom nodes. Wrappers are needed when
a node is passed as a parameter to a template.
- Author:
- Jacek Ambroziak, Santiago Pericas-Geertsen
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
node
public int node -
type
public int type
-
-
Constructor Details
-
Node
public Node(int n, int t)
-