You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by an...@locus.apache.org on 2000/09/22 03:09:20 UTC

cvs commit: xml-xerces/java/design architecture.html

andyc       00/09/21 18:09:19

  Modified:    java/design Tag: xerces_j_2 architecture.html
  Log:
  Updated wording of setting features and properties on
  components to state that it only needs to be done
  during a parse, not before or after.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +9 -6      xml-xerces/java/design/Attic/architecture.html
  
  Index: architecture.html
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/design/Attic/architecture.html,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- architecture.html	2000/09/15 21:56:49	1.1.2.3
  +++ architecture.html	2000/09/22 01:09:18	1.1.2.4
  @@ -1,4 +1,4 @@
  -<!-- $Id: architecture.html,v 1.1.2.3 2000/09/15 21:56:49 andyc Exp $ -->
  +<!-- $Id: architecture.html,v 1.1.2.4 2000/09/22 01:09:18 andyc Exp $ -->
   <html>
    <head>
     <title>Xerces 2 | Architecture</title>
  @@ -299,10 +299,13 @@
       </li>
       <li>
        Any time that the application sets a feature or property on the 
  -     parser, the parser <strong>must</strong> pass those settings to 
  -     each configurable component. This is important because
  -     configuration settings can change while parsing an XML document 
  -     and those settings may directly affect the operation of components.
  +     parser <em>during a parse</em>, the parser <strong>must</strong> 
  +     pass those settings to each configurable component. This is 
  +     important because configuration settings can change while parsing 
  +     an XML document and those settings may directly affect the 
  +     operation of components. But this does <em>not</em> need to be
  +     done before or after a parse because each component will query
  +     settings during the call to <code>reset</code>.
       </li>
      </ul>
      </span>
  @@ -360,7 +363,7 @@
     <a name='BOTTOM'></a>
     <hr>
     <span class='netscape'>
  -   Last modified: $Date: 2000/09/15 21:56:49 $
  +   Last modified: $Date: 2000/09/22 01:09:18 $
     </span>
    </body>
   </html>