Method | Description | |
---|---|---|
FormatData ( DocProject docProject, DocPublication docPublication, DocExchangeDefinition docExchange, DocObject>.Dictionary |
||
FormatSML ( Stream stream, List |
Method | Description | |
---|---|---|
WriteCloseElementAttribute ( ) : void | ||
WriteCloseElementEntity ( ) : void |
Terminates the opening tag, with no subelements
|
|
WriteEndAttribute ( ) : void | ||
WriteEndElementAttribute ( string name ) : void | ||
WriteEndElementEntity ( string name ) : void | ||
WriteFooter ( ) : void | ||
WriteHeader ( ) : void | ||
WriteIdentifier ( long oid ) : void | ||
WriteOpenElement ( ) : void |
Terminates the opening tag, to allow for sub-elements to be written
|
|
WriteReference ( long oid ) : void | ||
WriteStartAttribute ( string name ) : void | ||
WriteStartElementAttribute ( string name, string hyperlink ) : void | ||
WriteStartElementEntity ( string name, string hyperlink ) : void | ||
WriteType ( string type, string hyperlink ) : void | ||
WriteTypedValue ( string type, string hyperlink, string encodedvalue ) : void |
public FormatData ( DocProject docProject, DocPublication docPublication, DocExchangeDefinition docExchange, DocObject>.Dictionary |
||
docProject | DocProject | |
docPublication | DocPublication | |
docExchange | DocExchangeDefinition | |
map | DocObject>.Dictionary | |
instances | SEntity>.Dictionary | |
root | ||
markup | bool | |
return | string |
public FormatSML ( Stream stream, List |
||
stream | Stream | |
formats | List |
|
xsdURI | string | |
xsdCode | string | |
return | System |
protected WriteCloseElementAttribute ( ) : void | ||
return | void |
protected WriteEndElementAttribute ( string name ) : void | ||
name | string | |
return | void |
protected WriteEndElementEntity ( string name ) : void | ||
name | string | |
return | void |
protected WriteIdentifier ( long oid ) : void | ||
oid | long | |
return | void |
protected WriteStartAttribute ( string name ) : void | ||
name | string | |
return | void |
protected WriteStartElementAttribute ( string name, string hyperlink ) : void | ||
name | string | |
hyperlink | string | |
return | void |
protected WriteStartElementEntity ( string name, string hyperlink ) : void | ||
name | string | |
hyperlink | string | |
return | void |
protected WriteType ( string type, string hyperlink ) : void | ||
type | string | |
hyperlink | string | |
return | void |
protected WriteTypedValue ( string type, string hyperlink, string encodedvalue ) : void | ||
type | string | |
hyperlink | string | |
encodedvalue | string | |
return | void |