Home | History | Annotate | Download | only in objects

Lines Matching refs:nodeSet

34  * This class represents an XPath nodeset object, and is capable of
35 * converting the nodeset to other types, such as a string.
58 final XNodeSet nodeSet = (XNodeSet) val;
59 setIter(nodeSet.m_iter);
60 m_dtmMgr = nodeSet.m_dtmMgr;
61 m_last = nodeSet.m_last;
64 if(!nodeSet.hasCache())
65 nodeSet.setShouldCacheNodes(true);
68 setObject(nodeSet.getIteratorCache());
93 * nodeset to which random nodes may be added.
134 * @return type string "#NODESET"
138 return "#NODESET";
185 * @return True if there is a next node in the nodeset
196 * @return True if there is a next node in the nodeset
274 * @return the string conversion from the next node in the nodeset
304 // * @return the nodeset as a result tree fragment.
332 public NodeIterator nodeset() throws javax.xml.transform.TransformerException
383 * @return The nodeset as a nodelist
423 * @return The nodeset as a mutableNodeset
465 * @param obj2 Object to compare this nodeset to
638 * @param obj2 object to compare this nodeset to
652 * @param obj2 object to compare this nodeset to
666 * @param obj2 object to compare this nodeset to
680 * @param obj2 object to compare this nodeset to
695 * @param obj2 object to compare this nodeset to
716 * @param obj2 object to compare this nodeset to