net.ontopia.topicmaps.utils.tmrap.axis2
Class ContentHandlerAdapter

java.lang.Object
  extended by net.ontopia.topicmaps.utils.tmrap.axis2.ContentHandlerAdapter
All Implemented Interfaces:
DocumentHandler

public class ContentHandlerAdapter
extends Object
implements DocumentHandler


Constructor Summary
ContentHandlerAdapter(ContentHandler ch)
           
 
Method Summary
 void characters(char[] c, int start, int length)
           
 void endDocument()
           
 void endElement(String name)
           
 void ignorableWhitespace(char[] c, int start, int length)
           
 void processingInstruction(String target, String data)
           
 void setDocumentLocator(Locator locator)
           
 void startDocument()
           
 void startElement(String name, AttributeList atts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentHandlerAdapter

public ContentHandlerAdapter(ContentHandler ch)
Method Detail

setDocumentLocator

public void setDocumentLocator(Locator locator)
Specified by:
setDocumentLocator in interface DocumentHandler

startDocument

public void startDocument()
                   throws SAXException
Specified by:
startDocument in interface DocumentHandler
Throws:
SAXException

endDocument

public void endDocument()
                 throws SAXException
Specified by:
endDocument in interface DocumentHandler
Throws:
SAXException

startElement

public void startElement(String name,
                         AttributeList atts)
                  throws SAXException
Specified by:
startElement in interface DocumentHandler
Throws:
SAXException

endElement

public void endElement(String name)
                throws SAXException
Specified by:
endElement in interface DocumentHandler
Throws:
SAXException

characters

public void characters(char[] c,
                       int start,
                       int length)
                throws SAXException
Specified by:
characters in interface DocumentHandler
Throws:
SAXException

ignorableWhitespace

public void ignorableWhitespace(char[] c,
                                int start,
                                int length)
                         throws SAXException
Specified by:
ignorableWhitespace in interface DocumentHandler
Throws:
SAXException

processingInstruction

public void processingInstruction(String target,
                                  String data)
                           throws SAXException
Specified by:
processingInstruction in interface DocumentHandler
Throws:
SAXException


Copyright © 2000-2012 Ontopia.