Interface DOMOrder


public interface DOMOrder
Deprecated.
Since the introduction of the DTM, this class will be removed. Nodes that implement this index can return a document order index. Eventually, this will be replaced by DOM 3 methods. (compareDocumentOrder and/or compareTreePosition.)
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Deprecated.
    Get the UID (document order index).
  • Method Details

    • getUid

      int getUid()
      Deprecated.
      Get the UID (document order index).
      Returns:
      integer whose relative value corresponds to document order -- that is, if node1.getUid()<node2.getUid(), node1 comes before node2, and if they're equal node1 and node2 are the same node. No promises are made beyond that.