public interface XMLChunk
Modifier and Type | Method and Description |
---|---|
CityGMLClass |
getCityGMLClass() |
ParentInfo |
getParentInfo() |
boolean |
hasPassedXMLValidation() |
boolean |
isSetParentInfo() |
void |
send(org.xml.sax.ContentHandler handler,
boolean release) |
CityGML |
unmarshal() |
CityGML unmarshal() throws UnmarshalException, MissingADESchemaException
CityGMLClass getCityGMLClass()
boolean isSetParentInfo()
ParentInfo getParentInfo()
boolean hasPassedXMLValidation()
void send(org.xml.sax.ContentHandler handler, boolean release) throws org.xml.sax.SAXException
org.xml.sax.SAXException