Package org.apache.xmlbeans
Class XmlNMTOKENS.Factory
- java.lang.Object
-
- org.apache.xmlbeans.XmlNMTOKENS.Factory
-
- Enclosing interface:
- XmlNMTOKENS
public static final class XmlNMTOKENS.Factory extends java.lang.Object
A class with methods for creating instances ofXmlNMTOKENS
.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static XmlNMTOKENS
newInstance()
Creates an empty instance ofXmlNMTOKENS
static XmlNMTOKENS
newInstance(XmlOptions options)
Creates an empty instance ofXmlNMTOKENS
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 XmlNMTOKENS
newValue(java.lang.Object obj)
Creates an immutableXmlNMTOKENS
valuestatic XmlNMTOKENS
parse(java.io.File f)
Parses aXmlNMTOKENS
fragment from a File.static XmlNMTOKENS
parse(java.io.File f, XmlOptions options)
Parses aXmlNMTOKENS
fragment from a File.static XmlNMTOKENS
parse(java.io.InputStream is)
Parses aXmlNMTOKENS
fragment from an InputStream.static XmlNMTOKENS
parse(java.io.InputStream is, XmlOptions options)
Parses aXmlNMTOKENS
fragment from an InputStream.static XmlNMTOKENS
parse(java.io.Reader r)
Parses aXmlNMTOKENS
fragment from a Reader.static XmlNMTOKENS
parse(java.io.Reader r, XmlOptions options)
Parses aXmlNMTOKENS
fragment from a Reader.static XmlNMTOKENS
parse(java.lang.String s)
Parses aXmlNMTOKENS
fragment from a String.static XmlNMTOKENS
parse(java.lang.String s, XmlOptions options)
Parses aXmlNMTOKENS
fragment from a String.static XmlNMTOKENS
parse(java.net.URL u)
Parses aXmlNMTOKENS
fragment from a URL.static XmlNMTOKENS
parse(java.net.URL u, XmlOptions options)
Parses aXmlNMTOKENS
fragment from a URL.static XmlNMTOKENS
parse(javax.xml.stream.XMLStreamReader xsr)
Parses aXmlNMTOKENS
fragment from an XMLStreamReader.static XmlNMTOKENS
parse(javax.xml.stream.XMLStreamReader xsr, XmlOptions options)
Parses aXmlNMTOKENS
fragment from an XMLStreamReader.static XmlNMTOKENS
parse(XMLInputStream xis)
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlNMTOKENS
parse(XMLInputStream xis, XmlOptions options)
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlNMTOKENS
parse(org.w3c.dom.Node node)
Parses aXmlNMTOKENS
fragment from a DOM Node.static XmlNMTOKENS
parse(org.w3c.dom.Node node, XmlOptions options)
Parses aXmlNMTOKENS
fragment from a DOM Node.
-
-
-
Method Detail
-
newInstance
public static XmlNMTOKENS newInstance()
Creates an empty instance ofXmlNMTOKENS
-
newInstance
public static XmlNMTOKENS newInstance(XmlOptions options)
Creates an empty instance ofXmlNMTOKENS
-
newValue
public static XmlNMTOKENS newValue(java.lang.Object obj)
Creates an immutableXmlNMTOKENS
value
-
parse
public static XmlNMTOKENS parse(java.lang.String s) throws XmlException
Parses aXmlNMTOKENS
fragment from a String. For example: "<xml-fragment>sample-1.1 sample-1.2 sample-1.3</xml-fragment>
".- Throws:
XmlException
-
parse
public static XmlNMTOKENS parse(java.lang.String s, XmlOptions options) throws XmlException
Parses aXmlNMTOKENS
fragment from a String. For example: "<xml-fragment>sample-1.1 sample-1.2 sample-1.3</xml-fragment>
".- Throws:
XmlException
-
parse
public static XmlNMTOKENS parse(java.io.File f) throws XmlException, java.io.IOException
Parses aXmlNMTOKENS
fragment from a File.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlNMTOKENS parse(java.io.File f, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlNMTOKENS
fragment from a File.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlNMTOKENS parse(java.net.URL u) throws XmlException, java.io.IOException
Parses aXmlNMTOKENS
fragment from a URL.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlNMTOKENS parse(java.net.URL u, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlNMTOKENS
fragment from a URL.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlNMTOKENS parse(java.io.InputStream is) throws XmlException, java.io.IOException
Parses aXmlNMTOKENS
fragment from an InputStream.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlNMTOKENS parse(java.io.InputStream is, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlNMTOKENS
fragment from an InputStream.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlNMTOKENS parse(java.io.Reader r) throws XmlException, java.io.IOException
Parses aXmlNMTOKENS
fragment from a Reader.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlNMTOKENS parse(java.io.Reader r, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlNMTOKENS
fragment from a Reader.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlNMTOKENS parse(org.w3c.dom.Node node) throws XmlException
Parses aXmlNMTOKENS
fragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlNMTOKENS parse(org.w3c.dom.Node node, XmlOptions options) throws XmlException
Parses aXmlNMTOKENS
fragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlNMTOKENS parse(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlNMTOKENS
fragment from an XMLInputStream.- Throws:
XmlException
XMLStreamException
-
parse
public static XmlNMTOKENS parse(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlNMTOKENS
fragment from an XMLInputStream.- Throws:
XmlException
XMLStreamException
-
parse
public static XmlNMTOKENS parse(javax.xml.stream.XMLStreamReader xsr) throws XmlException
Parses aXmlNMTOKENS
fragment from an XMLStreamReader.- Throws:
XmlException
-
parse
public static XmlNMTOKENS parse(javax.xml.stream.XMLStreamReader xsr, XmlOptions options) throws XmlException
Parses aXmlNMTOKENS
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
-
-