Method |
Description |
|
ComputeCurrentAttributeIndent ( ) : string |
|
|
ComputeCurrentIndent ( ) : string |
|
|
ComputeOneTab ( ) : string |
|
|
ConvertIndentToTab ( string indent ) : string |
|
|
EnsureNodeIndent ( XmlNode node, bool indentBeforeEnd ) : int |
|
|
FindLastNewLine ( string whitespace ) : int |
|
|
FormatAttributes ( XmlNode node ) : void |
|
|
FormatLoop ( XmlNode parentNode ) : void |
|
|
GetIndentFromWhiteSpace ( XmlNode node ) : string |
|
|
HandleElement ( XmlNode node ) : int |
|
|
HandleEndElement ( XmlNode node ) : int |
|
|
HandleStartElement ( XmlNode node ) : int |
|
|
HandleWhiteSpace ( XmlNode node ) : int |
|
|
InsertIndentBefore ( XmlNode node ) : void |
|
|
InsertIndentBeforeEnd ( XmlNode node ) : void |
|
|
IsNewNode ( XmlNode node ) : bool |
|
|
IsWhiteSpace ( XmlNode node ) : bool |
|
|
LookAheadForIndent ( ) : string |
|
|
LookForSiblingIndent ( XmlNode currentNode ) : string |
|
|
NeedsIndent ( XmlNode node, XmlNode previousNode ) : bool |
|
|
PopIndent ( ) : void |
|
|
PushIndent ( ) : void |
|
|
ReorderNewItemsAtEnd ( XmlNode node ) : void |
|
|
SetIndent ( string indent ) : void |
|
|
XmlFormatter ( XmlFileInfoDocument document ) : System |
|
|