ZFFramework
Loading...
Searching...
No Matches
ZFPInterface_ZFXml Class Referenceabstract

protocol for ZFXml More...

#include <ZFProtocolZFXml.h>

Inheritance diagram for ZFPInterface_ZFXml:
ZFProtocol

Public Member Functions

virtual const zfcharprotocolName (void) const
 get the name of the protocol module, e.g. "ZFObject"
virtual void xmlEscapeCharEncode (const ZFOutput &dst, const zfchar *src, zfindex count=((zfindex) -1))
 see ZFXmlEscapeCharEncode
virtual void xmlEscapeCharDecode (const ZFOutput &dst, const zfchar *src, zfindex count=((zfindex) -1))
 see ZFXmlEscapeCharEncode
virtual ZFXml xmlParse (const zfchar *src, zfindex size=((zfindex) -1), zfstring *errorHint=zft_zfnull)=0
 parse xml document
virtual ZFXml xmlParse (const ZFInput &inputCallback, zfstring *errorHint=zft_zfnull)=0
 parse xml document
Public Member Functions inherited from ZFProtocol
virtual void protocolOnInit (void)
 called to init the protocol
virtual void protocolOnInitFinish (void)
 see protocolOnInit
virtual void protocolOnDeallocPrepare (void)
 see protocolOnInit
virtual void protocolOnDealloc (void)
 see protocolOnInit
virtual ZFProtocolInstanceState protocolInstanceState (void)
 protocol instance's state
virtual const zfcharprotocolImplName (void) const
 get the name of the protocol implementation, e.g. "ZFObject_default"
virtual ZFProtocolLevel protocolImplLevel (void) const
 get the level of the protocol implementation
virtual const zfcharprotocolImplPlatformHint (void) const
 get type hint of the implementation or empty string if not defined, e.g. "iOS:NSString" for iOS's string impl, use ZFPROTOCOL_IMPLEMENTATION_PLATFORM_HINT to register
virtual void objectInfoT (zfstring &ret) const
 see objectInfo
virtual zfstring objectInfo (void) const
 get a short info about this object

Protected Types

typedef ZFProtocol zfsuper
 class ref to super
typedef ZFPInterface_ZFXml zfself
 class ref to self

Detailed Description

protocol for ZFXml

Member Function Documentation

◆ protocolName()

virtual const zfchar * ZFPInterface_ZFXml::protocolName ( void ) const
inlinevirtual

get the name of the protocol module, e.g. "ZFObject"

Reimplemented from ZFProtocol.

◆ xmlParse()

virtual ZFXml ZFPInterface_ZFXml::xmlParse ( const zfchar * src,
zfindex size = ((zfindex) -1),
zfstring * errorHint = zft_zfnull )
pure virtual

parse xml document

you must parse the DOM tree and save to document, which including:

  • name for each xml item
  • value for each xml item
  • CDATA for text node

The documentation for this class was generated from the following file: