Метод | Описание | |
---|---|---|
DataStatementToXmlElement ( XmlDocument doc, |
Parse: name = data | table Basically, there is only one statement like msg = {...} in a web service or NPL activation call.
|
|
FillDataToXmlElement ( XmlDocument doc, |
Parse: data | table NPL uses a similar element name for basic data types as in soap and xml/rpc Supported NPL types are table, boolean, string, double, index, nil. e.g. the NPL table msg={x=2, [1]="string value",OK=true} will be serialized to following table.
|
|
IsIdentifier ( string input ) : bool | ||
NPLCodeToXmlElement ( string npl_code ) : XmlElement |
converting from NPL code to xml element
|
|
check ( |
||
check_match ( |
||
enterlevel ( |
||
error_expected ( |
||
leavelevel ( |
||
lookahead ( |
||
next ( |
||
testnext ( |
public static DataStatementToXmlElement ( XmlDocument doc, |
||
doc | XmlDocument | |
ls | ||
Результат | XmlElement |
public static FillDataToXmlElement ( XmlDocument doc, |
||
doc | XmlDocument | |
ls | ||
ParentNode | XmlElement | |
Результат | bool |
public static IsIdentifier ( string input ) : bool | ||
input | string | |
Результат | bool |
public static NPLCodeToXmlElement ( string npl_code ) : XmlElement | ||
npl_code | string | the statement must be like msg = {...} |
Результат | XmlElement |
public static check ( |
||
ls | ||
c | int | |
Результат | void |
public static check_match ( |
||
ls | ||
what | int | |
who | int | |
where | int | |
Результат | void |
public static enterlevel ( |
||
ls | ||
Результат | void |
public static error_expected ( |
||
ls | ||
token | int | |
Результат | void |
public static leavelevel ( |
||
ls | ||
Результат | void |
public static lookahead ( |
||
ls | ||
Результат | void |
public static testnext ( |
||
ls | ||
c | int | |
Результат | int |