Home
last modified time | relevance | path

Searched refs:theOwnerElement (Results 1 – 14 of 14) sorted by relevance

/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XalanSourceTree/
H A DXalanSourceTreeHelper.cpp373 XalanSourceTreeElement* theOwnerElement, in doAppendSiblingToChild() argument
377 assert(theOwnerElement != 0); in doAppendSiblingToChild()
380 if (theNewSibling->getParentNode() != theOwnerElement) in doAppendSiblingToChild()
382 theNewSibling->setParent(theOwnerElement); in doAppendSiblingToChild()
430 XalanSourceTreeElement* theOwnerElement, in appendSiblingToChild() argument
434 doAppendSiblingToChild(theOwnerElement, theFirstChildSlot, theNewSibling); in appendSiblingToChild()
441 XalanSourceTreeElement* theOwnerElement, in appendSiblingToChild() argument
445 doAppendSiblingToChild(theOwnerElement, theFirstChildSlot, theNewSibling); in appendSiblingToChild()
452 XalanSourceTreeElement* theOwnerElement, in appendSiblingToChild() argument
456 doAppendSiblingToChild(theOwnerElement, theFirstChildSlot, theNewSibling); in appendSiblingToChild()
[all …]
H A DXalanSourceTreeHelper.hpp106 XalanSourceTreeElement* theOwnerElement,
113 XalanSourceTreeElement* theOwnerElement,
119 XalanSourceTreeElement* theOwnerElement,
125 XalanSourceTreeElement* theOwnerElement,
H A DXalanSourceTreeDocument.cpp404 theOwnerElement, in createAttributes()
430 theOwnerElement, in createAttributes()
447 theOwnerElement, in createAttributes()
1023 theOwnerElement, in createAttribute()
1048 theOwnerElement, in createAttribute()
1195 theOwnerElement, in createAttributes()
1226 theOwnerElement, in createAttributes()
1247 theOwnerElement)); in createAttributes()
1287 theOwnerElement, in createAttributes()
1298 theOwnerElement, in createAttributes()
[all …]
H A DXalanSourceTreeDocument.hpp366 XalanSourceTreeElement* theOwnerElement,
373 XalanSourceTreeElement* theOwnerElement);
380 XalanSourceTreeElement* theOwnerElement,
399 XalanSourceTreeElement* theOwnerElement,
406 XalanSourceTreeElement* theOwnerElement,
H A DXalanSourceTreeAttrNS.cpp36 XalanSourceTreeElement* theOwnerElement, in XalanSourceTreeAttrNS() argument
41 theOwnerElement, in XalanSourceTreeAttrNS()
H A DXalanSourceTreeAttributeAllocator.cpp45 XalanSourceTreeElement* theOwnerElement, in create() argument
54 theOwnerElement, in create()
H A DXalanSourceTreeAttributeNSAllocator.cpp48 XalanSourceTreeElement* theOwnerElement, in create() argument
60 theOwnerElement, in create()
H A DXalanSourceTreeContentHandler.cpp466 XalanSourceTreeElement* theOwnerElement) in createElement() argument
471 const bool fAddXMLNamespaceAttribute = theOwnerElement == 0 ? true : false; in createElement()
475 …return m_document->createElementNode(uri, localname, qname, attrs, theOwnerElement, 0, 0, fAddXMLN… in createElement()
479 …return m_document->createElementNode(qname, attrs, theOwnerElement, 0, 0, fAddXMLNamespaceAttribut… in createElement()
H A DXalanSourceTreeAttr.cpp45 XalanSourceTreeElement* theOwnerElement, in XalanSourceTreeAttr() argument
50 m_ownerElement(theOwnerElement), in XalanSourceTreeAttr()
H A DXalanSourceTreeAttrNS.hpp64 XalanSourceTreeElement* theOwnerElement = 0,
H A DXalanSourceTreeAttributeAllocator.hpp83 XalanSourceTreeElement* theOwnerElement = 0,
H A DXalanSourceTreeAttributeNSAllocator.hpp88 XalanSourceTreeElement* theOwnerElement = 0,
H A DXalanSourceTreeAttr.hpp68 XalanSourceTreeElement* theOwnerElement = 0,
H A DXalanSourceTreeContentHandler.hpp231 XalanSourceTreeElement* theOwnerElement);