xml/legacyminidomparser/XMLDom/INC/GMXMLDocument.h
branchCompilerCompatibility
changeset 13 5474adb59cd1
parent 0 e35f40988205
equal deleted inserted replaced
11:eedd0bd837c5 13:5474adb59cd1
   184   	inline const TDesC& DocTypeTag() const  {return *iDocTypeTag;}
   184   	inline const TDesC& DocTypeTag() const  {return *iDocTypeTag;}
   185 
   185 
   186 	/** Gets a reference to the MXMLDtd object to use for DTD validation checking.
   186 	/** Gets a reference to the MXMLDtd object to use for DTD validation checking.
   187 	
   187 	
   188 	@return DTD */
   188 	@return DTD */
   189 	const MXMLDtd& CMDXMLDocument::DtdRepresentation() const;
   189 	const MXMLDtd& DtdRepresentation() const;
   190 
   190 
   191 
   191 
   192 private:  
   192 private:  
   193   	CMDXMLDocument(MXMLDtd& aDtdRepresentation);
   193   	CMDXMLDocument(MXMLDtd& aDtdRepresentation);
   194   	CMDXMLDocument();
   194   	CMDXMLDocument();