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

Quick Search    Search Deep

Uses of Package
org.apache.xmlbeans

Classes in org.apache.xmlbeans used by org.apache.xmlbeans
BindingConfig
          The BindingConfig class is used during compilation to control the generation of java source files.
DelegateXmlObject
          See FilterXmlObject
Filer
           
GDate
          Represents an XML Schema-compatible Gregorian date.
GDateSpecification
          Represents an XML Schema-compatible Gregorian date.
GDuration
          Represents an XML Schema-compatible duration.
GDurationSpecification
          Represents an XML Schema-compatible duration.
InterfaceExtension
           
InterfaceExtension.MethodSignature
           
PrePostExtension
           
QNameCache
          A cache that can be used to pool QName instances.
QNameSet
          This interface represents a lattice of finite and infinite sets of QNames.
QNameSetSpecification
          Represents a lattice of finite and infinite sets of QNames.
ResourceLoader
           
SchemaAnnotated
          Marker interface denoting that an annotation can be present
SchemaAnnotation
          Represents a Schema annotation.
SchemaAnnotation.Attribute
          Represents an attribute instance
SchemaAttributeGroup
          Represents an attribute group.
SchemaAttributeGroup.Ref
          Used to allow on-demand loading of attribute groups.
SchemaAttributeModel
          Represents the attribute structure allowed on a complex type.
SchemaCodePrinter
          This class is used to provide alternate implementations of the schema Java code generation.
SchemaComponent
          Represents a global Schema Component.
SchemaComponent.Ref
          A lazy reference to a component.
SchemaField
          Represents an element or an attribute declaration.
SchemaGlobalAttribute
          Represents a global attribute definition
SchemaGlobalAttribute.Ref
          Used to allow on-demand loading of elements.
SchemaGlobalElement
          Represents a global element definition.
SchemaGlobalElement.Ref
          Used to allow on-demand loading of elements.
SchemaIdentityConstraint
          Represents an identity constraint definition.
SchemaIdentityConstraint.Ref
          Used to allow on-demand loading of identity constraints.
SchemaLocalAttribute
          Represents a local or global attribute definition.
SchemaLocalElement
          Represents a local or global element definition.
SchemaModelGroup
          Represents a model group.
SchemaModelGroup.Ref
          Used to allow on-demand loading of model groups.
SchemaParticle
          Represents a Schema particle definition.
SchemaProperty
          Represents a summary of similar SchemaFields in a complex type.
SchemaStringEnumEntry
          Describes a code-generated string enumeration
SchemaType
          Represents a schema type.
SchemaType.Ref
          Used to allow on-demand loading of types.
SchemaTypeElementSequencer
          This class is used to programatically validate the contents of an XML element.Call to both SchemaTypeElementSequencer.next(javax.xml.namespace.QName) 55 and SchemaTypeElementSequencer.peek(javax.xml.namespace.QName) 55 will return true if the element with the provided name is allowed at the current position in the element content, the difference being that SchemaTypeElementSequencer.next(javax.xml.namespace.QName) 55 will advance the current position, while SchemaTypeElementSequencer.peek(javax.xml.namespace.QName) 55 won't.
SchemaTypeLoader
          Represents a searchable set of XML Schema component definitions.
SchemaTypeSystem
          A finite set of XML Schema component definitions.
SimpleValue
          All XmlObject implementations can be coerced to SimpleValue.
StringEnumAbstractBase
          The base class for code-generated string enumeration value classes.
XmlAnySimpleType
          Corresponds to the XML Schema xs:anySimpleType type.
XmlAnyURI
          Corresponds to the XML Schema xs:anyURI type.
XmlBase64Binary
          Corresponds to the XML Schema xs:base64Binary type.
XmlBoolean
          Corresponds to the XML Schema xs:boolean type.
XmlByte
          Corresponds to the XML Schema xs:byte type.
XmlCalendar
          An XML Schema compatible subclass of GregorianCalendar.
XmlCursor
          Represents a position between two logical tokens in an XML document.
XmlCursor.ChangeStamp
          Represents the state of a dcoument at a particular point in time.
XmlCursor.TokenType
          An enumeration that identifies the type of an XML token.
