org.citygml4j.xml.io.reader
Interface XMLChunk

All Known Implementing Classes:
XMLChunkImpl

public interface XMLChunk


Method Summary
 CityGMLClass getCityGMLClass()
           
 StartElement getFirstStartElement()
           
 ParentInfo getParentInfo()
           
 boolean hasPassedXMLValidation()
           
 boolean isSetParentInfo()
           
 void send(org.xml.sax.ContentHandler handler)
           
 CityGML unmarshal()
           
 

Method Detail

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()