Lines Matching refs:DocumentHandlerImpl

108 class DocumentHandlerImpl :  class
148 DocumentHandlerImpl(
151 virtual ~DocumentHandlerImpl() throw ();
200 DocumentHandlerImpl::DocumentHandlerImpl( in DocumentHandlerImpl() function in xmlscript::DocumentHandlerImpl
223 DocumentHandlerImpl::~DocumentHandlerImpl() throw () in ~DocumentHandlerImpl()
236 DocumentHandlerImpl::getCurrentElement() const in getCurrentElement()
246 inline sal_Int32 DocumentHandlerImpl::getUidByURI( OUString const & rURI ) in getUidByURI()
269 inline sal_Int32 DocumentHandlerImpl::getUidByPrefix( in getUidByPrefix()
295 inline void DocumentHandlerImpl::pushPrefix( in pushPrefix()
321 inline void DocumentHandlerImpl::popPrefix( in popPrefix()
341 inline void DocumentHandlerImpl::getElementName( in getElementName()
362 DocumentHandlerImpl * m_pHandler;
370 DocumentHandlerImpl * pHandler );
408 DocumentHandlerImpl * pHandler ) in ExtendedAttributes()
443 OUString DocumentHandlerImpl::getImplementationName() in getImplementationName()
450 sal_Bool DocumentHandlerImpl::supportsService( in supportsService()
464 Sequence< OUString > DocumentHandlerImpl::getSupportedServiceNames() in getSupportedServiceNames()
473 void DocumentHandlerImpl::initialize( in initialize()
498 sal_Int32 DocumentHandlerImpl::getUidByUri( OUString const & Uri ) in getUidByUri()
507 OUString DocumentHandlerImpl::getUriByUid( sal_Int32 Uid ) in getUriByUid()
527 void DocumentHandlerImpl::startDocument() in startDocument()
535 void DocumentHandlerImpl::endDocument() in endDocument()
542 void DocumentHandlerImpl::startElement( in startElement()
685 void DocumentHandlerImpl::endElement( in endElement()
729 void DocumentHandlerImpl::characters( OUString const & rChars ) in characters()
738 void DocumentHandlerImpl::ignorableWhitespace( in ignorableWhitespace()
748 void DocumentHandlerImpl::processingInstruction( in processingInstruction()
760 void DocumentHandlerImpl::setDocumentLocator( in setDocumentLocator()
885 new DocumentHandlerImpl( xRoot, bSingleThreadedUse ) ); in createDocumentHandler()
896 new DocumentHandlerImpl( in create_DocumentHandlerImpl()