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

org.openxmlformats.schemas.drawingml.x2006.chart.CTDateAx 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_DateAx
 * Namespace: http://schemas.openxmlformats.org/drawingml/2006/chart
 * Java type: org.openxmlformats.schemas.drawingml.x2006.chart.CTDateAx
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.drawingml.x2006.chart;


/**
 * An XML CT_DateAx(@http://schemas.openxmlformats.org/drawingml/2006/chart).
 *
 * This is a complex type.
 */
public interface CTDateAx extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTDateAx.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD023D6490046BA0250A839A9AD24C443").resolveHandle("ctdateaxbdd7type");
    
    /**
     * Gets the "axId" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTUnsignedInt getAxId();
    
    /**
     * Sets the "axId" element
     */
    void setAxId(org.openxmlformats.schemas.drawingml.x2006.chart.CTUnsignedInt axId);
    
    /**
     * Appends and returns a new empty "axId" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTUnsignedInt addNewAxId();
    
    /**
     * Gets the "scaling" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling getScaling();
    
    /**
     * Sets the "scaling" element
     */
    void setScaling(org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling scaling);
    
    /**
     * Appends and returns a new empty "scaling" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling addNewScaling();
    
    /**
     * Gets the "delete" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean getDelete();
    
    /**
     * True if has "delete" element
     */
    boolean isSetDelete();
    
    /**
     * Sets the "delete" element
     */
    void setDelete(org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean delete);
    
    /**
     * Appends and returns a new empty "delete" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean addNewDelete();
    
    /**
     * Unsets the "delete" element
     */
    void unsetDelete();
    
    /**
     * Gets the "axPos" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos getAxPos();
    
    /**
     * Sets the "axPos" element
     */
    void setAxPos(org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos axPos);
    
    /**
     * Appends and returns a new empty "axPos" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos addNewAxPos();
    
    /**
     * Gets the "majorGridlines" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines getMajorGridlines();
    
    /**
     * True if has "majorGridlines" element
     */
    boolean isSetMajorGridlines();
    
    /**
     * Sets the "majorGridlines" element
     */
    void setMajorGridlines(org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines majorGridlines);
    
    /**
     * Appends and returns a new empty "majorGridlines" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines addNewMajorGridlines();
    
    /**
     * Unsets the "majorGridlines" element
     */
    void unsetMajorGridlines();
    
    /**
     * Gets the "minorGridlines" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines getMinorGridlines();
    
    /**
     * True if has "minorGridlines" element
     */
    boolean isSetMinorGridlines();
    
    /**
     * Sets the "minorGridlines" element
     */
    void setMinorGridlines(org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines minorGridlines);
    
    /**
     * Appends and returns a new empty "minorGridlines" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines addNewMinorGridlines();
    
    /**
     * Unsets the "minorGridlines" element
     */
    void unsetMinorGridlines();
    
    /**
     * Gets the "title" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTTitle getTitle();
    
    /**
     * True if has "title" element
     */
    boolean isSetTitle();
    
    /**
     * Sets the "title" element
     */
    void setTitle(org.openxmlformats.schemas.drawingml.x2006.chart.CTTitle title);
    
    /**
     * Appends and returns a new empty "title" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTTitle addNewTitle();
    
    /**
     * Unsets the "title" element
     */
    void unsetTitle();
    
    /**
     * Gets the "numFmt" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt getNumFmt();
    
    /**
     * True if has "numFmt" element
     */
    boolean isSetNumFmt();
    
    /**
     * Sets the "numFmt" element
     */
    void setNumFmt(org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt numFmt);
    
    /**
     * Appends and returns a new empty "numFmt" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt addNewNumFmt();
    
    /**
     * Unsets the "numFmt" element
     */
    void unsetNumFmt();
    
    /**
     * Gets the "majorTickMark" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMajorTickMark();
    
    /**
     * True if has "majorTickMark" element
     */
    boolean isSetMajorTickMark();
    
    /**
     * Sets the "majorTickMark" element
     */
    void setMajorTickMark(org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark majorTickMark);
    
    /**
     * Appends and returns a new empty "majorTickMark" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark addNewMajorTickMark();
    
    /**
     * Unsets the "majorTickMark" element
     */
    void unsetMajorTickMark();
    
    /**
     * Gets the "minorTickMark" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMinorTickMark();
    
    /**
     * True if has "minorTickMark" element
     */
    boolean isSetMinorTickMark();
    
    /**
     * Sets the "minorTickMark" element
     */
    void setMinorTickMark(org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark minorTickMark);
    
    /**
     * Appends and returns a new empty "minorTickMark" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark addNewMinorTickMark();
    
    /**
     * Unsets the "minorTickMark" element
     */
    void unsetMinorTickMark();
    
    /**
     * Gets the "tickLblPos" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTTickLblPos getTickLblPos();
    
    /**
     * True if has "tickLblPos" element
     */
    boolean isSetTickLblPos();
    
    /**
     * Sets the "tickLblPos" element
     */
    void setTickLblPos(org.openxmlformats.schemas.drawingml.x2006.chart.CTTickLblPos tickLblPos);
    
    /**
     * Appends and returns a new empty "tickLblPos" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTTickLblPos addNewTickLblPos();
    
    /**
     * Unsets the "tickLblPos" element
     */
    void unsetTickLblPos();
    
    /**
     * Gets the "spPr" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties getSpPr();
    
    /**
     * True if has "spPr" element
     */
    boolean isSetSpPr();
    
    /**
     * Sets the "spPr" element
     */
    void setSpPr(org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties spPr);
    
    /**
     * Appends and returns a new empty "spPr" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties addNewSpPr();
    
    /**
     * Unsets the "spPr" element
     */
    void unsetSpPr();
    
    /**
     * Gets the "txPr" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody getTxPr();
    
    /**
     * True if has "txPr" element
     */
    boolean isSetTxPr();
    
    /**
     * Sets the "txPr" element
     */
    void setTxPr(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody txPr);
    
    /**
     * Appends and returns a new empty "txPr" element
     */
    org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody addNewTxPr();
    
    /**
     * Unsets the "txPr" element
     */
    void unsetTxPr();
    
    /**
     * Gets the "crossAx" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTUnsignedInt getCrossAx();
    
    /**
     * Sets the "crossAx" element
     */
    void setCrossAx(org.openxmlformats.schemas.drawingml.x2006.chart.CTUnsignedInt crossAx);
    
    /**
     * Appends and returns a new empty "crossAx" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTUnsignedInt addNewCrossAx();
    
    /**
     * Gets the "crosses" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses getCrosses();
    
    /**
     * True if has "crosses" element
     */
    boolean isSetCrosses();
    
    /**
     * Sets the "crosses" element
     */
    void setCrosses(org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses crosses);
    
    /**
     * Appends and returns a new empty "crosses" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses addNewCrosses();
    
    /**
     * Unsets the "crosses" element
     */
    void unsetCrosses();
    
    /**
     * Gets the "crossesAt" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTDouble getCrossesAt();
    
    /**
     * True if has "crossesAt" element
     */
    boolean isSetCrossesAt();
    
    /**
     * Sets the "crossesAt" element
     */
    void setCrossesAt(org.openxmlformats.schemas.drawingml.x2006.chart.CTDouble crossesAt);
    
    /**
     * Appends and returns a new empty "crossesAt" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTDouble addNewCrossesAt();
    
    /**
     * Unsets the "crossesAt" element
     */
    void unsetCrossesAt();
    
    /**
     * Gets the "auto" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean getAuto();
    
    /**
     * True if has "auto" element
     */
    boolean isSetAuto();
    
    /**
     * Sets the "auto" element
     */
    void setAuto(org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean auto);
    
    /**
     * Appends and returns a new empty "auto" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean addNewAuto();
    
    /**
     * Unsets the "auto" element
     */
    void unsetAuto();
    
    /**
     * Gets the "lblOffset" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTLblOffset getLblOffset();
    
    /**
     * True if has "lblOffset" element
     */
    boolean isSetLblOffset();
    
    /**
     * Sets the "lblOffset" element
     */
    void setLblOffset(org.openxmlformats.schemas.drawingml.x2006.chart.CTLblOffset lblOffset);
    
    /**
     * Appends and returns a new empty "lblOffset" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTLblOffset addNewLblOffset();
    
    /**
     * Unsets the "lblOffset" element
     */
    void unsetLblOffset();
    
    /**
     * Gets the "baseTimeUnit" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTTimeUnit getBaseTimeUnit();
    
    /**
     * True if has "baseTimeUnit" element
     */
    boolean isSetBaseTimeUnit();
    
    /**
     * Sets the "baseTimeUnit" element
     */
    void setBaseTimeUnit(org.openxmlformats.schemas.drawingml.x2006.chart.CTTimeUnit baseTimeUnit);
    
    /**
     * Appends and returns a new empty "baseTimeUnit" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTTimeUnit addNewBaseTimeUnit();
    
    /**
     * Unsets the "baseTimeUnit" element
     */
    void unsetBaseTimeUnit();
    
    /**
     * Gets the "majorUnit" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTAxisUnit getMajorUnit();
    
    /**
     * True if has "majorUnit" element
     */
    boolean isSetMajorUnit();
    
    /**
     * Sets the "majorUnit" element
     */
    void setMajorUnit(org.openxmlformats.schemas.drawingml.x2006.chart.CTAxisUnit majorUnit);
    
    /**
     * Appends and returns a new empty "majorUnit" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTAxisUnit addNewMajorUnit();
    
    /**
     * Unsets the "majorUnit" element
     */
    void unsetMajorUnit();
    
    /**
     * Gets the "majorTimeUnit" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTTimeUnit getMajorTimeUnit();
    
    /**
     * True if has "majorTimeUnit" element
     */
    boolean isSetMajorTimeUnit();
    
    /**
     * Sets the "majorTimeUnit" element
     */
    void setMajorTimeUnit(org.openxmlformats.schemas.drawingml.x2006.chart.CTTimeUnit majorTimeUnit);
    
    /**
     * Appends and returns a new empty "majorTimeUnit" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTTimeUnit addNewMajorTimeUnit();
    
    /**
     * Unsets the "majorTimeUnit" element
     */
    void unsetMajorTimeUnit();
    
    /**
     * Gets the "minorUnit" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTAxisUnit getMinorUnit();
    
    /**
     * True if has "minorUnit" element
     */
    boolean isSetMinorUnit();
    
    /**
     * Sets the "minorUnit" element
     */
    void setMinorUnit(org.openxmlformats.schemas.drawingml.x2006.chart.CTAxisUnit minorUnit);
    
    /**
     * Appends and returns a new empty "minorUnit" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTAxisUnit addNewMinorUnit();
    
    /**
     * Unsets the "minorUnit" element
     */
    void unsetMinorUnit();
    
    /**
     * Gets the "minorTimeUnit" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTTimeUnit getMinorTimeUnit();
    
    /**
     * True if has "minorTimeUnit" element
     */
    boolean isSetMinorTimeUnit();
    
    /**
     * Sets the "minorTimeUnit" element
     */
    void setMinorTimeUnit(org.openxmlformats.schemas.drawingml.x2006.chart.CTTimeUnit minorTimeUnit);
    
    /**
     * Appends and returns a new empty "minorTimeUnit" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTTimeUnit addNewMinorTimeUnit();
    
    /**
     * Unsets the "minorTimeUnit" element
     */
    void unsetMinorTimeUnit();
    
    /**
     * Gets the "extLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTExtensionList getExtLst();
    
    /**
     * True if has "extLst" element
     */
    boolean isSetExtLst();
    
    /**
     * Sets the "extLst" element
     */
    void setExtLst(org.openxmlformats.schemas.drawingml.x2006.chart.CTExtensionList extLst);
    
    /**
     * Appends and returns a new empty "extLst" element
     */
    org.openxmlformats.schemas.drawingml.x2006.chart.CTExtensionList addNewExtLst();
    
    /**
     * Unsets the "extLst" element
     */
    void unsetExtLst();
    
    /**
     * 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.drawingml.x2006.chart.CTDateAx.class.getClassLoader());
                typeLoader = new java.lang.ref.SoftReference(stl);
            }
            return stl;
        }

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