public abstract class AbstractXmlDecoder<T,S> extends AbstractDelegatingDecoder<S,T>
| Constructor and Description |
|---|
AbstractXmlDecoder() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
decodeXmlElement(org.apache.xmlbeans.XmlObject x) |
java.lang.Object |
decodeXmlObject(java.lang.String xmlString) |
<T> T |
decodeXmlObject(org.apache.xmlbeans.XmlObject xbObject) |
DecoderKey |
getDecoderKey(org.apache.xmlbeans.XmlObject doc) |
org.apache.xmlbeans.XmlOptions |
getXmlOptions() |
void |
setXmlOptions(Producer<org.apache.xmlbeans.XmlOptions> xmlOptions) |
getDecoder, getDecoderRepository, setDecoderRepositoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecode, getSupportedTypespublic org.apache.xmlbeans.XmlOptions getXmlOptions()
@Inject public void setXmlOptions(Producer<org.apache.xmlbeans.XmlOptions> xmlOptions)
public <T> T decodeXmlElement(org.apache.xmlbeans.XmlObject x)
throws DecodingException
DecodingExceptionpublic DecoderKey getDecoderKey(org.apache.xmlbeans.XmlObject doc)
public <T> T decodeXmlObject(org.apache.xmlbeans.XmlObject xbObject)
throws DecodingException
DecodingExceptionpublic java.lang.Object decodeXmlObject(java.lang.String xmlString)
throws DecodingException
DecodingExceptionCopyright © 2015–2019 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.