Options
All
  • Public
  • Public/Protected
  • All
Menu

Parser: parses a DOM Node (resp HTML Element) to be later used in producer to update HTML for next-book specific use cases.

Index

Classes

Functions

Functions

default

  • Returns ParsedObj which contains original node and an array of arrays in which every array represents one idea or ParsedObj. Ideas are delimited with a delimiter that is searched for in text nodes.

    Parameters

    • node: Node

      DOM Node or HTML Element

    • delimiter: Delimiter

      The delimiter

    Returns default

    An instance of ParsedObj

Generated using TypeDoc