|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.io.gml.writer.internal.geometry.Descent
public class Descent
Represents a descent in the document, must be used to end elements started with
Method Summary | |
---|---|
void |
close()
Close the descent |
static Descent |
descend(XMLStreamWriter writer,
DefinitionPath descendPath,
Descent previousDescent,
boolean generateRequiredIDs)
Descend the given path |
DefinitionPath |
getPath()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public DefinitionPath getPath()
public void close() throws XMLStreamException
XMLStreamException
- if an error occurs closing the elementspublic static Descent descend(XMLStreamWriter writer, DefinitionPath descendPath, Descent previousDescent, boolean generateRequiredIDs) throws XMLStreamException
writer
- the XML stream writerdescendPath
- the path to descendpreviousDescent
- the previous descent, that will be closed or
partially closed as needed, may be null
generateRequiredIDs
- if required IDs shall be generated for the
path elements
XMLStreamException
- if an error occurs writing the coordinates
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |