Package org.apache.xmlbeans
Class XmlIDREF.Factory
- java.lang.Object
-
- org.apache.xmlbeans.XmlIDREF.Factory
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static XmlIDREFnewInstance()Creates an empty instance ofXmlIDREFstatic XmlIDREFnewInstance(XmlOptions options)Creates an empty instance ofXmlIDREFstatic XMLInputStreamnewValidatingXMLInputStream(XMLInputStream xis)Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XMLInputStreamnewValidatingXMLInputStream(XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlIDREFnewValue(Object obj)Creates an immutableXmlIDREFvaluestatic XmlIDREFparse(File f)Parses aXmlIDREFfragment from a File.static XmlIDREFparse(File f, XmlOptions options)Parses aXmlIDREFfragment from a File.static XmlIDREFparse(InputStream is)Parses aXmlIDREFfragment from an InputStream.static XmlIDREFparse(InputStream is, XmlOptions options)Parses aXmlIDREFfragment from an InputStream.static XmlIDREFparse(Reader r)Parses aXmlIDREFfragment from a Reader.static XmlIDREFparse(Reader r, XmlOptions options)Parses aXmlIDREFfragment from a Reader.static XmlIDREFparse(String s)Parses aXmlIDREFfragment from a String.static XmlIDREFparse(String s, XmlOptions options)Parses aXmlIDREFfragment from a String.static XmlIDREFparse(URL u)Parses aXmlIDREFfragment from a URL.static XmlIDREFparse(URL u, XmlOptions options)Parses aXmlIDREFfragment from a URL.static XmlIDREFparse(XMLStreamReader xsr)Parses aXmlIDREFfragment from an XMLStreamReader.static XmlIDREFparse(XMLStreamReader xsr, XmlOptions options)Parses aXmlIDREFfragment from an XMLStreamReader.static XmlIDREFparse(XMLInputStream xis)Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlIDREFparse(XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlIDREFparse(Node node)Parses aXmlIDREFfragment from a DOM Node.static XmlIDREFparse(Node node, XmlOptions options)Parses aXmlIDREFfragment from a DOM Node.
-
-
-
Method Detail
-
newInstance
public static XmlIDREF newInstance(XmlOptions options)
Creates an empty instance ofXmlIDREF
-
parse
public static XmlIDREF parse(String s) throws XmlException
Parses aXmlIDREFfragment from a String.- Throws:
XmlException
-
parse
public static XmlIDREF parse(String s, XmlOptions options) throws XmlException
Parses aXmlIDREFfragment from a String.- Throws:
XmlException
-
parse
public static XmlIDREF parse(File f) throws XmlException, IOException
Parses aXmlIDREFfragment from a File.- Throws:
XmlExceptionIOException
-
parse
public static XmlIDREF parse(File f, XmlOptions options) throws XmlException, IOException
Parses aXmlIDREFfragment from a File.- Throws:
XmlExceptionIOException
-
parse
public static XmlIDREF parse(URL u) throws XmlException, IOException
Parses aXmlIDREFfragment from a URL.- Throws:
XmlExceptionIOException
-
parse
public static XmlIDREF parse(URL u, XmlOptions options) throws XmlException, IOException
Parses aXmlIDREFfragment from a URL.- Throws:
XmlExceptionIOException
-
parse
public static XmlIDREF parse(InputStream is) throws XmlException, IOException
Parses aXmlIDREFfragment from an InputStream.- Throws:
XmlExceptionIOException
-
parse
public static XmlIDREF parse(InputStream is, XmlOptions options) throws XmlException, IOException
Parses aXmlIDREFfragment from an InputStream.- Throws:
XmlExceptionIOException
-
parse
public static XmlIDREF parse(Reader r) throws XmlException, IOException
Parses aXmlIDREFfragment from a Reader.- Throws:
XmlExceptionIOException
-
parse
public static XmlIDREF parse(Reader r, XmlOptions options) throws XmlException, IOException
Parses aXmlIDREFfragment from a Reader.- Throws:
XmlExceptionIOException
-
parse
public static XmlIDREF parse(Node node) throws XmlException
Parses aXmlIDREFfragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlIDREF parse(Node node, XmlOptions options) throws XmlException
Parses aXmlIDREFfragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlIDREF parse(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlIDREFfragment from an XMLInputStream.- Throws:
XmlExceptionXMLStreamException
-
parse
public static XmlIDREF parse(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlIDREFfragment from an XMLInputStream.- Throws:
XmlExceptionXMLStreamException
-
parse
public static XmlIDREF parse(XMLStreamReader xsr) throws XmlException
Parses aXmlIDREFfragment from an XMLStreamReader.- Throws:
XmlException
-
parse
public static XmlIDREF parse(XMLStreamReader xsr, XmlOptions options) throws XmlException
Parses aXmlIDREFfragment 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:
XmlExceptionXMLStreamException
-
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:
XmlExceptionXMLStreamException
-
-