FileDocCategorySizeDatePackage
Node.javaAPI DocJava SE 6 API1071Tue Jun 10 00:22:34 BST 2008com.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