Package com.luciad.format.xml
Interface ILcdXMLObjectStack
- All Known Subinterfaces:
ILcdXMLEditableObjectStack
- All Known Implementing Classes:
TLcdXMLObjectStack
public interface ILcdXMLObjectStack
Deprecated.
An interface for stacks of objects.
-
Method Summary
Modifier and TypeMethodDescriptiongetObject(int aIndex) Deprecated.Returns the object at the given index.intDeprecated.Returns the current stack size.booleanDeprecated.Returnstrueif this stack is empty,falseotherwise.Deprecated.Returns the object on top of the stack.
-
Method Details
-
peekObject
Object peekObject()Deprecated.Returns the object on top of the stack.- Returns:
- the top object on the stack
- Throws:
EmptyStackException- if this stack is empty.
-
isEmptyObjectStack
boolean isEmptyObjectStack()Deprecated.Returnstrueif this stack is empty,falseotherwise.- Returns:
trueif this stack is empty,falseotherwise.
-
getObject
Deprecated.Returns the object at the given index.- Parameters:
aIndex- the index of the object to be retrieved.- Returns:
- the object at the given index.
- Throws:
IndexOutOfBoundsException- ifaIndex < 0 || aIndex >= getObjectCount()
-
getObjectCount
int getObjectCount()Deprecated.Returns the current stack size.- Returns:
- the current stack size.
-
com.format.xmlAPI has been deprecated. Instead, use thecom.format.xml.bindAPI.