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