mirror of
				https://github.com/pocoproject/poco.git
				synced 2025-10-25 18:22:59 +02:00 
			
		
		
		
	Remove trailing whitespace (#3668)
This commit is contained in:
		| @@ -39,13 +39,13 @@ class XML_API DOMParser | ||||
| { | ||||
| public: | ||||
| 	explicit DOMParser(NamePool* pNamePool = 0); | ||||
| 		/// Creates a new DOMParser.  | ||||
| 		/// Creates a new DOMParser. | ||||
| 		/// If a NamePool is given, it becomes the Document's NamePool. | ||||
| 		 | ||||
|  | ||||
| 	explicit DOMParser(unsigned long namePoolSize); | ||||
| 		/// Creates a new DOMParser, using the given NamePool size. | ||||
| 		/// | ||||
| 		/// The given namePoolSize should be a suitable prime number,  | ||||
| 		/// The given namePoolSize should be a suitable prime number, | ||||
| 		/// e.g. 251, 509, 1021 or 4093, depending on the expected | ||||
| 		/// size of the document. | ||||
|  | ||||
| @@ -55,7 +55,7 @@ public: | ||||
| 	void setEncoding(const XMLString& encoding); | ||||
| 		/// Sets the encoding used by the parser if no | ||||
| 		/// encoding is specified in the XML document. | ||||
| 		 | ||||
|  | ||||
| 	const XMLString& getEncoding() const; | ||||
| 		/// Returns the name of the encoding used by | ||||
| 		/// the parser if no encoding is specified in | ||||
| @@ -100,7 +100,7 @@ public: | ||||
| 		/// Sets the entity resolver on the underlying SAXParser. | ||||
|  | ||||
| 	static const XMLString FEATURE_FILTER_WHITESPACE; | ||||
| 	 | ||||
|  | ||||
| private: | ||||
| 	SAXParser _saxParser; | ||||
| 	NamePool* _pNamePool; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 John Vandenberg
					John Vandenberg