Class ADEUnmarshaller
- java.lang.Object
-
- org.citygml4j.builder.jaxb.unmarshal.citygml.ade.ADEUnmarshaller
-
public class ADEUnmarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ADEUnmarshaller(JAXBUnmarshaller jaxb)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ADEModelObject
unmarshal(java.lang.Object src)
ADEModelObject
unmarshal(javax.xml.bind.JAXBElement<?> src)
ADEGenericElement
unmarshal(org.w3c.dom.Element element)
-
-
-
Constructor Detail
-
ADEUnmarshaller
public ADEUnmarshaller(JAXBUnmarshaller jaxb)
-
-
Method Detail
-
unmarshal
public ADEGenericElement unmarshal(org.w3c.dom.Element element) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshal
public ADEModelObject unmarshal(javax.xml.bind.JAXBElement<?> src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
unmarshal
public ADEModelObject unmarshal(java.lang.Object src) throws MissingADESchemaException
- Throws:
MissingADESchemaException
-
-