de.opsdesign.yax.helpers
Class ResolvingXMLReader

java.lang.Object
  extended by org.xml.sax.helpers.XMLFilterImpl
      extended by org.apache.xml.resolver.tools.ResolvingXMLFilter
          extended by de.opsdesign.yax.helpers.ResolvingXMLReader
All Implemented Interfaces:
Loggable, org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler, org.xml.sax.XMLFilter, org.xml.sax.XMLReader

public class ResolvingXMLReader
extends org.apache.xml.resolver.tools.ResolvingXMLFilter
implements Loggable

Applies XML Catalog resolution to the input.


Field Summary
 
Fields inherited from class org.apache.xml.resolver.tools.ResolvingXMLFilter
suppressExplanation
 
Constructor Summary
ResolvingXMLReader()
           
 
Method Summary
 void log(java.lang.String msg)
           
 void log(java.lang.String msg, int msgSeverity)
           
 void log(YaxEvent yaxEvent)
           
 void log(YaxException yaxException)
          resolves a passed through YaxException
 void run()
           
 
Methods inherited from class org.apache.xml.resolver.tools.ResolvingXMLFilter
getCatalog, notationDecl, parse, parse, processingInstruction, resolveEntity, startElement, unparsedEntityDecl
 
Methods inherited from class org.xml.sax.helpers.XMLFilterImpl
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startPrefixMapping, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolvingXMLReader

public ResolvingXMLReader()
                   throws javax.xml.parsers.ParserConfigurationException,
                          java.lang.UnsupportedOperationException,
                          org.xml.sax.SAXException
Throws:
javax.xml.parsers.ParserConfigurationException
java.lang.UnsupportedOperationException
org.xml.sax.SAXException
Method Detail

run

public void run()
         throws javax.xml.parsers.ParserConfigurationException,
                org.xml.sax.SAXException
Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException

log

public void log(java.lang.String msg)
Specified by:
log in interface Loggable

log

public void log(java.lang.String msg,
                int msgSeverity)
Specified by:
log in interface Loggable

log

public void log(YaxEvent yaxEvent)
Specified by:
log in interface Loggable

log

public void log(YaxException yaxException)
resolves a passed through YaxException

Specified by:
log in interface Loggable


Copyright © 2008 OPS Design GmbH. All Rights Reserved.