jd.xml.xpath.object
Class XNodeSetFactory
java.lang.Object
jd.xml.xpath.object.XNodeSetFactory
- public abstract class XNodeSetFactory
- extends Object
A factory class for node-sets.
Method Summary |
static XMutableNodeSet |
create(int nodeSetOrdering)
Factory method to create a XMutableNodeSet best suited
for the requested ordering. |
static XMutableNodeSet |
create(int nodeSetOrdering,
int maxSize)
Factory method to create a XMutableNodeSet best suited
for the requested ordering and capacity. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XNodeSetFactory
public XNodeSetFactory()
create
public static XMutableNodeSet create(int nodeSetOrdering,
int maxSize)
- Factory method to create a XMutableNodeSet best suited
for the requested ordering and capacity.
- Parameters:
nodeSetOrdering
- the requested ordering of the nodesetmaxSize
- the maximum size of the nodeset
create
public static XMutableNodeSet create(int nodeSetOrdering)
- Factory method to create a XMutableNodeSet best suited
for the requested ordering.