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