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

A segment of a parsed XmpPath. @since 23.06.2006
ファイルを表示 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
XmpPathSegment ( string name )

Constructor with initial values.

XmpPathSegment ( string name, uint kind )

Constructor with initial values.

Method Details

ToString() public method

public ToString ( ) : string
return string

XmpPathSegment() public method

Constructor with initial values.
public XmpPathSegment ( string name )
name string the name of the segment

XmpPathSegment() public method

Constructor with initial values.
public XmpPathSegment ( string name, uint kind )
name string the name of the segment
kind uint the kind of the segment