Interface ILcdXMLEditableNameStack

All Superinterfaces:
ILcdXMLNameStack
All Known Implementing Classes:
TLcdXMLNameStack

public interface ILcdXMLEditableNameStack extends ILcdXMLNameStack
Deprecated.
Use of the com.format.xml API has been deprecated. Instead, use the com.format.xml.bind API.
Editable extension of ILcdXMLNameStack.
  • Method Details

    • pushName

      void pushName(TLcdXMLName aName)
      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.