X-Git-Url: https://git.kianting.info/?a=blobdiff_plain;f=docs%2Fclasses%2Flibclo.Clo.html;fp=docs%2Fclasses%2Flibclo.Clo.html;h=272a378bed80794034dbd6164b6c20e1acfbd97b;hb=c3dc58d74afa6b298d84bad90d63c027a32a954a;hp=0000000000000000000000000000000000000000;hpb=796e0c20c767e214b104fa3d17e754ce58da6e73;p=clo diff --git a/docs/classes/libclo.Clo.html b/docs/classes/libclo.Clo.html new file mode 100644 index 0000000..272a378 --- /dev/null +++ b/docs/classes/libclo.Clo.html @@ -0,0 +1,185 @@ +Clo | clo
+
+ +
+
+
+
+ +

Class Clo

+
+

whole document-representing class

+
+
+
+

Hierarchy

+
    +
  • Clo
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
attrs: {
    [index: string]: any;
}
+

the attributes for the Clo

+
+
+

Type declaration

+
    +
  • +
    [index: string]: any
+
+
+ +
mainStream: string[]
+

storing the text string into the main frame

+
+
+
+ +
preprocessors: Function[]
+

array of preprocessor functions to preprocess the mainStream

+
+
+
+

Methods

+
+ +
+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      attr: string
    +

    Returns any

+
+ +
    + +
  • +

    register a function of preprocessor

    +
    +
    +

    Parameters

    +
      +
    • +
      f: Function
      +

      a function

      +
      +
    +

    Returns void

    +
+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      attr: string
    • +
    • +
      val: any
    +

    Returns void

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file