프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddAttributeSafe | void | ||
AddChild | void | ||
AddChildNoDuplicates | void | ||
ConvertSecurityElementFactories | void | ||
GetEscapeSequence | string | ||
GetUnescapeSequence | string | ||
ISecurityElementFactory | |||
ISecurityElementFactory | object | ||
ISecurityElementFactory | string | ||
ISecurityElementFactory | string | ||
SearchForTextOfLocalName | string | ||
SecurityElement | System.Collections | ||
ToString | void | ||
ToWriter | void | ||
Unescape | string |
메소드 | 설명 | |
---|---|---|
AddAttribute ( string name, string value ) : void | ||
AddChild ( |
||
Attribute ( string name ) : string | ||
Copy ( ) : |
||
Equal ( |
||
Escape ( string str ) : string | ||
FromString ( string xml ) : |
||
IsValidAttributeName ( string name ) : bool | ||
IsValidAttributeValue ( string value ) : bool | ||
IsValidTag ( string tag ) : bool | ||
IsValidText ( string text ) : bool | ||
SearchForChildByTag ( string tag ) : |
||
SearchForTextOfTag ( string tag ) : string | ||
SecurityElement ( string tag ) : System.Collections | ||
SecurityElement ( string tag, string text ) : System.Collections | ||
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
AddAttributeSafe ( string name, string value ) : void | ||
AddChild ( ISecurityElementFactory child ) : void | ||
AddChildNoDuplicates ( ISecurityElementFactory child ) : void | ||
ConvertSecurityElementFactories ( ) : void | ||
GetEscapeSequence ( char c ) : string | ||
GetUnescapeSequence ( string str, int index, int &newIndex ) : string | ||
ISecurityElementFactory ( ) : |
||
ISecurityElementFactory ( ) : object | ||
ISecurityElementFactory ( ) : string | ||
ISecurityElementFactory ( string attributeName ) : string | ||
SearchForTextOfLocalName ( string strLocalName ) : string | ||
SecurityElement ( ) : System.Collections | ||
ToString ( string indent, object obj, string>.Action | ||
ToWriter ( StreamWriter writer ) : void | ||
Unescape ( string str ) : string |
public AddAttribute ( string name, string value ) : void | ||
name | string | |
value | string | |
리턴 | void |
public static FromString ( string xml ) : |
||
xml | string | |
리턴 |
public static IsValidAttributeName ( string name ) : bool | ||
name | string | |
리턴 | bool |
public static IsValidAttributeValue ( string value ) : bool | ||
value | string | |
리턴 | bool |
public SearchForChildByTag ( string tag ) : |
||
tag | string | |
리턴 |
public SecurityElement ( string tag ) : System.Collections | ||
tag | string | |
리턴 | System.Collections |
public SecurityElement ( string tag, string text ) : System.Collections | ||
tag | string | |
text | string | |
리턴 | System.Collections |