Class DOMElem.ItImpl

  • Enclosing class:
    DOMElem

    public static class DOMElem.ItImpl
    extends java.lang.Object
    The DOMElem Iterator is initialized with a specific implementation
    of this interface.
    • Constructor Detail

      • ItImpl

        public ItImpl​(long cPtr,
                      boolean cMemoryOwn)
    • Method Detail

      • delete

        public void delete()
      • increment

        public void increment()
        increment the iterator
      • getElem

        public DOMElemPtr getElem()
        get the element that the iterator is currently pointing to
      • equal

        public boolean equal​(DOMElem.ItImpl arg0)
        test if two iterators are in same state