Package org.apache.xmlbeans
Class XmlENTITIES.Factory
- java.lang.Object
-
- org.apache.xmlbeans.XmlENTITIES.Factory
-
- Enclosing interface:
- XmlENTITIES
public static final class XmlENTITIES.Factory extends Object
A class with methods for creating instances ofXmlENTITIES.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static XmlENTITIESnewInstance()Creates an empty instance ofXmlENTITIESstatic XmlENTITIESnewInstance(XmlOptions options)Creates an empty instance ofXmlENTITIESstatic 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 XmlENTITIESnewValue(Object obj)Creates an immutableXmlENTITIESvaluestatic XmlENTITIESparse(File f)Parses aXmlENTITIESfragment from a File.static XmlENTITIESparse(File f, XmlOptions options)Parses aXmlENTITIESfragment from a File.static XmlENTITIESparse(InputStream is)Parses aXmlENTITIESfragment from an InputStream.static XmlENTITIESparse(InputStream is, XmlOptions options)Parses aXmlENTITIESfragment from an InputStream.static XmlENTITIESparse(Reader r)Parses aXmlENTITIESfragment from a Reader.static XmlENTITIESparse(Reader r, XmlOptions options)Parses aXmlENTITIESfragment from a Reader.static XmlENTITIESparse(String s)Parses aXmlENTITIESfragment from a String.static XmlENTITIESparse(String s, XmlOptions options)Parses aXmlENTITIESfragment from a String.static XmlENTITIESparse(URL u)Parses aXmlENTITIESfragment from a URL.static XmlENTITIESparse(URL u, XmlOptions options)Parses aXmlENTITIESfragment from a URL.static XmlENTITIESparse(XMLStreamReader xsr)Parses aXmlENTITIESfragment from an XMLStreamReader.static XmlENTITIESparse(XMLStreamReader xsr, XmlOptions options)Parses aXmlENTITIESfragment from an XMLStreamReader.static XmlENTITIESparse(XMLInputStream xis)Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlENTITIESparse(XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.static XmlENTITIESparse(Node node)Parses aXmlENTITIESfragment from a DOM Node.static XmlENTITIESparse(Node node, XmlOptions options)Parses aXmlENTITIESfragment from a DOM Node.
-
-
-
Method Detail
-
newInstance
public static XmlENTITIES newInstance()
Creates an empty instance ofXmlENTITIES
-
newInstance
public static XmlENTITIES newInstance(XmlOptions options)
Creates an empty instance ofXmlENTITIES
-
newValue
public static XmlENTITIES newValue(Object obj)
Creates an immutableXmlENTITIESvalue
-
parse
public static XmlENTITIES parse(String s) throws XmlException
Parses aXmlENTITIESfragment from a String.- Throws:
XmlException
-
parse
public static XmlENTITIES parse(String s, XmlOptions options) throws XmlException
Parses aXmlENTITIESfragment from a String.- Throws:
XmlException
-
parse
public static XmlENTITIES parse(File f) throws XmlException, IOException
Parses aXmlENTITIESfragment from a File.- Throws:
XmlExceptionIOException
-
parse
public static XmlENTITIES parse(File f, XmlOptions options) throws XmlException, IOException
Parses aXmlENTITIESfragment from a File.- Throws:
XmlExceptionIOException
-
parse
public static XmlENTITIES parse(URL u) throws XmlException, IOException
Parses aXmlENTITIESfragment from a URL.- Throws:
XmlExceptionIOException
-
parse
public static XmlENTITIES parse(URL u, XmlOptions options) throws XmlException, IOException
Parses aXmlENTITIESfragment from a URL.- Throws:
XmlExceptionIOException
-
parse
public static XmlENTITIES parse(InputStream is) throws XmlException, IOException
Parses aXmlENTITIESfragment from an InputStream.- Throws:
XmlExceptionIOException
-
parse
public static XmlENTITIES parse(InputStream is, XmlOptions options) throws XmlException, IOException
Parses aXmlENTITIESfragment from an InputStream.- Throws:
XmlExceptionIOException
-
parse
public static XmlENTITIES parse(Reader r) throws XmlException, IOException
Parses aXmlENTITIESfragment from a Reader.- Throws:
XmlExceptionIOException
-
parse
public static XmlENTITIES parse(Reader r, XmlOptions options) throws XmlException, IOException
Parses aXmlENTITIESfragment from a Reader.- Throws:
XmlExceptionIOException
-
parse
public static XmlENTITIES parse(Node node) throws XmlException
Parses aXmlENTITIESfragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlENTITIES parse(Node node, XmlOptions options) throws XmlException
Parses aXmlENTITIESfragment from a DOM Node.- Throws:
XmlException
-
parse
public static XmlENTITIES parse(XMLInputStream xis) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlENTITIESfragment from an XMLInputStream.- Throws:
XmlExceptionXMLStreamException
-
parse
public static XmlENTITIES parse(XMLInputStream xis, XmlOptions options) throws XmlException, XMLStreamException
Deprecated.XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.Parses aXmlENTITIESfragment from an XMLInputStream.- Throws:
XmlExceptionXMLStreamException
-
parse
public static XmlENTITIES parse(XMLStreamReader xsr) throws XmlException
Parses aXmlENTITIESfragment from an XMLStreamReader.- Throws:
XmlException
-
parse
public static XmlENTITIES parse(XMLStreamReader xsr, XmlOptions options) throws XmlException
Parses aXmlENTITIESfragment 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
-
-