< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/ItemPSVI.java

Print this page

        

@@ -1,8 +1,7 @@
 /*
- * reserved comment block
- * DO NOT REMOVE OR ALTER!
+ * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
  */
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.

@@ -114,10 +113,11 @@
      * <code>[schema normalized value]</code>: the normalized value of this
      * item after validation.
      *
      * @deprecated Use getSchemaValue().getNormalizedValue() instead
      */
+    @Deprecated
     public String getSchemaNormalizedValue();
 
     /**
      * <code>[schema normalized value]</code>: Binding specific actual value
      * or <code>null</code> if the value is in error.

@@ -125,10 +125,11 @@
      *   NOT_SUPPORTED_ERR: Raised if the implementation does not support this
      *   method.
      *
      * @deprecated Use getSchemaValue().getActualValue() instead
      */
+    @Deprecated
     public Object getActualNormalizedValue()
                                    throws XSException;
 
     /**
      * The actual value built-in datatype, e.g.

@@ -144,10 +145,11 @@
      *   NOT_SUPPORTED_ERR: Raised if the implementation does not support this
      *   method.
      *
      *  @deprecated Use getSchemaValue().getActualValueType() instead
      */
+    @Deprecated
     public short getActualNormalizedValueType()
                                    throws XSException;
 
     /**
      * In the case the actual value represents a list, i.e. the

@@ -180,10 +182,11 @@
      *   NOT_SUPPORTED_ERR: Raised if the implementation does not support this
      *   method.
      *
      *  @deprecated Use getSchemaValue().getListValueTypes() instead
      */
+    @Deprecated
     public ShortList getItemValueTypes()
                                    throws XSException;
 
     /**
      * If this item has a simple type definition or a complex type with simple
< prev index next >