| 限定符和类型 | 方法和说明 |
|---|---|
static STOLEType |
newInstance() |
static STOLEType |
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 STOLEType |
newValue(Object obj) |
static STOLEType |
parse(File file) |
static STOLEType |
parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static STOLEType |
parse(InputStream is) |
static STOLEType |
parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static STOLEType |
parse(Node node) |
static STOLEType |
parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static STOLEType |
parse(Reader r) |
static STOLEType |
parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static STOLEType |
parse(String xmlAsString) |
static STOLEType |
parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static STOLEType |
parse(URL u) |
static STOLEType |
parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static STOLEType |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
已过时。
|
static STOLEType |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
已过时。
|
static STOLEType |
parse(XMLStreamReader sr) |
static STOLEType |
parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
public static STOLEType newInstance()
public static STOLEType newInstance(org.apache.xmlbeans.XmlOptions options)
public static STOLEType parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
public static STOLEType parse(File file) throws org.apache.xmlbeans.XmlException, IOException
public static STOLEType parse(File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
public static STOLEType parse(URL u) throws org.apache.xmlbeans.XmlException, IOException
public static STOLEType parse(URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
public static STOLEType parse(InputStream is) throws org.apache.xmlbeans.XmlException, IOException
public static STOLEType parse(InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
public static STOLEType parse(Reader r) throws org.apache.xmlbeans.XmlException, IOException
public static STOLEType parse(Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
public static STOLEType parse(XMLStreamReader sr) throws org.apache.xmlbeans.XmlException
public static STOLEType parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
public static STOLEType parse(Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
@Deprecated public static STOLEType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStream@Deprecated public static STOLEType 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.