C# Class WebMarkupMin.Core.Parsers.XmlAttribute

XML attribute
Afficher le fichier Open project: Taritsyn/WebMarkupMin Class Usage Examples

Méthodes publiques

Méthode Description
XmlAttribute ( string name, string value ) : System.IO

Constructs instance of XML attribute

XmlAttributeDecode ( string value ) : string

Converts a string that has been XML-encoded into a decoded string

XmlAttributeEncode ( string value ) : string

Converts a string to an XML-encoded string

Private Methods

Méthode Description
ContainsXmlAttributeEncodingChars ( string value ) : bool

Method Details

XmlAttribute() public méthode

Constructs instance of XML attribute
public XmlAttribute ( string name, string value ) : System.IO
name string Name
value string Value
Résultat System.IO

XmlAttributeDecode() public static méthode

Converts a string that has been XML-encoded into a decoded string
public static XmlAttributeDecode ( string value ) : string
value string The string to decode
Résultat string

XmlAttributeEncode() public static méthode

Converts a string to an XML-encoded string
public static XmlAttributeEncode ( string value ) : string
value string The string to encode
Résultat string