You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2003/01/24 22:01:50 UTC

cvs commit: xml-xerces/java/docs xni-config.xml xni-core.xml

neilg       2003/01/24 13:01:50

  Modified:    java/docs xni-config.xml xni-core.xml
  Log:
  reflect certain XNI changes in the docs
  
  Revision  Changes    Path
  1.8       +15 -1     xml-xerces/java/docs/xni-config.xml
  
  Index: xni-config.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/xni-config.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- xni-config.xml	25 Sep 2002 20:45:13 -0000	1.7
  +++ xni-config.xml	24 Jan 2003 21:01:49 -0000	1.8
  @@ -839,6 +839,13 @@
         </code>
        </td>
       </tr>
  +    <tr>
  +     <td>
  +      <code>
  +       public <link idref='xni-core' anchor='dtd-handler'>XMLDTDHandler</link> getDTDHandler();
  +      </code>
  +     </td>
  +    </tr>
      </table>
     </s3>
     <anchor name='dtd-filter'/>
  @@ -870,9 +877,16 @@
         </code>
        </td>
       </tr>
  +    <tr>
  +     <td>
  +      <code>
  +       public <link idref='xni-core' anchor='dtd-content-model-handler'>XMLDTDContentModelHandler</link> getDTDContentModelHandler();
  +      </code>
  +     </td>
  +    </tr>
      </table>
     </s3>
  -  <anchor name='dtd-filter'/>
  +  <anchor name='dtd-content-model-filter'/>
     <s3 title='Interface XMLDTDContentModelFilter'>
      <p>
       Defines a DTD content model filter that acts as both a receiver and 
  
  
  
  1.7       +5 -19     xml-xerces/java/docs/xni-core.xml
  
  Index: xni-core.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/xni-core.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- xni-core.xml	25 Sep 2002 20:45:13 -0000	1.6
  +++ xni-core.xml	24 Jan 2003 21:01:50 -0000	1.7
  @@ -898,6 +898,7 @@
      whereas the second handler interface breaks down each element
      declaration content model into separate callbacks.
     </p>
  +  <anchor name="dtd-handler"/>
     <s3 title='Interface XMLDTDHandler'>
      <p>
       Communicates basic DTD information such as element and attribute
  @@ -1096,6 +1097,7 @@
   -->
   
     </s3>
  +  <anchor name="dtd-content-model-handler"/>
     <s3 title='Interface XMLDTDContentModelHandler'>
      <p>
       Breaks down each element declaration's content model into 
  @@ -1301,23 +1303,7 @@
               fDocumentHandler.processingInstruction(target, data, augs);
           }
       }
  -    // deprecated
  -    public void startPrefixMapping(String prefix, String uri, <link
  -    anchor="augs">Augmentations</link> augs)
  -        throws <link anchor='exception'>XNIException</link> {
  -        if (fDocumentHandler != null) {
  -            fDocumentHandler.startPrefixMapping(prefix, uri, augs);
  -        }
  -    }
  -    // deprecated
  -    public void endPrefixMapping(String prefix, <link
  -            anchor="augs">Augmentations</link> augs)
  -        throws <link anchor='exception'>XNIException</link> {
  -        if (fDocumentHandler != null) {
  -            fDocumentHandler.endPrefixMapping(prefix, augs);
  -        }
  -    }
  -    
  +
       public void startElement(<link anchor='qname'>QName</link>
       element, <link anchor='attributes'>XMLAttributes</link>
           attributes, <link anchor="augs">Augmentations</link> augs)
  @@ -1344,7 +1330,7 @@
           }
       }
       
  -    public void startEntity(String name, 
  +    public void startGeneralEntity(String name, 
               <link anchor="resource">XMLResourceIdentifier</link> resId,
               String encoding, <link anchor="augs">Augmentations</link> augs) 
           throws <link anchor='exception'>XNIException</link> {
  @@ -1362,7 +1348,7 @@
           }
       }
       
  -    public void endEntity(String name, <link
  +    public void endGeneralEntity(String name, <link
           anchor="augs">Augmentations</link> augs)
           throws <link anchor='exception'>XNIException</link> {
           if (fDocumentHandler != null) {
  
  
  

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