I

IInputHandler

This class defines a handler for key/data elements.
Inheritance Hierarchy

Members

No filters for this type

Properties

Gets the parse precedence that is associated with this instance.
readonlyabstract

Property Value

The parse precedence for this instance.

Methods

This method is invoked when no data tag is defined, and the default value should be applied.
abstract

Parameters

context: IParseContext
The current parse context.
This method is invoked each time a data element with a matching key is processed.
abstract

Parameters

context: IParseContext
The current parse context.
node: Node
The DOM node representing the data element.

See Also

Developer's Guide

Static Methods

static

Parameters

Return Value

IInputHandler