Home
last modified time | relevance | path

Searched refs:getLastChild (Results 1 – 11 of 11) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMBuilder.java482 childNode = m_currentNode != null ? m_currentNode.getLastChild(): null; in characters()
691 CDATASection section =(CDATASection) m_currentNode.getLastChild(); in cdata()
DUnImplNode.java172 public Node getLastChild() in getLastChild() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java392 public final Node getLastChild() in getLastChild() method in DTMNodeProxy
395 int newnode = dtm.getLastChild(node); in getLastChild()
604 kidhandle=dtm.getLastChild(dochandle); // End loop in getDocumentElement()
618 kidhandle=dtm.getLastChild(dochandle); // End loop in getDocumentElement()
DDTMDocumentImpl.java1062 public int getLastChild(int nodeHandle) { in getLastChild() method in DTMDocumentImpl
DDTMDefaultBase.java1022 public int getLastChild(int nodeHandle) in getLastChild() method in DTMDefaultBase
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTM.java255 public int getLastChild(int nodeHandle); in getLastChild() method
/external/libvpx/examples/includes/ASCIIMathPHP-2.0/
DASCIIMathPHP-2.0.class.php254 function getLastChild() function in XMLNode
401 if ($c_node_0 = $this->getLastChild()) {
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTMdefaultNamespaceDeclarationNode.java82 public Node getLastChild() {return null;} in getLastChild() method in DOM2DTMdefaultNamespaceDeclarationNode
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemTemplateElement.java270 ElemTemplateElement last = (ElemTemplateElement) getLastChild(); in appendChild()
1434 public Node getLastChild() in getLastChild() method in ElemTemplateElement
DElemNumber.java698 context = dtm.getLastChild(prevSibling); in findPrecedingOrAncestorOrSelf()
895 child = dtm.getLastChild(next); in getPreviousNode()
DElemLiteralResult.java815 public Node getLastChild() in getLastChild() method