Deprecated API


Contents
Deprecated Interfaces
org.apache.xmlbeans.xml.stream.BufferedXMLInputStream
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.xml.stream.ReferenceResolver
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.xml.stream.XMLInputStream
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
 

Deprecated Classes
org.apache.xmlbeans.impl.common.GenericXmlInputStream
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.impl.soap.SOAPElementFactory
          - Use javax.xml.soap.SOAPFactory for creating SOAPElements. 
org.apache.xmlbeans.impl.validator.ValidatingXMLInputStream
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
 

Deprecated Fields
org.apache.xmlbeans.impl.store.Locale.COPY_USE_NEW_LOCALE
          Replace usages with CopyUseNewSynchronizationDomain option 
 

Deprecated Methods
org.apache.xmlbeans.impl.store.Cursor._newXMLInputStream()
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.impl.store.Cursor._newXMLInputStream(XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.FilterXmlObject.bigDecimalValue()
          replaced with FilterXmlObject.getBigDecimalValue() 
org.apache.xmlbeans.SimpleValue.bigDecimalValue()
          replaced with SimpleValue.getBigDecimalValue() 
org.apache.xmlbeans.XmlDecimal.bigDecimalValue()
          replaced with XmlDecimal.getBigDecimalValue() 
org.apache.xmlbeans.impl.values.XmlObjectBase.bigDecimalValue()
          replaced with XmlObjectBase.getBigDecimalValue() 
org.apache.xmlbeans.FilterXmlObject.bigIntegerValue()
          replaced with FilterXmlObject.getBigIntegerValue() 
org.apache.xmlbeans.XmlInteger.bigIntegerValue()
          replaced with XmlInteger.getBigIntegerValue() 
org.apache.xmlbeans.SimpleValue.bigIntegerValue()
          replaced with SimpleValue.getBigIntegerValue() 
org.apache.xmlbeans.impl.values.XmlObjectBase.bigIntegerValue()
          replaced with XmlObjectBase.getBigIntegerValue() 
org.apache.xmlbeans.FilterXmlObject.booleanValue()
          replaced with FilterXmlObject.getBooleanValue() 
org.apache.xmlbeans.XmlBoolean.booleanValue()
          replaced by XmlBoolean.getBooleanValue() 
org.apache.xmlbeans.SimpleValue.booleanValue()
          replaced with SimpleValue.getBooleanValue() 
org.apache.xmlbeans.impl.values.XmlObjectBase.booleanValue()
          replaced with XmlObjectBase.getBooleanValue() 
org.apache.xmlbeans.FilterXmlObject.byteArrayValue()
          replaced with FilterXmlObject.getByteArrayValue() 
org.apache.xmlbeans.XmlBase64Binary.byteArrayValue()
          replaced by XmlBase64Binary.getByteArrayValue() 
org.apache.xmlbeans.SimpleValue.byteArrayValue()
          replaced with SimpleValue.getByteArrayValue() 
org.apache.xmlbeans.XmlHexBinary.byteArrayValue()
          replaced by XmlHexBinary.getByteArrayValue() 
org.apache.xmlbeans.impl.values.XmlObjectBase.byteArrayValue()
          replaced with XmlObjectBase.getByteArrayValue() 
org.apache.xmlbeans.FilterXmlObject.byteValue()
          replaced with FilterXmlObject.getByteValue() 
org.apache.xmlbeans.XmlByte.byteValue()
          replaced by XmlByte.getByteValue() 
org.apache.xmlbeans.SimpleValue.byteValue()
          replaced with SimpleValue.getByteValue() 
org.apache.xmlbeans.impl.values.XmlObjectBase.byteValue()
          replaced with XmlObjectBase.getByteValue() 
org.apache.xmlbeans.FilterXmlObject.calendarValue()
          replaced with FilterXmlObject.getCalendarValue() 
org.apache.xmlbeans.XmlDate.calendarValue()
          replaced with XmlDate.getCalendarValue() 
org.apache.xmlbeans.XmlGYear.calendarValue()
          replaced with XmlGYear.getCalendarValue() 
org.apache.xmlbeans.XmlGMonthDay.calendarValue()
          replaced with XmlGMonthDay.getCalendarValue() 
org.apache.xmlbeans.XmlGYearMonth.calendarValue()
          replaced with XmlGYearMonth.getCalendarValue() 
org.apache.xmlbeans.XmlTime.calendarValue()
          replaced with XmlTime.getCalendarValue() 
org.apache.xmlbeans.XmlGMonth.calendarValue()
          replaced with XmlGMonth.getCalendarValue() 
org.apache.xmlbeans.SimpleValue.calendarValue()
          replaced with SimpleValue.getCalendarValue() 
org.apache.xmlbeans.XmlGDay.calendarValue()
          replaced with XmlGDay.getCalendarValue() 
org.apache.xmlbeans.XmlDateTime.calendarValue()
          replaced with XmlDateTime.getCalendarValue() 
org.apache.xmlbeans.impl.values.XmlObjectBase.calendarValue()
          replaced with XmlObjectBase.getCalendarValue() 
org.apache.xmlbeans.impl.soap.SOAPElementFactory.create(Name)
          Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name) instead 
