Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.xmlbeans.SchemaType

Uses of SchemaType in org.apache.xmlbeans
 

Fields in org.apache.xmlbeans declared as SchemaType
private  SchemaType XmlValidationError._expectedSchemaType
           
private  SchemaType XmlValidationError._badSchemaType
           
static SchemaType XmlUnsignedShort.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlUnsignedLong.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlUnsignedInt.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlUnsignedByte.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlToken.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlTime.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlString.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlShort.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlQName.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlPositiveInteger.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlObject.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlNormalizedString.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlNonPositiveInteger.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlNonNegativeInteger.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlNegativeInteger.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlName.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlNOTATION.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlNMTOKENS.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlNMTOKEN.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlNCName.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlLong.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlLanguage.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlInteger.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlInt.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlIDREFS.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlIDREF.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlID.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlHexBinary.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlGYearMonth.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlGYear.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlGMonthDay.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlGMonth.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlGDay.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlFloat.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlENTITY.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlENTITIES.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlDuration.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlDouble.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlDecimal.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlDateTime.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlDate.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlByte.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlBoolean.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlBeans.NO_TYPE
          The SchemaType object given to an XmlObject instance when no type can be determined.
static SchemaType XmlBase64Binary.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlAnyURI.type
          The constant SchemaType object representing this schema type.
static SchemaType XmlAnySimpleType.type
          The constant SchemaType object representing this schema type.
 

Methods in org.apache.xmlbeans that return SchemaType
 SchemaType XmlValidationError.getBadSchemaType()
           
 SchemaType XmlValidationError.getExpectedSchemaType()
           
 SchemaType XmlObject.schemaType()
          The schema type for this instance.
static SchemaType XmlBeans.typeForClass(java.lang.Class c)
          Returns the SchemaType from a corresponding XmlObject subclass, or null if none.
private static SchemaType XmlBeans.getNoType()
           
 SchemaType SimpleValue.instanceType()
          The same as getSchemaType unless this is a union instance or nil value.
 SchemaType[] SchemaTypeSystem.globalTypes()
          Returns the global types defined in this loader.
 SchemaType[] SchemaTypeSystem.documentTypes()
          Returns the document types defined in this loader.
 SchemaType[] SchemaTypeSystem.attributeTypes()
          Returns the attribute types defined in this loader.
 SchemaType SchemaTypeSystem.typeForHandle(java.lang.String handle)
          Locates a type, element, or attribute using the handle.
 SchemaType SchemaTypeLoader.findType(javax.xml.namespace.QName name)
          Returns the type with the given name, or null if none.
 SchemaType SchemaTypeLoader.findDocumentType(javax.xml.namespace.QName name)
          Returns the document type rooted at the given element name, or null if none.
 SchemaType SchemaTypeLoader.findAttributeType(javax.xml.namespace.QName name)
          Returns the attribute type containing the given attribute name, or null if none.
 SchemaType SchemaTypeLoader.typeForSignature(java.lang.String signature)
          Finds a type for a given signature string
 SchemaType SchemaTypeLoader.typeForClassname(java.lang.String classname)
          Finds a type for a given fully-qualified XML Bean classname
 SchemaType SchemaType.getOuterType()
          The outer schema type.
 SchemaType SchemaType.getBaseType()
          Returns base restriction or extension type.
 SchemaType SchemaType.getCommonBaseType(SchemaType type)
          Returns common base type with the given type.
 SchemaType SchemaType.getContentBasedOnType()
          For complex types with simple content returns the base type for this type's content.
 SchemaType[] SchemaType.getAnonymousTypes()
          The array of inner (anonymous) types defined within this type.
 SchemaType SchemaType.getElementType(javax.xml.namespace.QName eltName, javax.xml.namespace.QName xsiType, SchemaTypeLoader wildcardTypeLoader)
          Returns the type of a child element based on the element name and an xsi:type attribute (and the type system within which names are resolved).
 SchemaType SchemaType.getAttributeType(javax.xml.namespace.QName eltName, SchemaTypeLoader wildcardTypeLoader)
          Returns the type of an attribute based on the attribute name and the type system within which (wildcard) names are resolved.
 SchemaType SchemaType.getBaseEnumType()
          If this is a string enumeration, returns the most basic base schema type that this enuemration is based on.
 SchemaType SchemaType.getPrimitiveType()
          For atomic types only: get the primitive type underlying this one.
 SchemaType[] SchemaType.getUnionMemberTypes()
          For union types only: get the shallow member types.
 SchemaType[] SchemaType.getUnionSubTypes()
          For union types only: gets the full tree of member types.
 SchemaType[] SchemaType.getUnionConstituentTypes()
          For union types only: get the constituent member types.
 SchemaType SchemaType.getUnionCommonBaseType()
          For union types only: get the most specific common base type of the constituent member types.
 SchemaType SchemaType.getListItemType()
          For list types only: get the item type.
 SchemaType SchemaType.Ref.get()
           
 SchemaType SchemaProperty.getContainerType()
          The type within which this property appears
 SchemaType SchemaProperty.getType()
          The schema type for the property.
 SchemaType SchemaProperty.javaBasedOnType()
          The schema type returned from the Java getter for this property.
 SchemaType SchemaParticle.getType()
          For elements only: returns the type of the element.
 SchemaType SchemaField.getType()
          Returns the type of this use.
 SchemaType FilterXmlObject.schemaType()
           
 SchemaType FilterXmlObject.instanceType()
           
 

