Package org.apache.xmlbeans
Class XmlNMTOKEN.Factory
- java.lang.Object
-
- org.apache.xmlbeans.XmlNMTOKEN.Factory
-
- Enclosing interface:
- XmlNMTOKEN
public static final class XmlNMTOKEN.Factory extends Object
A class with methods for creating instances ofXmlNMTOKEN
.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static XmlNMTOKEN
newInstance()
Creates an empty instance ofXmlNMTOKEN
static XmlNMTOKEN
newInstance(XmlOptions options)
Creates an empty instance ofXmlNMTOKEN
static XMLInputStream
newValidatingXMLInputStream(XMLInputStream xis)
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XMLInputStream
newValidatingXMLInputStream(XMLInputStream xis, XmlOptions options)
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlNMTOKEN
newValue(Object obj)
Creates an immutableXmlNMTOKEN
valuestatic XmlNMTOKEN
parse(File f)
Parses aXmlNMTOKEN
fragment from a File.static XmlNMTOKEN
parse(File f, XmlOptions options)
Parses aXmlNMTOKEN
fragment from a File.static XmlNMTOKEN
parse(InputStream is)
Parses aXmlNMTOKEN
fragment from an InputStream.static XmlNMTOKEN
parse(InputStream is, XmlOptions options)
Parses aXmlNMTOKEN
fragment from an InputStream.static XmlNMTOKEN
parse(Reader r)
Parses aXmlNMTOKEN
fragment from a Reader.static XmlNMTOKEN
parse(Reader r, XmlOptions options)
Parses aXmlNMTOKEN
fragment from a Reader.static XmlNMTOKEN
parse(String s)
Parses aXmlNMTOKEN
fragment from a String.static XmlNMTOKEN
parse(String s, XmlOptions options)
Parses aXmlNMTOKEN
fragment from a String.static XmlNMTOKEN
parse(URL u)
Parses aXmlNMTOKEN
fragment from a URL.static XmlNMTOKEN
parse(URL u, XmlOptions options)
Parses aXmlNMTOKEN
fragment from a URL.static XmlNMTOKEN
parse(XMLStreamReader xsr)
Parses aXmlNMTOKEN
fragment from an XMLStreamReader.static XmlNMTOKEN
parse(XMLStreamReader xsr, XmlOptions options)
Parses aXmlNMTOKEN
fragment from an XMLStreamReader.static XmlNMTOKEN
parse(XMLInputStream xis)
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlNMTOKEN
parse(XMLInputStream xis, XmlOptions options)
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlNMTOKEN
parse(Node node)
Parses aXmlNMTOKEN
fragment from a DOM Node.static XmlNMTOKEN
parse(Node node, XmlOptions options)
Parses aXmlNMTOKEN
fragment from a DOM Node.
-
-
-
Method Detail
-
newInstance
public static XmlNMTOKEN newInstance()
Creates an empty instance ofXmlNMTOKEN
-
newInstance
public static XmlNMTOKEN newInstance(XmlOptions options)
Creates an empty instance ofXmlNMTOKEN
-
newValue
public static XmlNMTOKEN newValue(Object obj)
Creates an immutableXmlNMTOKEN
value
-
parse
public static XmlNMTOKEN parse(String s) throws XmlException
Parses aXmlNMTOKEN
fragment from a String. For example: "<xml-fragment>sample-1.2</xml-fragment>
".- Throws:
XmlException
-
parse
public static XmlNMTOKEN parse(String s, XmlOptions options) throws XmlException
Parses aXmlNMTOKEN
fragment from a String. For example: "<xml-fragment>sample-1.2</xml-fragment>
".- Throws:
XmlException
-
parse
public static XmlNMTOKEN parse(File f) throws XmlException, IOException
Parses aXmlNMTOKEN
fragment from a File.- Throws:
XmlException
IOException
-
parse
public static XmlNMTOKEN parse(File f, XmlOptions options) throws XmlException, IOException
Parses aXmlNMTOKEN
fragment from a File.- Throws:
XmlException
IOException
-
parse
public static XmlNMTOKEN parse(URL u) throws XmlException, IOException
Parses aXmlNMTOKEN
fragment from a URL.- Throws:
XmlException
IOException
-
parse
public static XmlNMTOKEN parse(URL u, XmlOptions options) throws XmlException, IOException
Parses aXmlNMTOKEN
fragment from a URL.- Throws:
XmlException
IOException
-
parse
public static XmlNMTOKEN parse(InputStream is) throws XmlException, IOException
Parses aXmlNMTOKEN
fragment from an InputStream.- Throws:
XmlException
IOException
-
parse
public static XmlNMTOKEN parse(InputStream is, XmlOptions options) throws XmlException, IOException
Parses aXmlNMTOKEN
fragment from an InputStream.- Throws:
XmlException
IOException
-
parse
public static XmlNMTOKEN parse(Reader r) throws XmlException, IOException
Parses aXmlNMTOKEN
fragment from a Reader.- Throws:
XmlException
IOException
-
parse
public static XmlNMTOKEN parse(Reader r, XmlOptions options) throws XmlException, IOException
Parses aXmlNMTOKEN
fragment from a Reader.- Throws:
XmlException
IOException
-
parse
public static XmlNMTOKEN parse(Node node) throws XmlException
Parses aXmlNMTOKEN
fragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlNMTOKEN parse(Node node, XmlOptions options) throws XmlException
Parses aXmlNMTOKEN
fragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlNMTOKEN parse(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlNMTOKEN
fragment from an XMLInputStream.- Throws:
XmlException
XMLStreamException
-
parse
public static XmlNMTOKEN parse(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlNMTOKEN
fragment from an XMLInputStream.- Throws:
XmlException
XMLStreamException
-
parse
public static XmlNMTOKEN parse(XMLStreamReader xsr) throws XmlException
Parses aXmlNMTOKEN
fragment from an XMLStreamReader.- Throws:
XmlException
-
parse
public static XmlNMTOKEN parse(XMLStreamReader xsr, XmlOptions options) throws XmlException
Parses aXmlNMTOKEN
fragment from an XMLStreamReader.- Throws:
XmlException
-
newValidatingXMLInputStream
public static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Returns a validating XMLInputStream.- Throws:
XmlException
XMLStreamException
-
newValidatingXMLInputStream
public static XMLInputStream newValidatingXMLInputStream(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Returns a validating XMLInputStream.- Throws:
XmlException
XMLStreamException
-
-