|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xml.sax.helpers.XMLFilterImpl
com.sun.xml.bind.unmarshaller.InterningXMLReader
edu.ksi.virtualclassroom.mappers.jaxb.xmlwrapper.impl.runtime.InterningUnmarshallerHandler
Filter SAXUnmarshallerHandler that interns all the Strings
* in the SAX events.
*
* @author
* Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
* @version $Revision$
| Nested Class Summary |
| Nested classes inherited from class com.sun.xml.bind.unmarshaller.InterningXMLReader |
|
| Field Summary | |
private SAXUnmarshallerHandler |
core
Field core |
| Fields inherited from class com.sun.xml.bind.unmarshaller.InterningXMLReader |
|
| Fields inherited from class org.xml.sax.helpers.XMLFilterImpl |
|
| Constructor Summary | |
(package private) |
InterningUnmarshallerHandler(SAXUnmarshallerHandler core)
Constructor for InterningUnmarshallerHandler |
| Method Summary | |
java.lang.Object |
getResult()
Method getResult |
void |
handleEvent(javax.xml.bind.ValidationEvent event,
boolean canRecover)
Method handleEvent |
| Methods inherited from class com.sun.xml.bind.unmarshaller.InterningXMLReader |
adapt, endElement, endPrefixMapping, processingInstruction, startElement, startPrefixMapping |
| Methods inherited from class org.xml.sax.helpers.XMLFilterImpl |
characters, endDocument, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.xml.sax.ContentHandler |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
| Field Detail |
private final SAXUnmarshallerHandler core
| Constructor Detail |
InterningUnmarshallerHandler(SAXUnmarshallerHandler core)
core - SAXUnmarshallerHandler| Method Detail |
public void handleEvent(javax.xml.bind.ValidationEvent event,
boolean canRecover)
throws org.xml.sax.SAXException
handleEvent in interface SAXUnmarshallerHandlerevent - ValidationEventcanRecover - boolean
org.xml.sax.SAXExceptionSAXUnmarshallerHandler.handleEvent(ValidationEvent, boolean)
public java.lang.Object getResult()
throws javax.xml.bind.JAXBException,
java.lang.IllegalStateException
getResult in interface javax.xml.bind.UnmarshallerHandlerjavax.xml.bind.JAXBException
java.lang.IllegalStateExceptionUnmarshallerHandler.getResult()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||