Class MarkupDataNodeFinder
Inheritance
MarkupDataNodeFinder
Namespace: SdlSdl.DesktopEditorEditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public class MarkupDataNodeFinder
Constructors
MarkupDataNodeFinder(IAbstractMarkupData)
Contruct with a markup data item that is used in IsItem and IsNotItem comparisons.
Declaration
public MarkupDataNodeFinder(IAbstractMarkupData item)
Parameters
Methods
IsItem(IAbstractContentNode)
This method can be used as delegate for Sdl.DesktopEditor.EditorApi.IContainerNode.FindContentNode
to locate
the first node that corresponds to the specified markup data item.
Declaration
public bool IsItem(IAbstractContentNode node)
Parameters
Returns
IsItem(INode)
This method can be used as delegate for Sdl.DesktopEditor.EditorApi.IContainerNode.Find
to locate
the first node that corresponds to the specified markup data item.
Declaration
public bool IsItem(INode node)
Parameters
Type |
Name |
Description |
INode |
node |
|
Returns
IsNotItem(IAbstractContentNode)
This method can be used as delegate for Sdl.DesktopEditor.EditorApi.IContainerNode.Find
to locate
the first node that does not correspond to the specified markup data item.
Declaration
public bool IsNotItem(IAbstractContentNode node)
Parameters
Returns
Extension Methods