PreXmlDoc Type
Represents the XmlDoc fragments as collected from the lexer during parsing
Instance members
Instance member |
Description
|
Full Usage:
this.IsEmpty
Returns: bool
|
Indicates if the PreXmlDoc is non-empty
|
Full Usage:
this.MarkAsInvalid
|
Mark the PreXmlDoc as invalid |
|
Get the overall range of the PreXmlDoc
|
Full Usage:
this.ToXmlDoc
Parameters:
bool
paramNamesOpt : string list option
Returns: XmlDoc
|
Process and check the PreXmlDoc, checking with respect to the given parameter names
|
Static members
Static member |
Description
|
|
|
Full Usage:
PreXmlDoc.CreateFromGrabPoint(collector, grabPointPos)
Parameters:
XmlDocCollector
grabPointPos : pos
Returns: PreXmlDoc
|
|
|
Get the empty PreXmlDoc
|
|