public static final class FinalAppxManifestNameDocument.Factory extends Object
public static FinalAppxManifestNameDocument newInstance()
public static FinalAppxManifestNameDocument newInstance(XmlOptions options)
public static FinalAppxManifestNameDocument parse(String xmlAsString) throws XmlException
xmlAsString
- the string value to parseXmlException
public static FinalAppxManifestNameDocument parse(String xmlAsString, XmlOptions options) throws XmlException
XmlException
public static FinalAppxManifestNameDocument parse(File file) throws XmlException, IOException
file
- the file from which to load an xml documentXmlException
IOException
public static FinalAppxManifestNameDocument parse(File file, XmlOptions options) throws XmlException, IOException
XmlException
IOException
public static FinalAppxManifestNameDocument parse(URL u) throws XmlException, IOException
XmlException
IOException
public static FinalAppxManifestNameDocument parse(URL u, XmlOptions options) throws XmlException, IOException
XmlException
IOException
public static FinalAppxManifestNameDocument parse(InputStream is) throws XmlException, IOException
XmlException
IOException
public static FinalAppxManifestNameDocument parse(InputStream is, XmlOptions options) throws XmlException, IOException
XmlException
IOException
public static FinalAppxManifestNameDocument parse(Reader r) throws XmlException, IOException
XmlException
IOException
public static FinalAppxManifestNameDocument parse(Reader r, XmlOptions options) throws XmlException, IOException
XmlException
IOException
public static FinalAppxManifestNameDocument parse(XMLStreamReader sr) throws XmlException
XmlException
public static FinalAppxManifestNameDocument parse(XMLStreamReader sr, XmlOptions options) throws XmlException
XmlException
public static FinalAppxManifestNameDocument parse(Node node) throws XmlException
XmlException
public static FinalAppxManifestNameDocument parse(Node node, XmlOptions options) throws XmlException
XmlException
@Deprecated public static FinalAppxManifestNameDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStream
@Deprecated public static FinalAppxManifestNameDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options) throws 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 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, XmlOptions options) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStream