Lines Matching refs:CSAXDocumentBuilder

34 …Reference< XInterface > CSAXDocumentBuilder::_getInstance(const Reference< XMultiServiceFactory >&…  in _getInstance()
36 return static_cast< XSAXDocumentBuilder* >(new CSAXDocumentBuilder(rSMgr)); in _getInstance()
39 …const char* CSAXDocumentBuilder::aImplementationName = "com.sun.star.comp.xml.dom.SAXDocumentBuild…
40 const char* CSAXDocumentBuilder::aSupportedServiceNames[] = {
45 CSAXDocumentBuilder::CSAXDocumentBuilder(const Reference< XMultiServiceFactory >& mgr) in CSAXDocumentBuilder() function in DOM::CSAXDocumentBuilder
50 OUString CSAXDocumentBuilder::_getImplementationName() in _getImplementationName()
54 Sequence<OUString> CSAXDocumentBuilder::_getSupportedServiceNames() in _getSupportedServiceNames()
64 Sequence< OUString > SAL_CALL CSAXDocumentBuilder::getSupportedServiceNames() in getSupportedServiceNames()
67 return CSAXDocumentBuilder::_getSupportedServiceNames(); in getSupportedServiceNames()
70 OUString SAL_CALL CSAXDocumentBuilder::getImplementationName() in getImplementationName()
73 return CSAXDocumentBuilder::_getImplementationName(); in getImplementationName()
76 sal_Bool SAL_CALL CSAXDocumentBuilder::supportsService(const OUString& aServiceName) in supportsService()
79 Sequence< OUString > supported = CSAXDocumentBuilder::_getSupportedServiceNames(); in supportsService()
88 SAXDocumentBuilderState SAL_CALL CSAXDocumentBuilder::getState() in getState()
96 void SAL_CALL CSAXDocumentBuilder::reset() in reset()
108 Reference< XDocument > SAL_CALL CSAXDocumentBuilder::getDocument() in getDocument()
119 Reference< XDocumentFragment > SAL_CALL CSAXDocumentBuilder::getDocumentFragment() in getDocumentFragment()
129 void SAL_CALL CSAXDocumentBuilder::startDocumentFragment(const Reference< XDocument >& ownerDoc) in startDocumentFragment()
146 void SAL_CALL CSAXDocumentBuilder::endDocumentFragment() in endDocumentFragment()
164 void SAL_CALL CSAXDocumentBuilder::startDocument() throw (RuntimeException, SAXException) in startDocument()
181 void SAL_CALL CSAXDocumentBuilder::endDocument() throw (RuntimeException, SAXException) in endDocument()
196 …void SAL_CALL CSAXDocumentBuilder::startElement(const OUString& aName, const Reference< XAttribute… in startElement()
299 void SAL_CALL CSAXDocumentBuilder::endElement(const OUString& aName) in endElement()
328 void SAL_CALL CSAXDocumentBuilder::characters(const OUString& aChars) in characters()
342 void SAL_CALL CSAXDocumentBuilder::ignorableWhitespace(const OUString& ) in ignorableWhitespace()
353 …void SAL_CALL CSAXDocumentBuilder::processingInstruction(const OUString& aTarget, const OUString& … in processingInstruction()
368 void SAL_CALL CSAXDocumentBuilder::setDocumentLocator(const Reference< XLocator >& aLocator) in setDocumentLocator()