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

org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr Maven / Gradle / Ivy

Go to download

XmlBeans generated from the Ecma supplied xsds: http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip

There is a newer version: 1.4
Show newest version
/*
 * XML Type:  CT_WorkbookPr
 * Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
 * Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.spreadsheetml.x2006.main;


/**
 * An XML CT_WorkbookPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTWorkbookPr extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTWorkbookPr.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctworkbookpr03a5type");
    
    /**
     * Gets the "date1904" attribute
     */
    boolean getDate1904();
    
    /**
     * Gets (as xml) the "date1904" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetDate1904();
    
    /**
     * True if has "date1904" attribute
     */
    boolean isSetDate1904();
    
    /**
     * Sets the "date1904" attribute
     */
    void setDate1904(boolean date1904);
    
    /**
     * Sets (as xml) the "date1904" attribute
     */
    void xsetDate1904(org.apache.xmlbeans.XmlBoolean date1904);
    
    /**
     * Unsets the "date1904" attribute
     */
    void unsetDate1904();
    
    /**
     * Gets the "showObjects" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STObjects.Enum getShowObjects();
    
    /**
     * Gets (as xml) the "showObjects" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STObjects xgetShowObjects();
    
    /**
     * True if has "showObjects" attribute
     */
    boolean isSetShowObjects();
    
    /**
     * Sets the "showObjects" attribute
     */
    void setShowObjects(org.openxmlformats.schemas.spreadsheetml.x2006.main.STObjects.Enum showObjects);
    
    /**
     * Sets (as xml) the "showObjects" attribute
     */
    void xsetShowObjects(org.openxmlformats.schemas.spreadsheetml.x2006.main.STObjects showObjects);
    
    /**
     * Unsets the "showObjects" attribute
     */
    void unsetShowObjects();
    
    /**
     * Gets the "showBorderUnselectedTables" attribute
     */
    boolean getShowBorderUnselectedTables();
    
    /**
     * Gets (as xml) the "showBorderUnselectedTables" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetShowBorderUnselectedTables();
    
    /**
     * True if has "showBorderUnselectedTables" attribute
     */
    boolean isSetShowBorderUnselectedTables();
    
    /**
     * Sets the "showBorderUnselectedTables" attribute
     */
    void setShowBorderUnselectedTables(boolean showBorderUnselectedTables);
    
    /**
     * Sets (as xml) the "showBorderUnselectedTables" attribute
     */
    void xsetShowBorderUnselectedTables(org.apache.xmlbeans.XmlBoolean showBorderUnselectedTables);
    
    /**
     * Unsets the "showBorderUnselectedTables" attribute
     */
    void unsetShowBorderUnselectedTables();
    
    /**
     * Gets the "filterPrivacy" attribute
     */
    boolean getFilterPrivacy();
    
    /**
     * Gets (as xml) the "filterPrivacy" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetFilterPrivacy();
    
    /**
     * True if has "filterPrivacy" attribute
     */
    boolean isSetFilterPrivacy();
    
    /**
     * Sets the "filterPrivacy" attribute
     */
    void setFilterPrivacy(boolean filterPrivacy);
    
    /**
     * Sets (as xml) the "filterPrivacy" attribute
     */
    void xsetFilterPrivacy(org.apache.xmlbeans.XmlBoolean filterPrivacy);
    
    /**
     * Unsets the "filterPrivacy" attribute
     */
    void unsetFilterPrivacy();
    
    /**
     * Gets the "promptedSolutions" attribute
     */
    boolean getPromptedSolutions();
    
    /**
     * Gets (as xml) the "promptedSolutions" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetPromptedSolutions();
    
    /**
     * True if has "promptedSolutions" attribute
     */
    boolean isSetPromptedSolutions();
    
    /**
     * Sets the "promptedSolutions" attribute
     */
    void setPromptedSolutions(boolean promptedSolutions);
    
    /**
     * Sets (as xml) the "promptedSolutions" attribute
     */
    void xsetPromptedSolutions(org.apache.xmlbeans.XmlBoolean promptedSolutions);
    
    /**
     * Unsets the "promptedSolutions" attribute
     */
    void unsetPromptedSolutions();
    
    /**
     * Gets the "showInkAnnotation" attribute
     */
    boolean getShowInkAnnotation();
    
    /**
     * Gets (as xml) the "showInkAnnotation" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetShowInkAnnotation();
    
    /**
     * True if has "showInkAnnotation" attribute
     */
    boolean isSetShowInkAnnotation();
    
    /**
     * Sets the "showInkAnnotation" attribute
     */
    void setShowInkAnnotation(boolean showInkAnnotation);
    
    /**
     * Sets (as xml) the "showInkAnnotation" attribute
     */
    void xsetShowInkAnnotation(org.apache.xmlbeans.XmlBoolean showInkAnnotation);
    
    /**
     * Unsets the "showInkAnnotation" attribute
     */
    void unsetShowInkAnnotation();
    
    /**
     * Gets the "backupFile" attribute
     */
    boolean getBackupFile();
    
    /**
     * Gets (as xml) the "backupFile" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetBackupFile();
    
    /**
     * True if has "backupFile" attribute
     */
    boolean isSetBackupFile();
    
    /**
     * Sets the "backupFile" attribute
     */
    void setBackupFile(boolean backupFile);
    
    /**
     * Sets (as xml) the "backupFile" attribute
     */
    void xsetBackupFile(org.apache.xmlbeans.XmlBoolean backupFile);
    
    /**
     * Unsets the "backupFile" attribute
     */
    void unsetBackupFile();
    
    /**
     * Gets the "saveExternalLinkValues" attribute
     */
    boolean getSaveExternalLinkValues();
    
    /**
     * Gets (as xml) the "saveExternalLinkValues" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetSaveExternalLinkValues();
    
    /**
     * True if has "saveExternalLinkValues" attribute
     */
    boolean isSetSaveExternalLinkValues();
    
    /**
     * Sets the "saveExternalLinkValues" attribute
     */
    void setSaveExternalLinkValues(boolean saveExternalLinkValues);
    
    /**
     * Sets (as xml) the "saveExternalLinkValues" attribute
     */
    void xsetSaveExternalLinkValues(org.apache.xmlbeans.XmlBoolean saveExternalLinkValues);
    
    /**
     * Unsets the "saveExternalLinkValues" attribute
     */
    void unsetSaveExternalLinkValues();
    
    /**
     * Gets the "updateLinks" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STUpdateLinks.Enum getUpdateLinks();
    
    /**
     * Gets (as xml) the "updateLinks" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STUpdateLinks xgetUpdateLinks();
    
    /**
     * True if has "updateLinks" attribute
     */
    boolean isSetUpdateLinks();
    
    /**
     * Sets the "updateLinks" attribute
     */
    void setUpdateLinks(org.openxmlformats.schemas.spreadsheetml.x2006.main.STUpdateLinks.Enum updateLinks);
    
    /**
     * Sets (as xml) the "updateLinks" attribute
     */
    void xsetUpdateLinks(org.openxmlformats.schemas.spreadsheetml.x2006.main.STUpdateLinks updateLinks);
    
    /**
     * Unsets the "updateLinks" attribute
     */
    void unsetUpdateLinks();
    
    /**
     * Gets the "codeName" attribute
     */
    java.lang.String getCodeName();
    
    /**
     * Gets (as xml) the "codeName" attribute
     */
    org.apache.xmlbeans.XmlString xgetCodeName();
    
    /**
     * True if has "codeName" attribute
     */
    boolean isSetCodeName();
    
    /**
     * Sets the "codeName" attribute
     */
    void setCodeName(java.lang.String codeName);
    
    /**
     * Sets (as xml) the "codeName" attribute
     */
    void xsetCodeName(org.apache.xmlbeans.XmlString codeName);
    
    /**
     * Unsets the "codeName" attribute
     */
    void unsetCodeName();
    
    /**
     * Gets the "hidePivotFieldList" attribute
     */
    boolean getHidePivotFieldList();
    
    /**
     * Gets (as xml) the "hidePivotFieldList" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetHidePivotFieldList();
    
    /**
     * True if has "hidePivotFieldList" attribute
     */
    boolean isSetHidePivotFieldList();
    
    /**
     * Sets the "hidePivotFieldList" attribute
     */
    void setHidePivotFieldList(boolean hidePivotFieldList);
    
    /**
     * Sets (as xml) the "hidePivotFieldList" attribute
     */
    void xsetHidePivotFieldList(org.apache.xmlbeans.XmlBoolean hidePivotFieldList);
    
    /**
     * Unsets the "hidePivotFieldList" attribute
     */
    void unsetHidePivotFieldList();
    
    /**
     * Gets the "showPivotChartFilter" attribute
     */
    boolean getShowPivotChartFilter();
    
    /**
     * Gets (as xml) the "showPivotChartFilter" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetShowPivotChartFilter();
    
    /**
     * True if has "showPivotChartFilter" attribute
     */
    boolean isSetShowPivotChartFilter();
    
    /**
     * Sets the "showPivotChartFilter" attribute
     */
    void setShowPivotChartFilter(boolean showPivotChartFilter);
    
    /**
     * Sets (as xml) the "showPivotChartFilter" attribute
     */
    void xsetShowPivotChartFilter(org.apache.xmlbeans.XmlBoolean showPivotChartFilter);
    
    /**
     * Unsets the "showPivotChartFilter" attribute
     */
    void unsetShowPivotChartFilter();
    
    /**
     * Gets the "allowRefreshQuery" attribute
     */
    boolean getAllowRefreshQuery();
    
    /**
     * Gets (as xml) the "allowRefreshQuery" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetAllowRefreshQuery();
    
    /**
     * True if has "allowRefreshQuery" attribute
     */
    boolean isSetAllowRefreshQuery();
    
    /**
     * Sets the "allowRefreshQuery" attribute
     */
    void setAllowRefreshQuery(boolean allowRefreshQuery);
    
    /**
     * Sets (as xml) the "allowRefreshQuery" attribute
     */
    void xsetAllowRefreshQuery(org.apache.xmlbeans.XmlBoolean allowRefreshQuery);
    
    /**
     * Unsets the "allowRefreshQuery" attribute
     */
    void unsetAllowRefreshQuery();
    
    /**
     * Gets the "publishItems" attribute
     */
    boolean getPublishItems();
    
    /**
     * Gets (as xml) the "publishItems" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetPublishItems();
    
    /**
     * True if has "publishItems" attribute
     */
    boolean isSetPublishItems();
    
    /**
     * Sets the "publishItems" attribute
     */
    void setPublishItems(boolean publishItems);
    
    /**
     * Sets (as xml) the "publishItems" attribute
     */
    void xsetPublishItems(org.apache.xmlbeans.XmlBoolean publishItems);
    
    /**
     * Unsets the "publishItems" attribute
     */
    void unsetPublishItems();
    
    /**
     * Gets the "checkCompatibility" attribute
     */
    boolean getCheckCompatibility();
    
    /**
     * Gets (as xml) the "checkCompatibility" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetCheckCompatibility();
    
    /**
     * True if has "checkCompatibility" attribute
     */
    boolean isSetCheckCompatibility();
    
    /**
     * Sets the "checkCompatibility" attribute
     */
    void setCheckCompatibility(boolean checkCompatibility);
    
    /**
     * Sets (as xml) the "checkCompatibility" attribute
     */
    void xsetCheckCompatibility(org.apache.xmlbeans.XmlBoolean checkCompatibility);
    
    /**
     * Unsets the "checkCompatibility" attribute
     */
    void unsetCheckCompatibility();
    
    /**
     * Gets the "autoCompressPictures" attribute
     */
    boolean getAutoCompressPictures();
    
    /**
     * Gets (as xml) the "autoCompressPictures" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetAutoCompressPictures();
    
    /**
     * True if has "autoCompressPictures" attribute
     */
    boolean isSetAutoCompressPictures();
    
    /**
     * Sets the "autoCompressPictures" attribute
     */
    void setAutoCompressPictures(boolean autoCompressPictures);
    
    /**
     * Sets (as xml) the "autoCompressPictures" attribute
     */
    void xsetAutoCompressPictures(org.apache.xmlbeans.XmlBoolean autoCompressPictures);
    
    /**
     * Unsets the "autoCompressPictures" attribute
     */
    void unsetAutoCompressPictures();
    
    /**
     * Gets the "refreshAllConnections" attribute
     */
    boolean getRefreshAllConnections();
    
    /**
     * Gets (as xml) the "refreshAllConnections" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetRefreshAllConnections();
    
    /**
     * True if has "refreshAllConnections" attribute
     */
    boolean isSetRefreshAllConnections();
    
    /**
     * Sets the "refreshAllConnections" attribute
     */
    void setRefreshAllConnections(boolean refreshAllConnections);
    
    /**
     * Sets (as xml) the "refreshAllConnections" attribute
     */
    void xsetRefreshAllConnections(org.apache.xmlbeans.XmlBoolean refreshAllConnections);
    
    /**
     * Unsets the "refreshAllConnections" attribute
     */
    void unsetRefreshAllConnections();
    
    /**
     * Gets the "defaultThemeVersion" attribute
     */
    long getDefaultThemeVersion();
    
    /**
     * Gets (as xml) the "defaultThemeVersion" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetDefaultThemeVersion();
    
    /**
     * True if has "defaultThemeVersion" attribute
     */
    boolean isSetDefaultThemeVersion();
    
    /**
     * Sets the "defaultThemeVersion" attribute
     */
    void setDefaultThemeVersion(long defaultThemeVersion);
    
    /**
     * Sets (as xml) the "defaultThemeVersion" attribute
     */
    void xsetDefaultThemeVersion(org.apache.xmlbeans.XmlUnsignedInt defaultThemeVersion);
    
    /**
     * Unsets the "defaultThemeVersion" attribute
     */
    void unsetDefaultThemeVersion();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr newInstance() {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr 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 (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbookPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        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} */
        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