Moved DOM methods up the tree, add copy c'tors, KeyInfo sample
[shibboleth/xmltooling.git] / xmltooling / util / ParserPool.h
index a15b6de..34fbdd9 100644 (file)
@@ -94,7 +94,7 @@ namespace xmltooling {
          */\r
         bool loadCatalog(const XMLCh* pathname);\r
         \r
-        /*\r
+        /**\r
          * Load a schema explicitly from a local file.\r
          * \r
          * Note that "successful processing" does not imply that the schema is valid,\r
@@ -147,7 +147,10 @@ namespace xmltooling {
          * @param systemId  optional system identifier to attach to the stream\r
          */\r
         StreamInputSource(std::istream& is, const char* systemId=NULL) : InputSource(systemId), m_is(is) {}\r
+        /// @cond off\r
         virtual BinInputStream* makeStream() const { return new StreamBinInputStream(m_is); }\r
+        /// @endcond\r
+\r
 \r
     private:\r
         std::istream& m_is;\r