public class SAXConfigurationHandler extends DefaultHandler implements ErrorHandler
| Constructor and Description |
|---|
SAXConfigurationHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int end)
Handling hook for character data.
|
void |
clear()
Clears all data from this configuration handler.
|
protected DefaultConfiguration |
createConfiguration(String localName,
String location)
Create a new
DefaultConfiguration with the specified
local name and location. |
void |
endElement(String namespaceURI,
String localName,
String rawName)
Handling hook for finishing parsing of an element.
|
void |
error(SAXParseException exception)
This just throws an exception on a parse error.
|
void |
fatalError(SAXParseException exception)
This just throws an exception on a parse error.
|
Configuration |
getConfiguration()
Get the configuration object that was built.
|
protected String |
getLocationString()
Returns a string showing the current system ID, line number and column number.
|
void |
setDocumentLocator(Locator locator)
Set the document
Locator to use. |
void |
startElement(String namespaceURI,
String localName,
String rawName,
Attributes attributes)
Handling hook for starting parsing of an element.
|
void |
warning(SAXParseException exception)
This just throws an exception on a parse error.
|
endDocument, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDeclpublic Configuration getConfiguration()
Configuration objectpublic void clear()
public void setDocumentLocator(Locator locator)
Locator to use.setDocumentLocator in interface ContentHandlersetDocumentLocator in class DefaultHandlerlocator - a Locator valuepublic void characters(char[] ch,
int start,
int end)
throws SAXException
characters in interface ContentHandlercharacters in class DefaultHandlerch - a char[] of datastart - offset in the character array from which to start readingend - length of character dataSAXException - if an error occurspublic void endElement(String namespaceURI, String localName, String rawName) throws SAXException
endElement in interface ContentHandlerendElement in class DefaultHandlernamespaceURI - a String valuelocalName - a String valuerawName - a String valueSAXException - if an error occursprotected DefaultConfiguration createConfiguration(String localName, String location)
DefaultConfiguration with the specified
local name and location.localName - a String valuelocation - a String valueDefaultConfiguration valuepublic void startElement(String namespaceURI, String localName, String rawName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlernamespaceURI - a String valuelocalName - a String valuerawName - a String valueattributes - an Attributes valueSAXException - if an error occurspublic void error(SAXParseException exception) throws SAXException
error in interface ErrorHandlererror in class DefaultHandlerexception - the parse errorSAXException - if an error occurspublic void warning(SAXParseException exception) throws SAXException
warning in interface ErrorHandlerwarning in class DefaultHandlerexception - the parse errorSAXException - if an error occurspublic void fatalError(SAXParseException exception) throws SAXException
fatalError in interface ErrorHandlerfatalError in class DefaultHandlerexception - the parse errorSAXException - if an error occursprotected String getLocationString()
String valueCopyright © 2004-2020 EPICS. All Rights Reserved.