org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument Maven / Gradle / Ivy
/*
* An XML document type.
* Localname: restriction
* Namespace: http://www.w3.org/2001/XMLSchema
* Java type: org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument
*
* Automatically generated - do not modify.
*/
package org.apache.xmlbeans.impl.xb.xsdschema;
/**
* A document containing one restriction(@http://www.w3.org/2001/XMLSchema) element.
*
* This is a complex type.
*/
public interface RestrictionDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(RestrictionDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sXMLSCHEMA").resolveHandle("restriction0049doctype");
/**
* Gets the "restriction" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument.Restriction getRestriction();
/**
* Sets the "restriction" element
*/
void setRestriction(org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument.Restriction restriction);
/**
* Appends and returns a new empty "restriction" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument.Restriction addNewRestriction();
/**
* An XML restriction(@http://www.w3.org/2001/XMLSchema).
*
* This is a complex type.
*/
public interface Restriction extends org.apache.xmlbeans.impl.xb.xsdschema.Annotated
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Restriction.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sXMLSCHEMA").resolveHandle("restrictionad11elemtype");
/**
* Gets the "simpleType" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.LocalSimpleType getSimpleType();
/**
* True if has "simpleType" element
*/
boolean isSetSimpleType();
/**
* Sets the "simpleType" element
*/
void setSimpleType(org.apache.xmlbeans.impl.xb.xsdschema.LocalSimpleType simpleType);
/**
* Appends and returns a new empty "simpleType" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.LocalSimpleType addNewSimpleType();
/**
* Unsets the "simpleType" element
*/
void unsetSimpleType();
/**
* Gets array of all "minExclusive" elements
*/
org.apache.xmlbeans.impl.xb.xsdschema.Facet[] getMinExclusiveArray();
/**
* Gets ith "minExclusive" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.Facet getMinExclusiveArray(int i);
/**
* Returns number of "minExclusive" element
*/
int sizeOfMinExclusiveArray();
/**
* Sets array of all "minExclusive" element
*/
void setMinExclusiveArray(org.apache.xmlbeans.impl.xb.xsdschema.Facet[] minExclusiveArray);
/**
* Sets ith "minExclusive" element
*/
void setMinExclusiveArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.Facet minExclusive);
/**
* Inserts and returns a new empty value (as xml) as the ith "minExclusive" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.Facet insertNewMinExclusive(int i);
/**
* Appends and returns a new empty value (as xml) as the last "minExclusive" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.Facet addNewMinExclusive();
/**
* Removes the ith "minExclusive" element
*/
void removeMinExclusive(int i);
/**
* Gets array of all "minInclusive" elements
*/
org.apache.xmlbeans.impl.xb.xsdschema.Facet[] getMinInclusiveArray();
/**
* Gets ith "minInclusive" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.Facet getMinInclusiveArray(int i);
/**
* Returns number of "minInclusive" element
*/
int sizeOfMinInclusiveArray();
/**
* Sets array of all "minInclusive" element
*/
void setMinInclusiveArray(org.apache.xmlbeans.impl.xb.xsdschema.Facet[] minInclusiveArray);
/**
* Sets ith "minInclusive" element
*/
void setMinInclusiveArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.Facet minInclusive);
/**
* Inserts and returns a new empty value (as xml) as the ith "minInclusive" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.Facet insertNewMinInclusive(int i);
/**
* Appends and returns a new empty value (as xml) as the last "minInclusive" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.Facet addNewMinInclusive();
/**
* Removes the ith "minInclusive" element
*/
void removeMinInclusive(int i);
/**
* Gets array of all "maxExclusive" elements
*/
org.apache.xmlbeans.impl.xb.xsdschema.Facet[] getMaxExclusiveArray();
/**
* Gets ith "maxExclusive" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.Facet getMaxExclusiveArray(int i);
/**
* Returns number of "maxExclusive" element
*/
int sizeOfMaxExclusiveArray();
/**
* Sets array of all "maxExclusive" element
*/
void setMaxExclusiveArray(org.apache.xmlbeans.impl.xb.xsdschema.Facet[] maxExclusiveArray);
/**
* Sets ith "maxExclusive" element
*/
void setMaxExclusiveArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.Facet maxExclusive);
/**
* Inserts and returns a new empty value (as xml) as the ith "maxExclusive" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.Facet insertNewMaxExclusive(int i);
/**
* Appends and returns a new empty value (as xml) as the last "maxExclusive" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.Facet addNewMaxExclusive();
/**
* Removes the ith "maxExclusive" element
*/
void removeMaxExclusive(int i);
/**
* Gets array of all "maxInclusive" elements
*/
org.apache.xmlbeans.impl.xb.xsdschema.Facet[] getMaxInclusiveArray();
/**
* Gets ith "maxInclusive" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.Facet getMaxInclusiveArray(int i);
/**
* Returns number of "maxInclusive" element
*/
int sizeOfMaxInclusiveArray();
/**
* Sets array of all "maxInclusive" element
*/
void setMaxInclusiveArray(org.apache.xmlbeans.impl.xb.xsdschema.Facet[] maxInclusiveArray);
/**
* Sets ith "maxInclusive" element
*/
void setMaxInclusiveArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.Facet maxInclusive);
/**
* Inserts and returns a new empty value (as xml) as the ith "maxInclusive" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.Facet insertNewMaxInclusive(int i);
/**
* Appends and returns a new empty value (as xml) as the last "maxInclusive" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.Facet addNewMaxInclusive();
/**
* Removes the ith "maxInclusive" element
*/
void removeMaxInclusive(int i);
/**
* Gets array of all "totalDigits" elements
*/
org.apache.xmlbeans.impl.xb.xsdschema.TotalDigitsDocument.TotalDigits[] getTotalDigitsArray();
/**
* Gets ith "totalDigits" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.TotalDigitsDocument.TotalDigits getTotalDigitsArray(int i);
/**
* Returns number of "totalDigits" element
*/
int sizeOfTotalDigitsArray();
/**
* Sets array of all "totalDigits" element
*/
void setTotalDigitsArray(org.apache.xmlbeans.impl.xb.xsdschema.TotalDigitsDocument.TotalDigits[] totalDigitsArray);
/**
* Sets ith "totalDigits" element
*/
void setTotalDigitsArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.TotalDigitsDocument.TotalDigits totalDigits);
/**
* Inserts and returns a new empty value (as xml) as the ith "totalDigits" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.TotalDigitsDocument.TotalDigits insertNewTotalDigits(int i);
/**
* Appends and returns a new empty value (as xml) as the last "totalDigits" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.TotalDigitsDocument.TotalDigits addNewTotalDigits();
/**
* Removes the ith "totalDigits" element
*/
void removeTotalDigits(int i);
/**
* Gets array of all "fractionDigits" elements
*/
org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] getFractionDigitsArray();
/**
* Gets ith "fractionDigits" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.NumFacet getFractionDigitsArray(int i);
/**
* Returns number of "fractionDigits" element
*/
int sizeOfFractionDigitsArray();
/**
* Sets array of all "fractionDigits" element
*/
void setFractionDigitsArray(org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] fractionDigitsArray);
/**
* Sets ith "fractionDigits" element
*/
void setFractionDigitsArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.NumFacet fractionDigits);
/**
* Inserts and returns a new empty value (as xml) as the ith "fractionDigits" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.NumFacet insertNewFractionDigits(int i);
/**
* Appends and returns a new empty value (as xml) as the last "fractionDigits" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.NumFacet addNewFractionDigits();
/**
* Removes the ith "fractionDigits" element
*/
void removeFractionDigits(int i);
/**
* Gets array of all "length" elements
*/
org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] getLengthArray();
/**
* Gets ith "length" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.NumFacet getLengthArray(int i);
/**
* Returns number of "length" element
*/
int sizeOfLengthArray();
/**
* Sets array of all "length" element
*/
void setLengthArray(org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] lengthArray);
/**
* Sets ith "length" element
*/
void setLengthArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.NumFacet length);
/**
* Inserts and returns a new empty value (as xml) as the ith "length" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.NumFacet insertNewLength(int i);
/**
* Appends and returns a new empty value (as xml) as the last "length" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.NumFacet addNewLength();
/**
* Removes the ith "length" element
*/
void removeLength(int i);
/**
* Gets array of all "minLength" elements
*/
org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] getMinLengthArray();
/**
* Gets ith "minLength" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.NumFacet getMinLengthArray(int i);
/**
* Returns number of "minLength" element
*/
int sizeOfMinLengthArray();
/**
* Sets array of all "minLength" element
*/
void setMinLengthArray(org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] minLengthArray);
/**
* Sets ith "minLength" element
*/
void setMinLengthArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.NumFacet minLength);
/**
* Inserts and returns a new empty value (as xml) as the ith "minLength" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.NumFacet insertNewMinLength(int i);
/**
* Appends and returns a new empty value (as xml) as the last "minLength" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.NumFacet addNewMinLength();
/**
* Removes the ith "minLength" element
*/
void removeMinLength(int i);
/**
* Gets array of all "maxLength" elements
*/
org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] getMaxLengthArray();
/**
* Gets ith "maxLength" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.NumFacet getMaxLengthArray(int i);
/**
* Returns number of "maxLength" element
*/
int sizeOfMaxLengthArray();
/**
* Sets array of all "maxLength" element
*/
void setMaxLengthArray(org.apache.xmlbeans.impl.xb.xsdschema.NumFacet[] maxLengthArray);
/**
* Sets ith "maxLength" element
*/
void setMaxLengthArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.NumFacet maxLength);
/**
* Inserts and returns a new empty value (as xml) as the ith "maxLength" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.NumFacet insertNewMaxLength(int i);
/**
* Appends and returns a new empty value (as xml) as the last "maxLength" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.NumFacet addNewMaxLength();
/**
* Removes the ith "maxLength" element
*/
void removeMaxLength(int i);
/**
* Gets array of all "enumeration" elements
*/
org.apache.xmlbeans.impl.xb.xsdschema.NoFixedFacet[] getEnumerationArray();
/**
* Gets ith "enumeration" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.NoFixedFacet getEnumerationArray(int i);
/**
* Returns number of "enumeration" element
*/
int sizeOfEnumerationArray();
/**
* Sets array of all "enumeration" element
*/
void setEnumerationArray(org.apache.xmlbeans.impl.xb.xsdschema.NoFixedFacet[] enumerationArray);
/**
* Sets ith "enumeration" element
*/
void setEnumerationArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.NoFixedFacet enumeration);
/**
* Inserts and returns a new empty value (as xml) as the ith "enumeration" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.NoFixedFacet insertNewEnumeration(int i);
/**
* Appends and returns a new empty value (as xml) as the last "enumeration" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.NoFixedFacet addNewEnumeration();
/**
* Removes the ith "enumeration" element
*/
void removeEnumeration(int i);
/**
* Gets array of all "whiteSpace" elements
*/
org.apache.xmlbeans.impl.xb.xsdschema.WhiteSpaceDocument.WhiteSpace[] getWhiteSpaceArray();
/**
* Gets ith "whiteSpace" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.WhiteSpaceDocument.WhiteSpace getWhiteSpaceArray(int i);
/**
* Returns number of "whiteSpace" element
*/
int sizeOfWhiteSpaceArray();
/**
* Sets array of all "whiteSpace" element
*/
void setWhiteSpaceArray(org.apache.xmlbeans.impl.xb.xsdschema.WhiteSpaceDocument.WhiteSpace[] whiteSpaceArray);
/**
* Sets ith "whiteSpace" element
*/
void setWhiteSpaceArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.WhiteSpaceDocument.WhiteSpace whiteSpace);
/**
* Inserts and returns a new empty value (as xml) as the ith "whiteSpace" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.WhiteSpaceDocument.WhiteSpace insertNewWhiteSpace(int i);
/**
* Appends and returns a new empty value (as xml) as the last "whiteSpace" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.WhiteSpaceDocument.WhiteSpace addNewWhiteSpace();
/**
* Removes the ith "whiteSpace" element
*/
void removeWhiteSpace(int i);
/**
* Gets array of all "pattern" elements
*/
org.apache.xmlbeans.impl.xb.xsdschema.PatternDocument.Pattern[] getPatternArray();
/**
* Gets ith "pattern" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.PatternDocument.Pattern getPatternArray(int i);
/**
* Returns number of "pattern" element
*/
int sizeOfPatternArray();
/**
* Sets array of all "pattern" element
*/
void setPatternArray(org.apache.xmlbeans.impl.xb.xsdschema.PatternDocument.Pattern[] patternArray);
/**
* Sets ith "pattern" element
*/
void setPatternArray(int i, org.apache.xmlbeans.impl.xb.xsdschema.PatternDocument.Pattern pattern);
/**
* Inserts and returns a new empty value (as xml) as the ith "pattern" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.PatternDocument.Pattern insertNewPattern(int i);
/**
* Appends and returns a new empty value (as xml) as the last "pattern" element
*/
org.apache.xmlbeans.impl.xb.xsdschema.PatternDocument.Pattern addNewPattern();
/**
* Removes the ith "pattern" element
*/
void removePattern(int i);
/**
* Gets the "base" attribute
*/
javax.xml.namespace.QName getBase();
/**
* Gets (as xml) the "base" attribute
*/
org.apache.xmlbeans.XmlQName xgetBase();
/**
* True if has "base" attribute
*/
boolean isSetBase();
/**
* Sets the "base" attribute
*/
void setBase(javax.xml.namespace.QName base);
/**
* Sets (as xml) the "base" attribute
*/
void xsetBase(org.apache.xmlbeans.XmlQName base);
/**
* Unsets the "base" attribute
*/
void unsetBase();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument.Restriction newInstance() {
return (org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument.Restriction) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument.Restriction newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument.Restriction) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument newInstance() {
return (org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument 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.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument) 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