public static final class STSplitType.Factory extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static STSplitType |
newInstance() |
static STSplitType |
newInstance(org.apache.xmlbeans.XmlOptions options) |
static org.apache.xmlbeans.xml.stream.XMLInputStream |
newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
已过时。
|
static org.apache.xmlbeans.xml.stream.XMLInputStream |
newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
已过时。
|
static STSplitType |
newValue(Object obj) |
static STSplitType |
parse(File file) |
static STSplitType |
parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static STSplitType |
parse(InputStream is) |
static STSplitType |
parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static STSplitType |
parse(Node node) |
static STSplitType |
parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static STSplitType |
parse(Reader r) |
static STSplitType |
parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static STSplitType |
parse(String xmlAsString) |
static STSplitType |
parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static STSplitType |
parse(URL u) |
static STSplitType |
parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static STSplitType |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
已过时。
|
static STSplitType |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
已过时。
|
static STSplitType |
parse(XMLStreamReader sr) |
static STSplitType |
parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
public static STSplitType newValue(Object obj)
public static STSplitType newInstance()
public static STSplitType newInstance(org.apache.xmlbeans.XmlOptions options)
public static STSplitType parse(String xmlAsString) throws org.apache.xmlbeans.XmlException
public static STSplitType parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
public static STSplitType parse(File file) throws org.apache.xmlbeans.XmlException, IOException
public static STSplitType parse(File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
public static STSplitType parse(URL u) throws org.apache.xmlbeans.XmlException, IOException
public static STSplitType parse(URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
public static STSplitType parse(InputStream is) throws org.apache.xmlbeans.XmlException, IOException
public static STSplitType parse(InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
public static STSplitType parse(Reader r) throws org.apache.xmlbeans.XmlException, IOException
public static STSplitType parse(Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
public static STSplitType parse(XMLStreamReader sr) throws org.apache.xmlbeans.XmlException
public static STSplitType parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
public static STSplitType parse(Node node) throws org.apache.xmlbeans.XmlException
public static STSplitType parse(Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
@Deprecated public static STSplitType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStream@Deprecated public static STSplitType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStream@Deprecated public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStream@Deprecated public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStreamCopyright © 2022. All rights reserved.