Class CBORParser.StringRefListStack

  • Enclosing class:
    CBORParser

    protected static final class CBORParser.StringRefListStack
    extends java.lang.Object
    Type to keep a stack of string refs based on namespaces within the document.
    Since:
    2.15
    • Constructor Detail

      • StringRefListStack

        protected StringRefListStack()
    • Method Detail

      • push

        public void push​(boolean hasNamespace)
      • pop

        public void pop()
      • empty

        public boolean empty()