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