Hunny Software Library Reference

Node.Parse Method 

Parses the string representation.

[Visual Basic]
MustOverride Public Sub Parse()
[C#]
public abstract void Parse();

Remarks

This method executes the parse operation. The parse operation creates or updates the broken-down representation from the string representation. The parse operation is the opposite of the assemble operation. In some derived classes, such as Headers, the parse operation also creates the child nodes of the object. (In the case of Headers, the child nodes are Field objects that represent the header fields contained in the headers.) The Parse() method calls the Parse() method of all of the child nodes.

This method clears the is-modified flag.

See Also

Node Class | Hunny.Mime Namespace