org.apache.xalan.stree
Interface IndexedElem

All Known Implementing Classes:
IndexedDocImpl, IndexedElemWithNS, IndexedElemImpl

public interface IndexedElem


Method Summary
 int getIndex()
          An integer indicating where this node's children can be found in the indexed nodes list.
 void setIndex(int anIndex)
          An integer indicating where this node's children can be found in the indexed nodes list.
 

Method Detail

setIndex

public void setIndex(int anIndex)
An integer indicating where this node's children can be found in the indexed nodes list.

getIndex

public int getIndex()
An integer indicating where this node's children can be found in the indexed nodes list.


Copyright © 2000 Apache XML Project. All Rights Reserved.