Lines Matching refs:xml
42 Reference< xml::input::XElement > ModuleElement::getParent() in getParent()
45 return static_cast< xml::input::XElement * >( _pParent ); in getParent()
60 Reference< xml::input::XAttributes > ModuleElement::getAttributes() in getAttributes()
68 throw (xml::sax::SAXException, RuntimeException) in ignorableWhitespace()
74 throw (xml::sax::SAXException, RuntimeException) in characters()
81 throw (xml::sax::SAXException, RuntimeException) in processingInstruction()
86 throw (xml::sax::SAXException, RuntimeException) in endElement()
91 Reference< xml::input::XElement > ModuleElement::startChildElement( in startChildElement()
93 Reference< xml::input::XAttributes > const & /*xAttributes*/ ) in startChildElement()
94 throw (xml::sax::SAXException, RuntimeException) in startChildElement()
96 throw xml::sax::SAXException( in startChildElement()
104 Reference< xml::input::XAttributes > const & xAttributes, in ModuleElement()
142 Reference< xml::input::XNamespaceMapping > const & xNamespaceMapping ) in startDocument()
143 throw (xml::sax::SAXException, RuntimeException) in startDocument()
155 throw (xml::sax::SAXException, RuntimeException) in endDocument()
162 throw (xml::sax::SAXException, RuntimeException) in processingInstruction()
167 Reference< xml::sax::XLocator > const & /*xLocator*/ ) in setDocumentLocator()
168 throw (xml::sax::SAXException, RuntimeException) in setDocumentLocator()
172 Reference< xml::input::XElement > ModuleImport::startRootElement( in startRootElement()
174 Reference< xml::input::XAttributes > const & xAttributes ) in startRootElement()
175 throw (xml::sax::SAXException, RuntimeException) in startRootElement()
179 throw xml::sax::SAXException( in startRootElement()
200 throw xml::sax::SAXException( in startRootElement()
217 Reference< xml::sax::XDocumentHandler >
222 static_cast< xml::input::XRoot * >( new ModuleImport( rMod ) ) ); in importScriptModule()