mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-03 20:18:01 +00:00
purge trailing whitespace (#1947)
This commit is contained in:
committed by
GitHub
parent
1101439eb0
commit
151304135e
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user