Searched defs:_node (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSingletonIterator.java34 private int _node; field in class:SingletonIterator
46 _node = _startNode = node;
51 * Override the value of <tt>_node</tt> only when this
56 _node = _startNode;
60 if (_node <= 0)
61 _node = _startNode = node;
69 _node = _startNode;
82 final int result = _node;
83 _node = DTMAxisIterator.END;
88 _markedNode = _node;
[all...]
H A DMultiValuedNodeHeapIterator.java58 protected int _node, _markedNode; field in class:MultiValuedNodeHeapIterator.HeapNode
86 clone._node = _node;
87 clone._markedNode = _node;
96 _markedNode = _node;
103 _node = _markedNode;
185 final int smallest = _heap[0]._node;
H A DNodeSortRecord.java76 private int _node; // The position in the current iterator field in class:NodeSortRecord
89 _node = node;
105 _node = node;
145 return _node;
152 return _node - other._node;
168 final String str = extractValueFromDOM(_dom, _node, level,
186 final String str = extractValueFromDOM(_dom, _node, level,
234 return(_node - other._node);
[all...]
H A DBitArray.java141 private int _node = 0; field in class:BitArray
148 if (pos == _pos) return(_node);
163 _node = ((_int << 5) + _bit) - 1;
164 return (_node);
H A DNodeCounter.java41 protected int _node = END; field in class:NodeCounter
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DTypeCheckError.java35 SyntaxTreeNode _node = null; field in class:TypeCheckError
39 _node = node;
69 if (_node != null) {
71 _node.toString());
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/
H A DValidationEventLocatorImpl.java112 * @param _node the DOM Node object that will be used to populate this
116 public ValidationEventLocatorImpl(Node _node) { argument
117 if( _node == null ) {
119 Messages.format( Messages.MUST_NOT_BE_NULL, "_node" ) );
122 this.node = _node;
252 * @param _node the Node
254 public void setNode( Node _node ) {
255 this.node = _node;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/output/
H A DTransletOutputHandlerFactory.java67 private Node _node = null; field in class:TransletOutputHandlerFactory
118 _node = node;
199 _handler = (_node != null) ? new SAX2DOM(_node, _nextSibling, _useServicesMechanism) : new SAX2DOM(_useServicesMechanism);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DDomSerializer.java137 private final Node _node; field in class:Dom2SaxAdapter
156 _node = node;
157 _nodeStk.push(_node);
174 _node = _document;
179 return _node;
/openjdk7/hotspot/src/share/vm/opto/
H A Descape.hpp138 Node* const _node; // Ideal node corresponding to this PointsTo node. member in class:PointsToNode
171 _node(n),
180 Node* ideal_node() const { return _node; }
H A Dsuperword.hpp97 Node* _node; // Corresponding ideal node member in class:DepMem
102 DepMem(Node* node) : _node(node), _in_head(NULL), _out_head(NULL) {}
104 Node* node() { return _node; }
H A Dnode.hpp1057 const Node* _node; // the node containing the _out array member in class:VALUE_OBJ_CLASS_SPEC
1182 { _outp++; VDUI_ONLY(verify(_node, true)); }
1191 I_VDUI_ONLY(*this, this->verify(_node, true));
1248 I_VDUI_ONLY(*this, this->verify(_node, true));

Completed in 307 milliseconds