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