com.ingenta.workbench.xml
Class ServicesHandler

java.lang.Object
  extended byorg.xml.sax.helpers.DefaultHandler
      extended bycom.ingenta.common.xml.SAXIntrospectHandler
          extended bycom.ingenta.workbench.xml.ServicesHandler
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

public class ServicesHandler
extends com.ingenta.common.xml.SAXIntrospectHandler


Field Summary
 
Fields inherited from class com.ingenta.common.xml.SAXIntrospectHandler
_characters
 
Constructor Summary
ServicesHandler()
           
 
Method Summary
 void end_workbench_converter()
           
 void end_workbench_htmlType()
           
 void end_workbench_inputDatatype()
           
 void end_workbench_inputName()
           
 void end_workbench_label()
           
 void end_workbench_name()
           
 void end_workbench_option()
           
 void end_workbench_outputDatatype()
           
 void end_workbench_param()
           
 void end_workbench_service()
           
 void end_workbench_serviceName()
           
 void end_workbench_untidyConverter()
           
 void end_workbench_url()
           
 void end_workbench_value()
           
 Service getService()
           
 void start_workbench_options(org.xml.sax.Attributes atts)
           
 void start_workbench_service(org.xml.sax.Attributes atts)
          Introspect methods
 
Methods inherited from class com.ingenta.common.xml.SAXIntrospectHandler
callMethod, characters, endElement, getCharacters, startElement
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServicesHandler

public ServicesHandler()
Method Detail

getService

public Service getService()

start_workbench_service

public void start_workbench_service(org.xml.sax.Attributes atts)
Introspect methods


end_workbench_serviceName

public void end_workbench_serviceName()

end_workbench_url

public void end_workbench_url()

end_workbench_converter

public void end_workbench_converter()

end_workbench_untidyConverter

public void end_workbench_untidyConverter()

end_workbench_inputDatatype

public void end_workbench_inputDatatype()

end_workbench_inputName

public void end_workbench_inputName()

end_workbench_outputDatatype

public void end_workbench_outputDatatype()

end_workbench_name

public void end_workbench_name()

end_workbench_htmlType

public void end_workbench_htmlType()

start_workbench_options

public void start_workbench_options(org.xml.sax.Attributes atts)

end_workbench_label

public void end_workbench_label()

end_workbench_value

public void end_workbench_value()

end_workbench_option

public void end_workbench_option()

end_workbench_param

public void end_workbench_param()

end_workbench_service

public void end_workbench_service()