Skip to main content
Skip table of contents

IXmpIterator

IXmpIterator Public interface

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.xmp
  iTextSharp.xmp.IXmpIterator[[IXmpIterator]]
  class iTextSharp.xmp.IXmpIterator interfaceStyle;
  end
  subgraph System.Collections
System.Collections.IEnumerator[[IEnumerator]]
  end
System.Collections.IEnumerator --> iTextSharp.xmp.IXmpIterator

Members

Methods

Public methods
ReturnsName
voidSkipSiblings()
Skip the subtree below and remaining siblings of the current node when ...
voidSkipSubtree()
Skip the subtree below the current node when ...

Details

Inheritance

  • IEnumerator

Methods

SkipSubtree
public void SkipSubtree()
Summary

Skip the subtree below the current node when

next()
SkipSiblings
public void SkipSiblings()
Summary

Skip the subtree below and remaining siblings of the current node when

next()

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.