| java.lang.Object org.xml.sax.helpers.DefaultHandler org.isqlviewer.xml.ServiceDigester
ServiceDigester | public class ServiceDigester extends DefaultHandler (Code) | | TODO Add ServiceDigester Overview JavaDoc.
author: Mark A. Kobold <mkobold at isqlviewer dot com> version: 1.0 |
Method Summary | |
public void | characters(char[] ch, int start, int length) | public void | endDocument() | public void | endElement(String ln, String ns, String name) | public static JdbcService | parseService(InputSource source, EntityResolver resolver) | public void | startElement(String ln, String ns, String name, Attributes attr) | public static void | writeService(int version, OutputStream out, JdbcService service) | public static void | writeService(int version, OutputStream out, JdbcService service, Charset cs) |
REMOTE_RESOURCES | final public static String REMOTE_RESOURCES(Code) | | |
REMOTE_SYNC_TYPE | final public static String REMOTE_SYNC_TYPE(Code) | | |
REMOTE_VERSION | final public static String REMOTE_VERSION(Code) | | |
VERSION_2 | final public static int VERSION_2(Code) | | |
VERSION_3 | final public static int VERSION_3(Code) | | |
characters | public void characters(char[] ch, int start, int length) throws SAXException(Code) | | |
Methods inherited from org.xml.sax.helpers.DefaultHandler | public void characters(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void endDocument() throws SAXException(Code)(Java Doc) public void endElement(String uri, String localName, String qName) throws SAXException(Code)(Java Doc) public void endPrefixMapping(String prefix) throws SAXException(Code)(Java Doc) public void error(SAXParseException e) throws SAXException(Code)(Java Doc) public void fatalError(SAXParseException e) throws SAXException(Code)(Java Doc) public void ignorableWhitespace(char ch, int start, int length) throws SAXException(Code)(Java Doc) public void notationDecl(String name, String publicId, String systemId) throws SAXException(Code)(Java Doc) public void processingInstruction(String target, String data) throws SAXException(Code)(Java Doc) public InputSource resolveEntity(String publicId, String systemId) throws IOException, SAXException(Code)(Java Doc) public void setDocumentLocator(Locator locator)(Code)(Java Doc) public void skippedEntity(String name) throws SAXException(Code)(Java Doc) public void startDocument() throws SAXException(Code)(Java Doc) public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException(Code)(Java Doc) public void startPrefixMapping(String prefix, String uri) throws SAXException(Code)(Java Doc) public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException(Code)(Java Doc) public void warning(SAXParseException e) throws SAXException(Code)(Java Doc)
|
|
|