iText 5

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 code

public XmpPath()

Methods

Add

Source code

public virtual void Add(XmpPathSegment segment)

Arguments

Type

Name

Description

XmpPathSegment

segment

the segment to add

Summary

Append a path segment

GetSegment

Source code

public 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 code

public virtual int Size()

Returns

Returns the size of the xmp path.

ToString

Source code

public override string ToString()

Generated with ModularDoc