EnumVal.cpp
上传用户:huihehuasu
上传日期:2007-01-10
资源大小:6948k
文件大小:12k
源码类别:

xml/soap/webservice

开发平台:

C/C++

  1. /*
  2.  * The Apache Software License, Version 1.1
  3.  *
  4.  * Copyright (c) 1999-2001 The Apache Software Foundation.  All rights
  5.  * reserved.
  6.  *
  7.  * Redistribution and use in source and binary forms, with or without
  8.  * modification, are permitted provided that the following conditions
  9.  * are met:
  10.  *
  11.  * 1. Redistributions of source code must retain the above copyright
  12.  *    notice, this list of conditions and the following disclaimer.
  13.  *
  14.  * 2. Redistributions in binary form must reproduce the above copyright
  15.  *    notice, this list of conditions and the following disclaimer in
  16.  *    the documentation and/or other materials provided with the
  17.  *    distribution.
  18.  *
  19.  * 3. The end-user documentation included with the redistribution,
  20.  *    if any, must include the following acknowledgment:
  21.  *       "This product includes software developed by the
  22.  *        Apache Software Foundation (http://www.apache.org/)."
  23.  *    Alternately, this acknowledgment may appear in the software itself,
  24.  *    if and wherever such third-party acknowledgments normally appear.
  25.  *
  26.  * 4. The names "Xerces" and "Apache Software Foundation" must
  27.  *    not be used to endorse or promote products derived from this
  28.  *    software without prior written permission. For written
  29.  *    permission, please contact apache@apache.org.
  30.  *
  31.  * 5. Products derived from this software may not be called "Apache",
  32.  *    nor may "Apache" appear in their name, without prior written
  33.  *    permission of the Apache Software Foundation.
  34.  *
  35.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  36.  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  37.  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  38.  * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  39.  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  40.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  41.  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  42.  * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  43.  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  44.  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  45.  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  46.  * SUCH DAMAGE.
  47.  * ====================================================================
  48.  *
  49.  * This software consists of voluntary contributions made by many
  50.  * individuals on behalf of the Apache Software Foundation, and was
  51.  * originally based on software copyright (c) 1999, International
  52.  * Business Machines, Inc., http://www.ibm.com .  For more information
  53.  * on the Apache Software Foundation, please see
  54.  * <http://www.apache.org/>.
  55.  */
  56. /*
  57.  * $Log: EnumVal.cpp,v $
  58.  * Revision 1.15  2001/11/22 14:47:54  tng
  59.  * Use the phrase "Grammar" instead of "Validator" in EnumVal and SEnumVal Description.
  60.  *
  61.  * Revision 1.14  2001/10/25 15:18:33  tng
  62.  * delete the parser before XMLPlatformUtils::Terminate.
  63.  *
  64.  * Revision 1.13  2001/10/19 19:02:42  tng
  65.  * [Bug 3909] return non-zero an exit code when error was encounted.
  66.  * And other modification for consistent help display and return code across samples.
  67.  *
  68.  * Revision 1.12  2001/05/11 13:24:54  tng
  69.  * Copyright update.
  70.  *
  71.  * Revision 1.11  2001/04/19 18:16:46  tng
  72.  * Schema: SchemaValidator update, and use QName in Content Model
  73.  *
  74.  * Revision 1.10  2001/03/21 21:55:57  tng
  75.  * Schema: Add Schema Grammar, Schema Validator, and split the DTDValidator into DTDValidator, DTDScanner, and DTDGrammar.
  76.  *
  77.  * Revision 1.9  2000/06/12 22:07:22  rahulj
  78.  * Correctly rejects unsupported command line options.
  79.  *
  80.  * Revision 1.8  2000/05/31 18:50:42  rahulj
  81.  * Removed extraneous command line arguments.
  82.  *
  83.  * Revision 1.7  2000/03/03 01:29:30  roddey
  84.  * Added a scanReset()/parseReset() method to the scanner and
  85.  * parsers, to allow for reset after early exit from a progressive parse.
  86.  * Added calls to new Terminate() call to all of the samples. Improved
  87.  * documentation in SAX and DOM parsers.
  88.  *
  89.  * Revision 1.6  2000/03/02 19:53:40  roddey
  90.  * This checkin includes many changes done while waiting for the
  91.  * 1.1.0 code to be finished. I can't list them all here, but a list is
  92.  * available elsewhere.
  93.  *
  94.  * Revision 1.5  2000/02/11 02:49:47  abagchi
  95.  * Removed StrX::transcode
  96.  *
  97.  * Revision 1.4  2000/02/11 02:26:40  abagchi
  98.  * Removed StrX::transcode
  99.  *
  100.  * Revision 1.3  2000/02/06 07:47:19  rahulj
  101.  * Year 2K copyright swat.
  102.  *
  103.  * Revision 1.2  1999/12/21 19:54:44  rahulj
  104.  * Added Apache license and version tags.
  105.  *
  106.  */
  107. // ---------------------------------------------------------------------------
  108. //  Includes
  109. // ---------------------------------------------------------------------------
  110. #include <util/NameIdPool.hpp>
  111. #include <util/PlatformUtils.hpp>
  112. #include <framework/XMLValidator.hpp>
  113. #include <parsers/SAXParser.hpp>
  114. #include <validators/DTD/DTDValidator.hpp>
  115. #include <iostream.h>
  116. #include <stdlib.h>
  117. #include <string.h>
  118. // ---------------------------------------------------------------------------
  119. //  Forward references
  120. // ---------------------------------------------------------------------------
  121. static void usage();
  122. // ---------------------------------------------------------------------------
  123. //  This is a simple class that lets us do easy (though not terribly efficient)
  124. //  trancoding of XMLCh data to local code page for display.
  125. // ---------------------------------------------------------------------------
  126. class StrX
  127. {
  128. public :
  129.     // -----------------------------------------------------------------------
  130.     //  Constructors and Destructor
  131.     // -----------------------------------------------------------------------
  132.     StrX(const XMLCh* const toTranscode)
  133.     {
  134.         // Call the private transcoding method
  135.         fLocalForm = XMLString::transcode(toTranscode);
  136.     }
  137.     ~StrX()
  138.     {
  139.         delete [] fLocalForm;
  140.     }
  141.     // -----------------------------------------------------------------------
  142.     //  Getter methods
  143.     // -----------------------------------------------------------------------
  144.     const char* localForm() const
  145.     {
  146.         return fLocalForm;
  147.     }
  148. private :
  149.     // -----------------------------------------------------------------------
  150.     //  Private data members
  151.     //
  152.     //  fLocalForm
  153.     //      This is the local code page form of the string.
  154.     // -----------------------------------------------------------------------
  155.     char*   fLocalForm;
  156. };
  157. inline ostream& operator<<(ostream& target, const StrX& toDump)
  158. {
  159.     target << toDump.localForm();
  160.     return target;
  161. }
  162. // ---------------------------------------------------------------------------
  163. //  Local helper methods
  164. // ---------------------------------------------------------------------------
  165. static void usage()
  166. {
  167.     cout << "nUsage:n"
  168.             "    EnumVal <XML file>nn"
  169.             "This program parses the specified XML file, then shows how ton"
  170.             "enumerate the contents of the DTD Grammar. Essentially,n"
  171.             "shows how one can access the DTD information stored in internaln"
  172.             "data structures.n"
  173.          << endl;
  174. }
  175. // ---------------------------------------------------------------------------
  176. //  Program entry point
  177. // ---------------------------------------------------------------------------
  178. int main(int argC, char* argV[])
  179. {
  180.     // Initialize the XML4C system
  181.     try
  182.     {
  183.          XMLPlatformUtils::Initialize();
  184.     }
  185.     catch (const XMLException& toCatch)
  186.     {
  187.          cerr   << "Error during initialization! Message:n"
  188.                 << StrX(toCatch.getMessage()) << endl;
  189.          XMLPlatformUtils::Terminate();
  190.          return 1;
  191.     }
  192.     // Check command line and extract arguments.
  193.     if (argC < 2)
  194.     {
  195.         usage();
  196.         XMLPlatformUtils::Terminate();
  197.         return 1;
  198.     }
  199.     // We only have one required parameter, which is the file to process
  200.     if ((argC != 2) || (*(argV[1]) == '-'))
  201.     {
  202.         usage();
  203.         XMLPlatformUtils::Terminate();
  204.         return 1;
  205.     }
  206.     const char*              xmlFile   = argV[1];
  207.     SAXParser::ValSchemes    valScheme = SAXParser::Val_Auto;
  208.     //
  209.     //  Create a DTD validator to be used for our validation work. Then create
  210.     //  a SAX parser object and pass it our validator. Then, according to what
  211.     //  we were told on the command line, set it to validate or not. He owns
  212.     //  the validator, so we have to allocate it.
  213.     //
  214.     int errorCount = 0;
  215.     DTDValidator* valToUse = new DTDValidator;
  216.     SAXParser* parser = new SAXParser(valToUse);
  217.     parser->setValidationScheme(valScheme);
  218.     //
  219.     //  Get the starting time and kick off the parse of the indicated
  220.     //  file. Catch any exceptions that might propogate out of it.
  221.     //
  222.     try
  223.     {
  224.         parser->parse(xmlFile);
  225.         errorCount = parser->getErrorCount();
  226.     }
  227.     catch (const XMLException& e)
  228.     {
  229.         cerr << "nError during parsing: '" << xmlFile << "'n"
  230.              << "Exception message is:  n"
  231.              << StrX(e.getMessage()) << "n" << endl;
  232.         XMLPlatformUtils::Terminate();
  233.         return 4;
  234.     }
  235.     if (!errorCount) {
  236.         //
  237.         //  Now we will get an enumerator for the element pool from the validator
  238.         //  and enumerate the elements, printing them as we go. For each element
  239.         //  we get an enumerator for its attributes and print them also.
  240.         //
  241.         DTDGrammar* grammar = (DTDGrammar*) valToUse->getGrammar();
  242.         NameIdPoolEnumerator<DTDElementDecl> elemEnum = grammar->getElemEnumerator();
  243.         if (elemEnum.hasMoreElements())
  244.         {
  245.             cout << "nELEMENTS:n----------------------------n";
  246.             while(elemEnum.hasMoreElements())
  247.             {
  248.                 const DTDElementDecl& curElem = elemEnum.nextElement();
  249.                 cout << "  Name: " << StrX(curElem.getFullName()) << "n";
  250.                 cout << "  Content Model: "
  251.                      << StrX(curElem.getFormattedContentModel())
  252.                      << "n";
  253.                 // Get an enumerator for this guy's attributes if any
  254.                 if (curElem.hasAttDefs())
  255.                 {
  256.                     cout << "  Attributes:n";
  257.                     XMLAttDefList& attList = curElem.getAttDefList();
  258.                     while (attList.hasMoreElements())
  259.                     {
  260.                         const XMLAttDef& curAttDef = attList.nextElement();
  261.                         cout << "    Name:" << StrX(curAttDef.getFullName())
  262.                              << ", Type: ";
  263.                         // Get the type and display it
  264.                         const XMLAttDef::AttTypes type = curAttDef.getType();
  265.                         switch(type)
  266.                         {
  267.                             case XMLAttDef::CData :
  268.                                 cout << "CDATA";
  269.                                 break;
  270.                             case XMLAttDef::ID :
  271.                                 cout << "ID";
  272.                                 break;
  273.                             case XMLAttDef::IDRef :
  274.                             case XMLAttDef::IDRefs :
  275.                                 cout << "IDREF(S)";
  276.                                 break;
  277.                             case XMLAttDef::Entity :
  278.                             case XMLAttDef::Entities :
  279.                                 cout << "ENTITY(IES)";
  280.                                 break;
  281.                             case XMLAttDef::NmToken :
  282.                             case XMLAttDef::NmTokens :
  283.                                 cout << "NMTOKEN(S)";
  284.                                 break;
  285.                             case XMLAttDef::Notation :
  286.                                 cout << "NOTATION";
  287.                                 break;
  288.                             case XMLAttDef::Enumeration :
  289.                                 cout << "ENUMERATION";
  290.                                 break;
  291.                         }
  292.                         cout << "n";
  293.                     }
  294.                 }
  295.                 cout << endl;
  296.             }
  297.         }
  298.          else
  299.         {
  300.             cout << "The validator has no elements to displayn" << endl;
  301.         }
  302.     }
  303.     else
  304.         cout << "nErrors occured, no output availablen" << endl;
  305.     //
  306.     //  Delete the parser itself.  Must be done prior to calling Terminate, below.
  307.     //
  308.     delete parser;
  309.     // And call the termination method
  310.     XMLPlatformUtils::Terminate();
  311.     if (errorCount > 0)
  312.         return 4;
  313.     else
  314.         return 0;
  315. }