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...@apache.org on 2002/09/15 05:40:53 UTC

cvs commit: xml-xerces/java/docs features.xml

andyc       2002/09/14 20:40:53

  Modified:    java/docs features.xml
  Log:
  Added the scanner/notify-char-refs and scanner/notify-builtin-refs
  features to the documentation.
  
  Revision  Changes    Path
  1.30      +23 -0     xml-xerces/java/docs/features.xml
  
  Index: features.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/features.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- features.xml	27 Aug 2002 03:01:57 -0000	1.29
  +++ features.xml	15 Sep 2002 03:40:53 -0000	1.30
  @@ -262,6 +262,29 @@
      <see idref='validation'/>
      <see idref='nonvalidating.load-dtd-grammar'/>
     </feature>
  +
  +  <feature name='http://apache.org/xml/features/scanner/notify-char-refs'
  +           id='scanner.notify-char-refs'>
  +   <true>
  +    Notifies the handler of character entity boundaries in the
  +    document via the start/endEntity callbacks.
  +   </true>
  +   <false>Does not notify of character entity boundaries.</false>
  +   <default value='false'/>
  +   <see idref='scanner.notify-builtin-refs'/>
  +  </feature>
  +
  +  <feature name='http://apache.org/xml/features/scanner/notify-builtin-refs'
  +           id='scanner.notify-builtin-refs'>
  +   <true>
  +    Notifies the handler of built-in entity boundaries (e.g &amp;amp;)
  +    in the document via the start/endEntity callbacks.
  +   </true>
  +   <false>Does not notify of built-in entity boundaries.</false>
  +   <default value='false'/>
  +   <see idref='scanner.notify-char-refs'/>
  +  </feature>
  +
    </fcategory>
    <fcategory name='DOM Features'>
     <feature name='http://apache.org/xml/features/dom/defer-node-expansion'
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org