public class DatabaseConfig extends org.xml.sax.helpers.DefaultHandler
| Constructor and Description |
|---|
DatabaseConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] aChar,
int aStart,
int aLength)
Characters.
|
void |
endDocument() |
void |
endElement(String anUri,
String aLocal,
String aQName)
End element.
|
void |
error(SAXParseException ex)
Error.
|
void |
fatalError(SAXParseException ex)
Fatal error.
|
int |
getDefError() |
void |
ignorableWhitespace(char[] aChar,
int aStart,
int aLength)
Ignorable whitespace.
|
void |
loadConfig(String aParserName,
String anUri) |
void |
processingInstruction(String aTarget,
String aData)
Processing instruction.
|
void |
startDocument()
Start document.
|
void |
startElement(String anUri,
String aLocal,
String aQName,
Attributes anAttrs)
Start element.
|
void |
warning(SAXParseException ex)
Warning.
|
endPrefixMapping, notationDecl, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDeclpublic void startDocument()
startDocument in interface ContentHandlerstartDocument in class org.xml.sax.helpers.DefaultHandlerpublic void endDocument()
endDocument in interface ContentHandlerendDocument in class org.xml.sax.helpers.DefaultHandlerpublic void startElement(String anUri, String aLocal, String aQName, Attributes anAttrs)
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerpublic void endElement(String anUri, String aLocal, String aQName)
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandlerpublic void characters(char[] aChar,
int aStart,
int aLength)
characters in interface ContentHandlercharacters in class org.xml.sax.helpers.DefaultHandlerpublic void processingInstruction(String aTarget, String aData)
processingInstruction in interface ContentHandlerprocessingInstruction in class org.xml.sax.helpers.DefaultHandlerpublic void ignorableWhitespace(char[] aChar,
int aStart,
int aLength)
ignorableWhitespace in interface ContentHandlerignorableWhitespace in class org.xml.sax.helpers.DefaultHandlerpublic void warning(SAXParseException ex)
warning in interface ErrorHandlerwarning in class org.xml.sax.helpers.DefaultHandlerpublic void error(SAXParseException ex)
error in interface ErrorHandlererror in class org.xml.sax.helpers.DefaultHandlerpublic void fatalError(SAXParseException ex) throws SAXException
fatalError in interface ErrorHandlerfatalError in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic int getDefError()
Copyright © 2020. All rights reserved.