Lines Matching refs:dom

149 …uno::Reference< xml::dom::XElement > getDocumentRoot(const uno::Reference< xml::dom::XNode >& rxNo…
150 …uno::Reference< xml::dom::XNode > getChildNode(const uno::Reference< xml::dom::XNode >& rxNode, co…
154 virtual uno::Sequence< uno::Reference< xml::dom::XElement > > SAL_CALL
207 const uno::Reference< xml::dom::XDocumentBuilder >& xDocumentBuilder,
214 const uno::Reference< xml::dom::XDocumentBuilder > m_xDocumentBuilder;
234 UpdateInformationEnumeration(const uno::Reference< xml::dom::XNodeList >& xNodeList, in UpdateInformationEnumeration()
259 uno::Reference< xml::dom::XNode > xAtomEntryNode( m_xNodeList->item(m_nCount++) ); in nextElement()
261 uno::Reference< xml::dom::XNode > xSummaryNode( in nextElement()
268 uno::Reference< xml::dom::XNode > xContentNode( in nextElement()
291 const uno::Reference< xml::dom::XNodeList > m_xNodeList;
301 SingleUpdateInformationEnumeration(const uno::Reference< xml::dom::XElement >& xElement) in SingleUpdateInformationEnumeration()
328 const uno::Reference< xml::dom::XDocumentBuilder >& xDocumentBuilder, in UpdateInformationProvider()
432 uno::Reference< xml::dom::XDocumentBuilder > xDocumentBuilder( in createInstance()
541 uno::Reference< xml::dom::XElement >
542 UpdateInformationProvider::getDocumentRoot(const uno::Reference< xml::dom::XNode >& rxNode) in getDocumentRoot()
546 uno::Reference< xml::dom::XElement > xElement(rxNode, uno::UNO_QUERY_THROW); in getDocumentRoot()
551 uno::Reference< xml::dom::XDocument > xUpdateXML = in getDocumentRoot()
562 uno::Reference< xml::dom::XNodeList> xChildNodes = rxNode->getChildNodes(); in getDocumentRoot()
568 … uno::Reference< xml::dom::XElement > xChildElement(xChildNodes->item(n), uno::UNO_QUERY); in getDocumentRoot()
574 … uno::Reference< xml::dom::XDocument > xUpdateXML = m_xDocumentBuilder->newDocument(); in getDocumentRoot()
581 return uno::Reference< xml::dom::XElement > (); in getDocumentRoot()
586 uno::Reference< xml::dom::XNode >
587 UpdateInformationProvider::getChildNode(const uno::Reference< xml::dom::XNode >& rxNode, in getChildNode()
616 …uno::Reference< xml::dom::XDocument > xDocument = m_xDocumentBuilder->parse(load(repositories[n])); in getUpdateInformationEnumeration()
617 uno::Reference< xml::dom::XElement > xElement; in getUpdateInformationEnumeration()
633 uno::Reference< xml::dom::XNodeList > xNodeList; in getUpdateInformationEnumeration()
671 uno::Sequence< uno::Reference< xml::dom::XElement > > SAL_CALL
681 uno::Sequence< uno::Reference< xml::dom::XElement > > aRet; in getUpdateInformation()