You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by sa...@apache.org on 2002/05/31 23:30:56 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/xni/psvi ElementPSVI.java

sandygao    2002/05/31 14:30:56

  Modified:    java/src/org/apache/xerces/xni/psvi ElementPSVI.java
  Log:
  Added a new method on the element psvi item interface to return the
  [schema information] property. This property is only available on the
  validation root.
  
  Revision  Changes    Path
  1.5       +8 -0      xml-xerces/java/src/org/apache/xerces/xni/psvi/ElementPSVI.java
  
  Index: ElementPSVI.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/xni/psvi/ElementPSVI.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ElementPSVI.java	30 May 2002 18:00:55 -0000	1.4
  +++ ElementPSVI.java	31 May 2002 21:30:56 -0000	1.5
  @@ -63,7 +63,7 @@
    * Represent a PSVI item for one element information item.
    *
    * @author Elena Litani, IBM
  - * @version $Id: ElementPSVI.java,v 1.4 2002/05/30 18:00:55 sandygao Exp $
  + * @version $Id: ElementPSVI.java,v 1.5 2002/05/31 21:30:56 sandygao Exp $
    */
   public interface ElementPSVI extends ItemPSVI {
   
  @@ -82,4 +82,12 @@
        */
       public XSNotationDeclaration getNotation();
   
  +    /**
  +     * [schema information]
  +     * @see <a href="http://www.w3.org/TR/xmlschema-1/#e-schema_information">XML Schema Part 1: Structures [schema information]</a>
  +     * @return The schema information property if it's the validation root,
  +     *         null otherwise.
  +     */
  +    public XSModel getSchemaInformation();
  +    
   }
  
  
  

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