Class XMLChunkImpl
- java.lang.Object
-
- org.citygml4j.builder.jaxb.xml.io.reader.XMLChunkImpl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addAttribute(java.lang.String uri, java.lang.String localName, java.lang.String prefix, java.lang.String type, java.lang.String value)
protected void
addEvent(javax.xml.stream.XMLStreamReader reader)
CityGMLClass
getCityGMLClass()
ParentInfo
getParentInfo()
javax.xml.namespace.QName
getTypeName()
boolean
hasPassedXMLValidation()
protected boolean
isComplete()
protected boolean
isFiltered()
boolean
isSetParentInfo()
protected void
removeTrailingCharacters()
void
send(org.xml.sax.ContentHandler handler, boolean release)
protected void
setFirstElement(javax.xml.namespace.QName firstElement)
protected void
setIsFiltered(boolean isFiltered)
CityGML
unmarshal()
-
-
-
Method Detail
-
getTypeName
public javax.xml.namespace.QName getTypeName()
- Specified by:
getTypeName
in interfaceXMLChunk
-
isSetParentInfo
public boolean isSetParentInfo()
- Specified by:
isSetParentInfo
in interfaceXMLChunk
-
getParentInfo
public ParentInfo getParentInfo()
- Specified by:
getParentInfo
in interfaceXMLChunk
-
hasPassedXMLValidation
public boolean hasPassedXMLValidation()
- Specified by:
hasPassedXMLValidation
in interfaceXMLChunk
-
removeTrailingCharacters
protected void removeTrailingCharacters()
-
isComplete
protected boolean isComplete()
-
isFiltered
protected boolean isFiltered()
-
setIsFiltered
protected void setIsFiltered(boolean isFiltered)
-
setFirstElement
protected void setFirstElement(javax.xml.namespace.QName firstElement)
-
addEvent
protected void addEvent(javax.xml.stream.XMLStreamReader reader) throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
-
addAttribute
protected void addAttribute(java.lang.String uri, java.lang.String localName, java.lang.String prefix, java.lang.String type, java.lang.String value)
-
getCityGMLClass
public CityGMLClass getCityGMLClass()
- Specified by:
getCityGMLClass
in interfaceXMLChunk
-
send
public void send(org.xml.sax.ContentHandler handler, boolean release) throws org.xml.sax.SAXException
-
unmarshal
public CityGML unmarshal() throws UnmarshalException, MissingADESchemaException
- Specified by:
unmarshal
in interfaceXMLChunk
- Throws:
UnmarshalException
MissingADESchemaException
-
-