Method | Description | |
---|---|---|
DesignTimeParser ( DesignerHost host, |
||
ParseDocument ( string fragment, |
Parses a document fragment. Processes all controls and directives and adds them to host.
|
Method | Description | |
---|---|---|
InitialiseParser ( string parseText ) : |
||
ParseError ( ILocation location, string message ) : void | ||
ProcessDirective ( string tagid, |
||
TagParsed ( ILocation location, TagType tagtype, string tagid, |
||
TextParsed ( ILocation location, string text ) : void |
public DesignTimeParser ( DesignerHost host, |
||
host | DesignerHost | |
document | ||
return | System |
public ParseDocument ( string fragment, |
||
fragment | string | The document fragment to parse |
controls | ||
designDocument | string | |
return | void |