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

org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions 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

The newest version!
/*
 * XML Type:  CT_Revisions
 * Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
 * Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.spreadsheetml.x2006.main;


/**
 * An XML CT_Revisions(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTRevisions extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTRevisions.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD023D6490046BA0250A839A9AD24C443").resolveHandle("ctrevisions7d97type");
    
    /**
     * Gets a List of "rrc" elements
     */
    java.util.List getRrcList();
    
    /**
     * Gets array of all "rrc" elements
     */
    @Deprecated
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionRowColumn[] getRrcArray();
    
    /**
     * Gets ith "rrc" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionRowColumn getRrcArray(int i);
    
    /**
     * Returns number of "rrc" element
     */
    int sizeOfRrcArray();
    
    /**
     * Sets array of all "rrc" element
     */
    void setRrcArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionRowColumn[] rrcArray);
    
    /**
     * Sets ith "rrc" element
     */
    void setRrcArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionRowColumn rrc);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "rrc" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionRowColumn insertNewRrc(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "rrc" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionRowColumn addNewRrc();
    
    /**
     * Removes the ith "rrc" element
     */
    void removeRrc(int i);
    
    /**
     * Gets a List of "rm" elements
     */
    java.util.List getRmList();
    
    /**
     * Gets array of all "rm" elements
     */
    @Deprecated
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionMove[] getRmArray();
    
    /**
     * Gets ith "rm" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionMove getRmArray(int i);
    
    /**
     * Returns number of "rm" element
     */
    int sizeOfRmArray();
    
    /**
     * Sets array of all "rm" element
     */
    void setRmArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionMove[] rmArray);
    
    /**
     * Sets ith "rm" element
     */
    void setRmArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionMove rm);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "rm" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionMove insertNewRm(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "rm" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionMove addNewRm();
    
    /**
     * Removes the ith "rm" element
     */
    void removeRm(int i);
    
    /**
     * Gets a List of "rcv" elements
     */
    java.util.List getRcvList();
    
    /**
     * Gets array of all "rcv" elements
     */
    @Deprecated
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionCustomView[] getRcvArray();
    
    /**
     * Gets ith "rcv" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionCustomView getRcvArray(int i);
    
    /**
     * Returns number of "rcv" element
     */
    int sizeOfRcvArray();
    
    /**
     * Sets array of all "rcv" element
     */
    void setRcvArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionCustomView[] rcvArray);
    
    /**
     * Sets ith "rcv" element
     */
    void setRcvArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionCustomView rcv);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "rcv" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionCustomView insertNewRcv(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "rcv" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionCustomView addNewRcv();
    
    /**
     * Removes the ith "rcv" element
     */
    void removeRcv(int i);
    
    /**
     * Gets a List of "rsnm" elements
     */
    java.util.List getRsnmList();
    
    /**
     * Gets array of all "rsnm" elements
     */
    @Deprecated
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionSheetRename[] getRsnmArray();
    
    /**
     * Gets ith "rsnm" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionSheetRename getRsnmArray(int i);
    
    /**
     * Returns number of "rsnm" element
     */
    int sizeOfRsnmArray();
    
    /**
     * Sets array of all "rsnm" element
     */
    void setRsnmArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionSheetRename[] rsnmArray);
    
    /**
     * Sets ith "rsnm" element
     */
    void setRsnmArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionSheetRename rsnm);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "rsnm" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionSheetRename insertNewRsnm(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "rsnm" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionSheetRename addNewRsnm();
    
    /**
     * Removes the ith "rsnm" element
     */
    void removeRsnm(int i);
    
    /**
     * Gets a List of "ris" elements
     */
    java.util.List getRisList();
    
    /**
     * Gets array of all "ris" elements
     */
    @Deprecated
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionInsertSheet[] getRisArray();
    
    /**
     * Gets ith "ris" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionInsertSheet getRisArray(int i);
    
    /**
     * Returns number of "ris" element
     */
    int sizeOfRisArray();
    
    /**
     * Sets array of all "ris" element
     */
    void setRisArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionInsertSheet[] risArray);
    
    /**
     * Sets ith "ris" element
     */
    void setRisArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionInsertSheet ris);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "ris" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionInsertSheet insertNewRis(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "ris" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionInsertSheet addNewRis();
    
    /**
     * Removes the ith "ris" element
     */
    void removeRis(int i);
    
    /**
     * Gets a List of "rcc" elements
     */
    java.util.List getRccList();
    
    /**
     * Gets array of all "rcc" elements
     */
    @Deprecated
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionCellChange[] getRccArray();
    
    /**
     * Gets ith "rcc" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionCellChange getRccArray(int i);
    
    /**
     * Returns number of "rcc" element
     */
    int sizeOfRccArray();
    
    /**
     * Sets array of all "rcc" element
     */
    void setRccArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionCellChange[] rccArray);
    
    /**
     * Sets ith "rcc" element
     */
    void setRccArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionCellChange rcc);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "rcc" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionCellChange insertNewRcc(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "rcc" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionCellChange addNewRcc();
    
    /**
     * Removes the ith "rcc" element
     */
    void removeRcc(int i);
    
    /**
     * Gets a List of "rfmt" elements
     */
    java.util.List getRfmtList();
    
    /**
     * Gets array of all "rfmt" elements
     */
    @Deprecated
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionFormatting[] getRfmtArray();
    
    /**
     * Gets ith "rfmt" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionFormatting getRfmtArray(int i);
    
    /**
     * Returns number of "rfmt" element
     */
    int sizeOfRfmtArray();
    
    /**
     * Sets array of all "rfmt" element
     */
    void setRfmtArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionFormatting[] rfmtArray);
    
    /**
     * Sets ith "rfmt" element
     */
    void setRfmtArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionFormatting rfmt);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "rfmt" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionFormatting insertNewRfmt(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "rfmt" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionFormatting addNewRfmt();
    
    /**
     * Removes the ith "rfmt" element
     */
    void removeRfmt(int i);
    
    /**
     * Gets a List of "raf" elements
     */
    java.util.List getRafList();
    
    /**
     * Gets array of all "raf" elements
     */
    @Deprecated
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting[] getRafArray();
    
    /**
     * Gets ith "raf" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting getRafArray(int i);
    
    /**
     * Returns number of "raf" element
     */
    int sizeOfRafArray();
    
    /**
     * Sets array of all "raf" element
     */
    void setRafArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting[] rafArray);
    
    /**
     * Sets ith "raf" element
     */
    void setRafArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting raf);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "raf" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting insertNewRaf(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "raf" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionAutoFormatting addNewRaf();
    
    /**
     * Removes the ith "raf" element
     */
    void removeRaf(int i);
    
    /**
     * Gets a List of "rdn" elements
     */
    java.util.List getRdnList();
    
    /**
     * Gets array of all "rdn" elements
     */
    @Deprecated
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName[] getRdnArray();
    
    /**
     * Gets ith "rdn" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName getRdnArray(int i);
    
    /**
     * Returns number of "rdn" element
     */
    int sizeOfRdnArray();
    
    /**
     * Sets array of all "rdn" element
     */
    void setRdnArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName[] rdnArray);
    
    /**
     * Sets ith "rdn" element
     */
    void setRdnArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName rdn);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "rdn" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName insertNewRdn(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "rdn" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionDefinedName addNewRdn();
    
    /**
     * Removes the ith "rdn" element
     */
    void removeRdn(int i);
    
    /**
     * Gets a List of "rcmt" elements
     */
    java.util.List getRcmtList();
    
    /**
     * Gets array of all "rcmt" elements
     */
    @Deprecated
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionComment[] getRcmtArray();
    
    /**
     * Gets ith "rcmt" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionComment getRcmtArray(int i);
    
    /**
     * Returns number of "rcmt" element
     */
    int sizeOfRcmtArray();
    
    /**
     * Sets array of all "rcmt" element
     */
    void setRcmtArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionComment[] rcmtArray);
    
    /**
     * Sets ith "rcmt" element
     */
    void setRcmtArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionComment rcmt);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "rcmt" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionComment insertNewRcmt(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "rcmt" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionComment addNewRcmt();
    
    /**
     * Removes the ith "rcmt" element
     */
    void removeRcmt(int i);
    
    /**
     * Gets a List of "rqt" elements
     */
    java.util.List getRqtList();
    
    /**
     * Gets array of all "rqt" elements
     */
    @Deprecated
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionQueryTableField[] getRqtArray();
    
    /**
     * Gets ith "rqt" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionQueryTableField getRqtArray(int i);
    
    /**
     * Returns number of "rqt" element
     */
    int sizeOfRqtArray();
    
    /**
     * Sets array of all "rqt" element
     */
    void setRqtArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionQueryTableField[] rqtArray);
    
    /**
     * Sets ith "rqt" element
     */
    void setRqtArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionQueryTableField rqt);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "rqt" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionQueryTableField insertNewRqt(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "rqt" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionQueryTableField addNewRqt();
    
    /**
     * Removes the ith "rqt" element
     */
    void removeRqt(int i);
    
    /**
     * Gets a List of "rcft" elements
     */
    java.util.List getRcftList();
    
    /**
     * Gets array of all "rcft" elements
     */
    @Deprecated
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionConflict[] getRcftArray();
    
    /**
     * Gets ith "rcft" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionConflict getRcftArray(int i);
    
    /**
     * Returns number of "rcft" element
     */
    int sizeOfRcftArray();
    
    /**
     * Sets array of all "rcft" element
     */
    void setRcftArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionConflict[] rcftArray);
    
    /**
     * Sets ith "rcft" element
     */
    void setRcftArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionConflict rcft);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "rcft" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionConflict insertNewRcft(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "rcft" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisionConflict addNewRcft();
    
    /**
     * Removes the ith "rcft" element
     */
    void removeRcft(int i);
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {

        private static java.lang.ref.SoftReference typeLoader;

        private static synchronized org.apache.xmlbeans.SchemaTypeLoader getTypeLoader() {
            org.apache.xmlbeans.SchemaTypeLoader stl = (typeLoader == null) ? null : typeLoader.get();
            if (stl == null) {
                stl = org.apache.xmlbeans.XmlBeans.typeLoaderForClassLoader(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions.class.getClassLoader());
                typeLoader = new java.lang.ref.SoftReference(stl);
            }
            return stl;
        }

        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions newInstance() {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions) getTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions) getTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions 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.CTRevisions) getTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions) getTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions 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.CTRevisions) getTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions) getTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions 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.CTRevisions) getTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions) getTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions 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.CTRevisions) getTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions) getTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions) getTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions) getTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions) getTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions 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.CTRevisions) getTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRevisions 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.CTRevisions) getTypeLoader().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 getTypeLoader().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 getTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy