SecurityElement

cs.system.security.SecurityElement (extern final class)

Static Members

Escape(str: String): String
Name Type
str String
Returns
String

FromString(xml: String): SecurityElement
Name Type
xml String
Returns
SecurityElement

IsValidAttributeName(name: String): Bool
Name Type
name String
Returns
Bool

IsValidAttributeValue(value: String): Bool
Name Type
value String
Returns
Bool

IsValidTag(tag: String): Bool
Name Type
tag String
Returns
Bool

IsValidText(text: String): Bool
Name Type
text String
Returns
Bool

Instance Members

Text: String

Tag: String



AddAttribute(name: String, value: String): Void
Name Type
name String
value String

AddChild(child: SecurityElement): Void
Name Type
child SecurityElement

Attribute(name: String): String
Name Type
name String
Returns
String

Returns
SecurityElement

Equal(other: SecurityElement): Bool
Name Type
other SecurityElement
Returns
Bool

SearchForChildByTag(tag: String): SecurityElement
Name Type
tag String
Returns
SecurityElement

SearchForTextOfTag(tag: String): String
Name Type
tag String
Returns
String

ToString(): String
Returns
String

new(tag: String): Void
Name Type
tag String

Metadata

Name Parameters
:nativeGen -
:libType -
:csNative -