public class DBSchemaHandler extends org.xml.sax.helpers.DefaultHandler
| コンストラクタと説明 |
|---|
DBSchemaHandler() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endDocument() |
void |
endElement(String uri,
String localName,
String name) |
Database |
getDatabase() |
void |
startDocument() |
void |
startElement(String uri,
String localName,
String name,
Attributes attributes) |
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warningpublic void startDocument()
throws SAXException
startDocument インタフェース内 ContentHandlerstartDocument クラス内 org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void startElement(String uri, String localName, String name, Attributes attributes) throws SAXException
startElement インタフェース内 ContentHandlerstartElement クラス内 org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void endDocument()
throws SAXException
endDocument インタフェース内 ContentHandlerendDocument クラス内 org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void endElement(String uri, String localName, String name) throws SAXException
endElement インタフェース内 ContentHandlerendElement クラス内 org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void characters(char[] ch,
int start,
int length)
throws SAXException
characters インタフェース内 ContentHandlercharacters クラス内 org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic Database getDatabase()
Copyright 169; 2006-2012 The Seasar Foundation. All Rights Reserved.