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
intgetUid()
Get the UID (document order index).

Method Detail

getUid

public int getUid()
Get the UID (document order index).

Returns: integer whose relative value corresponds to document order -- that is, if node1.getUid()

Copyright © 2005 Apache XML Project. All Rights Reserved.