Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.daemon.configuration » [javadoc | source]
com.sshtools.daemon.configuration
class: PlatformConfiguration.PlatformConfigurationSAXHandler [javadoc | source]
java.lang.Object
   org.xml.sax.helpers.DefaultHandler
      com.sshtools.daemon.configuration.PlatformConfiguration$PlatformConfigurationSAXHandler

All Implemented Interfaces:
    ErrorHandler, EntityResolver, ContentHandler, DTDHandler

Method from com.sshtools.daemon.configuration.PlatformConfiguration$PlatformConfigurationSAXHandler Summary:
characters,   endElement,   startElement
Methods from org.xml.sax.helpers.DefaultHandler:
characters,   endDocument,   endElement,   endPrefixMapping,   error,   fatalError,   ignorableWhitespace,   notationDecl,   processingInstruction,   resolveEntity,   setDocumentLocator,   skippedEntity,   startDocument,   startElement,   startPrefixMapping,   unparsedEntityDecl,   warning
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.daemon.configuration.PlatformConfiguration$PlatformConfigurationSAXHandler Detail:
 public  void characters(char[] ch,
    int start,
    int length) throws SAXException 
 public  void endElement(String uri,
    String localName,
    String qname) throws SAXException 
 public  void startElement(String uri,
    String localName,
    String qname,
    Attributes attrs) throws SAXException