XmpPath
XmpPath Public class
Description
Representates an XMP XmpPath with segment accessor methods.
@since 28.02.2006
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.xmp.impl.xpath
iTextSharp.xmp.impl.xpath.XmpPath[[XmpPath]]
end
Members
Methods
Public methods
| Returns | Name |
|---|---|
void | Add(XmpPathSegment segment)Append a path segment |
XmpPathSegment | GetSegment(int index) |
int | Size() |
string | ToString() |
Details
Summary
Representates an XMP XmpPath with segment accessor methods.
@since 28.02.2006
Constructors
XmpPath
Source codepublic XmpPath()
Methods
Add
Source codepublic virtual void Add(XmpPathSegment segment)
Arguments
| Type | Name | Description |
|---|---|---|
XmpPathSegment | segment | the segment to add |
Summary
Append a path segment
GetSegment
Source codepublic virtual XmpPathSegment GetSegment(int index)
Arguments
| Type | Name | Description |
|---|---|---|
int | index | the index of the segment to return |
Returns
Returns a path segment.
Size
Source codepublic virtual int Size()
Returns
Returns the size of the xmp path.
ToString
Source codepublic override string ToString()
Generated with ModularDoc