< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/XSAttributeUse.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.
*** 46,55 **** --- 45,55 ---- /** * Value Constraint: The constraint value, otherwise <code>null</code>. * * @deprecated Use getValueConstraintValue().getNormalizedValue() instead */ + @Deprecated public String getConstraintValue(); /** * Value Constraint: Binding specific actual constraint value or * <code>null</code> if the value is in error or there is no value
*** 58,67 **** --- 58,68 ---- * NOT_SUPPORTED_ERR: Raised if the implementation does not support this * method. * * @deprecated Use getValueConstraintValue().getActualValue() instead */ + @Deprecated public Object getActualVC() throws XSException; /** * The actual constraint value built-in datatype, e.g.
*** 77,86 **** --- 78,88 ---- * NOT_SUPPORTED_ERR: Raised if the implementation does not support this * method. * * @deprecated Use getValueConstraintValue().getActualValueType() instead */ + @Deprecated public short getActualVCType() throws XSException; /** * In the case the actual constraint value represents a list, i.e. the
*** 95,104 **** --- 97,107 ---- * NOT_SUPPORTED_ERR: Raised if the implementation does not support this * method. * * @deprecated Use getValueConstraintValue().getListValueTypes() instead */ + @Deprecated public ShortList getItemValueTypes() throws XSException; /** * The actual value of the default or fixed value constraint.
< prev index next >