Class ReaderDepthState


  • class ReaderDepthState
    extends java.lang.Object
    Maintains the state of a pull reader at various states in the document depth. Used by the BinaryStreamReader
    Since:
    1.2
    • Constructor Detail

      • ReaderDepthState

        ReaderDepthState()
    • Method Detail

      • push

        public void push()
      • pop

        public void pop()
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • hasMoreChildren

        public boolean hasMoreChildren()
      • setHasMoreChildren

        public void setHasMoreChildren​(boolean hasMoreChildren)
      • addAttribute

        public void addAttribute​(java.lang.String name,
                                 java.lang.String value)
      • getAttribute

        public java.lang.String getAttribute​(java.lang.String name)
      • getAttribute

        public java.lang.String getAttribute​(int index)
      • getAttributeName

        public java.lang.String getAttributeName​(int index)
      • getAttributeCount

        public int getAttributeCount()
      • getAttributeNames

        public java.util.Iterator getAttributeNames()