|
static bool | IsTagSelfClosing (HTMLTag tag) |
|
static void | BeginEvent (global::System.IntPtr binder, string name, int arguments) |
|
static void | EndEvent (global::System.IntPtr binder) |
|
static void | BindNull (global::System.IntPtr binder) |
|
static void | Bind (global::System.IntPtr binder, bool value) |
|
static void | Bind (global::System.IntPtr binder, int value) |
|
static void | Bind (global::System.IntPtr binder, uint value) |
|
static void | Bind (global::System.IntPtr binder, float value) |
|
static void | Bind (global::System.IntPtr binder, double value) |
|
static void | Bind (global::System.IntPtr binder, string value) |
|
static void | ArrayBegin (global::System.IntPtr binder, uint size) |
|
static void | ArrayEnd (global::System.IntPtr binder) |
|
static void | MapBegin (global::System.IntPtr binder, uint size) |
|
static void | MapEnd (global::System.IntPtr binder) |
|
static void | TypeBegin (global::System.IntPtr binder, string name) |
|
static void | PropertyName (global::System.IntPtr binder, string name) |
|
static void | TypeEnd (global::System.IntPtr binder) |
|
static bool | ResultBegin (global::System.IntPtr binder) |
|
static void | ResultEnd (global::System.IntPtr binder) |
|
static void | ResultVoid (global::System.IntPtr binder) |
|
static bool | ReadBool (global::System.IntPtr binder) |
|
static uint | ReadUnsigned (global::System.IntPtr binder) |
|
static int | ReadInt (global::System.IntPtr binder) |
|
static float | ReadFloat (global::System.IntPtr binder) |
|
static double | ReadDouble (global::System.IntPtr binder) |
|
static string | ReadString (global::System.IntPtr binder) |
|
static uint | ReadArrayBegin (global::System.IntPtr binder) |
|
static void | ReadArrayElement (global::System.IntPtr binder, uint index) |
|
static void | ReadArrayEnd (global::System.IntPtr binder) |
|
static uint | ReadMapBegin (global::System.IntPtr binder) |
|
static void | ReadMapKeyValue (global::System.IntPtr binder) |
|
static void | ReadMapEnd (global::System.IntPtr binder) |
|
static bool | ReadType (global::System.IntPtr binder, string name) |
|
static bool | ReadProperty (global::System.IntPtr binder, string name) |
|
static int | PeekValueType (global::System.IntPtr binder) |
|
static void | SkipValue (global::System.IntPtr binder) |
|
static int | GetArgumentsCount (global::System.IntPtr binder) |
|