Home
last modified time | relevance | path

Searched refs:DocumentHandlerImpl (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmlscript/source/xml_helper/
H A Dxml_impctx.cxx108 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()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/basichelper/
H A DDocumentHandler.java48 static DocumentHandlerImpl oDocumentHandler = null;
67 oDocumentHandler = new DocumentHandlerImpl(log, printXML, writer); in createInstanceWithArguments()
130 class DocumentHandlerImpl extends XMLTools.XMLChecker class
142 public DocumentHandlerImpl(PrintWriter log_, in DocumentHandlerImpl() method in DocumentHandlerImpl