iText 5

XmpPathSegment

XmpPathSegment Public class

Description

A segment of a parsed ...

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.xmp.impl.xpath iTextSharp.xmp.impl.xpath.XmpPathSegment[[XmpPathSegment]] end

Members

Properties

Public properties

Type

Name

Methods

bool

Alias

get, set

uint

AliasForm

get, set

uint

Kind

get, set

string

Name

get, set

Methods

Public methods

Returns

Name

string

ToString

()

Details

Summary

A segment of a parsed

XmpPath

Constructors

XmpPathSegment [1/2]

Source code

public XmpPathSegment(string name)

Arguments

Type

Name

Description

string

name

the name of the segment

Summary

Constructor with initial values.

XmpPathSegment [2/2]

Source code

public XmpPathSegment(string name, uint kind)

Arguments

Type

Name

Description

string

name

the name of the segment

uint

kind

the kind of the segment

Summary

Constructor with initial values.

Methods

ToString

Source code

public override string ToString()

Properties

Kind

public virtual uint Kind { get; set; }

Name

public virtual string Name { get; set; }

Alias

public virtual bool Alias { get; set; }

AliasForm

public virtual uint AliasForm { get; set; }

Generated with ModularDoc