public class XMLConfigFileReader extends org.xml.sax.helpers.DefaultHandler implements ConfigFileReader
Constructor and Description |
---|
XMLConfigFileReader() |
Modifier and Type | Method and Description |
---|---|
void |
endElement(String uri,
String localName,
String qName) |
void |
error(SAXParseException e) |
Map<String,CompositePartitioner> |
read(InputStream stream) |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
characters, endDocument, endPrefixMapping, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
public Map<String,CompositePartitioner> read(InputStream stream) throws PersistenceException
read
in interface ConfigFileReader
PersistenceException
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement
in interface ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
SAXException
public void endElement(String uri, String localName, String qName) throws SAXException
endElement
in interface ContentHandler
endElement
in class org.xml.sax.helpers.DefaultHandler
SAXException
public void error(SAXParseException e) throws SAXParseException
error
in interface ErrorHandler
error
in class org.xml.sax.helpers.DefaultHandler
SAXParseException
Copyright © 2018. All rights reserved.