Package com.luciad.format.xml
Interface ILcdXMLEditableNameStack
- All Superinterfaces:
ILcdXMLNameStack
- All Known Implementing Classes:
TLcdXMLNameStack
Deprecated.
Editable extension of
ILcdXMLNameStack
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Removes all elements from this stack.popName()
Deprecated.Removes the element on top of this stack and returns that object as the value of this function.void
pushName
(TLcdXMLName aName) Deprecated.Adds an element on top of this stack.Methods inherited from interface com.luciad.format.xml.ILcdXMLNameStack
getName, getNameCount, isEmptyNameStack, peekName
-
Method Details
-
pushName
Deprecated.Adds an element on top of this stack.- Parameters:
aName
- The item to be pushed on this stack.
-
popName
TLcdXMLName popName()Deprecated.Removes the element on top of this stack and returns that object as the value of this function.- Returns:
- The element on top of this stack
- Throws:
EmptyStackException
- if this stack is empty.
-
clearNameStack
void clearNameStack()Deprecated.Removes all elements from this stack. The stack will be empty after this call.
-
com.format.xml
API has been deprecated. Instead, use thecom.format.xml.bind
API.