Home
last modified time | relevance | path

Searched refs:getChildNodes (Results 1 – 25 of 69) sorted by relevance

123

/trunk/main/scripting/source/provider/
H A DBrowseNodeFactoryImpl.cxx94 getChildNodes() in getChildNodes() function in browsenodefactory::BrowseNodeAggregator
107 childs = m_Nodes[ i ]->getChildNodes(); in getChildNodes()
218 getChildNodes() in getChildNodes() function in browsenodefactory::LocationBrowseNode
258 m_origNode->getChildNodes(); in loadChildNodes()
273 xbn->getChildNodes(); in loadChildNodes()
447 getChildNodes() in getChildNodes() function in browsenodefactory::DefaultBrowseNode
454 m_xWrappedBrowseNode->getChildNodes(); in getChildNodes()
576 getChildNodes() in getChildNodes() function in browsenodefactory::DefaultRootBrowseNode
640 getChildNodes() in getChildNodes() function in browsenodefactory::SelectorBrowseNode
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentSerializer.java153 NodeList nodeList = node.getChildNodes(); in traverseSettings()
230 NodeList nodeList = node.getChildNodes(); in traverseBody()
288 NodeList nodeList = node.getChildNodes(); in traverseNamedExpressions()
332 NodeList nodeList = node.getChildNodes(); in traverseTable()
446 NodeList nodeList = node.getChildNodes(); in traverseTableRow()
760 NodeList childList = node.getChildNodes(); in traverseCell()
820 NodeList nodeList = node.getChildNodes(); in traverseParagraph()
841 NodeList nodeList2 = child.getChildNodes(); in traverseParagraph()
947 NodeList nodeList = paragraph.getChildNodes(); in getDecimalPlaces()
H A DBookSettings.java179 NodeList nodeList = root.getChildNodes(); in readNode()
195 NodeList nodeList2 = child.getChildNodes(); in readNode()
/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocumentSerializerImpl.java149 NodeList nodeList = node.getChildNodes(); in traverseBody()
214 NodeList nodeList = node.getChildNodes(); in traverseParaContents()
390 NodeList nodeList = node.getChildNodes(); in traverseList()
435 NodeList nodeList = node.getChildNodes(); in traverseListHeader()
482 NodeList nodeList = node.getChildNodes(); in traverseListItem()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentSerializerImpl.java185 NodeList nodeList = node.getChildNodes(); in traverseBody()
271 NodeList nodeList = node.getChildNodes(); in traverseParaContents()
383 NodeList nodeList = node.getChildNodes(); in traverseList()
428 NodeList nodeList = node.getChildNodes(); in traverseListHeader()
475 NodeList nodeList = node.getChildNodes(); in traverseListItem()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentSerializerImpl.java181 NodeList nList = node.getChildNodes(); in traverseBody()
256 NodeList nList = node.getChildNodes(); in traverseParagraphContents()
367 NodeList nList = node.getChildNodes(); in traverseList()
395 NodeList nList = node.getChildNodes(); in traverseListItem()
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py478 def getChildNodes(self): member in ScriptBrowseNode
595 def getChildNodes(self): member in FileBrowseNode
615 return len(self.getChildNodes()) > 0
633 def getChildNodes( self ): member in DirBrowseNode
839 def getChildNodes( self ): member in PackageBrowseNode
971 def getChildNodes( self ): member in PythonScriptProvider
972 return self.dirBrowseNode.getChildNodes()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/
H A DNodeIterator.java230 NodeList node1Children = node1.getChildNodes(); in childrenEqual()
231 NodeList node2Children = node2.getChildNodes(); in childrenEqual()
367 NodeList nodeList = node.getChildNodes(); in markTree()
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java421 XNodeList xChildren = xDoc.getChildNodes(); in testXDocument()
617 XNodeList xChildren = xDF.getChildNodes(); in testXDocumentFragment()
1000 XNodeList xChildren = xElemFoo.getChildNodes(); in testXElement()
1222 XNodeList xChildren = xAttr.getChildNodes(); in testXAttr()
1463 XNodeList xChildren = xText.getChildNodes(); in testXText()
1648 XNodeList xChildren = xCDS.getChildNodes(); in testXCDataSection()
1822 XNodeList xChildren = xComment.getChildNodes(); in testXComment()
1965 XNodeList xChildren = xER.getChildNodes(); in testXEntityReference()
2157 XNodeList xChildren = xPI.getChildNodes(); in testXProcessingInstruction()
2288 XNodeList xChildList = xRoot.getChildNodes(); in testXNodeList_ChildList()
[all …]
/trunk/main/xmlsecurity/tools/uno/
H A DAdapterNode.java95 m_domNode.getChildNodes().item(searchIndex); in child()
106 rc = m_domNode.getChildNodes().getLength(); in childCount()
H A DSAXEventPrinter.java91 children = node.getChildNodes(); in display()
125 children = node.getChildNodes(); in display()
/trunk/main/unoxml/source/dom/
H A Ddocumentfragment.hxx78 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes() function in DOM::CDocumentFragment
81 return CNode::getChildNodes(); in getChildNodes()
H A Dentityreference.hxx80 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes() function in DOM::CEntityReference
83 return CNode::getChildNodes(); in getChildNodes()
H A Dnotation.hxx88 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes() function in DOM::CNotation
91 return CNode::getChildNodes(); in getChildNodes()
H A Dprocessinginstruction.hxx99 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes() function in DOM::CProcessingInstruction
102 return CNode::getChildNodes(); in getChildNodes()
H A Ddocumenttype.hxx116 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes() function in DOM::CDocumentType
119 return CNode::getChildNodes(); in getChildNodes()
H A Dentity.hxx99 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes() function in DOM::CEntity
102 return CNode::getChildNodes(); in getChildNodes()
H A Dattr.hxx122 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes() function in DOM::CAttr
125 return CNode::getChildNodes(); in getChildNodes()
H A Dcharacterdata.hxx125 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes() function in DOM::CCharacterData
128 return CNode::getChildNodes(); in getChildNodes()
H A Dcdatasection.hxx124 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes() function in DOM::CCDATASection
127 return CNode::getChildNodes(); in getChildNodes()
H A Dcomment.hxx119 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes() function in DOM::CComment
122 return CCharacterData::getChildNodes(); in getChildNodes()
H A Dtext.hxx134 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes() function in DOM::CText
137 return CCharacterData::getChildNodes(); in getChildNodes()
H A Delement.hxx199 virtual Reference< XNodeList > SAL_CALL getChildNodes() in getChildNodes() function in DOM::CElement
202 return CNode::getChildNodes(); in getChildNodes()
/trunk/main/cui/source/customize/
H A Dcfgutil.cxx704 rootNode->getChildNodes(); in Init()
777 children[n]->getChildNodes(); in Init()
1031 rootNode->getChildNodes(); in GroupSelected()
1169 rootNode->getChildNodes(); in RequestingChilds()
1231 children[n]->getChildNodes(); in RequestingChilds()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/registry/
H A DConverterInfoReader.java189 NodeList detailNodes = e.getChildNodes(); in parseConverterNode()
248 NodeList tempNodes = e.getChildNodes(); in getTextValue()

Completed in 103 milliseconds

123