Searched refs:hasChildNodes (Results 1 - 25 of 32) sorted by relevance

12

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNodeIteratorImpl.java271 if (node.hasChildNodes()) {
321 if (result.hasChildNodes()
327 while (result.hasChildNodes()) {
H A DDeepNodeListImpl.java171 if (current.hasChildNodes()) {
H A DTreeWalkerImpl.java422 && newNode.hasChildNodes())
462 && newNode.hasChildNodes())
H A DParentNode.java196 public boolean hasChildNodes() { method in class:ParentNode
331 while (newChild.hasChildNodes()) {
H A DAttrImpl.java611 public boolean hasChildNodes() { method in class:AttrImpl
749 while (newChild.hasChildNodes()) {
/openjdk7/jaxp/src/org/w3c/dom/
H A DNode.java435 public boolean hasChildNodes(); method in interface:Node
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultNode.java104 public boolean hasChildNodes() { method in class:DefaultNode
H A DElementImpl.java98 public boolean hasChildNodes() { method in class:ElementImpl
H A DSchemaDOM.java323 if (node.hasChildNodes()) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTM.java239 public boolean hasChildNodes(int nodeHandle); method in interface:DTM
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DTextSerializer.java279 if ( elem.hasChildNodes() ) {
H A DHTMLSerializer.java802 if ( elem.hasChildNodes() || ! HTMLdtd.isEmptyTag( tagName ) ) {
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathNamespaceImpl.java207 * @see org.w3c.dom.Node#hasChildNodes()
209 public boolean hasChildNodes() { method in class:XPathNamespaceImpl
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java80 public boolean hasChildNodes() {return false;} method in class:DOM2DTMdefaultNamespaceDeclarationNode
H A DDOM2DTM.java348 if (pos.hasChildNodes())
1208 if(n.hasChildNodes())
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DDOMUtil.java108 if (node.hasChildNodes()) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPPartImpl.java558 public boolean hasChildNodes() { method in class:SOAPPartImpl
560 return document.hasChildNodes();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/dom/
H A DDOMDocumentSerializer.java211 if (e.hasChildNodes()) {
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DAdaptiveResultTreeImpl.java789 public boolean hasChildNodes(int nodeHandle) method in class:AdaptiveResultTreeImpl
792 return _dom.hasChildNodes(nodeHandle);
795 return super.hasChildNodes(nodeHandle);
H A DSimpleResultTreeImpl.java725 public boolean hasChildNodes(int nodeHandle) method in class:SimpleResultTreeImpl
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java572 public final boolean hasChildNodes() method in class:DTMNodeProxy
837 if(tempNode.hasChildNodes())
980 if(tempNode.hasChildNodes())
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java109 public boolean hasChildNodes() method in class:UnImplNode
112 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"hasChildNodes not supported!");
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java630 public boolean hasChildNodes() { method in class:IIOMetadataNode
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DXMLSignature.java411 while (signatureValueElement.hasChildNodes()) {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DXMLUtils.java488 if (!element.hasChildNodes())

Completed in 209 milliseconds

12