Uses of Interface
org.w3.x2001.xmlSchema.Annotated

Packages that use Annotated
org.w3.x2001.xmlSchema   
org.w3.x2001.xmlSchema.impl   
 

Uses of Annotated in org.w3.x2001.xmlSchema
 

Subinterfaces of Annotated in org.w3.x2001.xmlSchema
 interface All
          An XML all(@http://www.w3.org/2001/XMLSchema).
static interface AnyDocument.Any
          An XML any(@http://www.w3.org/2001/XMLSchema).
 interface Attribute
          An XML attribute(@http://www.w3.org/2001/XMLSchema).
 interface AttributeGroup
          An XML attributeGroup(@http://www.w3.org/2001/XMLSchema).
 interface AttributeGroupRef
          An XML attributeGroupRef(@http://www.w3.org/2001/XMLSchema).
static interface ComplexContentDocument.ComplexContent
          An XML complexContent(@http://www.w3.org/2001/XMLSchema).
 interface ComplexRestrictionType
          An XML complexRestrictionType(@http://www.w3.org/2001/XMLSchema).
 interface ComplexType
          An XML complexType(@http://www.w3.org/2001/XMLSchema).
 interface Element
          An XML element(@http://www.w3.org/2001/XMLSchema).
 interface ExplicitGroup
          An XML explicitGroup(@http://www.w3.org/2001/XMLSchema).
 interface ExtensionType
          An XML extensionType(@http://www.w3.org/2001/XMLSchema).
 interface Facet
          An XML facet(@http://www.w3.org/2001/XMLSchema).
static interface FieldDocument.Field
          An XML field(@http://www.w3.org/2001/XMLSchema).
 interface Group
          An XML group(@http://www.w3.org/2001/XMLSchema).
 interface GroupRef
          An XML groupRef(@http://www.w3.org/2001/XMLSchema).
static interface ImportDocument.Import
          An XML import(@http://www.w3.org/2001/XMLSchema).
static interface IncludeDocument.Include
          An XML include(@http://www.w3.org/2001/XMLSchema).
 interface Keybase
          An XML keybase(@http://www.w3.org/2001/XMLSchema).
static interface KeyrefDocument.Keyref
          An XML keyref(@http://www.w3.org/2001/XMLSchema).
static interface ListDocument.List
          An XML list(@http://www.w3.org/2001/XMLSchema).
 interface LocalComplexType
          An XML localComplexType(@http://www.w3.org/2001/XMLSchema).
 interface LocalElement
          An XML localElement(@http://www.w3.org/2001/XMLSchema).
 interface LocalSimpleType
          An XML localSimpleType(@http://www.w3.org/2001/XMLSchema).
 interface NamedAttributeGroup
          An XML namedAttributeGroup(@http://www.w3.org/2001/XMLSchema).
 interface NamedGroup
          An XML namedGroup(@http://www.w3.org/2001/XMLSchema).
static interface NamedGroup.All
          An XML all(@http://www.w3.org/2001/XMLSchema).
 interface NarrowMaxMin
          An XML narrowMaxMin(@http://www.w3.org/2001/XMLSchema).
 interface NoFixedFacet
          An XML noFixedFacet(@http://www.w3.org/2001/XMLSchema).
static interface NotationDocument.Notation
          An XML notation(@http://www.w3.org/2001/XMLSchema).
 interface NumFacet
          An XML numFacet(@http://www.w3.org/2001/XMLSchema).
static interface PatternDocument.Pattern
          An XML pattern(@http://www.w3.org/2001/XMLSchema).
 interface RealGroup
          An XML realGroup(@http://www.w3.org/2001/XMLSchema).
static interface RestrictionDocument.Restriction
          An XML restriction(@http://www.w3.org/2001/XMLSchema).
 interface RestrictionType
          An XML restrictionType(@http://www.w3.org/2001/XMLSchema).
static interface SelectorDocument.Selector
          An XML selector(@http://www.w3.org/2001/XMLSchema).
static interface SimpleContentDocument.SimpleContent
          An XML simpleContent(@http://www.w3.org/2001/XMLSchema).
 interface SimpleExplicitGroup
          An XML simpleExplicitGroup(@http://www.w3.org/2001/XMLSchema).
 interface SimpleExtensionType
          An XML simpleExtensionType(@http://www.w3.org/2001/XMLSchema).
 interface SimpleRestrictionType
          An XML simpleRestrictionType(@http://www.w3.org/2001/XMLSchema).
 interface SimpleType
          An XML simpleType(@http://www.w3.org/2001/XMLSchema).
 interface TopLevelAttribute
          An XML topLevelAttribute(@http://www.w3.org/2001/XMLSchema).
 interface TopLevelComplexType
          An XML topLevelComplexType(@http://www.w3.org/2001/XMLSchema).
 interface TopLevelElement
          An XML topLevelElement(@http://www.w3.org/2001/XMLSchema).
 interface TopLevelSimpleType
          An XML topLevelSimpleType(@http://www.w3.org/2001/XMLSchema).
static interface TotalDigitsDocument.TotalDigits
          An XML totalDigits(@http://www.w3.org/2001/XMLSchema).
static interface UnionDocument.Union
          An XML union(@http://www.w3.org/2001/XMLSchema).
static interface WhiteSpaceDocument.WhiteSpace
          An XML whiteSpace(@http://www.w3.org/2001/XMLSchema).
 interface Wildcard
          An XML wildcard(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema that return Annotated
static Annotated Annotated.Factory.newInstance()
           
static Annotated Annotated.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static Annotated Annotated.Factory.parse(java.io.File file)
           
static Annotated Annotated.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static Annotated Annotated.Factory.parse(java.io.InputStream is)
           
static Annotated Annotated.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static Annotated Annotated.Factory.parse(org.w3c.dom.Node node)
           
static Annotated Annotated.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static Annotated Annotated.Factory.parse(java.io.Reader r)
           
static Annotated Annotated.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static Annotated Annotated.Factory.parse(java.lang.String xmlAsString)
           
static Annotated Annotated.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static Annotated Annotated.Factory.parse(java.net.URL u)
           
static Annotated Annotated.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static Annotated Annotated.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static Annotated Annotated.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static Annotated Annotated.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static Annotated Annotated.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of Annotated in org.w3.x2001.xmlSchema.impl
 

Classes in org.w3.x2001.xmlSchema.impl that implement Annotated
 class AllImpl
          An XML all(@http://www.w3.org/2001/XMLSchema).
 class AnnotatedImpl
          An XML annotated(@http://www.w3.org/2001/XMLSchema).
static class AnyDocumentImpl.AnyImpl
          An XML any(@http://www.w3.org/2001/XMLSchema).
 class AttributeGroupImpl
          An XML attributeGroup(@http://www.w3.org/2001/XMLSchema).
 class AttributeGroupRefImpl
          An XML attributeGroupRef(@http://www.w3.org/2001/XMLSchema).
 class AttributeImpl
          An XML attribute(@http://www.w3.org/2001/XMLSchema).
static class ComplexContentDocumentImpl.ComplexContentImpl
          An XML complexContent(@http://www.w3.org/2001/XMLSchema).
 class ComplexRestrictionTypeImpl
          An XML complexRestrictionType(@http://www.w3.org/2001/XMLSchema).
 class ComplexTypeImpl
          An XML complexType(@http://www.w3.org/2001/XMLSchema).
 class ElementImpl
          An XML element(@http://www.w3.org/2001/XMLSchema).
 class ExplicitGroupImpl
          An XML explicitGroup(@http://www.w3.org/2001/XMLSchema).
 class ExtensionTypeImpl
          An XML extensionType(@http://www.w3.org/2001/XMLSchema).
 class FacetImpl
          An XML facet(@http://www.w3.org/2001/XMLSchema).
static class FieldDocumentImpl.FieldImpl
          An XML field(@http://www.w3.org/2001/XMLSchema).
 class GroupImpl
          An XML group(@http://www.w3.org/2001/XMLSchema).
 class GroupRefImpl
          An XML groupRef(@http://www.w3.org/2001/XMLSchema).
static class ImportDocumentImpl.ImportImpl
          An XML import(@http://www.w3.org/2001/XMLSchema).
static class IncludeDocumentImpl.IncludeImpl
          An XML include(@http://www.w3.org/2001/XMLSchema).
 class KeybaseImpl
          An XML keybase(@http://www.w3.org/2001/XMLSchema).
static class KeyrefDocumentImpl.KeyrefImpl
          An XML keyref(@http://www.w3.org/2001/XMLSchema).
static class ListDocumentImpl.ListImpl
          An XML list(@http://www.w3.org/2001/XMLSchema).
 class LocalComplexTypeImpl
          An XML localComplexType(@http://www.w3.org/2001/XMLSchema).
 class LocalElementImpl
          An XML localElement(@http://www.w3.org/2001/XMLSchema).
 class LocalSimpleTypeImpl
          An XML localSimpleType(@http://www.w3.org/2001/XMLSchema).
 class NamedAttributeGroupImpl
          An XML namedAttributeGroup(@http://www.w3.org/2001/XMLSchema).
 class NamedGroupImpl
          An XML namedGroup(@http://www.w3.org/2001/XMLSchema).
static class NamedGroupImpl.AllImpl
          An XML all(@http://www.w3.org/2001/XMLSchema).
 class NarrowMaxMinImpl
          An XML narrowMaxMin(@http://www.w3.org/2001/XMLSchema).
 class NoFixedFacetImpl
          An XML noFixedFacet(@http://www.w3.org/2001/XMLSchema).
static class NotationDocumentImpl.NotationImpl
          An XML notation(@http://www.w3.org/2001/XMLSchema).
 class NumFacetImpl
          An XML numFacet(@http://www.w3.org/2001/XMLSchema).
static class PatternDocumentImpl.PatternImpl
          An XML pattern(@http://www.w3.org/2001/XMLSchema).
 class RealGroupImpl
          An XML realGroup(@http://www.w3.org/2001/XMLSchema).
static class RestrictionDocumentImpl.RestrictionImpl
          An XML restriction(@http://www.w3.org/2001/XMLSchema).
 class RestrictionTypeImpl
          An XML restrictionType(@http://www.w3.org/2001/XMLSchema).
static class SelectorDocumentImpl.SelectorImpl
          An XML selector(@http://www.w3.org/2001/XMLSchema).
static class SimpleContentDocumentImpl.SimpleContentImpl
          An XML simpleContent(@http://www.w3.org/2001/XMLSchema).
 class SimpleExplicitGroupImpl
          An XML simpleExplicitGroup(@http://www.w3.org/2001/XMLSchema).
 class SimpleExtensionTypeImpl
          An XML simpleExtensionType(@http://www.w3.org/2001/XMLSchema).
 class SimpleRestrictionTypeImpl
          An XML simpleRestrictionType(@http://www.w3.org/2001/XMLSchema).
 class SimpleTypeImpl
          An XML simpleType(@http://www.w3.org/2001/XMLSchema).
 class TopLevelAttributeImpl
          An XML topLevelAttribute(@http://www.w3.org/2001/XMLSchema).
 class TopLevelComplexTypeImpl
          An XML topLevelComplexType(@http://www.w3.org/2001/XMLSchema).
 class TopLevelElementImpl
          An XML topLevelElement(@http://www.w3.org/2001/XMLSchema).
 class TopLevelSimpleTypeImpl
          An XML topLevelSimpleType(@http://www.w3.org/2001/XMLSchema).
static class TotalDigitsDocumentImpl.TotalDigitsImpl
          An XML totalDigits(@http://www.w3.org/2001/XMLSchema).
static class UnionDocumentImpl.UnionImpl
          An XML union(@http://www.w3.org/2001/XMLSchema).
static class WhiteSpaceDocumentImpl.WhiteSpaceImpl
          An XML whiteSpace(@http://www.w3.org/2001/XMLSchema).
 class WildcardImpl
          An XML wildcard(@http://www.w3.org/2001/XMLSchema).
 



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.