iText 5

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

Returns

Name

void

SkipSiblings

()
Skip the subtree below and remaining siblings of the current node when ...

void

SkipSubtree

()
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