Skip to main content
Skip table of contents

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
TypeNameMethods
boolAliasget, set
uintAliasFormget, set
uintKindget, set
stringNameget, set

Methods

Public methods
ReturnsName
stringToString()

Details

Summary

A segment of a parsed

XmpPath

Constructors

XmpPathSegment [1/2]

Source code

public XmpPathSegment(string name)
Arguments
TypeNameDescription
stringnamethe name of the segment
Summary

Constructor with initial values.

XmpPathSegment [2/2]

Source code

public XmpPathSegment(string name, uint kind)
Arguments
TypeNameDescription
stringnamethe name of the segment
uintkindthe 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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.