Skip to main content
Skip table of contents

XmpPath

XmpPath Public class

Description

Representates an XMP XmpPath with segment accessor methods.

        @since   28.02.2006

Diagram

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

Members

Methods

Public methods
ReturnsName
voidAdd(XmpPathSegment segment)
Append a path segment
XmpPathSegmentGetSegment(int index)
intSize()
stringToString()

Details

Summary

Representates an XMP XmpPath with segment accessor methods.

        @since   28.02.2006

Constructors

XmpPath

Source code

public XmpPath()

Methods

Add

Source code

public virtual void Add(XmpPathSegment segment)
Arguments
TypeNameDescription
XmpPathSegmentsegmentthe segment to add
Summary

Append a path segment

GetSegment

Source code

public virtual XmpPathSegment GetSegment(int index)
Arguments
TypeNameDescription
intindexthe index of the segment to return
Returns

Returns a path segment.

Size

Source code

public virtual int Size()
Returns

Returns the size of the xmp path.

ToString

Source code

public override string ToString()

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.