org.apache.xmlbeans.impl.soap.SOAPElementFactory.create(String)
          Use javax.xml.soap.SOAPFactory.createElement(String localName) instead 
org.apache.xmlbeans.impl.soap.SOAPElementFactory.create(String, String, String)
          Use javax.xml.soap.SOAPFactory.createElement(String localName, String prefix, String uri) instead 
org.apache.xmlbeans.FilterXmlObject.dateValue()
          replaced with FilterXmlObject.getDateValue() 
org.apache.xmlbeans.XmlDate.dateValue()
          replaced with XmlDate.getDateValue() 
org.apache.xmlbeans.SimpleValue.dateValue()
          replaced with SimpleValue.getDateValue() 
org.apache.xmlbeans.XmlDateTime.dateValue()
          replaced with XmlDateTime.getDateValue() 
org.apache.xmlbeans.impl.values.XmlObjectBase.dateValue()
          replaced with XmlObjectBase.getDateValue() 
org.apache.xmlbeans.FilterXmlObject.doubleValue()
          replaced with FilterXmlObject.getDoubleValue() 
org.apache.xmlbeans.XmlDouble.doubleValue()
          replaced with XmlDouble.getDoubleValue() 
org.apache.xmlbeans.SimpleValue.doubleValue()
          replaced with SimpleValue.getDoubleValue() 
org.apache.xmlbeans.impl.values.XmlObjectBase.doubleValue()
          replaced with XmlObjectBase.getDoubleValue() 
org.apache.xmlbeans.FilterXmlObject.enumValue()
          replaced with FilterXmlObject.getEnumValue() 
org.apache.xmlbeans.SimpleValue.enumValue()
          replaced with SimpleValue.getEnumValue() 
org.apache.xmlbeans.impl.values.XmlObjectBase.enumValue()
          replaced with XmlObjectBase.getEnumValue() 
org.apache.xmlbeans.impl.tool.CodeGenUtil.externalCompile(List, File, File[], boolean)
            
org.apache.xmlbeans.impl.tool.CodeGenUtil.externalJar(File, File)
          Use org.apache.xmlbeans.impl.common.JarHelper instead. 
org.apache.xmlbeans.impl.tool.CodeGenUtil.externalJar(File, File, String, boolean, boolean)
          Use org.apache.xmlbeans.impl.common.JarHelper instead. 
org.apache.xmlbeans.FilterXmlObject.floatValue()
          replaced with FilterXmlObject.getFloatValue() 
org.apache.xmlbeans.SimpleValue.floatValue()
          replaced with SimpleValue.getFloatValue() 
org.apache.xmlbeans.XmlFloat.floatValue()
          replaced by XmlFloat.getFloatValue() 
org.apache.xmlbeans.impl.values.XmlObjectBase.floatValue()
          replaced with XmlObjectBase.getFloatValue() 
org.apache.xmlbeans.FilterXmlObject.gDateValue()
          replaced with FilterXmlObject.getGDateValue() 
org.apache.xmlbeans.XmlDate.gDateValue()
          replaced with XmlDate.getGDateValue() 
org.apache.xmlbeans.XmlGYear.gDateValue()
          replaced with XmlGYear.getGDateValue() 
org.apache.xmlbeans.XmlGMonthDay.gDateValue()
          replaced with XmlGMonthDay.getGDateValue() 
org.apache.xmlbeans.XmlGYearMonth.gDateValue()
          replaced with XmlGYearMonth.getGDateValue() 
org.apache.xmlbeans.XmlTime.gDateValue()
          replaced with XmlTime.getGDateValue() 
org.apache.xmlbeans.XmlGMonth.gDateValue()
          replaced with XmlGMonth.getGDateValue() 
