org.citygml4j.xml.io.reader
Interface XMLChunk
- All Known Implementing Classes:
- XMLChunkImpl
public interface XMLChunk
unmarshal
CityGML unmarshal()
throws UnmarshalException,
MissingADESchemaException
- Throws:
UnmarshalException
MissingADESchemaException
getCityGMLClass
CityGMLClass getCityGMLClass()
isSetParentInfo
boolean isSetParentInfo()
getParentInfo
ParentInfo getParentInfo()
hasPassedXMLValidation
boolean hasPassedXMLValidation()
send
void send(org.xml.sax.ContentHandler handler)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
getFirstStartElement
StartElement getFirstStartElement()