org.apache.xalan.xsltc.runtime

Class 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 Santiago Pericas-Geertsen

Field Summary
intnode
inttype
Constructor Summary
Node(int n, int t)

Field Detail

node

public int node

type

public int type

Constructor Detail

Node

public Node(int n, int t)
Copyright © 2005 Apache XML Project. All Rights Reserved.