org.apache.xmlbeans.SimpleValue.gDateValue()
          replaced with SimpleValue.getGDateValue() 
org.apache.xmlbeans.XmlGDay.gDateValue()
          replaced with XmlGDay.getGDateValue() 
org.apache.xmlbeans.XmlDateTime.gDateValue()
          replaced with XmlDateTime.getGDateValue() 
org.apache.xmlbeans.impl.values.XmlObjectBase.gDateValue()
          replaced with XmlObjectBase.getGDateValue() 
org.apache.xmlbeans.FilterXmlObject.gDurationValue()
          replaced with FilterXmlObject.getGDurationValue() 
org.apache.xmlbeans.XmlDuration.gDurationValue()
          replaced with XmlDuration.getGDurationValue() 
org.apache.xmlbeans.SimpleValue.gDurationValue()
          replaced with SimpleValue.getGDurationValue() 
org.apache.xmlbeans.impl.values.XmlObjectBase.gDurationValue()
          replaced with XmlObjectBase.getGDurationValue() 
org.apache.xmlbeans.impl.values.TypeStore.get_root_object()
            
org.apache.xmlbeans.impl.tool.SchemaCompiler.Parameters.getJar()
            
org.apache.xmlbeans.FilterXmlObject.intValue()
          replaced with FilterXmlObject.getIntValue() 
org.apache.xmlbeans.XmlInt.intValue()
          replaced with XmlInt.getIntValue() 
org.apache.xmlbeans.XmlGYear.intValue()
          replaced with XmlGYear.getIntValue() 
org.apache.xmlbeans.XmlGMonth.intValue()
          replaced with XmlGMonth.getIntValue() 
org.apache.xmlbeans.XmlUnsignedShort.intValue()
          replaced with XmlUnsignedShort.getIntValue() 
org.apache.xmlbeans.SimpleValue.intValue()
          replaced with SimpleValue.getIntValue() 
org.apache.xmlbeans.XmlGDay.intValue()
          replaced with XmlGDay.getIntValue() 
org.apache.xmlbeans.impl.values.XmlObjectBase.intValue()
          replaced with XmlObjectBase.getIntValue() 
org.apache.xmlbeans.FilterXmlObject.listValue()
          replaced with FilterXmlObject.getListValue() 
org.apache.xmlbeans.XmlENTITIES.listValue()
          replaced by XmlENTITIES.getListValue() 
org.apache.xmlbeans.XmlNMTOKENS.listValue()
          replaced by XmlNMTOKENS.getListValue() 
org.apache.xmlbeans.SimpleValue.listValue()
          replaced with SimpleValue.getListValue() 
org.apache.xmlbeans.XmlIDREFS.listValue()
          replaced by XmlIDREFS.getListValue() 
org.apache.xmlbeans.impl.values.XmlObjectBase.listValue()
          replaced with XmlObjectBase.getListValue() 
org.apache.xmlbeans.FilterXmlObject.longValue()
          replaced with FilterXmlObject.getLongValue() 
org.apache.xmlbeans.XmlLong.longValue()
          replaced with XmlLong.getLongValue() 
org.apache.xmlbeans.SimpleValue.longValue()
          replaced with SimpleValue.getLongValue() 
org.apache.xmlbeans.XmlUnsignedInt.longValue()
          replaced with XmlUnsignedInt.getLongValue() 
org.apache.xmlbeans.impl.values.XmlObjectBase.longValue()
          replaced with XmlObjectBase.getLongValue() 
org.apache.xmlbeans.BindingConfig.lookupJavanameForQName(QName)
          replaced with BindingConfig.lookupJavanameForQName(QName, int) 
org.apache.xmlbeans.impl.config.BindingConfigImpl.lookupJavanameForQName(QName)
          replaced with BindingConfigImpl.lookupJavanameForQName(QName, int) 
org.apache.xmlbeans.impl.soap.SOAPElementFactory.newInstance()
            
