|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xalan.utils.UnImplNode | +--org.apache.xalan.stree.Child | +--org.apache.xalan.stree.Parent | +--org.apache.xalan.stree.ElementImpl | +--org.apache.xalan.stree.ElementImplWithNS | +--org.apache.xalan.stree.IndexedElemWithNS
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. |
Methods inherited from class org.apache.xalan.stree.ElementImplWithNS |
getLocalName,
getNamespaceURI,
getPrefix |
Methods inherited from class org.apache.xalan.stree.ElementImpl |
createAttribute,
createAttributeNS,
getAttrCount,
getAttribute,
getAttributes,
getChildAttribute,
getChildCount,
getFirstChild,
getIndex,
getIndex,
getLength,
getLocalName,
getNamedItem,
getNamedItemNS,
getNodeName,
getNodeType,
getQName,
getTagName,
getType,
getType,
getType,
getURI,
getValue,
getValue,
getValue,
item,
removeItem,
removeNamedItem,
removeNamedItemNS,
setAttribute,
setAttributeNS,
setAttributes,
setIDAttribute,
setNamedItem,
setNamedItemNS |
Methods inherited from class org.apache.xalan.stree.Parent |
appendChild,
getChild,
getChildUID,
getLastChild,
hasChildNodes,
isComplete,
setComplete |
Methods inherited from class org.apache.xalan.stree.Child |
getChildPosition,
getLevel,
getNextSibling,
getOwnerDocument,
getParentNode,
getPreviousSibling,
getUid,
isNamespaceNode,
setLevel,
supports |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public void setIndex(int anIndex)
public int getIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |