|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PathElement
Path element in a definition path
Method Summary | |
---|---|
QName |
getName()
Get the path element name. |
TypeDefinition |
getType()
Get the path element type definition. |
boolean |
isDowncast()
Determines if this path element represents a type downcast. |
boolean |
isProperty()
Determines if this path element represents a property, otherwise it represents a sub-type or a group. |
boolean |
isTransient()
Determines if the the path element is transient and thus doesn't represent an element. |
boolean |
isUnique()
Determines if this path element represents an element that can't be repeated. |
void |
prepareWrite(XMLStreamWriter writer)
Write additional attributes/elements after the path element has been started. |
Method Detail |
---|
QName getName()
TypeDefinition getType()
null
if
the element is transientboolean isProperty()
boolean isTransient()
boolean isDowncast()
boolean isUnique()
void prepareWrite(XMLStreamWriter writer) throws XMLStreamException
writer
- the XML stream writer
XMLStreamException
- if an error occurs writing XML to the stream
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |