|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.xmp.impl.xpath.XMPPath
public class XMPPath
Representates an XMP XMPPath with segment accessor methods.
Field Summary | |
---|---|
static int |
ARRAY_INDEX_STEP
Marks an array index step |
static int |
ARRAY_LAST_STEP
|
static int |
FIELD_SELECTOR_STEP
|
static int |
QUAL_SELECTOR_STEP
|
static int |
QUALIFIER_STEP
Marks a qualifier step. |
static int |
SCHEMA_NODE
|
static int |
STEP_ROOT_PROP
|
static int |
STEP_SCHEMA
|
static int |
STRUCT_FIELD_STEP
Marks a struct field step , also for top level nodes (schema "fields"). |
Constructor Summary | |
---|---|
XMPPath()
|
Method Summary | |
---|---|
void |
add(XMPPathSegment segment)
Append a path segment |
XMPPathSegment |
getSegment(int index)
|
int |
size()
|
String |
toString()
Serializes the normalized XMP-path. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int STRUCT_FIELD_STEP
public static final int QUALIFIER_STEP
public static final int ARRAY_INDEX_STEP
public static final int ARRAY_LAST_STEP
public static final int QUAL_SELECTOR_STEP
public static final int FIELD_SELECTOR_STEP
public static final int SCHEMA_NODE
public static final int STEP_SCHEMA
public static final int STEP_ROOT_PROP
Constructor Detail |
---|
public XMPPath()
Method Detail |
---|
public void add(XMPPathSegment segment)
segment
- the segment to addpublic XMPPathSegment getSegment(int index)
index
- the index of the segment to return
public int size()
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |