Home
last modified time | relevance | path

Searched defs:nodeType (Results 1 – 25 of 28) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseIterators.java434 public TypedChildrenIterator(int nodeType) in TypedChildrenIterator()
475 int nodeType = _nodeType; in next() local
653 public TypedNamespaceIterator(int nodeType) in TypedNamespaceIterator()
754 public TypedRootIterator(int nodeType) in TypedRootIterator()
770 int nodeType = _nodeType; in next() local
938 int nodeType = _nodeType; in next() local
1031 public TypedAttributeIterator(int nodeType) in TypedAttributeIterator()
1199 int nodeType = _nodeType; in next() local
1428 int nodeType = _nodeType; in next() local
1771 int nodeType = _nodeType; in setStartNode() local
[all …]
DDTMDefaultBase.java986 public int getTypedFirstChild(int nodeHandle, int nodeType) in getTypedFirstChild()
1153 public int getTypedNextSibling(int nodeHandle, int nodeType) in getTypedNextSibling()
/external/deqp/framework/common/
DtcuTestCase.cpp46 TestNode::TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* desc… in TestNode()
55 TestNode::TestNode (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* desc… in TestNode()
140 TestCase::TestCase (TestContext& testCtx, TestNodeType nodeType, const char* name, const char* desc… in TestCase()
DtcuTestHierarchyUtil.cpp35 static const char* getNodeTypeName (TestNodeType nodeType) in getNodeTypeName()
73 const TestNodeType nodeType = node->getNodeType(); in writeXmlCaselists() local
DtcuTestSessionExecutor.cpp34 static qpTestCaseType nodeTypeToTestCaseType (TestNodeType nodeType) in nodeTypeToTestCaseType()
77 const TestNodeType nodeType = curNode->getNodeType(); in iterate() local
DtcuTestHierarchyIterator.cpp107 const TestNodeType nodeType = node->getNodeType(); in ~TestHierarchyIterator() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java230 public TypedChildrenIterator(int nodeType) in TypedChildrenIterator()
272 final int nodeType = _nodeType; in next() local
316 final int nodeType = _nodeType; in getNodeByPosition() local
359 public TypedRootIterator(int nodeType) in TypedRootIterator()
478 final int nodeType = _nodeType; in next() local
562 public TypedAttributeIterator(int nodeType) in TypedAttributeIterator()
729 final int nodeType = _nodeType; in next() local
764 final int nodeType = _nodeType; in getLast() local
984 final int nodeType = _nodeType; in next() local
1172 final int nodeType = _nodeType; in next() local
[all …]
DSAX2DTM.java1935 int nodeType; in startElement() local
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DClonerToResultTree.java132 public static void cloneToResultTree(int node, int nodeType, DTM dtm, in cloneToResultTree()
DTransformerImpl.java1966 short nodeType = dtm.getNodeType(child); in applyTemplateToNode() local
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemCopy.java99 short nodeType = dtm.getNodeType(sourceNode); in execute() local
DElemApplyTemplates.java273 final int nodeType = dtm.getNodeType(child); in transformSelectedNodes() local
DElemForEach.java374 final int nodeType = dtm.getNodeType(child); in transformSelectedNodes() local
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DACBTree.h51 NSInteger nodeType; /* 1 = node, 2 = leaf, -1 = unused */ variable
/external/deqp/modules/gles31/
Dtes31TestCase.hpp77 inline TestCase::TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const ch… in TestCase()
/external/deqp/modules/gles3/
Dtes3TestCase.hpp77 inline TestCase::TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const ch… in TestCase()
/external/deqp/executor/
DxeTestCase.cpp87 TestNode::TestNode (TestGroup* parent, TestNodeType nodeType, const char* name, const char* desc) in TestNode()
180 TestGroup::TestGroup (TestGroup* parent, TestNodeType nodeType, const char* name, const char* descr… in TestGroup()
DxeBatchExecutor.cpp304 TestNodeType nodeType = node->getNodeType(); in writeCaseListNode() local
/external/libxml2/
Dpattern.c95 int nodeType; /* type of node */ member
1546 const xmlChar *ns, int nodeType, int flags) { in xmlStreamCompAddStep()
1859 int nodeType) { in xmlStreamPushInternal()
2243 int nodeType) in xmlStreamPushNode()
/external/owasp/sanitizer/empiricism/
Dhtml-containment.js406 function elementContainsNodeOfType(el, nodeType) { argument
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
DNodeTest.java530 short nodeType = dtm.getNodeType(context); in execute() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java996 RBBINode pushNewNode(int nodeType) { in pushNewNode()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMHelper.java1013 short nodeType = node.getNodeType(); in getParentOfNode() local
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tree_adapters/
Dhtmlparser2.js41 get nodeType() { getter in Node
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java476 protected boolean applyFilter(Node node, int nodeType) { in applyFilter()

12