Searched refs:RTF_TEXT (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSimpleResultTreeImpl.java72 * This iterator only handles two nodes (RTF_ROOT and RTF_TEXT). If the type is set,
111 || (_currentNode == RTF_TEXT && _type == DTM.TEXT_NODE))
127 || (_currentNode == RTF_TEXT && _type == DTM.TEXT_NODE))
212 || (_currentNode == RTF_TEXT && _type == DTM.TEXT_NODE))
242 public static final int RTF_TEXT = 1; field in class:SimpleResultTreeImpl
386 if (getNodeIdent(node) == RTF_TEXT)
406 if (nodeID == RTF_TEXT)
422 return (nodeID == RTF_TEXT) ? getNodeHandle(RTF_ROOT) : DTM.NULL;
433 if (nodeID == RTF_ROOT || nodeID == RTF_TEXT)
484 if (nodeID == RTF_ROOT || nodeID == RTF_TEXT) {
[all...]

Completed in 39 milliseconds