Methods in org.apache.xmlbeans with parameters of type SchemaType
static XmlValidationError XmlValidationError.forCursorWithDetails(java.lang.String message, java.lang.String code, java.lang.Object[] args, int severity, XmlCursor cursor, javax.xml.namespace.QName fieldQName, javax.xml.namespace.QName offendingQname, SchemaType expectedSchemaType, java.util.List expectedQNames, int errorType, SchemaType badSchemaType)
           
static XmlValidationError XmlValidationError.forLocationWithDetails(java.lang.String message, java.lang.String code, java.lang.Object[] args, int severity, javax.xml.stream.Location location, javax.xml.namespace.QName fieldQName, javax.xml.namespace.QName offendingQname, SchemaType expectedSchemaType, java.util.List expectedQNames, int errorType, SchemaType badSchemaType)
           
 void XmlValidationError.setBadSchemaType(SchemaType _badSchemaType)
           
 void XmlValidationError.setExpectedSchemaType(SchemaType _expectedSchemaType)
           
 XmlOptions XmlOptions.setDocumentType(SchemaType type)
          When parsing a document, this sets the type of the root element.
 XmlObject XmlObject.changeType(SchemaType newType)
          Changes the schema type associated with this data and returns a new XmlObject instance whose schemaType is the new type.
 XmlObject XmlObject.substitute(javax.xml.namespace.QName newName, SchemaType newType)
          Changes the schema type associated with this data using substitution groups and returns an XmlObject instance whose schemaType is the new type and container name is the new name.
 XmlObject XmlFactoryHook.newInstance(SchemaTypeLoader loader, SchemaType type, XmlOptions options)
          Hooks Factory.newInstance calls
 XmlObject XmlFactoryHook.parse(SchemaTypeLoader loader, java.lang.String xmlText, SchemaType type, XmlOptions options)
          Hooks Factory.parse calls
 XmlObject XmlFactoryHook.parse(SchemaTypeLoader loader, java.io.InputStream jiois, SchemaType type, XmlOptions options)
          Hooks Factory.parse calls
 XmlObject XmlFactoryHook.parse(SchemaTypeLoader loader, javax.xml.stream.XMLStreamReader xsr, SchemaType type, XmlOptions options)
          Hooks Factory.parse calls
 XmlObject XmlFactoryHook.parse(SchemaTypeLoader loader, java.io.Reader jior, SchemaType type, XmlOptions options)
          Hooks Factory.parse calls
 XmlObject XmlFactoryHook.parse(SchemaTypeLoader loader, org.w3c.dom.Node node, SchemaType type, XmlOptions options)
          Hooks Factory.parse calls
 XmlObject XmlFactoryHook.parse(SchemaTypeLoader loader, org.apache.xmlbeans.xml.stream.XMLInputStream xis, SchemaType type, XmlOptions options)
          Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
 XmlSaxHandler XmlFactoryHook.newXmlSaxHandler(SchemaTypeLoader loader, SchemaType type, XmlOptions options)
          Hooks Factory.newXmlSaxHandler calls
 XmlObject SchemaTypeLoader.newInstance(SchemaType type, XmlOptions options)
          Creates an instance of the given type.
 XmlObject SchemaTypeLoader.parse(java.lang.String xmlText, SchemaType type, XmlOptions options)
          Parses an instance of the given type.
 XmlObject SchemaTypeLoader.parse(java.io.File file, SchemaType type, XmlOptions options)
          Parses an instance of the given type.
 XmlObject SchemaTypeLoader.parse(java.net.URL file, SchemaType type, XmlOptions options)
          Parses an instance of the given type.
 XmlObject SchemaTypeLoader.parse(java.io.InputStream jiois, SchemaType type, XmlOptions options)
          Parses an instance of the given type.
 XmlObject SchemaTypeLoader.parse(javax.xml.stream.XMLStreamReader xsr, SchemaType type, XmlOptions options)
          Parses an instance of the given type.
 XmlObject SchemaTypeLoader.parse(java.io.Reader jior, SchemaType type, XmlOptions options)
          Parses an instance of the given type.
 XmlObject SchemaTypeLoader.parse(org.w3c.dom.Node node, SchemaType type, XmlOptions options)
          Parses an instance of the given type.
 XmlObject SchemaTypeLoader.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, SchemaType type, XmlOptions options)
          Deprecated. Deprecated by XMLStreamReader from STaX - jsr173 API.
 XmlSaxHandler SchemaTypeLoader.newXmlSaxHandler(SchemaType type, XmlOptions options)
          Returns an XmlSaxHandler that can parse an instance of the given type.
 org.apache.xmlbeans.xml.stream.XMLInputStream SchemaTypeLoader.newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, SchemaType type, XmlOptions options)
          Deprecated. Deprecated by XMLStreamReader from STaX - jsr173 API.
 SchemaType SchemaType.getCommonBaseType(SchemaType type)
          Returns common base type with the given type.
 boolean SchemaType.isAssignableFrom(SchemaType type)
          True if the specified type derives from this type (or if it is the same type).
 void SchemaCodePrinter.printTypeImpl(java.io.Writer writer, SchemaType sType)
           
 void SchemaCodePrinter.printType(java.io.Writer writer, SchemaType sType)
           
 XmlObject FilterXmlObject.changeType(SchemaType newType)
           
 

