Lines Matching refs:input
85 Reference< xml::input::XElement > m_xElement;
110 xml::input::XNamespaceMapping,
115 Reference< xml::input::XRoot > m_xRoot;
135 inline Reference< xml::input::XElement > getCurrentElement() const;
149 Reference< xml::input::XRoot > const & xRoot,
201 Reference< xml::input::XRoot > const & xRoot, in DocumentHandlerImpl()
235 inline Reference< xml::input::XElement >
240 return Reference< xml::input::XElement >(); in getCurrentElement()
353 public ::cppu::WeakImplHelper1< xml::input::XAttributes >
478 Reference< xml::input::XRoot > xRoot; in initialize()
531 static_cast< xml::input::XNamespaceMapping * >( this ) ); in startDocument()
547 Reference< xml::input::XElement > xCurrentElement; in startElement()
548 Reference< xml::input::XAttributes > xAttributes; in startElement()
641 xAttributes = static_cast< xml::input::XAttributes * >( in startElement()
689 Reference< xml::input::XElement > xCurrentElement; in endElement()
732 Reference< xml::input::XElement > xCurrentElement( getCurrentElement() ); in characters()
742 Reference< xml::input::XElement > xCurrentElement( getCurrentElement() ); in ignorableWhitespace()
752 Reference< xml::input::XElement > xCurrentElement( getCurrentElement() ); in processingInstruction()
877 Reference< xml::input::XRoot > const & xRoot, in createDocumentHandler()
897 Reference< xml::input::XRoot >(), false /* mt use */ ) ); in create_DocumentHandlerImpl()