Home
last modified time | relevance | path

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

12

/external/skia/modules/svg/src/
DSkSVGShape.cpp38 void SkSVGShape::appendChild(sk_sp<SkSVGNode>) { in appendChild() function in SkSVGShape
DSkSVGContainer.cpp19 void SkSVGContainer::appendChild(sk_sp<SkSVGNode> node) { in appendChild() function in SkSVGContainer
DSkSVGUse.cpp18 void SkSVGUse::appendChild(sk_sp<SkSVGNode>) { in appendChild() function in SkSVGUse
DSkSVGText.cpp567 void SkSVGTextContainer::appendChild(sk_sp<SkSVGNode> child) { in appendChild() function in SkSVGTextContainer
/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
/external/skia/modules/svg/include/
DSkSVGImage.h33 void appendChild(sk_sp<SkSVGNode>) override { in appendChild() function
DSkSVGFeLightSource.h22 void appendChild(sk_sp<SkSVGNode>) final { in appendChild() function
DSkSVGText.h107 void appendChild(sk_sp<SkSVGNode>) override {} in appendChild() function
/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/python/cpython3/Lib/xml/dom/
Dminidom.py114 def appendChild(self, node): member in Node
984 def appendChild(self, node): member in Childless
1408 def appendChild(self, newChild): member in Entity
1629 def appendChild(self, node): member in Document

12