Table of Contents

Class ElementParser

Namespace
VisioForge.Core.Metadata.KLV
Assembly
VisioForge.Core.dll

Construct a Element Parser base class. Element Parsers are used to enforce the convention that all Element Parsers already know the key of the element they are constructing. Element Parser is a helper class that simplifies known element definition and makes a layer of abstraction for functionality that all known elements can share. The parsing interfaces are cleaner and require less coding as their definitions (subclasses of Element Parser) do not need to call init on super with class key and instance value.

public class ElementParser : Element

Inheritance

Derived

Inherited Members

Constructors

ElementParser(byte[], byte[])

Initializes a new instance of the VisioForge.Core.Metadata.KLV.ElementParser class.

public ElementParser(byte[] key, byte[] value)

Parameters

key byte[]

The key of the element.

value byte[]

The value of the element.