HomeSort by relevance Sort by last modified time
    Searched defs:hasChildNodes (Results 1 - 25 of 48) sorted by null

1 2

  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
InnerNodeImpl.java 81 public boolean hasChildNodes() {
NodeImpl.java 140 public boolean hasChildNodes() {
  /libcore/luni/src/main/java/org/w3c/dom/
Node.java 401 public boolean hasChildNodes();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockXmlNode.java 185 public boolean hasChildNodes() {
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 78 public boolean hasChildNodes() {return false;}
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTM.java 237 public boolean hasChildNodes(int nodeHandle);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 945 public boolean hasChildNodes()
    [all...]
ElemTemplateElement.java 322 public boolean hasChildNodes()
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 546 public final boolean hasChildNodes()
798 if(tempNode.hasChildNodes())
935 if(tempNode.hasChildNodes())
    [all...]
DTMDefaultBase.java 879 public boolean hasChildNodes(int nodeHandle)
    [all...]
DTMDocumentImpl.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 107 public boolean hasChildNodes()
110 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"hasChildNodes not supported!");
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 63 def hasChildNodes(self):
890 def hasChildNodes(self):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 63 def hasChildNodes(self):
890 def hasChildNodes(self):
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 
saxon-9.1.0.8.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml.h 314 virtual HRESULT WINAPI hasChildNodes(VARIANT_BOOL *hasChild) = 0;
361 HRESULT (WINAPI *hasChildNodes)(IXMLDOMNode *This,VARIANT_BOOL *hasChild);
410 #define IXMLDOMNode_hasChildNodes(This,hasChild) (This)->lpVtbl->hasChildNodes(This,hasChild)
538 HRESULT (WINAPI *hasChildNodes)(IXMLDOMDocumentFragment *This,VARIANT_BOOL *hasChild);
    [all...]
msxml2.h 974 virtual HRESULT WINAPI hasChildNodes(VARIANT_BOOL *hasChild) = 0;
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 

Completed in 548 milliseconds

1 2