|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.xml.sax.AbstractXmlReader
org.springframework.xml.stream.AbstractStaxXmlReader
public abstract class AbstractStaxXmlReader
Abstract base class for SAX XMLReader
implementations that use StAX as a basis.
AbstractXmlReader.setContentHandler(org.xml.sax.ContentHandler)
,
AbstractXmlReader.setDTDHandler(org.xml.sax.DTDHandler)
,
AbstractXmlReader.setEntityResolver(org.xml.sax.EntityResolver)
,
AbstractXmlReader.setErrorHandler(org.xml.sax.ErrorHandler)
Constructor Summary | |
---|---|
AbstractStaxXmlReader()
|
Method Summary | |
---|---|
void |
parse(org.xml.sax.InputSource ignored)
Parses the StAX XML reader passed at construction-time. |
void |
parse(java.lang.String ignored)
Parses the StAX XML reader passed at construction-time. |
protected abstract void |
parseInternal()
Template-method that parses the StAX reader passed at construction-time. |
protected void |
setLocator(javax.xml.stream.Location location)
Sets the SAX Locator based on the given StAX Location . |
Methods inherited from class org.springframework.xml.sax.AbstractXmlReader |
---|
getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getLexicalHandler, getProperty, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setLexicalHandler, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractStaxXmlReader()
Method Detail |
---|
public final void parse(org.xml.sax.InputSource ignored) throws org.xml.sax.SAXException
InputSource
is not read, but ignored.
ignored
- is ignored
org.xml.sax.SAXException
- A SAX exception, possibly wrapping a XMLStreamException
public final void parse(java.lang.String ignored) throws org.xml.sax.SAXException
ignored
- is ignored
org.xml.sax.SAXException
- A SAX exception, possibly wrapping a XMLStreamException
protected void setLocator(javax.xml.stream.Location location)
Locator
based on the given StAX Location
.
location
- the locationContentHandler.setDocumentLocator(org.xml.sax.Locator)
protected abstract void parseInternal() throws org.xml.sax.SAXException, javax.xml.stream.XMLStreamException
org.xml.sax.SAXException
javax.xml.stream.XMLStreamException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |