All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.isotes.vs.model.GenerateAppxManifestDocument Maven / Gradle / Ivy

Go to download

Generated XMLBeans Java classes for the XML schema of MSBuild project files

The newest version!
/*
 * An XML document type.
 * Localname: GenerateAppxManifest
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.GenerateAppxManifestDocument
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model;


/**
 * A document containing one GenerateAppxManifest(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public interface GenerateAppxManifestDocument extends io.github.isotes.vs.model.TaskDocument
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GenerateAppxManifestDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("generateappxmanifest859ddoctype");
    
    /**
     * Gets the "GenerateAppxManifest" element
     */
    io.github.isotes.vs.model.GenerateAppxManifestDocument.GenerateAppxManifest getGenerateAppxManifest();
    
    /**
     * Sets the "GenerateAppxManifest" element
     */
    void setGenerateAppxManifest(io.github.isotes.vs.model.GenerateAppxManifestDocument.GenerateAppxManifest generateAppxManifest);
    
    /**
     * Appends and returns a new empty "GenerateAppxManifest" element
     */
    io.github.isotes.vs.model.GenerateAppxManifestDocument.GenerateAppxManifest addNewGenerateAppxManifest();
    
    /**
     * An XML GenerateAppxManifest(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public interface GenerateAppxManifest extends io.github.isotes.vs.model.TaskType
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GenerateAppxManifest.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("generateappxmanifest70a6elemtype");
        
        /**
         * Gets the "ApplicationExecutableName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getApplicationExecutableName();
        
        /**
         * True if has "ApplicationExecutableName" attribute
         */
        boolean isSetApplicationExecutableName();
        
        /**
         * Sets the "ApplicationExecutableName" attribute
         */
        void setApplicationExecutableName(org.apache.xmlbeans.XmlAnySimpleType applicationExecutableName);
        
        /**
         * Appends and returns a new empty "ApplicationExecutableName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewApplicationExecutableName();
        
        /**
         * Unsets the "ApplicationExecutableName" attribute
         */
        void unsetApplicationExecutableName();
        
        /**
         * Gets the "AppxManifestInput" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAppxManifestInput();
        
        /**
         * Sets the "AppxManifestInput" attribute
         */
        void setAppxManifestInput(org.apache.xmlbeans.XmlAnySimpleType appxManifestInput);
        
        /**
         * Appends and returns a new empty "AppxManifestInput" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAppxManifestInput();
        
        /**
         * Gets the "CertificateThumbprint" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getCertificateThumbprint();
        
        /**
         * True if has "CertificateThumbprint" attribute
         */
        boolean isSetCertificateThumbprint();
        
        /**
         * Sets the "CertificateThumbprint" attribute
         */
        void setCertificateThumbprint(org.apache.xmlbeans.XmlAnySimpleType certificateThumbprint);
        
        /**
         * Appends and returns a new empty "CertificateThumbprint" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewCertificateThumbprint();
        
        /**
         * Unsets the "CertificateThumbprint" attribute
         */
        void unsetCertificateThumbprint();
        
        /**
         * Gets the "CertificateFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getCertificateFile();
        
        /**
         * True if has "CertificateFile" attribute
         */
        boolean isSetCertificateFile();
        
        /**
         * Sets the "CertificateFile" attribute
         */
        void setCertificateFile(org.apache.xmlbeans.XmlAnySimpleType certificateFile);
        
        /**
         * Appends and returns a new empty "CertificateFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewCertificateFile();
        
        /**
         * Unsets the "CertificateFile" attribute
         */
        void unsetCertificateFile();
        
        /**
         * Gets the "PackageArchitecture" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getPackageArchitecture();
        
        /**
         * Sets the "PackageArchitecture" attribute
         */
        void setPackageArchitecture(org.apache.xmlbeans.XmlAnySimpleType packageArchitecture);
        
        /**
         * Appends and returns a new empty "PackageArchitecture" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewPackageArchitecture();
        
        /**
         * Gets the "FrameworkSdkReferences" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getFrameworkSdkReferences();
        
        /**
         * Sets the "FrameworkSdkReferences" attribute
         */
        void setFrameworkSdkReferences(org.apache.xmlbeans.XmlAnySimpleType frameworkSdkReferences);
        
        /**
         * Appends and returns a new empty "FrameworkSdkReferences" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewFrameworkSdkReferences();
        
        /**
         * Gets the "NonFrameworkSdkReferences" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getNonFrameworkSdkReferences();
        
        /**
         * Sets the "NonFrameworkSdkReferences" attribute
         */
        void setNonFrameworkSdkReferences(org.apache.xmlbeans.XmlAnySimpleType nonFrameworkSdkReferences);
        
        /**
         * Appends and returns a new empty "NonFrameworkSdkReferences" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewNonFrameworkSdkReferences();
        
        /**
         * Gets the "AppxManifestOutput" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAppxManifestOutput();
        
        /**
         * Sets the "AppxManifestOutput" attribute
         */
        void setAppxManifestOutput(org.apache.xmlbeans.XmlAnySimpleType appxManifestOutput);
        
        /**
         * Appends and returns a new empty "AppxManifestOutput" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAppxManifestOutput();
        
        /**
         * Gets the "DefaultResourceLanguage" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getDefaultResourceLanguage();
        
        /**
         * Sets the "DefaultResourceLanguage" attribute
         */
        void setDefaultResourceLanguage(org.apache.xmlbeans.XmlAnySimpleType defaultResourceLanguage);
        
        /**
         * Appends and returns a new empty "DefaultResourceLanguage" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewDefaultResourceLanguage();
        
        /**
         * Gets the "QualifiersPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getQualifiersPath();
        
        /**
         * Sets the "QualifiersPath" attribute
         */
        void setQualifiersPath(org.apache.xmlbeans.XmlAnySimpleType qualifiersPath);
        
        /**
         * Appends and returns a new empty "QualifiersPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewQualifiersPath();
        
        /**
         * Gets the "ManagedWinmdInprocImplementation" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getManagedWinmdInprocImplementation();
        
        /**
         * Sets the "ManagedWinmdInprocImplementation" attribute
         */
        void setManagedWinmdInprocImplementation(org.apache.xmlbeans.XmlAnySimpleType managedWinmdInprocImplementation);
        
        /**
         * Appends and returns a new empty "ManagedWinmdInprocImplementation" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewManagedWinmdInprocImplementation();
        
        /**
         * Gets the "WinmdFiles" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getWinmdFiles();
        
        /**
         * Sets the "WinmdFiles" attribute
         */
        void setWinmdFiles(org.apache.xmlbeans.XmlAnySimpleType winmdFiles);
        
        /**
         * Appends and returns a new empty "WinmdFiles" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewWinmdFiles();
        
        /**
         * Gets the "SDKWinmdFiles" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getSDKWinmdFiles();
        
        /**
         * Sets the "SDKWinmdFiles" attribute
         */
        void setSDKWinmdFiles(org.apache.xmlbeans.XmlAnySimpleType sdkWinmdFiles);
        
        /**
         * Appends and returns a new empty "SDKWinmdFiles" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewSDKWinmdFiles();
        
        /**
         * Gets the "OSMinVersion" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getOSMinVersion();
        
        /**
         * True if has "OSMinVersion" attribute
         */
        boolean isSetOSMinVersion();
        
        /**
         * Sets the "OSMinVersion" attribute
         */
        void setOSMinVersion(org.apache.xmlbeans.XmlAnySimpleType osMinVersion);
        
        /**
         * Appends and returns a new empty "OSMinVersion" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewOSMinVersion();
        
        /**
         * Unsets the "OSMinVersion" attribute
         */
        void unsetOSMinVersion();
        
        /**
         * Gets the "OSMaxVersionTested" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getOSMaxVersionTested();
        
        /**
         * True if has "OSMaxVersionTested" attribute
         */
        boolean isSetOSMaxVersionTested();
        
        /**
         * Sets the "OSMaxVersionTested" attribute
         */
        void setOSMaxVersionTested(org.apache.xmlbeans.XmlAnySimpleType osMaxVersionTested);
        
        /**
         * Appends and returns a new empty "OSMaxVersionTested" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewOSMaxVersionTested();
        
        /**
         * Unsets the "OSMaxVersionTested" attribute
         */
        void unsetOSMaxVersionTested();
        
        /**
         * Gets the "OSMinVersionReplaceManifestVersion" attribute
         */
        java.lang.String getOSMinVersionReplaceManifestVersion();
        
        /**
         * Gets (as xml) the "OSMinVersionReplaceManifestVersion" attribute
         */
        io.github.isotes.vs.model.Boolean xgetOSMinVersionReplaceManifestVersion();
        
        /**
         * True if has "OSMinVersionReplaceManifestVersion" attribute
         */
        boolean isSetOSMinVersionReplaceManifestVersion();
        
        /**
         * Sets the "OSMinVersionReplaceManifestVersion" attribute
         */
        void setOSMinVersionReplaceManifestVersion(java.lang.String osMinVersionReplaceManifestVersion);
        
        /**
         * Sets (as xml) the "OSMinVersionReplaceManifestVersion" attribute
         */
        void xsetOSMinVersionReplaceManifestVersion(io.github.isotes.vs.model.Boolean osMinVersionReplaceManifestVersion);
        
        /**
         * Unsets the "OSMinVersionReplaceManifestVersion" attribute
         */
        void unsetOSMinVersionReplaceManifestVersion();
        
        /**
         * Gets the "OSMaxVersionTestedReplaceManifestVersion" attribute
         */
        java.lang.String getOSMaxVersionTestedReplaceManifestVersion();
        
        /**
         * Gets (as xml) the "OSMaxVersionTestedReplaceManifestVersion" attribute
         */
        io.github.isotes.vs.model.Boolean xgetOSMaxVersionTestedReplaceManifestVersion();
        
        /**
         * True if has "OSMaxVersionTestedReplaceManifestVersion" attribute
         */
        boolean isSetOSMaxVersionTestedReplaceManifestVersion();
        
        /**
         * Sets the "OSMaxVersionTestedReplaceManifestVersion" attribute
         */
        void setOSMaxVersionTestedReplaceManifestVersion(java.lang.String osMaxVersionTestedReplaceManifestVersion);
        
        /**
         * Sets (as xml) the "OSMaxVersionTestedReplaceManifestVersion" attribute
         */
        void xsetOSMaxVersionTestedReplaceManifestVersion(io.github.isotes.vs.model.Boolean osMaxVersionTestedReplaceManifestVersion);
        
        /**
         * Unsets the "OSMaxVersionTestedReplaceManifestVersion" attribute
         */
        void unsetOSMaxVersionTestedReplaceManifestVersion();
        
        /**
         * Gets the "EnableSigningChecks" attribute
         */
        java.lang.String getEnableSigningChecks();
        
        /**
         * Gets (as xml) the "EnableSigningChecks" attribute
         */
        io.github.isotes.vs.model.Boolean xgetEnableSigningChecks();
        
        /**
         * True if has "EnableSigningChecks" attribute
         */
        boolean isSetEnableSigningChecks();
        
        /**
         * Sets the "EnableSigningChecks" attribute
         */
        void setEnableSigningChecks(java.lang.String enableSigningChecks);
        
        /**
         * Sets (as xml) the "EnableSigningChecks" attribute
         */
        void xsetEnableSigningChecks(io.github.isotes.vs.model.Boolean enableSigningChecks);
        
        /**
         * Unsets the "EnableSigningChecks" attribute
         */
        void unsetEnableSigningChecks();
        
        /**
         * Gets the "ManifestMetadata" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getManifestMetadata();
        
        /**
         * True if has "ManifestMetadata" attribute
         */
        boolean isSetManifestMetadata();
        
        /**
         * Sets the "ManifestMetadata" attribute
         */
        void setManifestMetadata(org.apache.xmlbeans.XmlAnySimpleType manifestMetadata);
        
        /**
         * Appends and returns a new empty "ManifestMetadata" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewManifestMetadata();
        
        /**
         * Unsets the "ManifestMetadata" attribute
         */
        void unsetManifestMetadata();
        
        /**
         * Gets the "TargetPlatformIdentifier" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTargetPlatformIdentifier();
        
        /**
         * True if has "TargetPlatformIdentifier" attribute
         */
        boolean isSetTargetPlatformIdentifier();
        
        /**
         * Sets the "TargetPlatformIdentifier" attribute
         */
        void setTargetPlatformIdentifier(org.apache.xmlbeans.XmlAnySimpleType targetPlatformIdentifier);
        
        /**
         * Appends and returns a new empty "TargetPlatformIdentifier" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTargetPlatformIdentifier();
        
        /**
         * Unsets the "TargetPlatformIdentifier" attribute
         */
        void unsetTargetPlatformIdentifier();
        
        /**
         * Gets the "PackageSigningEnabled" attribute
         */
        java.lang.String getPackageSigningEnabled();
        
        /**
         * Gets (as xml) the "PackageSigningEnabled" attribute
         */
        io.github.isotes.vs.model.Boolean xgetPackageSigningEnabled();
        
        /**
         * True if has "PackageSigningEnabled" attribute
         */
        boolean isSetPackageSigningEnabled();
        
        /**
         * Sets the "PackageSigningEnabled" attribute
         */
        void setPackageSigningEnabled(java.lang.String packageSigningEnabled);
        
        /**
         * Sets (as xml) the "PackageSigningEnabled" attribute
         */
        void xsetPackageSigningEnabled(io.github.isotes.vs.model.Boolean packageSigningEnabled);
        
        /**
         * Unsets the "PackageSigningEnabled" attribute
         */
        void unsetPackageSigningEnabled();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static io.github.isotes.vs.model.GenerateAppxManifestDocument.GenerateAppxManifest newInstance() {
              return (io.github.isotes.vs.model.GenerateAppxManifestDocument.GenerateAppxManifest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static io.github.isotes.vs.model.GenerateAppxManifestDocument.GenerateAppxManifest newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (io.github.isotes.vs.model.GenerateAppxManifestDocument.GenerateAppxManifest) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
            
            private Factory() { } // No instance of this class allowed
        }
    }
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static io.github.isotes.vs.model.GenerateAppxManifestDocument newInstance() {
          return (io.github.isotes.vs.model.GenerateAppxManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static io.github.isotes.vs.model.GenerateAppxManifestDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (io.github.isotes.vs.model.GenerateAppxManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static io.github.isotes.vs.model.GenerateAppxManifestDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateAppxManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateAppxManifestDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateAppxManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static io.github.isotes.vs.model.GenerateAppxManifestDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateAppxManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateAppxManifestDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateAppxManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateAppxManifestDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateAppxManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateAppxManifestDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateAppxManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateAppxManifestDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateAppxManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateAppxManifestDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateAppxManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateAppxManifestDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateAppxManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateAppxManifestDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateAppxManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateAppxManifestDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateAppxManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateAppxManifestDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateAppxManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateAppxManifestDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateAppxManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateAppxManifestDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateAppxManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static io.github.isotes.vs.model.GenerateAppxManifestDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (io.github.isotes.vs.model.GenerateAppxManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static io.github.isotes.vs.model.GenerateAppxManifestDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (io.github.isotes.vs.model.GenerateAppxManifestDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.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 {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.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 {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy