📄 xmlparser.h
字号:
bool StandAlone; //!< Undocumented //! Undocumented /*! @todo document this method */ void matchProduction01Document(); //! Undocumented /*! @todo document this method */ long matchProduction03S( XMLEntityStream *const thisStream, const bool required) const; //! Undocumented /*! @todo document this method */ long matchProduction03SDeep( const bool required); //! Undocumented /*! @todo document this method */ bool matchProduction05Name( XMLEntityStream *const thisStream, XMLString& Name) const; //! Undocumented /*! @todo document this method */ bool matchProduction07Nmtoken( XMLEntityStream *const thisStream, XMLString& Nmtoken) const; //! Undocumented /*! @todo document this method */ void matchProduction09EntityLiteral( XMLString& EntityLiteral); //! Undocumented /*! @todo document this method */ void matchProduction10AttValue( XMLString& AttValue); //! Undocumented /*! @todo document this method */ void matchProduction11SystemLiteral( XMLString& SystemLiteral); //! Undocumented /*! @todo document this method */ void matchProduction12PubidLiteral( XMLString& PubidLiteral); //! Undocumented /*! @todo document this method */ bool matchProduction14CharData( Element* containingElement); //! Undocumented /*! @todo document this method */ bool matchProduction15Comment( Element* containingElement); //! Undocumented /*! @todo document this method */ bool matchProduction16PI( Element* containingElement); //! Undocumented /*! @todo document this method */ void matchProduction17PITarget( XMLString& PITarget); //! Undocumented /*! @todo document this method */ bool matchProduction18CDSect( Element* containingElement); //! Undocumented /*! @todo document this method */ bool matchProduction19CDStart(); //! Undocumented /*! @todo document this method */ bool matchProduction20CData( XMLString& CData); //! Undocumented /*! @todo document this method */ bool matchProduction21CDEnd(); //! Undocumented /*! @todo document this method */ void matchProduction22Prolog(); //! Undocumented /*! @todo document this method */ bool matchProduction23XMLDecl(); //! Undocumented /*! @todo document this method */ bool matchProduction24VersionInfo( XMLEntityStream *const thisStream, XMLString& VersionNum); //! Undocumented /*! @todo document this method */ void matchProduction25Eq( XMLEntityStream *const thisStream); //! Undocumented /*! @todo document this method */ bool matchProduction27Misc( Element* containingElement); //! Undocumented /*! @todo document this method */ bool matchProduction28doctypedecl(); //! Undocumented /*! @todo document this method */ bool matchProduction28aDeclSep(); //! Undocumented /*! @todo document this method */ bool matchProduction29markupdecl(); //! Undocumented /*! @todo document this method */ void matchProduction31extSubsetDecl(); //! Undocumented /*! @todo document this method */ bool matchProduction32SDDecl(); //! Undocumented /*! @todo document this method */ bool matchProduction39Element( Element* containingElement); //! Undocumented /*! @todo document this method */ bool matchProduction40STag( XMLString* tagName, list<XMLString>* myAttributeNamesList, list<XMLString>* myAttributeValuesList); //! Undocumented /*! @todo document this method */ bool matchProduction41Attribute( XMLString& AttName, XMLString& AttValue); //! Undocumented /*! @todo document this method */ void matchProduction42ETag( XMLString& RequiredName); //! Undocumented /*! @todo document this method */ void matchProduction43content( Element* containingElement); //! Undocumented /*! @todo document this method */ bool matchProduction44EmptyElementTag( XMLString* tagName, list<XMLString>* myAttributeNamesList, list<XMLString>* myAttributeValuesList); //! Undocumented /*! @todo document this method */ bool matchProduction45elementdecl(); //! Undocumented /*! @todo document this method */ void matchProduction46contentspec(); //! Undocumented /*! @todo document this method */ bool matchProduction47children(); //! Undocumented /*! @todo document this method */ bool matchProduction48cp(); //! Undocumented /*! @todo document this method */ bool matchProduction49choice(); //! Undocumented /*! @todo document this method */ bool matchProduction50seq(); //! Undocumented /*! @todo document this method */ bool matchProduction51Mixed(); //! Undocumented /*! @todo document this method */ bool matchProduction52AttlistDecl(); //! Undocumented /*! @todo document this method */ bool matchProduction53AttDef(); //! Undocumented /*! @todo document this method */ void matchProduction54AttType(); //! Undocumented /*! @todo document this method */ bool matchProduction55StringType(); //! Undocumented /*! @todo document this method */ bool matchProduction56TokenizedType(); //! Undocumented /*! @todo document this method */ bool matchProduction57EnumeratedType(); //! Undocumented /*! @todo document this method */ bool matchProduction58NotationType(); //! Undocumented /*! @todo document this method */ bool matchProduction59Enumeration(); //! Undocumented /*! @todo document this method */ void matchProduction60DefaultDecl(); //! Undocumented /*! @todo document this method */ bool matchProduction61conditionalSect(); //! Undocumented /*! @todo document this method */ bool matchProduction62includeSect(); //! Undocumented /*! @todo document this method */ bool matchProduction63ignoreSect(); //! Undocumented /*! @todo document this method */ void matchProduction64ignoreSectContents(); //! Undocumented /*! @todo document this method */ void matchProduction65ignore(); //! Undocumented /*! @todo document this method */ unsigned long matchProduction68EntityRef( XMLEntityStream *const thisStream, XMLString& refName) const; //! Undocumented /*! @todo document this method */ bool matchProduction70EntityDecl(); //! Undocumented /*! @todo document this method */ bool matchProduction71GEDecl(); //! Undocumented /*! @todo document this method */ bool matchProduction72PEDecl(); //! Undocumented /*! @todo document this method */ void matchProduction73EntityDef( XMLString& PubidLiteral, XMLString& SystemLiteral, XMLString& NotationName, XMLString& EntityLiteral); //! Undocumented /*! @todo document this method */ void matchProduction74PEDef( XMLString& PubidLiteral, XMLString& SystemLiteral, XMLString& EntityLiteral); //! Undocumented /*! @todo document this method */ bool matchProduction75ExternalID( XMLString& PubidLiteral, XMLString& SystemLiteral); //! Undocumented /*! @todo document this method */ bool matchProduction76NDataDecl( XMLString& NotationName); //! Undocumented /*! @todo document this method */ bool matchProduction80EncodingDecl( XMLEntityStream *const thisStream, XMLString& EncName); //! Undocumented /*! @todo document this method */ void matchProduction81EncName( XMLEntityStream *const thisStream, XMLString& EncName); //! Undocumented /*! @todo document this method */ bool matchProduction82NotationDecl(); //! Undocumented /*! @todo document this method */ bool matchProduction83PublicID( XMLString& PubidLiteral); //! Undocumented /*! @todo document this method */ long howFarTo( const char* pattern); //! Undocumented /*! @todo document this method */ bool matchProductionFixedString( XMLEntityStream *const thisStream, const char* pattern); //! Undocumented /*! @todo document this method */ void matchProductionQuotedString( XMLEntityStream *const thisStream, XMLString& quotedString) const; //! Undocumented /*! @todo document this method */ unsigned long sweepContent( char* s); //! Undocumented /*! @todo document this method */ unsigned long sweepAttValue( char* s); //! Undocumented /*! @todo document this method */ void loadNChar( XMLEntityStream *const thisStream, XMLString& outString, const unsigned long& length) const; //! Undocumented /*! @todo document this method */ void storeStreamPos( list<XMLEntityStream*>& lastXMLEntityStreamStack, list<StreamPositionStruct>& StreamPositionStructList); //! Undocumented /*! @todo document this method */ void restoreStreamPos( const list<XMLEntityStream*>& lastXMLEntityStreamStack, const list<StreamPositionStruct>& andTheirPositions); //! Undocumented /*! @todo document this method */ void printEntityStreamStack() const;};#define XMLPARSER //!< Undocumented
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -