Home
last modified time | relevance | path

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

12

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemComment.java103 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemComment
DElemApplyImport.java102 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemApplyImport
DElemText.java129 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemText
DElemChoose.java134 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemChoose
DElemPI.java184 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemPI
DElemAttribute.java222 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemAttribute
DElemValueOf.java267 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemValueOf
DElemCopyOf.java217 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemCopyOf
DElemSort.java315 public Node appendChild(Node newChild) throws DOMException in appendChild() method in ElemSort
DElemWithParam.java248 public ElemTemplateElement appendChild(ElemTemplateElement elem) in appendChild() method in ElemWithParam
DElemCallTemplate.java330 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemCallTemplate
DElemForEach.java433 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemForEach
DElemVariable.java516 public ElemTemplateElement appendChild(ElemTemplateElement elem) in appendChild() method in ElemVariable
DElemTemplateElement.java254 public Node appendChild(Node newChild) throws DOMException in appendChild() method in ElemTemplateElement
292 public ElemTemplateElement appendChild(ElemTemplateElement elem) in appendChild() method in ElemTemplateElement
DElemLiteralResult.java753 public Node appendChild(Node newChild) throws DOMException in appendChild() method in ElemLiteralResult.Attribute
DElemNumber.java583 public ElemTemplateElement appendChild(ElemTemplateElement newChild) in appendChild() method in ElemNumber
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tree_adapters/
Ddefault.js83 var appendChild = exports.appendChild = function (parentNode, newNode) { variable
Dhtmlparser2.js162 var appendChild = exports.appendChild = function (parentNode, newNode) { variable
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTMdefaultNamespaceDeclarationNode.java95 public Node appendChild(Node a) {throw new DTMException(NOT_SUPPORTED_ERR);} in appendChild() method in DOM2DTMdefaultNamespaceDeclarationNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTM.java923 public void appendChild(int newChild, boolean clone, boolean cloneDepth); in appendChild() method
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java94 public Node appendChild(Node newChild) throws DOMException in appendChild() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java536 public final Node appendChild(Node newChild) throws DOMException in appendChild() method in DTMNodeProxy
DDTMDefaultBase.java2235 public void appendChild(int newChild, boolean clone, boolean cloneDepth) in appendChild() method in DTMDefaultBase
DDTMDocumentImpl.java2055 public void appendChild(int newChild, boolean clone, boolean cloneDepth) { in appendChild() method in DTMDocumentImpl
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
DShadowDOM.min.js11 ….name="__st"+(1e9*Math.random()>>>0)+(t++ +"__")};n.prototype={set:function(t,n){var r=t[this.name… argument

12