org.apache.xmlbeans.XmlNegativeInteger.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlAnySimpleType.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlToken.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlDuration.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlInt.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlPositiveInteger.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlAnyURI.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlDouble.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlUnsignedByte.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlDate.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNOTATION.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlGYear.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlObject.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlLong.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlShort.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNonNegativeInteger.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlQName.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNCName.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlENTITY.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlString.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlID.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlBase64Binary.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlGMonthDay.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlGYearMonth.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlName.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNonPositiveInteger.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlTime.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlBoolean.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNormalizedString.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlENTITIES.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlGMonth.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlInteger.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlUnsignedShort.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNMTOKENS.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlByte.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlUnsignedLong.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlHexBinary.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlFloat.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlUnsignedInt.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlGDay.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlDecimal.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlIDREF.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlLanguage.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlDateTime.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNMTOKEN.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlIDREFS.Factory.newValidatingXMLInputStream(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.SchemaTypeLoader.newValidatingXMLInputStream(XMLInputStream, SchemaType, XmlOptions)
          Deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.newValidatingXMLInputStream(XMLInputStream, SchemaType, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNegativeInteger.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlAnySimpleType.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlToken.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlDuration.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlInt.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlPositiveInteger.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlAnyURI.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlDouble.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlUnsignedByte.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlDate.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNOTATION.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlGYear.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlObject.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlLong.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlShort.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNonNegativeInteger.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlQName.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNCName.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlENTITY.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlString.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlID.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlBase64Binary.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlGMonthDay.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlGYearMonth.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlName.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNonPositiveInteger.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlTime.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlBoolean.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNormalizedString.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlENTITIES.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlGMonth.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlInteger.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlUnsignedShort.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNMTOKENS.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlByte.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlUnsignedLong.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlHexBinary.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlFloat.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlUnsignedInt.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlGDay.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlDecimal.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlIDREF.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlLanguage.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlDateTime.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNMTOKEN.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlIDREFS.Factory.newValidatingXMLInputStream(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.FilterXmlObject.newXMLInputStream()
          Deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlTokenSource.newXMLInputStream()
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.impl.values.XmlObjectBase.newXMLInputStream()
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.impl.store.Cursor.newXMLInputStream()
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.FilterXmlObject.newXMLInputStream(XmlOptions)
          Deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlTokenSource.newXMLInputStream(XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.impl.values.XmlObjectBase.newXMLInputStream(XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.impl.store.Cursor.newXMLInputStream(XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.FilterXmlObject.objectSet(Object)
          replaced with FilterXmlObject.setObjectValue(java.lang.Object) 
org.apache.xmlbeans.SimpleValue.objectSet(Object)
          replaced with SimpleValue.setObjectValue(java.lang.Object) 
org.apache.xmlbeans.impl.values.XmlObjectBase.objectSet(Object)
          replaced with XmlObjectBase.setObjectValue(java.lang.Object) 
org.apache.xmlbeans.FilterXmlObject.objectValue()
          replaced with FilterXmlObject.getObjectValue() 
org.apache.xmlbeans.SimpleValue.objectValue()
          replaced with SimpleValue.getObjectValue() 
org.apache.xmlbeans.impl.values.XmlObjectBase.objectValue()
          replaced with XmlObjectBase.getObjectValue() 
org.apache.xmlbeans.XmlFactoryHook.parse(SchemaTypeLoader, XMLInputStream, SchemaType, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNegativeInteger.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlAnySimpleType.Factory.parse(XMLInputStream)
          Deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlToken.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlDuration.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlInt.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlPositiveInteger.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlAnyURI.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlDouble.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlUnsignedByte.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlDate.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNOTATION.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlGYear.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlObject.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlLong.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlShort.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNonNegativeInteger.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlQName.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNCName.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlENTITY.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlString.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlID.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlBase64Binary.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlGMonthDay.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlGYearMonth.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlName.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNonPositiveInteger.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlTime.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlBoolean.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNormalizedString.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlENTITIES.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlGMonth.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlInteger.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlUnsignedShort.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNMTOKENS.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlByte.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlUnsignedLong.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlHexBinary.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlFloat.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlUnsignedInt.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlGDay.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlDecimal.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlIDREF.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlLanguage.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlDateTime.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNMTOKEN.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlIDREFS.Factory.parse(XMLInputStream)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.SchemaTypeLoader.parse(XMLInputStream, SchemaType, XmlOptions)
          Deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse(XMLInputStream, SchemaType, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNegativeInteger.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlAnySimpleType.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlToken.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlDuration.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlInt.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlPositiveInteger.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlAnyURI.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlDouble.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlUnsignedByte.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlDate.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNOTATION.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlGYear.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlObject.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlLong.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlShort.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNonNegativeInteger.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlQName.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNCName.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlENTITY.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlString.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlID.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlBase64Binary.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlGMonthDay.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlGYearMonth.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlName.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNonPositiveInteger.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlTime.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlBoolean.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNormalizedString.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlENTITIES.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlGMonth.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlInteger.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlUnsignedShort.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNMTOKENS.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlByte.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlUnsignedLong.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlHexBinary.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlFloat.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlUnsignedInt.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlGDay.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlDecimal.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlIDREF.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlLanguage.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlDateTime.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlNMTOKEN.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.XmlIDREFS.Factory.parse(XMLInputStream, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(SchemaTypeLoader, XMLInputStream, SchemaType, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(XMLInputStream, SchemaType, XmlOptions)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.SchemaCodePrinter.printLoader(Writer, SchemaTypeSystem)
          Obsoleted by functionality in SchemaTypeSystem.save() 
org.apache.xmlbeans.impl.schema.SchemaTypeCodePrinter.printLoader(Writer, SchemaTypeSystem)
            
org.apache.xmlbeans.impl.schema.SchemaTypeCodePrinter.printLoader(Writer, SchemaTypeSystem, XmlOptions)
            
org.apache.xmlbeans.FilterXmlObject.qNameValue()
          replaced with FilterXmlObject.getQNameValue() 
org.apache.xmlbeans.XmlQName.qNameValue()
          replaced with XmlQName.getQNameValue() 
org.apache.xmlbeans.SimpleValue.qNameValue()
          replaced with SimpleValue.getQNameValue() 
org.apache.xmlbeans.impl.values.XmlObjectBase.qNameValue()
          replaced with XmlObjectBase.getQNameValue() 
org.apache.xmlbeans.xml.stream.ReferenceResolver.resolve(String)
          XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API. 
org.apache.xmlbeans.impl.tool.SchemaCodeGenerator.saveTypeSystem(SchemaTypeSystem, File, File, Repackager, XmlOptions)
          Use SchemaTypeSystem.save() instead. 
org.apache.xmlbeans.FilterXmlObject.set(BigDecimal)
          replaced with FilterXmlObject.setBigDecimalValue(java.math.BigDecimal) 
org.apache.xmlbeans.SimpleValue.set(BigDecimal)
          replaced with SimpleValue.setBigDecimalValue(java.math.BigDecimal) 
org.apache.xmlbeans.XmlDecimal.set(BigDecimal)
          replaced with XmlDecimal.setBigDecimalValue(java.math.BigDecimal) 
org.apache.xmlbeans.impl.values.XmlObjectBase.set(BigDecimal)
          replaced with XmlObjectBase.setBigDecimalValue(java.math.BigDecimal) 
org.apache.xmlbeans.FilterXmlObject.set(BigInteger)
          replaced with FilterXmlObject.setBigIntegerValue(java.math.BigInteger) 
org.apache.xmlbeans.XmlInteger.set(BigInteger)
          replaced with XmlInteger.setBigIntegerValue(java.math.BigInteger) 
org.apache.xmlbeans.SimpleValue.set(BigInteger)
          replaced with SimpleValue.setBigIntegerValue(java.math.BigInteger) 
org.apache.xmlbeans.impl.values.XmlObjectBase.set(BigInteger)
          replaced with XmlObjectBase.setBigIntegerValue(java.math.BigInteger) 
org.apache.xmlbeans.FilterXmlObject.set(boolean)
          replaced with FilterXmlObject.setBooleanValue(boolean) 
org.apache.xmlbeans.XmlBoolean.set(boolean)
          replaced by XmlBoolean.setBooleanValue(boolean) 
org.apache.xmlbeans.SimpleValue.set(boolean)
          replaced with SimpleValue.setBooleanValue(boolean) 
org.apache.xmlbeans.impl.values.XmlObjectBase.set(boolean)
          replaced with XmlObjectBase.setBooleanValue(boolean) 
org.apache.xmlbeans.FilterXmlObject.set(byte)
          replaced with FilterXmlObject.setByteValue(byte) 
org.apache.xmlbeans.XmlByte.set(byte)
          replaced by XmlByte.setByteValue(byte) 
org.apache.xmlbeans.SimpleValue.set(byte)
          replaced with SimpleValue.setByteValue(byte) 
org.apache.xmlbeans.impl.values.XmlObjectBase.set(byte)
          replaced with XmlObjectBase.setByteValue(byte) 
org.apache.xmlbeans.FilterXmlObject.set(byte[])
          replaced with FilterXmlObject.setByteArrayValue(byte[]) 
org.apache.xmlbeans.XmlBase64Binary.set(byte[])
          replaced by XmlBase64Binary.setByteArrayValue(byte[]) 
org.apache.xmlbeans.SimpleValue.set(byte[])
          replaced with SimpleValue.setByteArrayValue(byte[]) 
org.apache.xmlbeans.XmlHexBinary.set(byte[])
          replaced by XmlHexBinary.setByteArrayValue(byte[]) 
org.apache.xmlbeans.impl.values.XmlObjectBase.set(byte[])
          replaced with XmlObjectBase.setByteArrayValue(byte[]) 
org.apache.xmlbeans.FilterXmlObject.set(Calendar)
          replaced with FilterXmlObject.setCalendarValue(java.util.Calendar) 
org.apache.xmlbeans.XmlDate.set(Calendar)
          replaced with XmlDate.setCalendarValue(java.util.Calendar) 
org.apache.xmlbeans.XmlGYear.set(Calendar)
          replaced with XmlGYear.setCalendarValue(java.util.Calendar) 
org.apache.xmlbeans.XmlGMonthDay.set(Calendar)
          replaced with XmlGMonthDay.setCalendarValue(java.util.Calendar) 
org.apache.xmlbeans.XmlGYearMonth.set(Calendar)
          replaced with XmlGYearMonth.setCalendarValue(java.util.Calendar) 
org.apache.xmlbeans.XmlTime.set(Calendar)
          replaced with XmlTime.setCalendarValue(java.util.Calendar) 
org.apache.xmlbeans.XmlGMonth.set(Calendar)
          replaced with XmlGMonth.setCalendarValue(java.util.Calendar) 
org.apache.xmlbeans.SimpleValue.set(Calendar)
          replaced with SimpleValue.setCalendarValue(java.util.Calendar) 
org.apache.xmlbeans.XmlGDay.set(Calendar)
          replaced with XmlGDay.setCalendarValue(java.util.Calendar) 
org.apache.xmlbeans.XmlDateTime.set(Calendar)
          replaced with XmlDateTime.setCalendarValue(java.util.Calendar) 
org.apache.xmlbeans.impl.values.XmlObjectBase.set(Calendar)
          replaced with XmlObjectBase.setCalendarValue(java.util.Calendar) 
org.apache.xmlbeans.FilterXmlObject.set(Date)
          replaced with FilterXmlObject.setDateValue(java.util.Date) 
org.apache.xmlbeans.XmlDate.set(Date)
          replaced with XmlDate.setDateValue(java.util.Date) 
org.apache.xmlbeans.SimpleValue.set(Date)
          replaced with SimpleValue.setDateValue(java.util.Date) 
org.apache.xmlbeans.XmlDateTime.set(Date)
          replaced with XmlDateTime.setDateValue(java.util.Date) 
org.apache.xmlbeans.impl.values.XmlObjectBase.set(Date)
          replaced with XmlObjectBase.setDateValue(java.util.Date) 
org.apache.xmlbeans.FilterXmlObject.set(double)
          replaced with FilterXmlObject.setDoubleValue(double) 
org.apache.xmlbeans.XmlDouble.set(double)
          replaced with XmlDouble.setDoubleValue(double) 
org.apache.xmlbeans.SimpleValue.set(double)
          replaced with SimpleValue.setDoubleValue(double) 
org.apache.xmlbeans.impl.values.XmlObjectBase.set(double)
          replaced with XmlObjectBase.setDoubleValue(double) 
org.apache.xmlbeans.FilterXmlObject.set(float)
          replaced with FilterXmlObject.setFloatValue(float) 
org.apache.xmlbeans.SimpleValue.set(float)
          replaced with SimpleValue.setFloatValue(float) 
org.apache.xmlbeans.XmlFloat.set(float)
          replaced by XmlFloat.setFloatValue(float) 
org.apache.xmlbeans.impl.values.XmlObjectBase.set(float)
          replaced with XmlObjectBase.setFloatValue(float) 
org.apache.xmlbeans.FilterXmlObject.set(GDateSpecification)
          replaced with FilterXmlObject.setGDateValue(org.apache.xmlbeans.GDate) 
org.apache.xmlbeans.XmlDate.set(GDateSpecification)
          replaced with XmlDate.setGDateValue(org.apache.xmlbeans.GDate) 
org.apache.xmlbeans.XmlGYear.set(GDateSpecification)
          replaced with XmlGYear.setGDateValue(org.apache.xmlbeans.GDate) 
org.apache.xmlbeans.XmlGMonthDay.set(GDateSpecification)
          replaced with XmlGMonthDay.setGDateValue(org.apache.xmlbeans.GDate) 
org.apache.xmlbeans.XmlGYearMonth.set(GDateSpecification)
          replaced with XmlGYearMonth.setGDateValue(org.apache.xmlbeans.GDate) 
org.apache.xmlbeans.XmlTime.set(GDateSpecification)
          replaced with XmlTime.setGDateValue(org.apache.xmlbeans.GDate) 
org.apache.xmlbeans.XmlGMonth.set(GDateSpecification)
          replaced with XmlGMonth.setGDateValue(org.apache.xmlbeans.GDate) 
org.apache.xmlbeans.SimpleValue.set(GDateSpecification)
          replaced with SimpleValue.setGDateValue(org.apache.xmlbeans.GDate) 
org.apache.xmlbeans.XmlGDay.set(GDateSpecification)
          replaced with XmlGDay.setGDateValue(org.apache.xmlbeans.GDate) 
org.apache.xmlbeans.XmlDateTime.set(GDateSpecification)
          replaced with XmlDateTime.setGDateValue(org.apache.xmlbeans.GDate) 
org.apache.xmlbeans.impl.values.XmlObjectBase.set(GDateSpecification)
          replaced with XmlObjectBase.setGDateValue(org.apache.xmlbeans.GDate) 
org.apache.xmlbeans.FilterXmlObject.set(GDurationSpecification)
          replaced with FilterXmlObject.setGDurationValue(org.apache.xmlbeans.GDuration) 
org.apache.xmlbeans.XmlDuration.set(GDurationSpecification)
          replaced with XmlDuration.setGDurationValue(org.apache.xmlbeans.GDuration) 
org.apache.xmlbeans.SimpleValue.set(GDurationSpecification)
          replaced with SimpleValue.setGDurationValue(org.apache.xmlbeans.GDuration) 
org.apache.xmlbeans.impl.values.XmlObjectBase.set(GDurationSpecification)
          replaced with XmlObjectBase.setGDurationValue(org.apache.xmlbeans.GDuration) 
org.apache.xmlbeans.FilterXmlObject.set(int)
          replaced with FilterXmlObject.setIntValue(int) 
org.apache.xmlbeans.XmlInt.set(int)
          replaced with XmlInt.setIntValue(int) 
org.apache.xmlbeans.XmlGYear.set(int)
          replaced with XmlGYear.setIntValue(int) 
org.apache.xmlbeans.XmlGMonth.set(int)
          replaced with XmlGMonth.setIntValue(int) 
org.apache.xmlbeans.XmlUnsignedShort.set(int)
          replaced with XmlUnsignedShort.setIntValue(int) 
org.apache.xmlbeans.SimpleValue.set(int)
          replaced with SimpleValue.setIntValue(int) 
org.apache.xmlbeans.XmlGDay.set(int)
          replaced with XmlGDay.setIntValue(int) 
org.apache.xmlbeans.impl.values.XmlObjectBase.set(int)
          replaced with XmlObjectBase.setIntValue(int) 
org.apache.xmlbeans.FilterXmlObject.set(List)
          replaced with FilterXmlObject.setListValue(java.util.List) 
org.apache.xmlbeans.XmlENTITIES.set(List)
          replaced by XmlENTITIES.getListValue() 
org.apache.xmlbeans.XmlNMTOKENS.set(List)
          replaced by XmlNMTOKENS.getListValue() 
org.apache.xmlbeans.SimpleValue.set(List)
          replaced with SimpleValue.setListValue(java.util.List) 
org.apache.xmlbeans.XmlIDREFS.set(List)
          replaced by XmlIDREFS.getListValue() 
org.apache.xmlbeans.impl.values.XmlObjectBase.set(List)
          replaced with XmlObjectBase.setListValue(java.util.List) 
org.apache.xmlbeans.FilterXmlObject.set(long)
          replaced with FilterXmlObject.setLongValue(long) 
org.apache.xmlbeans.XmlLong.set(long)
          replaced with XmlLong.setLongValue(long) 
org.apache.xmlbeans.SimpleValue.set(long)
          replaced with SimpleValue.setLongValue(long) 
org.apache.xmlbeans.XmlUnsignedInt.set(long)
          replaced with XmlUnsignedInt.setLongValue(long) 
org.apache.xmlbeans.impl.values.XmlObjectBase.set(long)
          replaced with XmlObjectBase.setLongValue(long) 
org.apache.xmlbeans.FilterXmlObject.set(QName)
          replaced with FilterXmlObject.setQNameValue(javax.xml.namespace.QName) 
org.apache.xmlbeans.XmlQName.set(QName)
          replaced with XmlQName.setQNameValue(javax.xml.namespace.QName) 
org.apache.xmlbeans.SimpleValue.set(QName)
          replaced with SimpleValue.setQNameValue(javax.xml.namespace.QName) 
org.apache.xmlbeans.impl.values.XmlObjectBase.set(QName)
          replaced with XmlObjectBase.setQNameValue(javax.xml.namespace.QName) 
org.apache.xmlbeans.FilterXmlObject.set(short)
          replaced with FilterXmlObject.setShortValue(short) 
org.apache.xmlbeans.XmlUnsignedByte.set(short)
          replaced with XmlUnsignedByte.setShortValue(short) 
org.apache.xmlbeans.XmlShort.set(short)
          replaced with XmlShort.setShortValue(short) 
org.apache.xmlbeans.SimpleValue.set(short)
          replaced with SimpleValue.setShortValue(short) 
org.apache.xmlbeans.impl.values.XmlObjectBase.set(short)
          replaced with XmlObjectBase.setShortValue(short) 
org.apache.xmlbeans.XmlAnySimpleType.set(String)
          replaced by XmlAnySimpleType.setStringValue(java.lang.String) 
org.apache.xmlbeans.FilterXmlObject.set(String)
          replaced with FilterXmlObject.setStringValue(java.lang.String) 
org.apache.xmlbeans.SimpleValue.set(String)
          replaced with SimpleValue.setStringValue(java.lang.String) 
org.apache.xmlbeans.impl.values.XmlObjectBase.set(String)
          replaced with XmlObjectBase.setStringValue(java.lang.String) 
org.apache.xmlbeans.FilterXmlObject.set(StringEnumAbstractBase)
          replaced with FilterXmlObject.setEnumValue(org.apache.xmlbeans.StringEnumAbstractBase) 
org.apache.xmlbeans.SimpleValue.set(StringEnumAbstractBase)
          replaced with SimpleValue.setEnumValue(org.apache.xmlbeans.StringEnumAbstractBase) 
org.apache.xmlbeans.impl.values.XmlObjectBase.set(StringEnumAbstractBase)
          replaced with XmlObjectBase.setEnumValue(org.apache.xmlbeans.StringEnumAbstractBase) 
org.apache.xmlbeans.impl.tool.SchemaCompiler.Parameters.setJar(String)
            
org.apache.xmlbeans.XmlOptions.setSaveAggresiveNamespaces()
          replaced by XmlOptions.setSaveAggressiveNamespaces() 
org.apache.xmlbeans.FilterXmlObject.shortValue()
          replaced with FilterXmlObject.getShortValue() 
org.apache.xmlbeans.XmlUnsignedByte.shortValue()
          replaced with XmlUnsignedByte.getShortValue() 
org.apache.xmlbeans.XmlShort.shortValue()
          replaced with XmlShort.getShortValue() 
org.apache.xmlbeans.SimpleValue.shortValue()
          replaced with SimpleValue.getShortValue() 
org.apache.xmlbeans.impl.values.XmlObjectBase.shortValue()
          replaced with XmlObjectBase.getShortValue() 
org.apache.xmlbeans.XmlAnySimpleType.stringValue()
          replaced by XmlAnySimpleType.getStringValue() 
org.apache.xmlbeans.FilterXmlObject.stringValue()
          replaced with FilterXmlObject.getStringValue() 
org.apache.xmlbeans.SimpleValue.stringValue()
          replaced with SimpleValue.getStringValue() 
org.apache.xmlbeans.impl.values.XmlObjectBase.stringValue()
          replaced with XmlObjectBase.getStringValue() 
org.apache.xmlbeans.FilterXmlObject.xlistValue()
          replaced with FilterXmlObject.getListValue() 
org.apache.xmlbeans.XmlENTITIES.xlistValue()
          replaced by XmlENTITIES.getListValue() 
org.apache.xmlbeans.XmlNMTOKENS.xlistValue()
          replaced by XmlNMTOKENS.getListValue() 
org.apache.xmlbeans.SimpleValue.xlistValue()
          replaced with SimpleValue.xgetListValue() 
org.apache.xmlbeans.XmlIDREFS.xlistValue()
          replaced by XmlIDREFS.getListValue() 
org.apache.xmlbeans.impl.values.XmlObjectBase.xlistValue()
          replaced with XmlObjectBase.xgetListValue()