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

org.openxmlformats.schemas.presentationml.x2006.main.CTTimeNodeList 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_TimeNodeList
 * Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
 * Java type: org.openxmlformats.schemas.presentationml.x2006.main.CTTimeNodeList
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.presentationml.x2006.main;


/**
 * An XML CT_TimeNodeList(@http://schemas.openxmlformats.org/presentationml/2006/main).
 *
 * This is a complex type.
 */
public interface CTTimeNodeList extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTTimeNodeList.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD023D6490046BA0250A839A9AD24C443").resolveHandle("cttimenodelist0258type");
    
    /**
     * Gets a List of "par" elements
     */
    java.util.List getParList();
    
    /**
     * Gets array of all "par" elements
     */
    @Deprecated
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeNodeParallel[] getParArray();
    
    /**
     * Gets ith "par" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeNodeParallel getParArray(int i);
    
    /**
     * Returns number of "par" element
     */
    int sizeOfParArray();
    
    /**
     * Sets array of all "par" element
     */
    void setParArray(org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeNodeParallel[] parArray);
    
    /**
     * Sets ith "par" element
     */
    void setParArray(int i, org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeNodeParallel par);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "par" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeNodeParallel insertNewPar(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "par" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeNodeParallel addNewPar();
    
    /**
     * Removes the ith "par" element
     */
    void removePar(int i);
    
    /**
     * Gets a List of "seq" elements
     */
    java.util.List getSeqList();
    
    /**
     * Gets array of all "seq" elements
     */
    @Deprecated
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeNodeSequence[] getSeqArray();
    
    /**
     * Gets ith "seq" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeNodeSequence getSeqArray(int i);
    
    /**
     * Returns number of "seq" element
     */
    int sizeOfSeqArray();
    
    /**
     * Sets array of all "seq" element
     */
    void setSeqArray(org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeNodeSequence[] seqArray);
    
    /**
     * Sets ith "seq" element
     */
    void setSeqArray(int i, org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeNodeSequence seq);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "seq" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeNodeSequence insertNewSeq(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "seq" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeNodeSequence addNewSeq();
    
    /**
     * Removes the ith "seq" element
     */
    void removeSeq(int i);
    
    /**
     * Gets a List of "excl" elements
     */
    java.util.List getExclList();
    
    /**
     * Gets array of all "excl" elements
     */
    @Deprecated
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeNodeExclusive[] getExclArray();
    
    /**
     * Gets ith "excl" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeNodeExclusive getExclArray(int i);
    
    /**
     * Returns number of "excl" element
     */
    int sizeOfExclArray();
    
    /**
     * Sets array of all "excl" element
     */
    void setExclArray(org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeNodeExclusive[] exclArray);
    
    /**
     * Sets ith "excl" element
     */
    void setExclArray(int i, org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeNodeExclusive excl);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "excl" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeNodeExclusive insertNewExcl(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "excl" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLTimeNodeExclusive addNewExcl();
    
    /**
     * Removes the ith "excl" element
     */
    void removeExcl(int i);
    
    /**
     * Gets a List of "anim" elements
     */
    java.util.List getAnimList();
    
    /**
     * Gets array of all "anim" elements
     */
    @Deprecated
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateBehavior[] getAnimArray();
    
    /**
     * Gets ith "anim" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateBehavior getAnimArray(int i);
    
    /**
     * Returns number of "anim" element
     */
    int sizeOfAnimArray();
    
    /**
     * Sets array of all "anim" element
     */
    void setAnimArray(org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateBehavior[] animArray);
    
    /**
     * Sets ith "anim" element
     */
    void setAnimArray(int i, org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateBehavior anim);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "anim" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateBehavior insertNewAnim(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "anim" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateBehavior addNewAnim();
    
    /**
     * Removes the ith "anim" element
     */
    void removeAnim(int i);
    
    /**
     * Gets a List of "animClr" elements
     */
    java.util.List getAnimClrList();
    
    /**
     * Gets array of all "animClr" elements
     */
    @Deprecated
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateColorBehavior[] getAnimClrArray();
    
    /**
     * Gets ith "animClr" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateColorBehavior getAnimClrArray(int i);
    
    /**
     * Returns number of "animClr" element
     */
    int sizeOfAnimClrArray();
    
    /**
     * Sets array of all "animClr" element
     */
    void setAnimClrArray(org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateColorBehavior[] animClrArray);
    
    /**
     * Sets ith "animClr" element
     */
    void setAnimClrArray(int i, org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateColorBehavior animClr);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "animClr" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateColorBehavior insertNewAnimClr(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "animClr" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateColorBehavior addNewAnimClr();
    
    /**
     * Removes the ith "animClr" element
     */
    void removeAnimClr(int i);
    
    /**
     * Gets a List of "animEffect" elements
     */
    java.util.List getAnimEffectList();
    
    /**
     * Gets array of all "animEffect" elements
     */
    @Deprecated
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateEffectBehavior[] getAnimEffectArray();
    
    /**
     * Gets ith "animEffect" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateEffectBehavior getAnimEffectArray(int i);
    
    /**
     * Returns number of "animEffect" element
     */
    int sizeOfAnimEffectArray();
    
    /**
     * Sets array of all "animEffect" element
     */
    void setAnimEffectArray(org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateEffectBehavior[] animEffectArray);
    
    /**
     * Sets ith "animEffect" element
     */
    void setAnimEffectArray(int i, org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateEffectBehavior animEffect);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "animEffect" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateEffectBehavior insertNewAnimEffect(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "animEffect" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateEffectBehavior addNewAnimEffect();
    
    /**
     * Removes the ith "animEffect" element
     */
    void removeAnimEffect(int i);
    
    /**
     * Gets a List of "animMotion" elements
     */
    java.util.List getAnimMotionList();
    
    /**
     * Gets array of all "animMotion" elements
     */
    @Deprecated
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateMotionBehavior[] getAnimMotionArray();
    
    /**
     * Gets ith "animMotion" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateMotionBehavior getAnimMotionArray(int i);
    
    /**
     * Returns number of "animMotion" element
     */
    int sizeOfAnimMotionArray();
    
    /**
     * Sets array of all "animMotion" element
     */
    void setAnimMotionArray(org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateMotionBehavior[] animMotionArray);
    
    /**
     * Sets ith "animMotion" element
     */
    void setAnimMotionArray(int i, org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateMotionBehavior animMotion);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "animMotion" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateMotionBehavior insertNewAnimMotion(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "animMotion" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateMotionBehavior addNewAnimMotion();
    
    /**
     * Removes the ith "animMotion" element
     */
    void removeAnimMotion(int i);
    
    /**
     * Gets a List of "animRot" elements
     */
    java.util.List getAnimRotList();
    
    /**
     * Gets array of all "animRot" elements
     */
    @Deprecated
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateRotationBehavior[] getAnimRotArray();
    
    /**
     * Gets ith "animRot" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateRotationBehavior getAnimRotArray(int i);
    
    /**
     * Returns number of "animRot" element
     */
    int sizeOfAnimRotArray();
    
    /**
     * Sets array of all "animRot" element
     */
    void setAnimRotArray(org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateRotationBehavior[] animRotArray);
    
    /**
     * Sets ith "animRot" element
     */
    void setAnimRotArray(int i, org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateRotationBehavior animRot);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "animRot" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateRotationBehavior insertNewAnimRot(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "animRot" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateRotationBehavior addNewAnimRot();
    
    /**
     * Removes the ith "animRot" element
     */
    void removeAnimRot(int i);
    
    /**
     * Gets a List of "animScale" elements
     */
    java.util.List getAnimScaleList();
    
    /**
     * Gets array of all "animScale" elements
     */
    @Deprecated
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateScaleBehavior[] getAnimScaleArray();
    
    /**
     * Gets ith "animScale" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateScaleBehavior getAnimScaleArray(int i);
    
    /**
     * Returns number of "animScale" element
     */
    int sizeOfAnimScaleArray();
    
    /**
     * Sets array of all "animScale" element
     */
    void setAnimScaleArray(org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateScaleBehavior[] animScaleArray);
    
    /**
     * Sets ith "animScale" element
     */
    void setAnimScaleArray(int i, org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateScaleBehavior animScale);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "animScale" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateScaleBehavior insertNewAnimScale(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "animScale" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLAnimateScaleBehavior addNewAnimScale();
    
    /**
     * Removes the ith "animScale" element
     */
    void removeAnimScale(int i);
    
    /**
     * Gets a List of "cmd" elements
     */
    java.util.List getCmdList();
    
    /**
     * Gets array of all "cmd" elements
     */
    @Deprecated
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLCommandBehavior[] getCmdArray();
    
    /**
     * Gets ith "cmd" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLCommandBehavior getCmdArray(int i);
    
    /**
     * Returns number of "cmd" element
     */
    int sizeOfCmdArray();
    
    /**
     * Sets array of all "cmd" element
     */
    void setCmdArray(org.openxmlformats.schemas.presentationml.x2006.main.CTTLCommandBehavior[] cmdArray);
    
    /**
     * Sets ith "cmd" element
     */
    void setCmdArray(int i, org.openxmlformats.schemas.presentationml.x2006.main.CTTLCommandBehavior cmd);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "cmd" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLCommandBehavior insertNewCmd(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "cmd" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLCommandBehavior addNewCmd();
    
    /**
     * Removes the ith "cmd" element
     */
    void removeCmd(int i);
    
    /**
     * Gets a List of "set" elements
     */
    java.util.List getSetList();
    
    /**
     * Gets array of all "set" elements
     */
    @Deprecated
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLSetBehavior[] getSetArray();
    
    /**
     * Gets ith "set" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLSetBehavior getSetArray(int i);
    
    /**
     * Returns number of "set" element
     */
    int sizeOfSetArray();
    
    /**
     * Sets array of all "set" element
     */
    void setSetArray(org.openxmlformats.schemas.presentationml.x2006.main.CTTLSetBehavior[] setArray);
    
    /**
     * Sets ith "set" element
     */
    void setSetArray(int i, org.openxmlformats.schemas.presentationml.x2006.main.CTTLSetBehavior set);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "set" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLSetBehavior insertNewSet(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "set" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLSetBehavior addNewSet();
    
    /**
     * Removes the ith "set" element
     */
    void removeSet(int i);
    
    /**
     * Gets a List of "audio" elements
     */
    java.util.List getAudioList();
    
    /**
     * Gets array of all "audio" elements
     */
    @Deprecated
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLMediaNodeAudio[] getAudioArray();
    
    /**
     * Gets ith "audio" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLMediaNodeAudio getAudioArray(int i);
    
    /**
     * Returns number of "audio" element
     */
    int sizeOfAudioArray();
    
    /**
     * Sets array of all "audio" element
     */
    void setAudioArray(org.openxmlformats.schemas.presentationml.x2006.main.CTTLMediaNodeAudio[] audioArray);
    
    /**
     * Sets ith "audio" element
     */
    void setAudioArray(int i, org.openxmlformats.schemas.presentationml.x2006.main.CTTLMediaNodeAudio audio);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "audio" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLMediaNodeAudio insertNewAudio(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "audio" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLMediaNodeAudio addNewAudio();
    
    /**
     * Removes the ith "audio" element
     */
    void removeAudio(int i);
    
    /**
     * Gets a List of "video" elements
     */
    java.util.List getVideoList();
    
    /**
     * Gets array of all "video" elements
     */
    @Deprecated
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLMediaNodeVideo[] getVideoArray();
    
    /**
     * Gets ith "video" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLMediaNodeVideo getVideoArray(int i);
    
    /**
     * Returns number of "video" element
     */
    int sizeOfVideoArray();
    
    /**
     * Sets array of all "video" element
     */
    void setVideoArray(org.openxmlformats.schemas.presentationml.x2006.main.CTTLMediaNodeVideo[] videoArray);
    
    /**
     * Sets ith "video" element
     */
    void setVideoArray(int i, org.openxmlformats.schemas.presentationml.x2006.main.CTTLMediaNodeVideo video);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "video" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLMediaNodeVideo insertNewVideo(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "video" element
     */
    org.openxmlformats.schemas.presentationml.x2006.main.CTTLMediaNodeVideo addNewVideo();
    
    /**
     * Removes the ith "video" element
     */
    void removeVideo(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.presentationml.x2006.main.CTTimeNodeList.class.getClassLoader());
                typeLoader = new java.lang.ref.SoftReference(stl);
            }
            return stl;
        }

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