Method | Description | |
---|---|---|
CanAutoClose ( int nameIndex ) : bool |
test if tag can auto close when there is no more content in the parent element
|
|
CanAutoClose ( int nameIndex, int nextNodeNameIndex ) : bool | ||
IsSingleTag ( int nameIndex ) : bool |
Is the given html tag is single tag or can have content.
|
Method | Description | |
---|---|---|
HtmlTagMatching ( ) : System |
public static CanAutoClose ( int nameIndex ) : bool | ||
nameIndex | int | |
return | bool |
public static CanAutoClose ( int nameIndex, int nextNodeNameIndex ) : bool | ||
nameIndex | int | |
nextNodeNameIndex | int | |
return | bool |
public static IsSingleTag ( int nameIndex ) : bool | ||
nameIndex | int | |
return | bool |