Lines Matching refs:xRoot
149 Reference< xml::input::XRoot > const & xRoot,
201 Reference< xml::input::XRoot > const & xRoot, in DocumentHandlerImpl()
203 : m_xRoot( xRoot ), in DocumentHandlerImpl()
478 Reference< xml::input::XRoot > xRoot; in initialize() local
480 (arguments[ 0 ] >>= xRoot) && in initialize()
481 xRoot.is()) in initialize()
483 m_xRoot = xRoot; in initialize()
877 Reference< xml::input::XRoot > const & xRoot, in createDocumentHandler()
881 OSL_ASSERT( xRoot.is() ); in createDocumentHandler()
882 if (xRoot.is()) in createDocumentHandler()
885 new DocumentHandlerImpl( xRoot, bSingleThreadedUse ) ); in createDocumentHandler()