Package org.citygml4j.xml.io.reader
Interface XMLChunk
-
- All Known Implementing Classes:
XMLChunkImpl
public interface XMLChunk
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CityGMLClass
getCityGMLClass()
ParentInfo
getParentInfo()
javax.xml.namespace.QName
getTypeName()
boolean
hasPassedXMLValidation()
boolean
isSetParentInfo()
void
send(org.xml.sax.ContentHandler handler, boolean release)
CityGML
unmarshal()
-
-
-
Method Detail
-
unmarshal
CityGML unmarshal() throws UnmarshalException, MissingADESchemaException
-
getTypeName
javax.xml.namespace.QName getTypeName()
-
getCityGMLClass
CityGMLClass getCityGMLClass()
-
isSetParentInfo
boolean isSetParentInfo()
-
getParentInfo
ParentInfo getParentInfo()
-
hasPassedXMLValidation
boolean hasPassedXMLValidation()
-
send
void send(org.xml.sax.ContentHandler handler, boolean release) throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
-
-