< prev index next >

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

Print this page

        

*** 1,8 **** /* ! * reserved comment block ! * DO NOT REMOVE OR ALTER! */ /* * 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. --- 1,7 ---- /* ! * 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,123 **** --- 113,123 ---- * <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,134 **** --- 125,135 ---- * 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,153 **** --- 145,155 ---- * 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,189 **** --- 182,192 ---- * 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 >