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
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
Details
Summary
A segment of a parsed
XmpPath
Constructors
XmpPathSegment [1/2]
Source code
public XmpPathSegment(string name)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
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 |
|---|---|---|
|
|
name |
the name of the segment |
|
|
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