Метод | Описание | |
---|---|---|
IsJavaScript ( |
||
ParseDocument ( |
||
ParseXmlDocument ( Lexer lexer ) : Node | ||
ParseXmlElement ( Lexer lexer, Node element, short mode ) : void | ||
XmlPreserveWhiteSpace ( Node element, TagCollection tt ) : bool |
Indicates whether or not whitespace should be preserved for this element. If an
|
Метод | Описание | |
---|---|---|
MoveToHead ( |
||
ParseTag ( |
||
ParserImpl ( ) : System | ||
Wsubstr ( string s1, string s2 ) : bool |
public static IsJavaScript ( |
||
node | ||
Результат | bool |
public static ParseDocument ( |
||
lexer | ||
Результат |
public static ParseXmlDocument ( Lexer lexer ) : Node | ||
lexer | Lexer | |
Результат | Node |
public static ParseXmlElement ( Lexer lexer, Node element, short mode ) : void | ||
lexer | Lexer | |
element | Node | |
mode | short | |
Результат | void |
public static XmlPreserveWhiteSpace ( Node element, TagCollection tt ) : bool | ||
element | Node |
/// The Node to test to see if whitespace should be
/// preserved.
/// |
tt | TagCollection |
/// The TagTable to test for the getNodePre()
/// function. This may be null , in which case this test
/// is bypassed.
/// |
Результат | bool |