TXmlEngSerializationOptions Class Reference
class TXmlEngSerializationOptions |
Constructor & Destructor Documentation
TXmlEngSerializationOptions(TUint, const TDesC8 &)
Member Functions Documentation
SetDataSerializer(MXmlEngDataSerializer *)
Sets a data serializer. Ownership of the data serializer is not transferred and the caller is responsbile for freeing aSerializer.
SetNodeFilter(MXmlEngNodeFilter *)
Sets a node filter. The node filter is used to choose which nodes from the tree are serialized. Ownership of the node filter is not transferred and the caller is responsible for freeing aFilter.
Member Data Documentation
const TUint KOptionCDATASectionElements
const TUint | KOptionCDATASectionElements | [static] |
const TUint KOptionDecodeBinaryContainers
const TUint | KOptionDecodeBinaryContainers | [static] |
Decode base64 encoded binary containers content upon XOP serialization
const TUint KOptionEncoding
const TUint | KOptionEncoding | [static] |
Add encoding in xml declaration. KOptionOmitXMLDeclaration must not be set
const TUint KOptionIncludeNsPrefixes
const TUint | KOptionIncludeNsPrefixes | [static] |
const TUint KOptionIndent
const TUint | KOptionIndent | [static] |
const TUint KOptionOmitXMLDeclaration
const TUint | KOptionOmitXMLDeclaration | [static] |
const TUint KOptionStandalone
const TUint | KOptionStandalone | [static] |
Add standalone in xml declaration. KOptionOmitXMLDeclaration must not be set
MXmlEngDataSerializer * iDataSerializer
MXmlEngNodeFilter * iNodeFilter
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.