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