Files
kotlin-fork/jdk-annotations/javax/xml/bind/annotations.xml
T
2013-02-07 17:20:57 +04:00

263 lines
15 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<root>
<item name="javax.xml.bind.DatatypeConverter void setDatatypeConverter(javax.xml.bind.DatatypeConverterInterface) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface byte parseByte(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface byte[] parseBase64Binary(java.lang.String)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface byte[] parseBase64Binary(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface byte[] parseHexBinary(java.lang.String)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface byte[] parseHexBinary(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface double parseDouble(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface float parseFloat(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface int parseInt(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface int parseUnsignedShort(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.lang.String printBase64Binary(byte[])">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.lang.String printBase64Binary(byte[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.lang.String printBoolean(boolean)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.lang.String printByte(byte)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.lang.String printDate(java.util.Calendar)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.lang.String printDateTime(java.util.Calendar)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.lang.String printDecimal(java.math.BigDecimal)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.lang.String printDecimal(java.math.BigDecimal) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.lang.String printDouble(double)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.lang.String printFloat(float)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.lang.String printHexBinary(byte[])">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.lang.String printHexBinary(byte[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.lang.String printInt(int)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.lang.String printInteger(java.math.BigInteger)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.lang.String printInteger(java.math.BigInteger) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.lang.String printLong(long)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.lang.String printQName(javax.xml.namespace.QName, javax.xml.namespace.NamespaceContext)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.lang.String printQName(javax.xml.namespace.QName, javax.xml.namespace.NamespaceContext) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.lang.String printQName(javax.xml.namespace.QName, javax.xml.namespace.NamespaceContext) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.lang.String printShort(short)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.lang.String printTime(java.util.Calendar)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.lang.String printUnsignedInt(long)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.lang.String printUnsignedShort(int)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.math.BigDecimal parseDecimal(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.math.BigInteger parseInteger(java.lang.String)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.math.BigInteger parseInteger(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface java.util.Calendar parseDateTime(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface javax.xml.namespace.QName parseQName(java.lang.String, javax.xml.namespace.NamespaceContext)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface javax.xml.namespace.QName parseQName(java.lang.String, javax.xml.namespace.NamespaceContext) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface javax.xml.namespace.QName parseQName(java.lang.String, javax.xml.namespace.NamespaceContext) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface long parseLong(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface long parseUnsignedInt(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.DatatypeConverterInterface short parseShort(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXB T unmarshal(java.io.InputStream, java.lang.Class&lt;T&gt;) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXB T unmarshal(java.io.Reader, java.lang.Class&lt;T&gt;) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXB T unmarshal(java.lang.String, java.lang.Class&lt;T&gt;) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXB T unmarshal(java.net.URI, java.lang.Class&lt;T&gt;) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXB T unmarshal(java.net.URL, java.lang.Class&lt;T&gt;) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXB T unmarshal(javax.xml.transform.Source, java.lang.Class&lt;T&gt;) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXB void marshal(java.lang.Object, java.io.File) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXB void marshal(java.lang.Object, java.io.File) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXB void marshal(java.lang.Object, java.io.OutputStream) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXB void marshal(java.lang.Object, java.io.OutputStream) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXB void marshal(java.lang.Object, java.io.Writer) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXB void marshal(java.lang.Object, java.io.Writer) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXB void marshal(java.lang.Object, java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXB void marshal(java.lang.Object, java.lang.String) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXB void marshal(java.lang.Object, java.net.URI) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXB void marshal(java.lang.Object, java.net.URI) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXB void marshal(java.lang.Object, java.net.URL) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXB void marshal(java.lang.Object, java.net.URL) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXB void marshal(java.lang.Object, javax.xml.transform.Result) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXB void marshal(java.lang.Object, javax.xml.transform.Result) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXBContext javax.xml.bind.JAXBContext newInstance(java.lang.Class...)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXBContext javax.xml.bind.JAXBContext newInstance(java.lang.Class...) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXBContext javax.xml.bind.JAXBContext newInstance(java.lang.Class[], java.util.Map&lt;java.lang.String,?&gt;)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXBContext javax.xml.bind.JAXBContext newInstance(java.lang.Class[], java.util.Map&lt;java.lang.String,?&gt;) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXBElement JAXBElement(javax.xml.namespace.QName, java.lang.Class&lt;T&gt;, java.lang.Class, T) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXBElement JAXBElement(javax.xml.namespace.QName, java.lang.Class&lt;T&gt;, java.lang.Class, T) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXBElement java.lang.Class getScope()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXBElement java.lang.Class&lt;T&gt; getDeclaredType()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.JAXBElement javax.xml.namespace.QName getName()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.Marshaller java.lang.Object getProperty(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.Marshaller void setAdapter(javax.xml.bind.annotation.adapters.XmlAdapter) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.Marshaller void setProperty(java.lang.String, java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.PropertyException PropertyException(java.lang.String, java.lang.Object) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.Unmarshaller java.lang.Object getProperty(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.Unmarshaller java.lang.Object unmarshal(java.io.File) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.Unmarshaller java.lang.Object unmarshal(java.io.InputStream) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.Unmarshaller java.lang.Object unmarshal(java.io.Reader) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.Unmarshaller java.lang.Object unmarshal(java.net.URL) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.Unmarshaller java.lang.Object unmarshal(javax.xml.transform.Source) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.Unmarshaller java.lang.Object unmarshal(org.xml.sax.InputSource) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.Unmarshaller void setAdapter(javax.xml.bind.annotation.adapters.XmlAdapter) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.Unmarshaller void setProperty(java.lang.String, java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="javax.xml.bind.ValidationEventHandler boolean handleEvent(javax.xml.bind.ValidationEvent) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
</root>