| java.lang.Object com.sun.xml.bind.v2.runtime.unmarshaller.Loader com.sun.xml.bind.v2.runtime.unmarshaller.DomLoader
DomLoader | public class DomLoader extends Loader (Code) | | Loads a DOM.
author: Kohsuke Kawaguchi |
Fields inherited from com.sun.xml.bind.v2.runtime.unmarshaller.Loader | protected boolean expectText(Code)(Java Doc)
|
Methods inherited from com.sun.xml.bind.v2.runtime.unmarshaller.Loader | public void childElement(UnmarshallingContext.State state, TagName ea) throws SAXException(Code)(Java Doc) final public boolean expectText()(Code)(Java Doc) final protected void fireAfterUnmarshal(JaxBeanInfo beanInfo, Object child, UnmarshallingContext.State state) throws SAXException(Code)(Java Doc) final protected void fireBeforeUnmarshal(JaxBeanInfo beanInfo, Object child, UnmarshallingContext.State state) throws SAXException(Code)(Java Doc) public Collection<QName> getExpectedChildElements()(Code)(Java Doc) protected static void handleGenericException(Exception e) throws SAXException(Code)(Java Doc) public static void handleGenericException(Exception e, boolean canRecover) throws SAXException(Code)(Java Doc) protected static void handleParseConversionException(UnmarshallingContext.State state, Exception e) throws SAXException(Code)(Java Doc) public void leaveElement(UnmarshallingContext.State state, TagName ea) throws SAXException(Code)(Java Doc) protected static void reportError(String msg, boolean canRecover) throws SAXException(Code)(Java Doc) public static void reportError(String msg, Exception nested, boolean canRecover) throws SAXException(Code)(Java Doc) final protected void reportUnexpectedChildElement(TagName ea, boolean canRecover) throws SAXException(Code)(Java Doc) public void startElement(UnmarshallingContext.State state, TagName ea) throws SAXException(Code)(Java Doc) public void text(UnmarshallingContext.State state, CharSequence text) throws SAXException(Code)(Java Doc)
|
|
|