Package org.apache.xmlbeans
Class XmlIDREFS.Factory
- java.lang.Object
-
- org.apache.xmlbeans.XmlIDREFS.Factory
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static XmlIDREFS
newInstance()
Creates an empty instance ofXmlIDREFS
static XmlIDREFS
newInstance(XmlOptions options)
Creates an empty instance ofXmlIDREFS
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 XmlIDREFS
newValue(java.lang.Object obj)
Creates an immutableXmlIDREFS
valuestatic XmlIDREFS
parse(java.io.File f)
Parses aXmlIDREFS
fragment from a File.static XmlIDREFS
parse(java.io.File f, XmlOptions options)
Parses aXmlIDREFS
fragment from a File.static XmlIDREFS
parse(java.io.InputStream is)
Parses aXmlIDREFS
fragment from an InputStream.static XmlIDREFS
parse(java.io.InputStream is, XmlOptions options)
Parses aXmlIDREFS
fragment from an InputStream.static XmlIDREFS
parse(java.io.Reader r)
Parses aXmlIDREFS
fragment from a Reader.static XmlIDREFS
parse(java.io.Reader r, XmlOptions options)
Parses aXmlIDREFS
fragment from a Reader.static XmlIDREFS
parse(java.lang.String s)
Parses aXmlIDREFS
fragment from a String.static XmlIDREFS
parse(java.lang.String s, XmlOptions options)
Parses aXmlIDREFS
fragment from a String.static XmlIDREFS
parse(java.net.URL u)
Parses aXmlIDREFS
fragment from a URL.static XmlIDREFS
parse(java.net.URL u, XmlOptions options)
Parses aXmlIDREFS
fragment from a URL.static XmlIDREFS
parse(javax.xml.stream.XMLStreamReader xsr)
Parses aXmlIDREFS
fragment from an XMLStreamReader.static XmlIDREFS
parse(javax.xml.stream.XMLStreamReader xsr, XmlOptions options)
Parses aXmlIDREFS
fragment from an XMLStreamReader.static XmlIDREFS
parse(XMLInputStream xis)
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlIDREFS
parse(XMLInputStream xis, XmlOptions options)
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlIDREFS
parse(org.w3c.dom.Node node)
Parses aXmlIDREFS
fragment from a DOM Node.static XmlIDREFS
parse(org.w3c.dom.Node node, XmlOptions options)
Parses aXmlIDREFS
fragment from a DOM Node.
-
-
-
Method Detail
-
newInstance
public static XmlIDREFS newInstance(XmlOptions options)
Creates an empty instance ofXmlIDREFS
-
newValue
public static XmlIDREFS newValue(java.lang.Object obj)
Creates an immutableXmlIDREFS
value
-
parse
public static XmlIDREFS parse(java.lang.String s) throws XmlException
Parses aXmlIDREFS
fragment from a String.- Throws:
XmlException
-
parse
public static XmlIDREFS parse(java.lang.String s, XmlOptions options) throws XmlException
Parses aXmlIDREFS
fragment from a String.- Throws:
XmlException
-
parse
public static XmlIDREFS parse(java.io.File f) throws XmlException, java.io.IOException
Parses aXmlIDREFS
fragment from a File.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlIDREFS parse(java.io.File f, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlIDREFS
fragment from a File.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlIDREFS parse(java.net.URL u) throws XmlException, java.io.IOException
Parses aXmlIDREFS
fragment from a URL.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlIDREFS parse(java.net.URL u, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlIDREFS
fragment from a URL.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlIDREFS parse(java.io.InputStream is) throws XmlException, java.io.IOException
Parses aXmlIDREFS
fragment from an InputStream.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlIDREFS parse(java.io.InputStream is, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlIDREFS
fragment from an InputStream.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlIDREFS parse(java.io.Reader r) throws XmlException, java.io.IOException
Parses aXmlIDREFS
fragment from a Reader.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlIDREFS parse(java.io.Reader r, XmlOptions options) throws XmlException, java.io.IOException
Parses aXmlIDREFS
fragment from a Reader.- Throws:
XmlException
java.io.IOException
-
parse
public static XmlIDREFS parse(org.w3c.dom.Node node) throws XmlException
Parses aXmlIDREFS
fragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlIDREFS parse(org.w3c.dom.Node node, XmlOptions options) throws XmlException
Parses aXmlIDREFS
fragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlIDREFS parse(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlIDREFS
fragment from an XMLInputStream.- Throws:
XmlException
XMLStreamException
-
parse
public static XmlIDREFS parse(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlIDREFS
fragment from an XMLInputStream.- Throws:
XmlException
XMLStreamException
-
parse
public static XmlIDREFS parse(javax.xml.stream.XMLStreamReader xsr) throws XmlException
Parses aXmlIDREFS
fragment from an XMLStreamReader.- Throws:
XmlException
-
parse
public static XmlIDREFS parse(javax.xml.stream.XMLStreamReader xsr, XmlOptions options) throws XmlException
Parses aXmlIDREFS
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
-
-