Searched refs:TEXT_NODE (Results 1 - 25 of 65) sorted by relevance

123

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDocumentFragmentImpl.java131 if ( kid.getNodeType() == Node.TEXT_NODE )
134 if ( next!=null && next.getNodeType() == Node.TEXT_NODE )
H A DTextImpl.java96 return Node.TEXT_NODE;
210 else if (type == Node.TEXT_NODE ||
257 else if (type == Node.TEXT_NODE ||
347 if ((prev.getNodeType() == Node.TEXT_NODE)
365 if ((next.getNodeType() == Node.TEXT_NODE)
424 if (lType == Node.TEXT_NODE
448 } else if (type == Node.TEXT_NODE
508 if (lType == Node.TEXT_NODE
531 } else if (type == Node.TEXT_NODE
568 else if (type != Node.TEXT_NODE
[all...]
H A DRangeImpl.java655 if (fStartContainer.getNodeType() == Node.TEXT_NODE) {
691 } else { // ! TEXT_NODE
741 if (fStartContainer.getNodeType() == Node.TEXT_NODE) {
744 if (fEndContainer.getNodeType() == Node.TEXT_NODE) {
783 if (fStartContainer.getNodeType() == Node.TEXT_NODE
807 if ( fEndContainer.getNodeType()!= Node.TEXT_NODE &&
820 if (node.getNodeType() == Node.TEXT_NODE
828 if (fEndContainer.getNodeType() == Node.TEXT_NODE
868 && fStartContainer.getNodeType() == Node.TEXT_NODE) {
875 && fEndContainer.getNodeType() == Node.TEXT_NODE) {
[all...]
H A DParentNode.java655 (child.getNodeType() != Node.TEXT_NODE ||
949 if (insertedChild.getNodeType() == Node.TEXT_NODE) {
954 if ((prev != null && prev.getNodeType() == Node.TEXT_NODE) ||
955 (next != null && next.getNodeType() == Node.TEXT_NODE)) {
985 previousSibling.getNodeType() == Node.TEXT_NODE) {
988 if (next != null && next.getNodeType() == Node.TEXT_NODE) {
H A DEntityReferenceImpl.java215 else if (firstChild.getNodeType() == Node.TEXT_NODE){
234 else if (next.getNodeType() == Node.TEXT_NODE){
H A DAttrImpl.java554 if ( kid.getNodeType() == Node.TEXT_NODE )
557 if ( next!=null && next.getNodeType() == Node.TEXT_NODE )
1163 if (insertedChild.getNodeType() == Node.TEXT_NODE) {
1168 if ((prev != null && prev.getNodeType() == Node.TEXT_NODE) ||
1169 (next != null && next.getNodeType() == Node.TEXT_NODE)) {
1199 previousSibling.getNodeType() == Node.TEXT_NODE) {
1202 if (next != null && next.getNodeType() == Node.TEXT_NODE) {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DNodeTest.java34 public static final int TEXT = DTM.TEXT_NODE;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DConstants.java39 final static int TEXT = DTM.TEXT_NODE;
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMSubTreeData.java151 case Node.TEXT_NODE :
156 (prevSibling.getNodeType() == Node.TEXT_NODE ||
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DTextImpl.java46 nodeType = Node.TEXT_NODE;
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/
H A DTransformBase64Decode.java112 if (input.getSubNode().getNodeType()==Node.TEXT_NODE) {
180 case Node.TEXT_NODE:
H A DFuncHere.java132 case Node.TEXT_NODE : {
/openjdk7/jaxp/src/org/w3c/dom/
H A DNode.java178 public static final short TEXT_NODE = 3; field in interface:Node
705 * <td valign='top' rowspan='1' colspan='1'>TEXT_NODE, CDATA_SECTION_NODE, COMMENT_NODE,
755 * <td valign='top' rowspan='1' colspan='1'>TEXT_NODE, CDATA_SECTION_NODE, COMMENT_NODE,
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTM.java485 if(TEXT_NODE == nexttype || CDATA_SECTION_NODE == nexttype)
497 if(TEXT_NODE == n.getNodeType())
498 nexttype=TEXT_NODE;
585 if(TEXT_NODE == nexttype || CDATA_SECTION_NODE == nexttype)
839 else if(TEXT_NODE == type || CDATA_SECTION_NODE == type)
873 if(TEXT_NODE == type || CDATA_SECTION_NODE == type)
933 case Node.TEXT_NODE :
1217 if(TEXT_NODE != ntype && CDATA_SECTION_NODE != ntype)
1240 if(TEXT_NODE!=type && CDATA_SECTION_NODE!=type)
1626 if(TEXT_NODE
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathExpressionImpl.java144 (nodeType != Document.TEXT_NODE) &&
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSimpleResultTreeImpl.java111 || (_currentNode == RTF_TEXT && _type == DTM.TEXT_NODE))
127 || (_currentNode == RTF_TEXT && _type == DTM.TEXT_NODE))
212 || (_currentNode == RTF_TEXT && _type == DTM.TEXT_NODE))
407 return DTM.TEXT_NODE;
845 return DTM.TEXT_NODE;
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DXMLUtils.java136 if (r.getNodeType()==Node.TEXT_NODE) {
138 while ((r!=null) && (r.getNodeType()==Node.TEXT_NODE)) {
249 if (curr.getNodeType() == Node.TEXT_NODE) {
589 while (n!=null && n.getNodeType()!=Node.TEXT_NODE) {
608 while (n!=null && n.getNodeType()!=Node.TEXT_NODE) {
H A DXPathFuncHereAPI.java296 if (xpathnode.getNodeType() == Node.TEXT_NODE) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM2.java1594 } while (eType == TEXT_NODE
1607 } while(ATTRIBUTE_NODE == type || TEXT_NODE == type
2417 m_previous = addNode(m_coalescedTextType, DTM.TEXT_NODE,
2426 m_previous = addNode(m_coalescedTextType, DTM.TEXT_NODE,
2437 m_textType = m_coalescedTextType = DTM.TEXT_NODE;
2796 if (type == DTM.TEXT_NODE || type == DTM.CDATA_SECTION_NODE)
2835 else if (DTM.TEXT_NODE == type || DTM.CDATA_SECTION_NODE == type)
2909 if (type == DTM.TEXT_NODE || type == DTM.CDATA_SECTION_NODE)
2945 else if (DTM.TEXT_NODE == type || DTM.CDATA_SECTION_NODE == type)
2982 if ((_exptype2(child) == DTM.TEXT_NODE)
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMResultBuilder.java86 1 << Node.COMMENT_NODE | 1 << Node.TEXT_NODE |
88 kidOK[Node.ATTRIBUTE_NODE] = 1 << Node.TEXT_NODE | 1 << Node.ENTITY_REFERENCE_NODE;
92 kidOK[Node.TEXT_NODE] = 0;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTM.java112 public static final short TEXT_NODE = 3; field in interface:DTM
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DTextSerializer.java311 case Node.TEXT_NODE : {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/params/
H A DXPath2FilterContainer.java290 if (children.item(i).getNodeType() == Node.TEXT_NODE) {
H A DXPath2FilterContainer04.java250 if (children.item(i).getNodeType() == Node.TEXT_NODE) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/util/
H A DDOMUtils.java98 if(child.getNodeType() == Node.TEXT_NODE)

Completed in 76 milliseconds

123