Home
last modified time | relevance | path

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

12

/external/skia/modules/svg/src/
DSkSVGShape.cpp29 void SkSVGShape::appendChild(sk_sp<SkSVGNode>) { in appendChild() function in SkSVGShape
DSkSVGContainer.cpp15 void SkSVGContainer::appendChild(sk_sp<SkSVGNode> node) { in appendChild() function in SkSVGContainer
DSkSVGUse.cpp16 void SkSVGUse::appendChild(sk_sp<SkSVGNode>) { in appendChild() function in SkSVGUse
DSkSVGText.cpp490 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
/external/skia/modules/svg/include/
DSkSVGImage.h24 void appendChild(sk_sp<SkSVGNode>) override { in appendChild() function
DSkSVGFeLightSource.h17 void appendChild(sk_sp<SkSVGNode>) final { in appendChild() function
DSkSVGText.h101 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
966 def appendChild(self, node): member in Childless
1390 def appendChild(self, newChild): member in Entity
1611 def appendChild(self, node): member in Document
/external/python/cpython2/Lib/xml/dom/
Dminidom.py112 def appendChild(self, node): member in Node
883 def appendChild(self, node): member in Childless
1320 def appendChild(self, newChild): member in Entity
1539 def appendChild(self, node): member in Document

12