Property | Type | Description | |
---|---|---|---|
xmlns | String |
Method | Description | |
---|---|---|
AddProperty ( String key, String value ) : void | ||
Escape ( String content ) : String | ||
SetProperty ( String key, |
||
SetProperty ( string key, |
||
ToString ( ) : String | ||
XmpSchema ( String xmlns ) : System | ||
this ( string key ) : string |
Method | Description | |
---|---|---|
Process ( StringBuilder buf, Object p ) : void |
public AddProperty ( String key, String value ) : void | ||
key | String | |
value | String | |
return | void |
public static Escape ( String content ) : String | ||
content | String | |
return | String |
protected Process ( StringBuilder buf, Object p ) : void | ||
buf | StringBuilder | |
p | Object | |
return | void |
public SetProperty ( String key, |
||
key | String | |
value | ||
return | void |
public SetProperty ( string key, |
||
key | string | |
value | ||
return | void |