public class XmlHelper extends Object
| Constructor and Description |
|---|
XmlHelper() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
castResult(SosDocumentProvider provider,
org.apache.xmlbeans.XmlObject xmlObject,
Class<T> clazz,
SosDocumentType targetDocType,
org.apache.xmlbeans.SchemaType targetSchemaType) |
static <T> List<T> |
getChildren(org.apache.xmlbeans.XmlObject parent,
Class<T> clazz) |
public static <T> List<T> getChildren(org.apache.xmlbeans.XmlObject parent, Class<T> clazz) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic static <T> T castResult(SosDocumentProvider provider, org.apache.xmlbeans.XmlObject xmlObject, Class<T> clazz, SosDocumentType targetDocType, org.apache.xmlbeans.SchemaType targetSchemaType) throws InvalidSosDocumentException
InvalidSosDocumentExceptionCopyright © 2014. All Rights Reserved.