Method | Description | |
---|---|---|
BuildBody ( ) : System.Xml.Linq.XElement |
Builds rich text body section.
|
|
BuildColumn ( string width, System.Xml.Linq.XElement body ) : System.Xml.Linq.XElement |
Builds "Column" macro block.
|
|
BuildEmoticon ( string emoticon ) : System.Xml.Linq.XElement |
Builds emoticon symbol.
|
|
BuildImage ( string imageUrl ) : System.Xml.Linq.XElement |
Builds "Image" block.
|
|
BuildInfo ( System.Xml.Linq.XElement body ) : System.Xml.Linq.XElement |
Builds "Info" macro block.
|
|
BuildPageLink ( string pageTitle ) : System.Xml.Linq.XElement |
Builds "Page link" block.
|
|
BuildPageLink ( string pageTitle, string linkText ) : System.Xml.Linq.XElement |
Builds "Page link" block.
|
|
BuildPageLink ( string pageTitle, string pageAnchor, string linkText ) : System.Xml.Linq.XElement |
Builds "Page link" block.
|
|
BuildSection ( System.Xml.Linq.XElement body ) : System.Xml.Linq.XElement |
Builds "Section" macro block.
|
|
BuildStatus ( string title, StatusColor color, bool outline ) : System.Xml.Linq.XElement |
Builds "Status" macro block.
|
|
BuildToc ( ) : System.Xml.Linq.XElement |
Builds "Table of Contents" macro block.
|
|
BuildUserLink ( string userKey ) : System.Xml.Linq.XElement |
Builds "User link" block.
|
|
DecodeEntities ( string content ) : string |
Encodes all HTML entities back to their original representation.
|
|
EncodeEntities ( string content ) : string |
Encodes all HTML entities to avoid confusions for XML parser.
|
|
Nm ( string name ) : System.Xml.Linq.XName |
Builds XML name using internal namespace prefixes.
|
|
PageDocument ( string content = null ) : System |
Initializes a new instance.
|
|
Render ( ) : string |
Renders page content back to its XML representation.
|
Method | Description | |
---|---|---|
Attribute ( string name, object value ) : System.Xml.Linq.XAttribute |
Builds new attribute, using internal namespace prefixes.
|
|
BuildPageLink ( string>.Tuple |
Builds "Page link" block.
|
|
CheckBody ( System.Xml.Linq.XElement body ) : void |
Makes sure specified element is a rich text body section.
|
|
Element ( string name ) : System.Xml.Linq.XElement |
Builds new element, using internal namespace prefixes.
|
|
PageDocument ( ) : System | ||
ParseDocument ( string content ) : System.Xml.Linq.XDocument |
Creates XML document for specified page content.
|
public static BuildBody ( ) : System.Xml.Linq.XElement | ||
return | System.Xml.Linq.XElement |
public static BuildColumn ( string width, System.Xml.Linq.XElement body ) : System.Xml.Linq.XElement | ||
width | string | |
body | System.Xml.Linq.XElement | |
return | System.Xml.Linq.XElement |
public static BuildEmoticon ( string emoticon ) : System.Xml.Linq.XElement | ||
emoticon | string | |
return | System.Xml.Linq.XElement |
public static BuildImage ( string imageUrl ) : System.Xml.Linq.XElement | ||
imageUrl | string | |
return | System.Xml.Linq.XElement |
public static BuildInfo ( System.Xml.Linq.XElement body ) : System.Xml.Linq.XElement | ||
body | System.Xml.Linq.XElement | |
return | System.Xml.Linq.XElement |
public static BuildPageLink ( string pageTitle ) : System.Xml.Linq.XElement | ||
pageTitle | string | |
return | System.Xml.Linq.XElement |
public static BuildPageLink ( string pageTitle, string linkText ) : System.Xml.Linq.XElement | ||
pageTitle | string | |
linkText | string | |
return | System.Xml.Linq.XElement |
public static BuildPageLink ( string pageTitle, string pageAnchor, string linkText ) : System.Xml.Linq.XElement | ||
pageTitle | string | |
pageAnchor | string | |
linkText | string | |
return | System.Xml.Linq.XElement |
public static BuildSection ( System.Xml.Linq.XElement body ) : System.Xml.Linq.XElement | ||
body | System.Xml.Linq.XElement | |
return | System.Xml.Linq.XElement |
public static BuildStatus ( string title, StatusColor color, bool outline ) : System.Xml.Linq.XElement | ||
title | string | |
color | StatusColor | |
outline | bool | |
return | System.Xml.Linq.XElement |
public static BuildToc ( ) : System.Xml.Linq.XElement | ||
return | System.Xml.Linq.XElement |
public static BuildUserLink ( string userKey ) : System.Xml.Linq.XElement | ||
userKey | string | |
return | System.Xml.Linq.XElement |
public static DecodeEntities ( string content ) : string | ||
content | string | |
return | string |
public static EncodeEntities ( string content ) : string | ||
content | string | |
return | string |
public static Nm ( string name ) : System.Xml.Linq.XName | ||
name | string | |
return | System.Xml.Linq.XName |
public PageDocument ( string content = null ) : System | ||
content | string | |
return | System |