C# Class iTextSharp.xmp.impl.xpath.XmpPath

Representates an XMP XmpPath with segment accessor methods. @since 28.02.2006
ファイルを表示 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
Add ( XmpPathSegment segment ) : void

Append a path segment

GetSegment ( int index ) : XmpPathSegment
Size ( ) : int
ToString ( ) : string

Serializes the normalized XMP-path.

Method Details

Add() public method

Append a path segment
public Add ( XmpPathSegment segment ) : void
segment XmpPathSegment the segment to add
return void

GetSegment() public method

public GetSegment ( int index ) : XmpPathSegment
index int the index of the segment to return
return XmpPathSegment

Size() public method

public Size ( ) : int
return int

ToString() public method

Serializes the normalized XMP-path.
public ToString ( ) : string
return string