Method | Description | |
---|---|---|
CreateNewFoldings ( |
Create NewFoldings for the specified document.
|
|
CreateNewFoldings ( |
Create NewFoldings for the specified document.
|
Method | Description | |
---|---|---|
CreateCommentFold ( |
Creates a comment fold if the comment spans more than one line. The text displayed when the comment is folded is the first line of the comment. |
|
CreateElementFold ( |
Create an element fold if the start and end tag are on different lines.
|
|
CreateElementFoldStart ( |
Creates an XmlFoldStart for the start tag of an element.
|
|
GetAttributeFoldText ( |
Gets the element's attributes as a string on one line that will be displayed when the element is folded. Currently this puts all attributes from an element on the same line of the start tag. It does not cater for elements where attributes are not on the same line as the start tag. |
|
GetOffset ( |
||
XmlEncodeAttributeValue ( string attributeValue, char quoteChar ) : string |
Xml encode the attribute string since the string returned from the XmlTextReader is the plain unencoded string and .NET does not provide us with an xml encode method.
|
public CreateNewFoldings ( |
||
document | ||
reader | ||
firstErrorOffset | int | |
return | IEnumerable |
public CreateNewFoldings ( |
||
document | ||
firstErrorOffset | int | |
return | IEnumerable |