sandygao    2003/11/12 15:19:34

  Modified:    java/samples/xni PSVIWriter.java
  Log:
  PSVI API changes. Step 3:
  - Updated the PSVIWriter sample to reflect the API changes
  
  Revision  Changes    Path
  1.25      +2 -2      xml-xerces/java/samples/xni/PSVIWriter.java
  
  Index: PSVIWriter.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/xni/PSVIWriter.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- PSVIWriter.java   11 Nov 2003 20:14:57 -0000      1.24
  +++ PSVIWriter.java   12 Nov 2003 23:19:34 -0000      1.25
  @@ -1246,7 +1246,7 @@
                       sendElementEvent("psv:value", facet.getLexicalFacetValue());
                       sendElementEvent(
                           "psv:fixed",
  -                        String.valueOf(facet.isFixed()));
  +                        String.valueOf(facet.getFixed()));
                       processPSVIAnnotation(facet.getAnnotation());
                       sendUnIndentedElement("psv:" + name);
                   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to