04 LTE Radio Parameters RL09 v001 Ra Draft03

Embed Size (px)

Citation preview

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    1/76

    parse(Reader) Methodpublic static XmlUnsignedInt parse(Readerr)
    throws XmlException, IOExceptionParses a XmlUnsignedInt fragment from a Reader.

    ExceptionsXmlExceptionIOException

    parse(Reader, XmlOptions) Methodpublic static XmlUnsignedInt parse(Readerr,

    XmlOptionsoptions)
    throws XmlException, IOException

    Parses a XmlUnsignedInt fragment from a Reader.

    ExceptionsXmlExceptionIOException

    parse(Node) Methodpublic static XmlUnsignedInt parse(Nodenode)
    throws XmlE

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    2/76

    xceptionParses a XmlUnsignedInt fragment from a DOM Node.

    ExceptionsXmlExceptionparse(Node, XmlOptions) Methodpublic static XmlUnsignedInt parse(Nodenode,

    XmlOptionsoptions)
    throws XmlExceptionParses a XmlUnsignedInt fragment from a DOM Node.

    ExceptionsXmlExceptionparse(XMLInputStream) Method

    DEPRECATED Superceded by JSR 173

    public static XmlUnsignedInt parse(XMLInputStreamxis)

    throws XmlException, XMLStreamExceptionParses a XmlUnsignedInt fragment f

    rom an XMLInputStream.

    ExceptionsXmlExceptionXMLStreamException
  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    3/76

    parse(XMLInputStream, XmlOptions) Method

    DEPRECATED Superceded by JSR 173

    public static XmlUnsignedInt parse(XMLInputStreamxis,

    XmlOptionsoptions)
    throws XmlException, XMLStreamExceptionParses a XmlUnsignedInt fragment from an XMLInputStream.

    Exceptions

    XmlExceptionXMLStreamException

    writeTopicInfo();

    XmlUnsignedIntInterface

    displayInFrames();

    com.bea.xml
    XmlUnsignedInt Interfacepublic interface XmlUnsignedInt

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    4/76


    extends XmlUnsignedLong

    Corresponds to the XML Schema xs:unsignedInt type. One of the derived types based on xs:decimal.

    Verified to be in the range 0..4294967295 when validating.

    Convertible to Java long.

    All SuperinterfacesXmlAnySimpleType, XmlDecimal, XmlInteger, XmlNonNegativeInteger, XmlObject, XmlTokenSource, XmlUnsignedLongAll Known Subinterfaces

    XmlUnsignedByte, XmlUnsignedShortNested Class Summary

    public static finalclassXmlUnsignedInt.Factory

    &nbs

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    5/76

    p;A class

    with methods for creating instances of XmlUnsignedInt.Nested classes from interfacecom.bea.xml.XmlAnySimpleTypeXmlAnySimpleType.FactoryNested classes from interfacecom.bea.xml.XmlDecimal

    XmlDecimal.FactoryNested classes from interfacecom.bea.xml.XmlInteger

    XmlInteger.FactoryNested classes from interfacecom.bea.xml.XmlNonNegativeIntegerXmlNonNegativeInteger.FactoryNested classes from interfacecom.bea.xml.XmlObject

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    6/76

    XmlObject.FactoryNested classes from interfacecom.bea.xml.XmlUnsignedLongXmlUnsignedLong.Factory

    Field Summary

    public static finalSchemaTypetype

    The constant SchemaType object representing this schema type.

    Fields from interfacecom.bea.xml.XmlAnySimpleTypetype

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    7/76

    Fields from interfacecom.bea.xml.XmlDecimaltype

    Fields from interfacecom.bea.xml.XmlInteger

    type

    Fields from interfacecom.bea.xml.XmlNonNegativeInteger

    type

    Fields from interfacecom.bea.xml.XmlObjectEQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL,

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    8/76

    t.html#type')" target="_self">type

    Fields from interfacecom.bea.xml.XmlUnsignedLongtype

    Method Summary

    public longgetLongValue()

    Returns this value as a long

    public longlongValue()

    Returns this value as a long

    public voidset(long v)

    Sets this value as a long

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    9/76

    public voidsetLongValue(long v)

    Sets this value as a long

    Methods from interfacecom.bea.xml.XmlAnySimpleType

    getStringValue, set, setStringValue, stringValue

    Methods from interfacecom.bea.xml.XmlDecimalbigDecimalValue, getBigDecimalValue, set, setBigDecimalValue

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    10/76

    Methods from interfacecom.bea.xml.XmlIntegerbigIntegerValue, getBigIntegerValue, set, setBigIntegerValue

    Methods from interfacecom.bea.xml.XmlObject

    changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    11/76

    Methods from interfacecom.bea.xml.XmlTokenSourcedocumentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText

    Field Detail

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    12/76

    typepublic static final SchemaType typeThe constant SchemaType object representing this schema type.

    Method DetailgetLongValue() Method

    public long getLongValue()Returns this value as a long

    longValue() Method

    DEPRECATED replaced with com.bea.xml.XmlUnsignedInt.getLongValue()

    public long longValue()Returns this value as a long

    set(long) Method

    DEPRECATED replaced with com.bea.xml.XmlUnsignedInt.setLongValue(long)

    public void set(longv)

    Sets this value as a long

    setLongValue(long) Methodpublic void setLongValue(longv)Sets this value as a long

    writeTopicInfo();

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    13/76

    XmlUnsignedLong.FactoryClass displayInFrames();

    com.bea.xml
    XmlUnsignedLong.Factory Classpublic static final class XmlUnsignedLong.Factory


    extends Object

    A class with methods for creating instances of XmlUnsignedLong.

    Hierarchy
    Object
    XmlUnsignedLong.FactoryEnclosing interface
    XmlUnsignedLong

    Method Summary

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    14/76

    public static XmlUnsignedLongnewInstance()

    Creates an empty instance of XmlUnsignedLongpublic static XmlUnsignedLong

    newInstance(XmlOptions options)

    Creates an empty instance of XmlUnsignedLong

    public static XMLInputStreamnewValidatingXMLInputStream(XMLInputStream xis)

    Returns a validating XMLInputStream.

    public static XMLInputStream

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    15/76

    >newValidatingXMLInputStream(XMLInputStream xis, XmlOptions options)

    Returns a validating XMLInputStream.public static XmlUnsignedLongnewValue(Object obj)

    Creates an immutable XmlUnsignedLong value

    public static XmlUnsignedLongparse(String s)

    Parses a XmlUnsignedLong fragment from a String. public static XmlUnsignedLong

    parse(String s, XmlOptions options)

    Parses a XmlUnsignedLong fragment from a String.

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    16/76

    public static XmlUnsignedLongparse(File f)

    Parses a XmlUnsignedLong fragment from a File.public static XmlUnsignedLong

    parse(File f, XmlOptions options)

    Parses a XmlUnsignedLong fragment from a File.

    public static XmlUnsignedLongparse(URL u)

    Parses a XmlUnsignedLong fragment from a URL.

    public static XmlUnsignedLongparse(

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    17/76

    java.sun.com/j2se/1.4.2/docs/api/java/net/URL.html" target="_blank">URL u, XmlOptions options)

    Parses a XmlUnsignedLong fragment from a URL.public static XmlUnsignedLongparse(InputStream is)

    Parses a XmlUnsignedLong fragment from an InputStream.

    public static XmlUnsignedLongparse(InputStream is, XmlOptions options)

    Parses a XmlUnsignedLong fragment from an InputStream.public static XmlUnsignedLong

    parse(Reader r)

    Parses a XmlUnsignedLong fragment from a Reader.

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    18/76

    public static XmlUnsignedLongparse(Reader r, XmlOptions options)

    Parses a XmlUnsignedLong fragment from a Reader.public static XmlUnsignedLongparse(Node node)

    Parses a XmlUnsignedLong fragment from a DOM Node.

    public static XmlUnsignedLongparse(Node node, XmlOptions options)

    Parses a XmlUnsignedLong fragment from a DOM Node.public static XmlUnsignedLong

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    19/76

    parse(XMLInputStream xis)

    Parses a XmlUnsignedLong fragment from an XMLInputStream.public static XmlUnsignedLongparse(XMLInputStream xis, XmlOptions options)Parses a XmlUnsignedLong fragment from an XMLInputStream.

    Methods from classjava.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    20/76

    Method DetailnewInstance() Methodpublic static XmlUnsignedLong newInstance()Creates an empty instance of XmlUnsignedLong

    newInstance(XmlOptions) Methodpublic static XmlUnsignedLong newInstance(XmlOptionsoptions)Creates an empty instance of XmlUnsignedLong

    newValidatingXMLInputStream(XMLInputStream) Method

    DEPRECATED Superceded by JSR 173

    public static XMLInputStream newValidatingXMLInputStream(XMLInputStreamxis)
    throws XmlException, XMLStreamException

    Returns a validating XMLInputStream.

    ExceptionsXmlExceptionXMLStreamException
  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    21/76

    newValidatingXMLInputStream(XMLInputStream, XmlOptions) Method

    DEPRECATED Superceded by JSR 173

    public static XMLInputStream newValidatingXMLInputStream(XMLInputStreamxis,

    XmlOptionsoptions)
    throws XmlException, XMLStreamExceptionReturns a validating XMLInputStream.

    Exceptions

    XmlExceptionXMLStreamExceptionnewValue(Object) Method

    public static XmlUnsignedLong newValue(Objectobj)Creates an immutable XmlUnsignedLong value

    parse(String) Methodpublic static XmlUnsignedLong parse(Strings)
    throws XmlExceptionParses a XmlUnsignedLong fragment from a String. For example: "123456789". Exceptions
  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    22/76

    XmlExceptionparse(String, XmlOptions) Methodpublic static XmlUnsignedLong parse(Strings,

    XmlOptionsoptions)
    throws XmlExceptionParses a XmlUnsignedLong fragment from a String. For example: "123456789".

    Exceptions

    XmlExceptionparse(File) Methodpublic static XmlUnsignedLong parse(Filef)
    throws XmlException, IOExceptionParses a XmlUnsignedLong fragment from a File.

    ExceptionsXmlException

    IOExceptionparse(File, XmlOptions) Methodpublic static XmlUnsignedLong parse(

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    23/76

    f="http://java.sun.com/j2se/1.4.2/docs/api/java/io/File.html" target="_blank">Filef,

    XmlOptionsoptions)
    throws XmlException, IOExceptionParses a XmlUnsignedLong fragment from a File.

    ExceptionsXmlExceptionIOException

    parse(URL) Methodpublic static XmlUnsignedLong parse(URLu)
    throws XmlException, IOExceptionParses a XmlUnsignedLong fragment from a URL.

    Exceptions

    XmlExceptionIOExceptionparse(URL, XmlOptions) Method

    public static XmlUnsignedLong parse(URLu,

    XmlOptionsoptions)
    throws XmlException,

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    24/76

    lank">IOExceptionParses a XmlUnsignedLong fragment from a URL.

    ExceptionsXmlExceptionIOExceptionparse(InputStream) Methodpublic static XmlUnsignedLong parse(InputStreamis)
    throws

    XmlException, IOExceptionParses a XmlUnsignedLong fragment from an InputStream.

    ExceptionsXmlExceptionIOExceptionparse(InputStream, XmlOptions) Methodpublic static XmlUnsignedLong parse(InputStreamis,

    XmlOptions&nbs

    p;options)
    throws XmlException, IOExceptionParses a XmlUnsignedLong fragment from an InputStream.

    Exceptions
  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    25/76

    XmlExceptionIOExceptionparse(Reader) Methodpublic static XmlUnsignedLong parse(Readerr)
    throws XmlException, IOExceptionParses a XmlUnsignedLong fragment from a Reader.

    Exceptions

    XmlExceptionIOExceptionparse(Reader, XmlOptions) Method

    public static XmlUnsignedLong parse(Readerr,

    XmlOptionsoptions)
    throws XmlException, IOExceptionParses a XmlUnsignedLong fragment from a Reader.

    ExceptionsXmlExceptionIOException

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    26/76

    parse(Node) Methodpublic static XmlUnsignedLong parse(Nodenode)
    throws XmlExceptionParses a XmlUnsignedLong fragment from a DOM Node.

    ExceptionsXmlExceptionparse(Node, XmlOptions) Method

    public static XmlUnsignedLong parse(Nodenode,

    XmlOptionsoptions)
    throws XmlExceptionParses a XmlUnsignedLong fragment from a DOM Node.

    Exceptions

    XmlExceptionparse(XMLInputStream) Method

    DEPRECATED Superceded by JSR 173

    public static XmlUnsignedLong parse(XMLInputStreamxis)
    throws XmlException, XMLStreamExceptionParses a XmlUnsignedLong fragment

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    27/76

    from an XMLInputStream.

    ExceptionsXmlExceptionXMLStreamExceptionparse(XMLInputStream, XmlOptions) Method

    DEPRECATED Superceded by JSR 173

    public static XmlUnsignedLong parse(XMLInputStreamxis,

    XmlOptionsoptions)
    throws XmlException, XMLStreamExceptionParses a XmlUnsignedLong fragment from an XMLInputStream.

    ExceptionsXmlException

    XMLStreamException

    writeTopicInfo();

    XmlUnsignedLongInterface

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    28/76

    displayInFrames();

    com.bea.xml
    XmlUnsignedLong Interfacepublic interface XmlUnsignedLong
    extends XmlNonNegativeInteger

    Corresponds to the XML Schema xs:unsignedLong type. One of the derived types based on xs:decimal.

    Verified to be in the range 0..264-1 when validating.

    Convertible to BigInteger.

    All SuperinterfacesXmlAnySimpleType, XmlDecimal, XmlInteger, XmlNonNegativeInteger, XmlObject, XmlTokenSourceAll Known Subinterfaces
    XmlUnsignedByte, XmlUnsignedInt, XmlUnsignedShort

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    29/76

    Nested Class Summarypublic static finalclassXmlUnsignedLong.Factory

    A classwith methods for creating instances of XmlUnsignedLong.Nested classes from interfacecom.bea.xml.XmlAnySimpleType

    XmlAnySimpleType.FactoryNested classes from interfacecom.bea.xml.XmlDecimal

    XmlDecimal.FactoryNested classes from interfacecom.bea.xml.XmlIntegerXmlInteger.FactoryNested classes from interfacecom.bea.xml.XmlNonNegativeInteger

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    30/76

    XmlNonNegativeInteger.FactoryNested classes from interfacecom.bea.xml.XmlObjectXmlObject.Factory

    Field Summary

    public static finalSchemaTypetype

    The constant SchemaType object representing this schema type.

    Fields from interfacecom.bea.xml.XmlAnySimpleTypetype

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    31/76

    Fields from interfacecom.bea.xml.XmlDecimaltype

    Fields from interfacecom.bea.xml.XmlInteger

    type

    Fields from interfacecom.bea.xml.XmlNonNegativeInteger

    type

    Fields from interfacecom.bea.xml.XmlObjectEQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL,

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    32/76

    t.html#type')" target="_self">type

    Method Summary

    Methods from interfacecom.bea.xml.XmlAnySimpleTypegetStringValue, set, setStringValue, stringValue

    Methods from interfacecom.bea.xml.XmlDecimalbigDecimalValue, getBigDecimalValue, set, setBigDecimalValue

    Methods from interfacecom.bea.xml.XmlInteger

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    33/76

    bigIntegerValue, getBigIntegerValue, set, setBigIntegerValue

    Methods from interfacecom.bea.xml.XmlObjectchangeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    34/76

    Methods from interfacecom.bea.xml.XmlTokenSourcedocumentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText

    Field Detail

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    35/76

    typepublic static final SchemaType typeThe constant SchemaType object representing this schema type.

    writeTopicInfo();

    XmlUnsignedShort.FactoryClass displayInFrames();

    com.bea.xml
    XmlUnsignedShort.Factory Classpublic static final class XmlUnsignedShort.Factory


    extends Object

    A class with methods for creating instances of XmlUnsignedShort.

    Hierarchy

    Object
    XmlUnsignedShort.FactoryEnclosing interface

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    36/76


    XmlUnsignedShortMethod Summarypublic static XmlUnsignedShortnewInstance()

    Creates an empty instance of XmlUnsignedShortpublic static XmlUnsignedShort

    newInstance(XmlOptions options)

    Creates an empty instance of XmlUnsignedShort

    public static XMLInputStreamnewValidatingXMLInputStream(XMLInputStream

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    37/76

    E> xis)

    Returns a validating XMLInputStream.public static XMLInputStreamnewValidatingXMLInputStream(XMLInputStream xis, XmlOptions options)

    Returns a validating XMLInputStream.

    public static XmlUnsignedShortnewValue(Object obj)

    Creates an immutable XmlUnsignedShort valuepublic static XmlUnsignedShortparse(String

    s) Parses a XmlUnsignedShort fragment from a String. public stat

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    38/76

    ic XmlUnsignedShortparse(String s, XmlOptions options)

    Parses a XmlUnsignedShort fragment from a String. public static XmlUnsignedShortparse(File f)Parses a XmlUnsignedShort fragment from a File.public static XmlUnsignedShort

    parse(File f, XmlOptions options)

    Parses a XmlUnsignedShort fragment from a File.

    public static XmlUnsignedShortparse(URL u)

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    39/76

    Parses a XmlUnsignedShort fragment from a URL.public static XmlUnsignedShortparse(URL u, XmlOptions options)

    Parses a XmlUnsignedShort fragment from a URL.

    public static XmlUnsignedShortparse(InputStream is)

    Parses a XmlUnsignedShort fragment

    from an InputStream.public static XmlUnsignedShortparse(InputStream is, XmlOptions options)

    Parses a XmlUnsignedShort fragment from an InputStream.

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    40/76

    public static XmlUnsignedShortparse(Reader r)

    Parses a XmlUnsignedShort fragment from a Reader.public static XmlUnsignedShortparse(Reader r, XmlOptions options)

    Parses a XmlUnsignedShort fragment from a Reader.public stat

    ic XmlUnsignedShortparse(Node node)

    Parses a XmlUnsignedShort fragment from a DOM Node.

    public static XmlUnsignedShortparse(

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    41/76

    tp://java.sun.com/j2se/1.4.2/docs/api/org/w3c/dom/Node.html" target="_blank">Node node, XmlOptions options)

    Parses a XmlUnsignedShort fragment from a DOM Node.public static XmlUnsignedShortparse(XMLInputStream xis)

    Parses a XmlUnsignedShort fragment

    from an XMLInputStream.public static XmlUnsignedShortparse(XMLInputStream xis, XmlOptions options)

    Parses a XmlUnsignedShort fragment from an XMLInputStream.

    Methods from classjava.lang.Objectclone,

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    42/76

    s/api/java/lang/Object.html#equals(java.lang.Object)" target="_blank">equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Method Detail

    newInstance() Methodpublic static XmlUnsignedShort newInstance()Creates an empty instance of XmlUnsignedShort

    newInstance(XmlOptions) Methodpublic static XmlUnsignedShort newInstance(XmlOptionsoptions)Creates an empty instance of XmlUnsignedShort

    newValidatingXMLInputStream(XMLInputStream) Method

    DEPRECATED Superceded by JSR 173

    public static XMLInputStream newValidatingXMLInputStream(XMLInputStream
  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    43/76

    xis)
    throws XmlException, XMLStreamExceptionReturns a validating XMLInputStream.

    ExceptionsXmlExceptionXMLStreamExceptionnewValidatingXMLInputStream(XMLInputStream, XmlOptions) Method

    DEPRECATED Superceded by JSR 173

    public static XMLInputStream newValidatingXMLInputStream(XMLInputStreamxis,

    XmlOptionsoptions)
    throws XmlException, XMLStreamException

    Returns a validating XMLInputStream.

    ExceptionsXmlExceptionXMLStreamException

    newValue(Object) Methodpublic static XmlUnsignedShort newValue(Objectobj)Creates an immutable XmlUnsignedShort value

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    44/76

    parse(String) Methodpublic static XmlUnsignedShort parse(Strings)
    throws XmlExceptionParses a XmlUnsignedShort fragment from a String. For example: "12345".

    ExceptionsXmlExceptionparse(String, XmlOptions) Method

    public static XmlUnsignedShort parse(Strings,

    XmlOptionsoptions)
    throws XmlExceptionParses a XmlUnsignedShort fragment from a String. For example: "12345".

    ExceptionsXmlExceptionparse(File) Methodpublic static XmlUnsignedShort parse(Filef)
    throws XmlException, IOExceptionParses a XmlUnsignedShort fragment from a File.

    Exceptions
  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    45/76

    XmlExceptionIOExceptionparse(File, XmlOptions) Methodpublic static XmlUnsignedShort parse(Filef,

    XmlOptionsoptions)
    throws XmlException, IOExceptionParses a XmlUnsignedShort fragment from a File.

    ExceptionsXmlExceptionIOException

    parse(URL) Methodpublic static XmlUnsignedShort parse(URLu)
    throws XmlException, IOExceptionParses a XmlUnsignedShort fragme

    nt from a URL.

    ExceptionsXmlExceptionIOException
  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    46/76

    parse(URL, XmlOptions) Methodpublic static XmlUnsignedShort parse(URLu,

    XmlOptionsoptions)
    throws XmlException, IOExceptionParses a XmlUnsignedShort fragment from a URL.

    ExceptionsXmlException

    IOExceptionparse(InputStream) Methodpublic static XmlUnsignedShort parse(InputStreamis)
    throws XmlException, IOExceptionParses a XmlUnsignedShort fragment from an InputStream.

    ExceptionsXmlException

    IOExceptionparse(InputStream, XmlOptions) Methodpublic static

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    47/76

    Short.html')" target="_self">XmlUnsignedShort parse(InputStreamis,

    XmlOptionsoptions)
    throws XmlException, IOExceptionParses a XmlUnsignedShort fragment from an InputStream.

    ExceptionsXmlExceptionIOException

    parse(Reader) Methodpublic static XmlUnsignedShort parse(Readerr)
    throws XmlException, IOExceptionParses a XmlUnsignedShort fragment from a Reader.

    ExceptionsXmlExceptionIOException

    parse(Reader, XmlOptions) Methodpublic static XmlUnsignedShort parse(Readerr,

    XmlOptionsoptions)
    throws XmlException,

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    48/76

    ref="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" target="_ blank">IOExceptionParses a XmlUnsignedShort fragment from a Reader.

    ExceptionsXmlExceptionIOExceptionparse(Node) Methodpublic static XmlUnsignedShort parse(Nodenode)
    throws XmlExceptionParses a XmlUnsignedShort fragment from a DOM Node. ExceptionsXmlException

    parse(Node, XmlOptions) Methodpublic static XmlUnsignedShort parse(Nodenode,

    XmlOptionsoptions)
    throws XmlExceptionParses a XmlUnsignedShort fragme

    nt from a DOM Node.

    ExceptionsXmlException
  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    49/76

    parse(XMLInputStream) Method

    DEPRECATED Superceded by JSR 173

    public static XmlUnsignedShort parse(XMLInputStreamxis)
    throws XmlException, XMLStreamExceptionParses a XmlUnsignedShort fragment from an XMLInputStream. ExceptionsXmlExceptionXMLStreamExceptionparse(XMLInputStream, XmlOptions) Method

    DEPRECATED Superceded by JSR 173

    public static XmlUnsignedShort parse(XMLInputStreamxis,XmlOptionsoptions)
    throws XmlException, XMLStreamExceptionParses a XmlUnsignedShort fragment from an XMLInputStream. Exceptions

    XmlExceptionXMLStreamException

    writeTopicInfo();

  • 7/26/2019 04 LTE Radio Parameters RL09 v001 Ra Draft03

    50/76