|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xpointer.TaxDomHelper
The DOMHelper of the xpath package provides some useful operations that act on nodes. The purpose of this class is providing the same operations for locations. A better name of this class should be ExtDomHelper.
Constructor Summary | |
TaxDomHelper(org.apache.xpath.DOMHelper domHelper)
Creates new TaxDomHelper |
Method Summary | |
boolean |
isLocationAfter(Location loc1,
Location loc2)
Figures out whether loc2 should be considered as being later in the document than loc1, in Document Order ad defined in XPointer CR. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TaxDomHelper(org.apache.xpath.DOMHelper domHelper)
domHelper
- the standard DOMHelperMethod Detail |
public boolean isLocationAfter(Location loc1, Location loc2)
loc1
- the location to perform position comparison onloc2
- the location to perform position comparison on
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |