public interface IFeatureStaxBindings
Interface for StAX bindings of specific feature types
| Modifier and Type | Method and Description |
|---|---|
Collection<QName> |
getSupportedFeatureTypes() |
AbstractFeature |
readFeature(XMLStreamReader reader,
QName qName) |
void |
writeFeature(XMLStreamWriter writer,
AbstractFeature bean) |
Collection<QName> getSupportedFeatureTypes()
AbstractFeature readFeature(XMLStreamReader reader, QName qName) throws XMLStreamException
XMLStreamExceptionvoid writeFeature(XMLStreamWriter writer, AbstractFeature bean) throws XMLStreamException
XMLStreamExceptionCopyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.