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