Class XMPPath
java.lang.Object
com.itextpdf.kernel.xmp.impl.xpath.XMPPath
Representates an XMP XMPPath with segment accessor methods.
- Since:
- 28.02.2006
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Marks an array index stepstatic final int
static final int
static final int
static final int
Marks a qualifier step.static final int
static final int
static final int
static final int
Marks a struct field step , also for top level nodes (schema "fields"). -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(XMPPathSegment segment) Append a path segmentgetSegment
(int index) int
size()
toString()
Return a single String explaining which certificate was verified, how and why.
-
Field Details
-
STRUCT_FIELD_STEP
public static final int STRUCT_FIELD_STEPMarks a struct field step , also for top level nodes (schema "fields").- See Also:
-
QUALIFIER_STEP
public static final int QUALIFIER_STEPMarks a qualifier step. Note: Order is significant to separate struct/qual from array kinds!- See Also:
-
ARRAY_INDEX_STEP
public static final int ARRAY_INDEX_STEPMarks an array index step- See Also:
-
ARRAY_LAST_STEP
public static final int ARRAY_LAST_STEP- See Also:
-
QUAL_SELECTOR_STEP
public static final int QUAL_SELECTOR_STEP- See Also:
-
FIELD_SELECTOR_STEP
public static final int FIELD_SELECTOR_STEP- See Also:
-
SCHEMA_NODE
public static final int SCHEMA_NODE- See Also:
-
STEP_SCHEMA
public static final int STEP_SCHEMA- See Also:
-
STEP_ROOT_PROP
public static final int STEP_ROOT_PROP- See Also:
-
-
Constructor Details
-
XMPPath
public XMPPath()
-
-
Method Details
-
add
Append a path segment- Parameters:
-
segment
- the segment to add
-
getSegment
- Parameters:
-
index
- the index of the segment to return - Returns:
- Returns a path segment.
-
size
public int size()- Returns:
- Returns the size of the xmp path.
-
toString
Return a single String explaining which certificate was verified, how and why.
-