Constructors in org.apache.xmlbeans with parameters of type SchemaType
XmlValidationError(java.lang.String message, int severity, XmlCursor cursor, javax.xml.namespace.QName fieldQName, javax.xml.namespace.QName offendingQname, SchemaType expectedSchemaType, java.util.List expectedQNames, int errorType, SchemaType badSchemaType)
          The static factory methods should be used instead of this constructor.
XmlValidationError(java.lang.String code, java.lang.Object[] args, int severity, XmlCursor cursor, javax.xml.namespace.QName fieldQName, javax.xml.namespace.QName offendingQname, SchemaType expectedSchemaType, java.util.List expectedQNames, int errorType, SchemaType badSchemaType)
          The static factory methods should be used instead of this constructor.
XmlValidationError(java.lang.String message, int severity, javax.xml.stream.Location loc, javax.xml.namespace.QName fieldQName, javax.xml.namespace.QName offendingQname, SchemaType expectedSchemaType, java.util.List expectedQNames, int errorType, SchemaType badSchemaType)
          The static factory methods should be used instead of this constructor.
XmlValidationError(java.lang.String code, java.lang.Object[] args, int severity, javax.xml.stream.Location loc, javax.xml.namespace.QName fieldQName, javax.xml.namespace.QName offendingQname, SchemaType expectedSchemaType, java.util.List expectedQNames, int errorType, SchemaType badSchemaType)
          The static factory methods should be used instead of this constructor.
SchemaType.Ref(SchemaType type)