mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
Remove trailing whitespace (#3668)
This commit is contained in:
@@ -47,7 +47,7 @@ class XML_API DOMBuilder: protected DTDHandler, protected ContentHandler, protec
|
||||
{
|
||||
public:
|
||||
DOMBuilder(XMLReader& xmlReader, NamePool* pNamePool = 0);
|
||||
/// Creates a DOMBuilder using the given XMLReader.
|
||||
/// Creates a DOMBuilder using the given XMLReader.
|
||||
/// If a NamePool is given, it becomes the Document's NamePool.
|
||||
|
||||
virtual ~DOMBuilder();
|
||||
@@ -87,10 +87,10 @@ protected:
|
||||
void endEntity(const XMLString& name);
|
||||
void startCDATA();
|
||||
void endCDATA();
|
||||
void comment(const XMLChar ch[], int start, int length);
|
||||
void comment(const XMLChar ch[], int start, int length);
|
||||
|
||||
void appendNode(AbstractNode* pNode);
|
||||
|
||||
|
||||
void setupParse();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user