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

io.github.isotes.vs.model.TlbImpDocument 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: TlbImp
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.TlbImpDocument
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model;


/**
 * A document containing one TlbImp(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public interface TlbImpDocument extends io.github.isotes.vs.model.TaskDocument
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TlbImpDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("tlbimp8684doctype");
    
    /**
     * Gets the "TlbImp" element
     */
    io.github.isotes.vs.model.TlbImpDocument.TlbImp getTlbImp();
    
    /**
     * Sets the "TlbImp" element
     */
    void setTlbImp(io.github.isotes.vs.model.TlbImpDocument.TlbImp tlbImp);
    
    /**
     * Appends and returns a new empty "TlbImp" element
     */
    io.github.isotes.vs.model.TlbImpDocument.TlbImp addNewTlbImp();
    
    /**
     * An XML TlbImp(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public interface TlbImp extends io.github.isotes.vs.model.TaskType
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TlbImp.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("tlbimp4e06elemtype");
        
        /**
         * Gets the "AssemblyNamespace" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAssemblyNamespace();
        
        /**
         * True if has "AssemblyNamespace" attribute
         */
        boolean isSetAssemblyNamespace();
        
        /**
         * Sets the "AssemblyNamespace" attribute
         */
        void setAssemblyNamespace(org.apache.xmlbeans.XmlAnySimpleType assemblyNamespace);
        
        /**
         * Appends and returns a new empty "AssemblyNamespace" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAssemblyNamespace();
        
        /**
         * Unsets the "AssemblyNamespace" attribute
         */
        void unsetAssemblyNamespace();
        
        /**
         * Gets the "AssemblyVersion" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAssemblyVersion();
        
        /**
         * True if has "AssemblyVersion" attribute
         */
        boolean isSetAssemblyVersion();
        
        /**
         * Sets the "AssemblyVersion" attribute
         */
        void setAssemblyVersion(org.apache.xmlbeans.XmlAnySimpleType assemblyVersion);
        
        /**
         * Appends and returns a new empty "AssemblyVersion" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAssemblyVersion();
        
        /**
         * Unsets the "AssemblyVersion" attribute
         */
        void unsetAssemblyVersion();
        
        /**
         * Gets the "DelaySign" attribute
         */
        java.lang.String getDelaySign();
        
        /**
         * Gets (as xml) the "DelaySign" attribute
         */
        io.github.isotes.vs.model.Boolean xgetDelaySign();
        
        /**
         * True if has "DelaySign" attribute
         */
        boolean isSetDelaySign();
        
        /**
         * Sets the "DelaySign" attribute
         */
        void setDelaySign(java.lang.String delaySign);
        
        /**
         * Sets (as xml) the "DelaySign" attribute
         */
        void xsetDelaySign(io.github.isotes.vs.model.Boolean delaySign);
        
        /**
         * Unsets the "DelaySign" attribute
         */
        void unsetDelaySign();
        
        /**
         * Gets the "EnvironmentVariables" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getEnvironmentVariables();
        
        /**
         * True if has "EnvironmentVariables" attribute
         */
        boolean isSetEnvironmentVariables();
        
        /**
         * Sets the "EnvironmentVariables" attribute
         */
        void setEnvironmentVariables(org.apache.xmlbeans.XmlAnySimpleType environmentVariables);
        
        /**
         * Appends and returns a new empty "EnvironmentVariables" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewEnvironmentVariables();
        
        /**
         * Unsets the "EnvironmentVariables" attribute
         */
        void unsetEnvironmentVariables();
        
        /**
         * Gets the "KeyContainer" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getKeyContainer();
        
        /**
         * True if has "KeyContainer" attribute
         */
        boolean isSetKeyContainer();
        
        /**
         * Sets the "KeyContainer" attribute
         */
        void setKeyContainer(org.apache.xmlbeans.XmlAnySimpleType keyContainer);
        
        /**
         * Appends and returns a new empty "KeyContainer" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewKeyContainer();
        
        /**
         * Unsets the "KeyContainer" attribute
         */
        void unsetKeyContainer();
        
        /**
         * Gets the "KeyFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getKeyFile();
        
        /**
         * True if has "KeyFile" attribute
         */
        boolean isSetKeyFile();
        
        /**
         * Sets the "KeyFile" attribute
         */
        void setKeyFile(org.apache.xmlbeans.XmlAnySimpleType keyFile);
        
        /**
         * Appends and returns a new empty "KeyFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewKeyFile();
        
        /**
         * Unsets the "KeyFile" attribute
         */
        void unsetKeyFile();
        
        /**
         * Gets the "LogStandardErrorAsError" attribute
         */
        java.lang.String getLogStandardErrorAsError();
        
        /**
         * Gets (as xml) the "LogStandardErrorAsError" attribute
         */
        io.github.isotes.vs.model.Boolean xgetLogStandardErrorAsError();
        
        /**
         * True if has "LogStandardErrorAsError" attribute
         */
        boolean isSetLogStandardErrorAsError();
        
        /**
         * Sets the "LogStandardErrorAsError" attribute
         */
        void setLogStandardErrorAsError(java.lang.String logStandardErrorAsError);
        
        /**
         * Sets (as xml) the "LogStandardErrorAsError" attribute
         */
        void xsetLogStandardErrorAsError(io.github.isotes.vs.model.Boolean logStandardErrorAsError);
        
        /**
         * Unsets the "LogStandardErrorAsError" attribute
         */
        void unsetLogStandardErrorAsError();
        
        /**
         * Gets the "NoLogo" attribute
         */
        java.lang.String getNoLogo();
        
        /**
         * Gets (as xml) the "NoLogo" attribute
         */
        io.github.isotes.vs.model.Boolean xgetNoLogo();
        
        /**
         * True if has "NoLogo" attribute
         */
        boolean isSetNoLogo();
        
        /**
         * Sets the "NoLogo" attribute
         */
        void setNoLogo(java.lang.String noLogo);
        
        /**
         * Sets (as xml) the "NoLogo" attribute
         */
        void xsetNoLogo(io.github.isotes.vs.model.Boolean noLogo);
        
        /**
         * Unsets the "NoLogo" attribute
         */
        void unsetNoLogo();
        
        /**
         * Gets the "OutputAssembly" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getOutputAssembly();
        
        /**
         * True if has "OutputAssembly" attribute
         */
        boolean isSetOutputAssembly();
        
        /**
         * Sets the "OutputAssembly" attribute
         */
        void setOutputAssembly(org.apache.xmlbeans.XmlAnySimpleType outputAssembly);
        
        /**
         * Appends and returns a new empty "OutputAssembly" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewOutputAssembly();
        
        /**
         * Unsets the "OutputAssembly" attribute
         */
        void unsetOutputAssembly();
        
        /**
         * Gets the "PreventClassMembers" attribute
         */
        java.lang.String getPreventClassMembers();
        
        /**
         * Gets (as xml) the "PreventClassMembers" attribute
         */
        io.github.isotes.vs.model.Boolean xgetPreventClassMembers();
        
        /**
         * True if has "PreventClassMembers" attribute
         */
        boolean isSetPreventClassMembers();
        
        /**
         * Sets the "PreventClassMembers" attribute
         */
        void setPreventClassMembers(java.lang.String preventClassMembers);
        
        /**
         * Sets (as xml) the "PreventClassMembers" attribute
         */
        void xsetPreventClassMembers(io.github.isotes.vs.model.Boolean preventClassMembers);
        
        /**
         * Unsets the "PreventClassMembers" attribute
         */
        void unsetPreventClassMembers();
        
        /**
         * Gets the "SafeArrayAsSystemArray" attribute
         */
        java.lang.String getSafeArrayAsSystemArray1();
        
        /**
         * Gets (as xml) the "SafeArrayAsSystemArray" attribute
         */
        io.github.isotes.vs.model.Boolean xgetSafeArrayAsSystemArray1();
        
        /**
         * True if has "SafeArrayAsSystemArray" attribute
         */
        boolean isSetSafeArrayAsSystemArray1();
        
        /**
         * Sets the "SafeArrayAsSystemArray" attribute
         */
        void setSafeArrayAsSystemArray1(java.lang.String safeArrayAsSystemArray1);
        
        /**
         * Sets (as xml) the "SafeArrayAsSystemArray" attribute
         */
        void xsetSafeArrayAsSystemArray1(io.github.isotes.vs.model.Boolean safeArrayAsSystemArray1);
        
        /**
         * Unsets the "SafeArrayAsSystemArray" attribute
         */
        void unsetSafeArrayAsSystemArray1();
        
        /**
         * Gets the "SdkToolsPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getSdkToolsPath();
        
        /**
         * True if has "SdkToolsPath" attribute
         */
        boolean isSetSdkToolsPath();
        
        /**
         * Sets the "SdkToolsPath" attribute
         */
        void setSdkToolsPath(org.apache.xmlbeans.XmlAnySimpleType sdkToolsPath);
        
        /**
         * Appends and returns a new empty "SdkToolsPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewSdkToolsPath();
        
        /**
         * Unsets the "SdkToolsPath" attribute
         */
        void unsetSdkToolsPath();
        
        /**
         * Gets the "Silent" attribute
         */
        java.lang.String getSilent();
        
        /**
         * Gets (as xml) the "Silent" attribute
         */
        io.github.isotes.vs.model.Boolean xgetSilent();
        
        /**
         * True if has "Silent" attribute
         */
        boolean isSetSilent();
        
        /**
         * Sets the "Silent" attribute
         */
        void setSilent(java.lang.String silent);
        
        /**
         * Sets (as xml) the "Silent" attribute
         */
        void xsetSilent(io.github.isotes.vs.model.Boolean silent);
        
        /**
         * Unsets the "Silent" attribute
         */
        void unsetSilent();
        
        /**
         * Gets the "StandardErrorImportance" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getStandardErrorImportance();
        
        /**
         * True if has "StandardErrorImportance" attribute
         */
        boolean isSetStandardErrorImportance();
        
        /**
         * Sets the "StandardErrorImportance" attribute
         */
        void setStandardErrorImportance(org.apache.xmlbeans.XmlAnySimpleType standardErrorImportance);
        
        /**
         * Appends and returns a new empty "StandardErrorImportance" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewStandardErrorImportance();
        
        /**
         * Unsets the "StandardErrorImportance" attribute
         */
        void unsetStandardErrorImportance();
        
        /**
         * Gets the "StandardOutputImportance" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getStandardOutputImportance();
        
        /**
         * True if has "StandardOutputImportance" attribute
         */
        boolean isSetStandardOutputImportance();
        
        /**
         * Sets the "StandardOutputImportance" attribute
         */
        void setStandardOutputImportance(org.apache.xmlbeans.XmlAnySimpleType standardOutputImportance);
        
        /**
         * Appends and returns a new empty "StandardOutputImportance" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewStandardOutputImportance();
        
        /**
         * Unsets the "StandardOutputImportance" attribute
         */
        void unsetStandardOutputImportance();
        
        /**
         * Gets the "Timeout" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTimeout();
        
        /**
         * True if has "Timeout" attribute
         */
        boolean isSetTimeout();
        
        /**
         * Sets the "Timeout" attribute
         */
        void setTimeout(org.apache.xmlbeans.XmlAnySimpleType timeout);
        
        /**
         * Appends and returns a new empty "Timeout" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTimeout();
        
        /**
         * Unsets the "Timeout" attribute
         */
        void unsetTimeout();
        
        /**
         * Gets the "ToolExe" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getToolExe();
        
        /**
         * True if has "ToolExe" attribute
         */
        boolean isSetToolExe();
        
        /**
         * Sets the "ToolExe" attribute
         */
        void setToolExe(org.apache.xmlbeans.XmlAnySimpleType toolExe);
        
        /**
         * Appends and returns a new empty "ToolExe" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewToolExe();
        
        /**
         * Unsets the "ToolExe" attribute
         */
        void unsetToolExe();
        
        /**
         * Gets the "ToolPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getToolPath();
        
        /**
         * True if has "ToolPath" attribute
         */
        boolean isSetToolPath();
        
        /**
         * Sets the "ToolPath" attribute
         */
        void setToolPath(org.apache.xmlbeans.XmlAnySimpleType toolPath);
        
        /**
         * Appends and returns a new empty "ToolPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewToolPath();
        
        /**
         * Unsets the "ToolPath" attribute
         */
        void unsetToolPath();
        
        /**
         * Gets the "Transform" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTransform();
        
        /**
         * True if has "Transform" attribute
         */
        boolean isSetTransform();
        
        /**
         * Sets the "Transform" attribute
         */
        void setTransform(org.apache.xmlbeans.XmlAnySimpleType transform);
        
        /**
         * Appends and returns a new empty "Transform" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTransform();
        
        /**
         * Unsets the "Transform" attribute
         */
        void unsetTransform();
        
        /**
         * Gets the "TypeLibName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTypeLibName();
        
        /**
         * True if has "TypeLibName" attribute
         */
        boolean isSetTypeLibName();
        
        /**
         * Sets the "TypeLibName" attribute
         */
        void setTypeLibName(org.apache.xmlbeans.XmlAnySimpleType typeLibName);
        
        /**
         * Appends and returns a new empty "TypeLibName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTypeLibName();
        
        /**
         * Unsets the "TypeLibName" attribute
         */
        void unsetTypeLibName();
        
        /**
         * Gets the "Verbose" attribute
         */
        java.lang.String getVerbose();
        
        /**
         * Gets (as xml) the "Verbose" attribute
         */
        io.github.isotes.vs.model.Boolean xgetVerbose();
        
        /**
         * True if has "Verbose" attribute
         */
        boolean isSetVerbose();
        
        /**
         * Sets the "Verbose" attribute
         */
        void setVerbose(java.lang.String verbose);
        
        /**
         * Sets (as xml) the "Verbose" attribute
         */
        void xsetVerbose(io.github.isotes.vs.model.Boolean verbose);
        
        /**
         * Unsets the "Verbose" attribute
         */
        void unsetVerbose();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static io.github.isotes.vs.model.TlbImpDocument.TlbImp newInstance() {
              return (io.github.isotes.vs.model.TlbImpDocument.TlbImp) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static io.github.isotes.vs.model.TlbImpDocument.TlbImp newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (io.github.isotes.vs.model.TlbImpDocument.TlbImp) 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.TlbImpDocument newInstance() {
          return (io.github.isotes.vs.model.TlbImpDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static io.github.isotes.vs.model.TlbImpDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (io.github.isotes.vs.model.TlbImpDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static io.github.isotes.vs.model.TlbImpDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.TlbImpDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static io.github.isotes.vs.model.TlbImpDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.TlbImpDocument) 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.TlbImpDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.TlbImpDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static io.github.isotes.vs.model.TlbImpDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.TlbImpDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static io.github.isotes.vs.model.TlbImpDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.TlbImpDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static io.github.isotes.vs.model.TlbImpDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.TlbImpDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static io.github.isotes.vs.model.TlbImpDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.TlbImpDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static io.github.isotes.vs.model.TlbImpDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.TlbImpDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static io.github.isotes.vs.model.TlbImpDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.TlbImpDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static io.github.isotes.vs.model.TlbImpDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.TlbImpDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static io.github.isotes.vs.model.TlbImpDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.TlbImpDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static io.github.isotes.vs.model.TlbImpDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.TlbImpDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static io.github.isotes.vs.model.TlbImpDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.TlbImpDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static io.github.isotes.vs.model.TlbImpDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.TlbImpDocument) 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.TlbImpDocument 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.TlbImpDocument) 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.TlbImpDocument 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.TlbImpDocument) 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 - 2025 Weber Informatics LLC | Privacy Policy