Package org.apache.xml.utils
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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description int
getUid()
Deprecated.Get the UID (document order index).
-