Modifier and Type | Method and Description |
---|---|
static XmlShort |
newInstance()
Creates an empty instance of
XmlShort |
static XmlShort |
newInstance(XmlOptions options)
Creates an empty instance of
XmlShort |
static XmlShort |
newValue(Object obj)
Creates an immutable
XmlShort value |
static XmlShort |
parse(File f)
Parses a
XmlShort fragment from a File. |
static XmlShort |
parse(File f,
XmlOptions options)
Parses a
XmlShort fragment from a File. |
static XmlShort |
parse(InputStream is)
Parses a
XmlShort fragment from an InputStream. |
static XmlShort |
parse(InputStream is,
XmlOptions options)
Parses a
XmlShort fragment from an InputStream. |
static XmlShort |
parse(Node node)
Parses a
XmlShort fragment from a DOM Node. |
static XmlShort |
parse(Node node,
XmlOptions options)
Parses a
XmlShort fragment from a DOM Node. |
static XmlShort |
parse(Reader r)
Parses a
XmlShort fragment from a Reader. |
static XmlShort |
parse(Reader r,
XmlOptions options)
Parses a
XmlShort fragment from a Reader. |
static XmlShort |
parse(String s)
Parses a
XmlShort fragment from a String. |
static XmlShort |
parse(String s,
XmlOptions options)
Parses a
XmlShort fragment from a String. |
static XmlShort |
parse(URL u)
Parses a
XmlShort fragment from a URL. |
static XmlShort |
parse(URL u,
XmlOptions options)
Parses a
XmlShort fragment from a URL. |
static XmlShort |
parse(XMLStreamReader xsr)
Parses a
XmlShort fragment from an XMLStreamReader. |
static XmlShort |
parse(XMLStreamReader xsr,
XmlOptions options)
Parses a
XmlShort fragment from an XMLStreamReader. |
public static XmlShort newInstance(XmlOptions options)
XmlShort
public static XmlShort parse(String s) throws XmlException
XmlShort
fragment from a String. For example: "<xml-fragment>12345</xml-fragment>
".XmlException
public static XmlShort parse(String s, XmlOptions options) throws XmlException
XmlShort
fragment from a String. For example: "<xml-fragment>12345</xml-fragment>
".XmlException
public static XmlShort parse(File f) throws XmlException, IOException
XmlShort
fragment from a File.XmlException
IOException
public static XmlShort parse(File f, XmlOptions options) throws XmlException, IOException
XmlShort
fragment from a File.XmlException
IOException
public static XmlShort parse(URL u) throws XmlException, IOException
XmlShort
fragment from a URL.XmlException
IOException
public static XmlShort parse(URL u, XmlOptions options) throws XmlException, IOException
XmlShort
fragment from a URL.XmlException
IOException
public static XmlShort parse(InputStream is) throws XmlException, IOException
XmlShort
fragment from an InputStream.XmlException
IOException
public static XmlShort parse(InputStream is, XmlOptions options) throws XmlException, IOException
XmlShort
fragment from an InputStream.XmlException
IOException
public static XmlShort parse(Reader r) throws XmlException, IOException
XmlShort
fragment from a Reader.XmlException
IOException
public static XmlShort parse(Reader r, XmlOptions options) throws XmlException, IOException
XmlShort
fragment from a Reader.XmlException
IOException
public static XmlShort parse(Node node) throws XmlException
XmlShort
fragment from a DOM Node.XmlException
public static XmlShort parse(Node node, XmlOptions options) throws XmlException
XmlShort
fragment from a DOM Node.XmlException
public static XmlShort parse(XMLStreamReader xsr) throws XmlException
XmlShort
fragment from an XMLStreamReader.XmlException
public static XmlShort parse(XMLStreamReader xsr, XmlOptions options) throws XmlException
XmlShort
fragment from an XMLStreamReader.XmlException