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