public final class Position extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BODY
The body position is given by this specification XPath.
|
static Position |
BODY_END
On body end.
|
static Position |
BODY_START
On body start.
|
static String |
HEAD
The head position is given by this specification XPath.
|
static Position |
HEAD_END
On header end.
|
static Position |
HEAD_START
On header start.
|
public static final String HEAD
public static final String BODY
public static final Position HEAD_START
public static final Position HEAD_END
public static final Position BODY_START
public static final Position BODY_END
public String getXpath()
public EPlace getPlace()
public static Position newPosition(String xpath, EPlace place)
xpath - The XPath target.place - The place relative to the XPath.Copyright © 2016. All rights reserved.