C# 클래스 WebMarkupMin.Core.Parsers.XmlAttribute

XML attribute
파일 보기 프로젝트 열기: Taritsyn/WebMarkupMin 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ContainsXmlAttributeEncodingChars ( string value ) : bool

메소드 상세

XmlAttribute() 공개 메소드

Constructs instance of XML attribute
public XmlAttribute ( string name, string value ) : System.IO
name string Name
value string Value
리턴 System.IO

XmlAttributeDecode() 공개 정적인 메소드

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

XmlAttributeEncode() 공개 정적인 메소드

Converts a string to an XML-encoded string
public static XmlAttributeEncode ( string value ) : string
value string The string to encode
리턴 string