edu.uky.rch.ept.xmlSegmentTree.element.position
Class ImagePosition
java.lang.Object
edu.uky.rch.ept.xmlSegmentTree.element.position.SimplePosition
edu.uky.rch.ept.xmlSegmentTree.element.position.ImagePosition
- All Implemented Interfaces:
- Comparable, Position
- public class ImagePosition
- extends SimplePosition
|
Method Summary |
Element |
begin(Element e)
Transform an element of which this is the beginning position. |
Element |
end(Element e)
Transform an element of which this is the ending position. |
ImagePosition
public ImagePosition(int position)
ImagePosition
public ImagePosition(int position,
boolean modifyStrings)
begin
public Element begin(Element e)
- Description copied from interface:
Position
- Transform an element of which this is the beginning position.
- Specified by:
begin in interface Position- Overrides:
begin in class SimplePosition
end
public Element end(Element e)
- Description copied from interface:
Position
- Transform an element of which this is the ending position.
- Specified by:
end in interface Position- Overrides:
end in class SimplePosition