Searched defs:getNodeType (Results 1 - 15 of 15) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DExtendedType.java124 public int getNodeType() method in class:ExtendedType
H A DDTMDefaultBase.java796 switch (getNodeType(nodeHandle))
1108 int type = getNodeType(nodeHandle);
1368 if (getNodeType(rootHandle) == DTM.DOCUMENT_NODE) {
1597 if (DTM.DOCUMENT_NODE == getNodeType(nodeHandle))
1834 public short getNodeType(int nodeHandle) method in class:DTMDefaultBase
H A DDTMDocumentImpl.java1730 public short getNodeType(int nodeHandle) { method in class:DTMDocumentImpl
H A DDTMNodeProxy.java324 public final short getNodeType() method in class:DTMNodeProxy
326 return (short) dtm.getNodeType(node);
337 if (getNodeType() == Node.ATTRIBUTE_NODE)
422 if (dtm.getNodeType(node) == Node.ATTRIBUTE_NODE)
598 switch(dtm.getNodeType(kidhandle))
750 if (DTM.ELEMENT_NODE == retNode.getNodeType())
758 } else if (DTM.DOCUMENT_NODE == retNode.getNodeType()) {
793 if (tempNode.getNodeType() == DTM.ELEMENT_NODE
875 if (DTM.ELEMENT_NODE == retNode.getNodeType())
883 else if(DTM.DOCUMENT_NODE == retNode.getNodeType())
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java89 public short getNodeType() {return Node.ATTRIBUTE_NODE;} method in class:DOM2DTMdefaultNamespaceDeclarationNode
237 if (arg.getNodeType() != getNodeType()) {
310 short type = this.getNodeType();
372 if (this.getOwnerElement().getNodeType() == Node.ELEMENT_NODE) {
403 short type = this.getNodeType();
445 if (this.ownerNode.getNodeType() == Node.ELEMENT_NODE) {
482 short type = this.getNodeType();
503 if (this.getOwnerElement().getNodeType() == Node.ELEMENT_NODE) {
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DKeywords.java283 static Object getNodeType(String key){ method in class:Keywords
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DConfigureForm.java357 public NodeType getNodeType() method in class:ConfigureForm
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java869 public short getNodeType() method in class:ElemLiteralResult.Attribute
H A DElemTemplateElement.java332 public short getNodeType() method in class:ElemTemplateElement
H A DStylesheet.java1333 public short getNodeType() method in class:Stylesheet
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTM.java542 public short getNodeType(int nodeHandle); method in interface:DTM
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java120 public short getNodeType() method in class:UnImplNode
123 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getNodeType not supported!");
1302 if (arg.getNodeType() != getNodeType()) {
1375 short type = this.getNodeType();
1437 if (this.getOwnerElement().getNodeType() == Node.ELEMENT_NODE) {
1468 short type = this.getNodeType();
1510 if (this.ownerNode.getNodeType() == Node.ELEMENT_NODE) {
1547 short type = this.getNodeType();
1568 if (this.getOwnerElement().getNodeType()
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 511 milliseconds