Method | Description | |
---|---|---|
AddString ( String str, int &position ) : void | ||
AddToken ( byte b, int &position ) : void | ||
AppendString ( String str, int &position ) : void | ||
ConvertElement ( |
||
EncodedStringSize ( String str ) : int | ||
GetAttributeForElement ( int position, String attributeName ) : String | ||
GetChildrenPositionForElement ( int position ) : |
||
GetElement ( int position, bool bCreate ) : |
||
GetRootElement ( ) : |
||
GetString ( int &position ) : String | ||
GetString ( int &position, bool bCreate ) : String | ||
GetTagForElement ( int position ) : String | ||
GuaranteeSize ( int size ) : void | ||
SecurityDocument ( |
||
SecurityDocument ( byte data ) : System | ||
SecurityDocument ( int numData ) : System |
Method | Description | |
---|---|---|
InternalGetElement ( int &position, bool bCreate ) : |
public AddString ( String str, int &position ) : void | ||
str | String | |
position | int | |
return | void |
public AddToken ( byte b, int &position ) : void | ||
b | byte | |
position | int | |
return | void |
public AppendString ( String str, int &position ) : void | ||
str | String | |
position | int | |
return | void |
public ConvertElement ( |
||
elCurrent | ||
position | int | |
return | void |
public static EncodedStringSize ( String str ) : int | ||
str | String | |
return | int |
public GetAttributeForElement ( int position, String attributeName ) : String | ||
position | int | |
attributeName | String | |
return | String |
public GetChildrenPositionForElement ( int position ) : |
||
position | int | |
return |
public GetElement ( int position, bool bCreate ) : |
||
position | int | |
bCreate | bool | |
return |
public GetString ( int &position, bool bCreate ) : String | ||
position | int | |
bCreate | bool | |
return | String |
public GetTagForElement ( int position ) : String | ||
position | int | |
return | String |
public SecurityDocument ( |
||
elRoot | ||
return | System |
public SecurityDocument ( byte data ) : System | ||
data | byte | |
return | System |
public SecurityDocument ( int numData ) : System | ||
numData | int | |
return | System |