org.springframework.oxm.support
Class MarshallingSource.MarshallingXMLReader
java.lang.Object
org.springframework.oxm.support.MarshallingSource.MarshallingXMLReader
- All Implemented Interfaces:
- org.xml.sax.XMLReader
- Enclosing class:
- MarshallingSource
private static class MarshallingSource.MarshallingXMLReader
- extends java.lang.Object
- implements org.xml.sax.XMLReader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
marshaller
private final Marshaller marshaller
content
private final java.lang.Object content
dtdHandler
private org.xml.sax.DTDHandler dtdHandler
contentHandler
private org.xml.sax.ContentHandler contentHandler
entityResolver
private org.xml.sax.EntityResolver entityResolver
errorHandler
private org.xml.sax.ErrorHandler errorHandler
lexicalHandler
private org.xml.sax.ext.LexicalHandler lexicalHandler
MarshallingSource.MarshallingXMLReader
private MarshallingSource.MarshallingXMLReader(Marshaller marshaller,
java.lang.Object content)
setContentHandler
public void setContentHandler(org.xml.sax.ContentHandler contentHandler)
- Specified by:
setContentHandler in interface org.xml.sax.XMLReader
getContentHandler
public org.xml.sax.ContentHandler getContentHandler()
- Specified by:
getContentHandler in interface org.xml.sax.XMLReader
setDTDHandler
public void setDTDHandler(org.xml.sax.DTDHandler dtdHandler)
- Specified by:
setDTDHandler in interface org.xml.sax.XMLReader
getDTDHandler
public org.xml.sax.DTDHandler getDTDHandler()
- Specified by:
getDTDHandler in interface org.xml.sax.XMLReader
setEntityResolver
public void setEntityResolver(org.xml.sax.EntityResolver entityResolver)
- Specified by:
setEntityResolver in interface org.xml.sax.XMLReader
getEntityResolver
public org.xml.sax.EntityResolver getEntityResolver()
- Specified by:
getEntityResolver in interface org.xml.sax.XMLReader
setErrorHandler
public void setErrorHandler(org.xml.sax.ErrorHandler errorHandler)
- Specified by:
setErrorHandler in interface org.xml.sax.XMLReader
getErrorHandler
public org.xml.sax.ErrorHandler getErrorHandler()
- Specified by:
getErrorHandler in interface org.xml.sax.XMLReader
getLexicalHandler
protected org.xml.sax.ext.LexicalHandler getLexicalHandler()
getFeature
public boolean getFeature(java.lang.String name)
throws org.xml.sax.SAXNotRecognizedException
- Specified by:
getFeature in interface org.xml.sax.XMLReader
- Throws:
org.xml.sax.SAXNotRecognizedException
setFeature
public void setFeature(java.lang.String name,
boolean value)
throws org.xml.sax.SAXNotRecognizedException
- Specified by:
setFeature in interface org.xml.sax.XMLReader
- Throws:
org.xml.sax.SAXNotRecognizedException
getProperty
public java.lang.Object getProperty(java.lang.String name)
throws org.xml.sax.SAXNotRecognizedException
- Specified by:
getProperty in interface org.xml.sax.XMLReader
- Throws:
org.xml.sax.SAXNotRecognizedException
setProperty
public void setProperty(java.lang.String name,
java.lang.Object value)
throws org.xml.sax.SAXNotRecognizedException
- Specified by:
setProperty in interface org.xml.sax.XMLReader
- Throws:
org.xml.sax.SAXNotRecognizedException
parse
public void parse(org.xml.sax.InputSource input)
throws org.xml.sax.SAXException
- Specified by:
parse in interface org.xml.sax.XMLReader
- Throws:
org.xml.sax.SAXException
parse
public void parse(java.lang.String systemId)
throws org.xml.sax.SAXException
- Specified by:
parse in interface org.xml.sax.XMLReader
- Throws:
org.xml.sax.SAXException
parse
private void parse()
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException