LineInfo Properties
From HttpServer.dll
The LineInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AppendNextLine |
If the next line should be appended to us (multi line)
| |
| Children |
Do NOT add yourself using the Add methods of the linkedList.
Parent property will add node.
| |
| Data |
All line data generated on one line
| |
| HasChildren |
Has one or more children (intented more that this one)
| |
| Intendation |
Number of intends (two spaces = 1, one tab = 1)
| |
| LineNumber |
Line number
| |
| Parent |
Parent node (one level up in intendation)
| |
| SelfClosed |
True if node is selfclosed (i.e. <br />)
| |
| UnfinishedRule |
Rule have not got all needed information yet,
keep appending lines to this LineInfo until rule says that it's done.
| |
| UnparsedData |
Untouched line text
| |
| WhiteSpaces |
Number of whitespaces before actual entry beings.
|