FileDocCategorySizeDatePackage
Node.javaAPI DocJava SE 5 API1067Fri Aug 26 14:55:40 BST 2005com.sun.org.apache.xalan.internal.xsltc.runtime

Node

public class Node extends Object
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
author
Santiago Pericas-Geertsen

Fields Summary
public int
node
public int
type
Constructors Summary
public Node(int n, int t)

	node = n;
	type = t;
    
Methods Summary