de.opsdesign.yax.helpers
Class ResolvingSAXDocumentWriter

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by de.opsdesign.yax.helpers.SAXDocumentWriter
          extended by de.opsdesign.yax.helpers.ResolvingSAXDocumentWriter
All Implemented Interfaces:
Loggable, org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

public class ResolvingSAXDocumentWriter
extends SAXDocumentWriter


Field Summary
 
Fields inherited from class de.opsdesign.yax.helpers.SAXDocumentWriter
inputSource
 
Constructor Summary
ResolvingSAXDocumentWriter(org.xml.sax.InputSource inputSource)
           
ResolvingSAXDocumentWriter(org.xml.sax.InputSource inputSource, java.lang.String encoding)
           
 
Method Summary
 void run()
           
 
Methods inherited from class de.opsdesign.yax.helpers.SAXDocumentWriter
characters, comment, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, getResult, ignorableWhitespace, log, log, log, log, processingInstruction, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
error, fatalError, notationDecl, resolveEntity, setDocumentLocator, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolvingSAXDocumentWriter

public ResolvingSAXDocumentWriter(org.xml.sax.InputSource inputSource)

ResolvingSAXDocumentWriter

public ResolvingSAXDocumentWriter(org.xml.sax.InputSource inputSource,
                                  java.lang.String encoding)
Method Detail

run

public void run()
         throws RunException
Overrides:
run in class SAXDocumentWriter
Throws:
RunException


Copyright © 2008 OPS Design GmbH. All Rights Reserved.