BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xpath
Interface DOMOrder

All Known Implementing Classes:
Child, StreamableNode

public interface DOMOrder

Nodes that implement this index can return a document order index. Eventually, this will be replaced by DOM 3 methods. (compareDocumentOrder and/or compareTreePosition.)

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 int getUid()
          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()

Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.