Lines Matching refs:input
42 Reference< xml::input::XElement > LibElementBase::getParent() in getParent()
45 return static_cast< xml::input::XElement * >( _pParent ); in getParent()
60 Reference< xml::input::XAttributes > LibElementBase::getAttributes() in getAttributes()
91 Reference< xml::input::XElement > LibElementBase::startChildElement( in startChildElement()
93 Reference< xml::input::XAttributes > const & /*xAttributes*/ ) in startChildElement()
104 Reference< xml::input::XAttributes > const & xAttributes, in LibElementBase()
142 Reference< xml::input::XNamespaceMapping > const & xNamespaceMapping ) in startDocument()
168 Reference< xml::input::XElement > LibraryImport::startRootElement( in startRootElement()
170 Reference< xml::input::XAttributes > const & xAttributes ) in startRootElement()
226 Reference< xml::input::XElement > LibrariesElement::startChildElement( in startChildElement()
228 Reference< xml::input::XAttributes > const & xAttributes ) in startChildElement()
288 Reference< xml::input::XElement > LibraryElement::startChildElement( in startChildElement()
290 Reference< xml::input::XAttributes > const & xAttributes ) in startChildElement()
341 static_cast< xml::input::XRoot * >( new LibraryImport( pLibArray ) ) ); in importLibraryContainer()
351 static_cast< xml::input::XRoot * >( new LibraryImport( &rLib ) ) ); in importLibrary()