ShowXPath.StackNode
Class LNodeset
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractList
|
+--java.util.AbstractSequentialList
|
+--java.util.LinkedList
|
+--ShowXPath.StackNode.LNodeset
- public class LNodeset
- extends java.util.LinkedList
- implements LStackNode
- See Also:
- Serialized Form
Fields inherited from class java.util.AbstractList |
modCount |
Methods inherited from class java.util.LinkedList |
add,
add,
addAll,
addAll,
addFirst,
addLast,
clear,
clone,
contains,
get,
getFirst,
getLast,
indexOf,
lastIndexOf,
listIterator,
remove,
remove,
removeFirst,
removeLast,
set,
size,
toArray,
toArray |
Methods inherited from class java.util.AbstractSequentialList |
iterator |
Methods inherited from class java.util.AbstractList |
equals,
hashCode,
listIterator,
removeRange,
subList |
Methods inherited from class java.util.AbstractCollection |
containsAll,
isEmpty,
removeAll,
retainAll |
Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
LNodeset
public LNodeset()
addSortAll
public void addSortAll(LNodeset nodeset)
addSort
public void addSort(LTreeNode node)
type
public java.lang.String type()
- Specified by:
- type in interface LStackNode
toLBoolean
public LBoolean toLBoolean()
- Specified by:
- toLBoolean in interface LStackNode
toLNumber
public LNumber toLNumber()
- Specified by:
- toLNumber in interface LStackNode
getStringValue
public java.lang.String getStringValue()
- Specified by:
- getStringValue in interface LStackNode
toLString
public LString toLString()
- Specified by:
- toLString in interface LStackNode
showNode
public java.lang.String showNode()
toString
public java.lang.String toString()
- Specified by:
- toString in interface LStackNode
- Overrides:
- toString in class java.util.AbstractCollection
removeDuplicates
public void removeDuplicates()
equals
public boolean equals(LStackNode node)
- Specified by:
- equals in interface LStackNode
less
public boolean less(LStackNode node)
- Specified by:
- less in interface LStackNode
greater
public boolean greater(LStackNode node)
- Specified by:
- greater in interface LStackNode
lessEquals
public boolean lessEquals(LStackNode node)
- Specified by:
- lessEquals in interface LStackNode
greaterEquals
public boolean greaterEquals(LStackNode node)
- Specified by:
- greaterEquals in interface LStackNode