Lines Matching refs:node

45    * context node.
64 * <code>systemId</code> returns the system id of the node passed as
65 * argument. If a node set is passed as argument, the system id of
66 * the first node in the set is returned.
76 Node node = nodeList.item(0);
77 int nodeHandler = ((DTMNodeProxy)node).getDTMNodeNumber();
78 SourceLocator locator = ((DTMNodeProxy)node).getDTM()
89 * context node.
110 * <code>publicId</code> returns the public identifier of the node passed as
111 * argument. If a node set is passed as argument, the public identifier of
112 * the first node in the set is returned.
124 Node node = nodeList.item(0);
125 int nodeHandler = ((DTMNodeProxy)node).getDTMNodeNumber();
126 SourceLocator locator = ((DTMNodeProxy)node).getDTM()
137 * context node.
139 * NOTE: Xalan does not normally record location information for each node.
143 * the stylesheet. Storage cost per node will be noticably increased in this mode.
163 * <code>lineNumber</code> returns the line number of the node
164 * passed as argument. If a node set is passed as argument, the line
165 * number of the first node in the set is returned.
167 * NOTE: Xalan does not normally record location information for each node.
171 * the stylesheet. Storage cost per node will be noticably increased in this mode.
182 Node node = nodeList.item(0);
183 int nodeHandler = ((DTMNodeProxy)node).getDTMNodeNumber();
184 SourceLocator locator = ((DTMNodeProxy)node).getDTM()
195 * current context node.
197 * NOTE: Xalan does not normally record location information for each node.
201 * the stylesheet. Storage cost per node will be noticably increased in this mode.
221 * <code>columnNumber</code> returns the column number of the node
222 * passed as argument. If a node set is passed as argument, the line
223 * number of the first node in the set is returned.
225 * NOTE: Xalan does not normally record location information for each node.
229 * the stylesheet. Storage cost per node will be noticably increased in this mode.
240 Node node = nodeList.item(0);
241 int nodeHandler = ((DTMNodeProxy)node).getDTMNodeNumber();
242 SourceLocator locator = ((DTMNodeProxy)node).getDTM()