XmlCursor.XmlBookmark
          Subclasses of XmlBookmark can be used to annotate an XML document.
XmlCursor.XmlMark
          An abstract XmlCursor factory.
XmlDate
          Corresponds to the XML Schema xs:date type.
XmlDateTime
          Corresponds to the XML Schema xs:dateTime type.
XmlDecimal
          Corresponds to the XML Schema xs:decimal type.
XmlDocumentProperties
          This class is used to attach arbitrary information to an XML document.
XmlDouble
          Corresponds to the XML Schema xs:double type.
XmlDuration
          Corresponds to the XML Schema xs:duration type.
XmlENTITIES
          Corresponds to the XML Schema xs:ENTITIES type, a list type.
XmlENTITY
          Corresponds to the XML Schema xs:ENTITY type.
XmlError
          Represents a message at a specific XML location.
XmlException
          A checked exception that can be thrown while processing, parsing, or compiling XML.
XmlFactoryHook
          A hook for the XML Bean Factory mechanism.
XmlFloat
          Corresponds to the XML Schema xs:float type.
XmlGDay
          Corresponds to the XML Schema xs:gDay type.
XmlGMonth
          Corresponds to the XML Schema xs:gMonth type.
XmlGMonthDay
          Corresponds to the XML Schema xs:gMonthDay type.
XmlGYear
          Corresponds to the XML Schema xs:gYear type.
XmlGYearMonth
          Corresponds to the XML Schema xs:gYearMonth type.
XmlHexBinary
          Corresponds to the XML Schema xs:hexBinary type.
XmlID
          Corresponds to the XML Schema xs:ID type.
XmlIDREF
          Corresponds to the XML Schema xs:IDREF type.
XmlIDREFS
          Corresponds to the XML Schema xs:IDREFS type, a list type.
XmlInt
          Corresponds to the XML Schema xs:int type.
XmlInteger
          Corresponds to the XML Schema xs:integer type.
XmlLanguage
          Corresponds to the XML Schema xs:language type.
XmlLong
          Corresponds to the XML Schema xs:long type.
XmlName
          Corresponds to the XML Schema xs:Name type.
XmlNCName
          Corresponds to the XML Schema xs:Name type.
XmlNegativeInteger
          Corresponds to the XML Schema xs:negativeInteger type.
XmlNMTOKEN
          Corresponds to the XML Schema xs:NMTOKEN type.
XmlNMTOKENS
          Corresponds to the XML Schema xs:NMTOKENS type, a list type.
XmlNonNegativeInteger
          Corresponds to the XML Schema xs:nonNegativeInteger type.
XmlNonPositiveInteger
          Corresponds to the XML Schema xs:nonPositiveInteger type.
XmlNormalizedString
          Corresponds to the XML Schema xs:normalizedString type.
XmlNOTATION
          Corresponds to the XML Schema xs:NOTATION type.
XmlObject
          Corresponds to the XML Schema xs:anyType, the base type for all XML Beans.
XmlOptions
          Used to supply options for loading, saving, and compiling, and validating.
XmlPositiveInteger
          Corresponds to the XML Schema xs:positiveInteger type.
XmlQName
          Corresponds to the XML Schema xs:QName type.
XmlRuntimeException
          An unchecked XML exception.
XmlSaxHandler
          A holder for a SAX org.xml.sax.ContentHandler and org.xml.sax.ext.LexicalHandler that are capable of loading an XmlObject instance.
XmlShort
          Corresponds to the XML Schema xs:short type.
XmlString
          Corresponds to the XML Schema xs:string type.
XmlTime
          Corresponds to the XML Schema xs:time type.
XmlToken
          Corresponds to the XML Schema xs:token type.
XmlTokenSource
          Represents a holder of XML that can return an XmlCursor or copy itself to various media such as Writers or Files.
XmlUnsignedByte
          Corresponds to the XML Schema xs:unsignedByte type.
XmlUnsignedInt
          Corresponds to the XML Schema xs:unsignedInt type.
XmlUnsignedLong
          Corresponds to the XML Schema xs:unsignedLong type.
XmlUnsignedShort
          Corresponds to the XML Schema xs:unsignedShort type.
XmlValidationError
          The XmlValidationError class extends the XmlErrorXMLError class.