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

Representates an XMP XmpPath with segment accessor methods. @since 28.02.2006
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Append a path segment
public Add ( XmpPathSegment segment ) : void
segment XmpPathSegment the segment to add
Résultat void

GetSegment() public méthode

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

Size() public méthode

public Size ( ) : int
Résultat int

ToString() public méthode

Serializes the normalized XMP-path.
public ToString ( ) : string
Résultat string