A C D E G H I J L M N O P Q R S T U V W X

A

ALL - Static variable in interface net.sf.jaxme.xs.XSModelGroup
The all compositor.
ANY - Static variable in class net.sf.jaxme.xs.xml.XsNamespaceList
 
AS_CHAR_IN_WORD - Static variable in class net.sf.jaxme.xs.jaxb.JAXBGlobalBindings.UnderscoreBinding
 
AS_WORD_SEPARATOR - Static variable in class net.sf.jaxme.xs.jaxb.JAXBGlobalBindings.UnderscoreBinding
 
AbstractAtomicType - class net.sf.jaxme.xs.types.AbstractAtomicType.
 
AbstractAtomicType() - Constructor for class net.sf.jaxme.xs.types.AbstractAtomicType
 
AbstractListType - class net.sf.jaxme.xs.types.AbstractListType.
 
AbstractListType() - Constructor for class net.sf.jaxme.xs.types.AbstractListType
 
AbstractSimpleType - class net.sf.jaxme.xs.types.AbstractSimpleType.
 
AbstractSimpleType() - Constructor for class net.sf.jaxme.xs.types.AbstractSimpleType
 
AttributeSetter - interface net.sf.jaxme.xs.parser.AttributeSetter.
The attribute setter is used by the XsSAXParser to pass an attributes value to the bean.
AttributeSetterImpl - class net.sf.jaxme.xs.parser.impl.AttributeSetterImpl.
Default implementation of the AttributeSetter interface.
AttributeSetterImpl() - Constructor for class net.sf.jaxme.xs.parser.impl.AttributeSetterImpl
 
add(XSAnnotation) - Method in interface net.sf.jaxme.xs.XSSchema
Adds a new annotation to the schema.
add(XSType) - Method in interface net.sf.jaxme.xs.XSSchema
Adds a new type to the schema.
add(XSGroup) - Method in interface net.sf.jaxme.xs.XSSchema
Adds a new group to the schema.
add(XSAttributeGroup) - Method in interface net.sf.jaxme.xs.XSSchema
Adds a new attribute group to the schema.
add(XSAttribute) - Method in interface net.sf.jaxme.xs.XSSchema
Adds a new attribute to the schema.
add(XSElement) - Method in interface net.sf.jaxme.xs.XSSchema
Adds a new element to the schema.
add(XSNotation) - Method in interface net.sf.jaxme.xs.XSSchema
Adds a new notation to the schema.
add(XsESchema, Object) - Method in class net.sf.jaxme.xs.impl.XSLogicalParser
Adds the given object to the schema.
add(XSAnnotation) - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
add(XSType) - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
add(XSGroup) - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
add(XSAttributeGroup) - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
add(XSAttribute) - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
add(XSElement) - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
add(XSNotation) - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
addChild(Object) - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
Adds a new child to the array returned by XSSchemaImpl.getChilds().
addChild(Object) - Method in class net.sf.jaxme.xs.xml.impl.XsEAnnotationImpl
 
addChild(Object) - Method in class net.sf.jaxme.xs.xml.impl.XsEAppinfoImpl
 
addChild(Object) - Method in class net.sf.jaxme.xs.xml.impl.XsGAttrDeclsImpl
 
addFacet(XsTFacetBase) - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
addIdentityConstraint(XsTIdentityConstraint) - Method in class net.sf.jaxme.xs.xml.impl.XsGIdentityConstraintImpl
 
addParticle(XSModelGroupImpl, XsTParticle) - Method in class net.sf.jaxme.xs.impl.XSGroupImpl
 
addParticle(XSModelGroupImpl, XsTNestedParticle) - Method in class net.sf.jaxme.xs.impl.XSGroupImpl
 
addParticle(XSParticle) - Method in class net.sf.jaxme.xs.impl.XSModelGroupImpl
 
addParticle(XsTParticle) - Method in class net.sf.jaxme.xs.xml.impl.XsGParticleImpl
 
addParticle(XsTNestedParticle) - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleExplicitGroupImpl
 
addText(String) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBJavadocImpl
 
addText(String) - Method in interface net.sf.jaxme.xs.parser.TextSetter
Called for any ContentHandler.characters(char[], int, int) event.
addText(String) - Method in class net.sf.jaxme.xs.parser.impl.TextSetterImpl
 
addText(String) - Method in class net.sf.jaxme.xs.xml.impl.XsEDocumentationImpl
 
addUniqueFacet(XsTFacetBase) - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
asXsQName(Locator, NamespaceSupport, String) - Static method in class net.sf.jaxme.xs.xml.impl.XsObjectImpl
 
assertAtomicType(XSSimpleType) - Method in class net.sf.jaxme.xs.junit.ParserTestBase
 
assertComplexContent(XSComplexType) - Method in class net.sf.jaxme.xs.junit.ParserTestBase
 
assertComplexType(XSType) - Method in class net.sf.jaxme.xs.junit.ParserTestBase
 
assertElement(XSParticle) - Method in class net.sf.jaxme.xs.junit.ParserTestBase
 
assertGroup(XSParticle) - Method in class net.sf.jaxme.xs.junit.ParserTestBase
 
assertListType(XSSimpleType) - Method in class net.sf.jaxme.xs.junit.ParserTestBase
 
assertRestriction(XSSimpleType) - Method in class net.sf.jaxme.xs.junit.ParserTestBase
 
assertSequence(XSGroup) - Method in class net.sf.jaxme.xs.junit.ParserTestBase
 
assertSimpleContent(XSComplexType) - Method in class net.sf.jaxme.xs.junit.ParserTestBase
 
assertSimpleType(XSType) - Method in class net.sf.jaxme.xs.junit.ParserTestBase
 
assertUnionType(XSSimpleType) - Method in class net.sf.jaxme.xs.junit.ParserTestBase
 

C

CHOICE - Static variable in interface net.sf.jaxme.xs.XSModelGroup
The choice compositor.
ChildSetter - interface net.sf.jaxme.xs.parser.ChildSetter.
Implementations of this interface are responsible for the handling of child elements.
ChildSetterImpl - class net.sf.jaxme.xs.parser.impl.ChildSetterImpl.
Default implementation of a ChildSetter.
ChildSetterImpl() - Constructor for class net.sf.jaxme.xs.parser.impl.ChildSetterImpl
 
ClaesLarssonTest - class net.sf.jaxme.xs.junit.ClaesLarssonTest.
 
ClaesLarssonTest(String) - Constructor for class net.sf.jaxme.xs.junit.ClaesLarssonTest
 
characters(char[], int, int) - Method in class net.sf.jaxme.xs.parser.DOMBuilder
 
characters(char[], int, int) - Method in class net.sf.jaxme.xs.parser.impl.XsSAXParserImpl
 
createAll() - Method in interface net.sf.jaxme.xs.xml.XsGParticle
 
createAll() - Method in interface net.sf.jaxme.xs.xml.XsGTypeDefParticle
 
createAll() - Method in interface net.sf.jaxme.xs.xml.XsTNamedGroup
 
createAll() - Method in class net.sf.jaxme.xs.xml.impl.XsGComplexTypeModelImpl
 
createAll() - Method in class net.sf.jaxme.xs.xml.impl.XsGParticleImpl
 
createAll() - Method in class net.sf.jaxme.xs.xml.impl.XsGTypeDefParticleImpl
 
createAll() - Method in class net.sf.jaxme.xs.xml.impl.XsTAllImpl
 
createAll() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl
 
createAll() - Method in class net.sf.jaxme.xs.xml.impl.XsTExtensionTypeImpl
 
createAll() - Method in class net.sf.jaxme.xs.xml.impl.XsTGroupImpl
 
createAll() - Method in class net.sf.jaxme.xs.xml.impl.XsTNamedGroupImpl
 
createAll() - Method in class net.sf.jaxme.xs.xml.impl.XsTRealGroupImpl
 
createAll() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
createAnnotation() - Method in interface net.sf.jaxme.xs.xml.XsERedefine
 
createAnnotation() - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
createAnnotation() - Method in interface net.sf.jaxme.xs.xml.XsGAllModel
 
createAnnotation() - Method in interface net.sf.jaxme.xs.xml.XsTAnnotated
 
createAnnotation() - Method in class net.sf.jaxme.xs.xml.impl.XsERedefineImpl
 
createAnnotation() - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
createAnnotation() - Method in class net.sf.jaxme.xs.xml.impl.XsTAnnotatedImpl
 
createAnonymousTypeName() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl.NameXmlTransformationImpl
 
createAny() - Method in interface net.sf.jaxme.xs.xml.XsGParticle
 
createAny() - Method in interface net.sf.jaxme.xs.xml.XsTSimpleExplicitGroup
 
createAny() - Method in class net.sf.jaxme.xs.xml.impl.XsGParticleImpl
 
createAny() - Method in class net.sf.jaxme.xs.xml.impl.XsTAllImpl
 
createAny() - Method in class net.sf.jaxme.xs.xml.impl.XsTGroupImpl
 
createAny() - Method in class net.sf.jaxme.xs.xml.impl.XsTRealGroupImpl
 
createAny() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleExplicitGroupImpl
 
createAnyAttribute() - Method in interface net.sf.jaxme.xs.xml.XsGAttrDecls
Creates a new instance of XsTWildcard.
createAnyAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsGAttrDeclsImpl
 
createAnyAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsGComplexTypeModelImpl
 
createAnyAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeGroupImpl
 
createAnyAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl
 
createAnyAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsTExtensionTypeImpl
 
createAnyAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
createAnyAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleExtensionTypeImpl
 
createAnyAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
createAppinfo() - Method in interface net.sf.jaxme.xs.xml.XsEAnnotation
Creates a new 'appinfo' child element.
createAppinfo() - Method in class net.sf.jaxme.xs.xml.impl.XsEAnnotationImpl
 
createAttribute() - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
createAttribute() - Method in interface net.sf.jaxme.xs.xml.XsGAttrDecls
Creates a new instance of XsTAttribute.
createAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
createAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsGAttrDeclsImpl
 
createAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsGComplexTypeModelImpl
 
createAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeGroupImpl
 
createAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl
 
createAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsTExtensionTypeImpl
 
createAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
createAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleExtensionTypeImpl
 
createAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
createAttributeGroup() - Method in interface net.sf.jaxme.xs.xml.XsERedefine
 
createAttributeGroup() - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
createAttributeGroup() - Method in interface net.sf.jaxme.xs.xml.XsGAttrDecls
Creates a new instance of XsTAttributeGroup.
createAttributeGroup() - Method in class net.sf.jaxme.xs.xml.impl.XsERedefineImpl
 
createAttributeGroup() - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
createAttributeGroup() - Method in class net.sf.jaxme.xs.xml.impl.XsGAttrDeclsImpl
 
createAttributeGroup() - Method in class net.sf.jaxme.xs.xml.impl.XsGComplexTypeModelImpl
 
createAttributeGroup() - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeGroupImpl
 
createAttributeGroup() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl
 
createAttributeGroup() - Method in class net.sf.jaxme.xs.xml.impl.XsTExtensionTypeImpl
 
createAttributeGroup() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
createAttributeGroup() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleExtensionTypeImpl
 
createAttributeGroup() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
createBaseType() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBPropertyImpl
 
createChoice() - Method in interface net.sf.jaxme.xs.xml.XsGNestedParticle
 
createChoice() - Method in interface net.sf.jaxme.xs.xml.XsGParticle
 
createChoice() - Method in interface net.sf.jaxme.xs.xml.XsGTypeDefParticle
 
createChoice() - Method in interface net.sf.jaxme.xs.xml.XsTNamedGroup
 
createChoice() - Method in interface net.sf.jaxme.xs.xml.XsTSimpleExplicitGroup
 
createChoice() - Method in class net.sf.jaxme.xs.xml.impl.XsGComplexTypeModelImpl
 
createChoice() - Method in class net.sf.jaxme.xs.xml.impl.XsGParticleImpl
 
createChoice() - Method in class net.sf.jaxme.xs.xml.impl.XsGTypeDefParticleImpl
 
createChoice() - Method in class net.sf.jaxme.xs.xml.impl.XsTAllImpl
 
createChoice() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl
 
createChoice() - Method in class net.sf.jaxme.xs.xml.impl.XsTExtensionTypeImpl
 
createChoice() - Method in class net.sf.jaxme.xs.xml.impl.XsTGroupImpl
 
createChoice() - Method in class net.sf.jaxme.xs.xml.impl.XsTNamedGroupImpl
 
createChoice() - Method in class net.sf.jaxme.xs.xml.impl.XsTRealGroupImpl
 
createChoice() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
createChoice() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleExplicitGroupImpl
 
createClass() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBAppinfoImpl
Creates a new instance of JAXBClass.
createComplexContent() - Method in interface net.sf.jaxme.xs.xml.XsGComplexTypeModel
 
createComplexContent() - Method in interface net.sf.jaxme.xs.xml.XsTComplexType
 
createComplexContent() - Method in class net.sf.jaxme.xs.xml.impl.XsGComplexTypeModelImpl
 
createComplexContent() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl
 
createComplexType() - Method in interface net.sf.jaxme.xs.xml.XsERedefine
 
createComplexType() - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
createComplexType() - Method in interface net.sf.jaxme.xs.xml.XsTElement
 
createComplexType() - Method in class net.sf.jaxme.xs.xml.impl.XsERedefineImpl
 
createComplexType() - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
createComplexType() - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
createDocumentation() - Method in interface net.sf.jaxme.xs.xml.XsEAnnotation
Creates a new 'documentation' child element.
createDocumentation() - Method in class net.sf.jaxme.xs.xml.impl.XsEAnnotationImpl
 
createElement() - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
createElement() - Method in interface net.sf.jaxme.xs.xml.XsGAllModel
 
createElement() - Method in interface net.sf.jaxme.xs.xml.XsGNestedParticle
 
createElement() - Method in interface net.sf.jaxme.xs.xml.XsGParticle
 
createElement() - Method in interface net.sf.jaxme.xs.xml.XsTSimpleExplicitGroup
 
createElement() - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
createElement() - Method in class net.sf.jaxme.xs.xml.impl.XsGAllModelImpl
 
createElement() - Method in class net.sf.jaxme.xs.xml.impl.XsGParticleImpl
 
createElement() - Method in class net.sf.jaxme.xs.xml.impl.XsTAllImpl
 
createElement() - Method in class net.sf.jaxme.xs.xml.impl.XsTGroupImpl
 
createElement() - Method in class net.sf.jaxme.xs.xml.impl.XsTRealGroupImpl
 
createElement() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleExplicitGroupImpl
 
createElementName() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl.NameXmlTransformationImpl
 
createEnumeration() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
createEnumeration() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
createEnumeration() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
createEnumeration() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexRestrictionTypeImpl
 
createEnumeration() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
createEnumeration() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
createExtension() - Method in interface net.sf.jaxme.xs.xml.XsEComplexContent
 
createExtension() - Method in interface net.sf.jaxme.xs.xml.XsESimpleContent
 
createExtension() - Method in class net.sf.jaxme.xs.xml.impl.XsEComplexContentImpl
 
createExtension() - Method in class net.sf.jaxme.xs.xml.impl.XsESimpleContentImpl
 
createField() - Method in interface net.sf.jaxme.xs.xml.XsTKeybase
 
createField() - Method in class net.sf.jaxme.xs.xml.impl.XsTKeybaseImpl
 
createFractionDigits() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
createFractionDigits() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
createFractionDigits() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
createFractionDigits() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexRestrictionTypeImpl
 
createFractionDigits() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
createFractionDigits() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
createGlobalBindings() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBAppinfoImpl
Creates a new instance of JAXBGlobalBindings.
createGroup() - Method in interface net.sf.jaxme.xs.xml.XsERedefine
 
createGroup() - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
createGroup() - Method in interface net.sf.jaxme.xs.xml.XsGParticle
 
createGroup() - Method in interface net.sf.jaxme.xs.xml.XsGTypeDefParticle
 
createGroup() - Method in interface net.sf.jaxme.xs.xml.XsTSimpleExplicitGroup
 
createGroup() - Method in class net.sf.jaxme.xs.xml.impl.XsERedefineImpl
 
createGroup() - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
createGroup() - Method in class net.sf.jaxme.xs.xml.impl.XsGComplexTypeModelImpl
 
createGroup() - Method in class net.sf.jaxme.xs.xml.impl.XsGParticleImpl
 
createGroup() - Method in class net.sf.jaxme.xs.xml.impl.XsGTypeDefParticleImpl
 
createGroup() - Method in class net.sf.jaxme.xs.xml.impl.XsTAllImpl
 
createGroup() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl
 
createGroup() - Method in class net.sf.jaxme.xs.xml.impl.XsTExtensionTypeImpl
 
createGroup() - Method in class net.sf.jaxme.xs.xml.impl.XsTGroupImpl
 
createGroup() - Method in class net.sf.jaxme.xs.xml.impl.XsTRealGroupImpl
 
createGroup() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
createGroup() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleExplicitGroupImpl
 
createGroupRef() - Method in interface net.sf.jaxme.xs.xml.XsGNestedParticle
 
createImport() - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
createImport() - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
createInclude() - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
createInclude() - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
createJavaType() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBAppinfoImpl
Creates a new instance of JAXBJavaType.
createJavaType() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
createJavaType() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBPropertyImpl.BaseTypeImpl
 
createJavadoc() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBAppinfoImpl
Creates a new instance of JAXBJavadoc.
createJavadoc() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBClassImpl
Sets the classes Javadoc documentation.
createJavadoc() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBPropertyImpl
 
createJavadoc() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl.PackageImpl
 
createJavadoc() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBTypesafeEnumClassImpl
 
createJavadoc() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBTypesafeEnumMemberImpl
 
createKey() - Method in interface net.sf.jaxme.xs.xml.XsGIdentityConstraint
 
createKey() - Method in class net.sf.jaxme.xs.xml.impl.XsGIdentityConstraintImpl
 
createKey() - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
createKeyref() - Method in interface net.sf.jaxme.xs.xml.XsGIdentityConstraint
 
createKeyref() - Method in class net.sf.jaxme.xs.xml.impl.XsGIdentityConstraintImpl
 
createKeyref() - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
createLength() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
createLength() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
createLength() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
createLength() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexRestrictionTypeImpl
 
createLength() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
createLength() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
createList() - Method in interface net.sf.jaxme.xs.xml.XsTSimpleType
 
createList() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleTypeImpl
 
createMaxExclusive() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
createMaxExclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
createMaxExclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
createMaxExclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexRestrictionTypeImpl
 
createMaxExclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
createMaxInclusive() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
createMaxInclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
createMaxInclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
createMaxInclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexRestrictionTypeImpl
 
createMaxInclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
createMaxInclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
createMaxLength() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
createMaxLength() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
createMaxLength() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
createMaxLength() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexRestrictionTypeImpl
 
createMaxLength() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
createMaxLength() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
createMinExclusive() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
createMinExclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
createMinExclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
createMinExclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexRestrictionTypeImpl
 
createMinExclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
createMinExclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
createMinInclusive() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
createMinInclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
createMinInclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
createMinInclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexRestrictionTypeImpl
 
createMinInclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
createMinInclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
createMinLength() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
createMinLength() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
createMinLength() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
createMinLength() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexRestrictionTypeImpl
 
createMinLength() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
createMinLength() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
createModelGroupName() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl.NameXmlTransformationImpl
 
createNameXmlTransformation() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl
Creates a new NameXmlTransformation implementation.
createNotation() - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
createNotation() - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
createPackage() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl
Creates a new Package implementation.
createPattern() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
createPattern() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
createPattern() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
createPattern() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexRestrictionTypeImpl
 
createPattern() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
createPattern() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
createProperty() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBAppinfoImpl
Creates a new instance of JAXBProperty.
createRedefine() - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
createRedefine() - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
createRestriction() - Method in interface net.sf.jaxme.xs.xml.XsEComplexContent
 
createRestriction() - Method in interface net.sf.jaxme.xs.xml.XsESimpleContent
 
createRestriction() - Method in interface net.sf.jaxme.xs.xml.XsTSimpleType
 
createRestriction() - Method in class net.sf.jaxme.xs.xml.impl.XsEComplexContentImpl
 
createRestriction() - Method in class net.sf.jaxme.xs.xml.impl.XsESimpleContentImpl
 
createRestriction() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleTypeImpl
 
createSchemaBindings() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBAppinfoImpl
Creates a new instance of JAXBSchemaBindings.
createSelector() - Method in interface net.sf.jaxme.xs.xml.XsTKeybase
 
createSelector() - Method in class net.sf.jaxme.xs.xml.impl.XsTKeybaseImpl
 
createSequence() - Method in interface net.sf.jaxme.xs.xml.XsGNestedParticle
 
createSequence() - Method in interface net.sf.jaxme.xs.xml.XsGParticle
 
createSequence() - Method in interface net.sf.jaxme.xs.xml.XsGTypeDefParticle
 
createSequence() - Method in interface net.sf.jaxme.xs.xml.XsTNamedGroup
 
createSequence() - Method in interface net.sf.jaxme.xs.xml.XsTSimpleExplicitGroup
 
createSequence() - Method in class net.sf.jaxme.xs.xml.impl.XsGComplexTypeModelImpl
 
createSequence() - Method in class net.sf.jaxme.xs.xml.impl.XsGParticleImpl
 
createSequence() - Method in class net.sf.jaxme.xs.xml.impl.XsGTypeDefParticleImpl
 
createSequence() - Method in class net.sf.jaxme.xs.xml.impl.XsTAllImpl
 
createSequence() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl
 
createSequence() - Method in class net.sf.jaxme.xs.xml.impl.XsTExtensionTypeImpl
 
createSequence() - Method in class net.sf.jaxme.xs.xml.impl.XsTGroupImpl
 
createSequence() - Method in class net.sf.jaxme.xs.xml.impl.XsTNamedGroupImpl
 
createSequence() - Method in class net.sf.jaxme.xs.xml.impl.XsTRealGroupImpl
 
createSequence() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
createSequence() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleExplicitGroupImpl
 
createSimpleContent() - Method in interface net.sf.jaxme.xs.xml.XsGComplexTypeModel
 
createSimpleContent() - Method in interface net.sf.jaxme.xs.xml.XsTComplexType
 
createSimpleContent() - Method in class net.sf.jaxme.xs.xml.impl.XsGComplexTypeModelImpl
 
createSimpleContent() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl
 
createSimpleType() - Method in interface net.sf.jaxme.xs.xml.XsEList
 
createSimpleType() - Method in interface net.sf.jaxme.xs.xml.XsERedefine
 
createSimpleType() - Method in interface net.sf.jaxme.xs.xml.XsERestriction
 
createSimpleType() - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
createSimpleType() - Method in interface net.sf.jaxme.xs.xml.XsEUnion
Creates a new, local simple type as a member type of the union.
createSimpleType() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
createSimpleType() - Method in interface net.sf.jaxme.xs.xml.XsTAttribute
 
createSimpleType() - Method in interface net.sf.jaxme.xs.xml.XsTElement
 
createSimpleType() - Method in class net.sf.jaxme.xs.xml.impl.XsEListImpl
 
createSimpleType() - Method in class net.sf.jaxme.xs.xml.impl.XsERedefineImpl
 
createSimpleType() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
createSimpleType() - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
createSimpleType() - Method in class net.sf.jaxme.xs.xml.impl.XsEUnionImpl
 
createSimpleType() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
createSimpleType() - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeImpl
 
createSimpleType() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexRestrictionTypeImpl
 
createSimpleType() - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
createSimpleType() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
createSimpleType() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
createTotalDigits() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
createTotalDigits() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
createTotalDigits() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
createTotalDigits() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexRestrictionTypeImpl
 
createTotalDigits() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
createTotalDigits() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
createTypeName() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl.NameXmlTransformationImpl
 
createTypesafeEnumClass() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBAppinfoImpl
Creates a new instance of JAXBTypesafeEnumClass.
createTypesafeEnumMember() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBAppinfoImpl
Creates a new instance of JAXBTypesafeEnumMember.
createTypesafeEnumMember() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBTypesafeEnumClassImpl
 
createUnion() - Method in interface net.sf.jaxme.xs.xml.XsTSimpleType
 
createUnion() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleTypeImpl
 
createUnique() - Method in interface net.sf.jaxme.xs.xml.XsGIdentityConstraint
 
createUnique() - Method in class net.sf.jaxme.xs.xml.impl.XsGIdentityConstraintImpl
 
createUnique() - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
createWhiteSpace() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
createWhiteSpace() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
createWhiteSpace() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
createWhiteSpace() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexRestrictionTypeImpl
 
createWhiteSpace() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
createWhiteSpace() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 

D

DEFAULT_ATTRIBUTE_SETTER - Static variable in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
DEFAULT_CHILD_SETTER - Static variable in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
DEFAULT_OBJECT_FACTORY - Static variable in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
DEFAULT_TEXT_SETTER - Static variable in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
DEFAULT_XS_OBJECT_FACTORY - Static variable in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
DOMBuilder - class net.sf.jaxme.xs.parser.DOMBuilder.
Converts a stream of SAX events into a DOM node.
DOMBuilder() - Constructor for class net.sf.jaxme.xs.parser.DOMBuilder
Creates a new instance of DOMBuilder, which creates a new document.
DOMBuilder(Node) - Constructor for class net.sf.jaxme.xs.parser.DOMBuilder
Creates a new instance of DOMBuilder, which creates a new element node in the given node.

E

ELEMENT - Static variable in interface net.sf.jaxme.xs.XSParticle
The particle type "element".
ELEMENT_ONLY - Static variable in class net.sf.jaxme.xs.xml.XsComplexContentType
For elements with 'complexContent' model: The content type elementOnly.
EMPTY - Static variable in class net.sf.jaxme.xs.xml.XsComplexContentType
For elements with 'complexContent' model: The content type empty.
endDocument() - Method in class net.sf.jaxme.xs.parser.DOMBuilder
 
endDocument() - Method in class net.sf.jaxme.xs.parser.impl.XsSAXParserImpl
 
endElement(String, String, String) - Method in class net.sf.jaxme.xs.parser.DOMBuilder
 
endElement(String, String, String) - Method in class net.sf.jaxme.xs.parser.impl.XsSAXParserImpl
 
endPrefixMapping(String) - Method in class net.sf.jaxme.xs.parser.DOMBuilder
 
endPrefixMapping(String) - Method in class net.sf.jaxme.xs.parser.impl.XsSAXParserImpl
 
equals(Object) - Method in class net.sf.jaxme.xs.XSModelGroup.Compositor
 
equals(Object) - Method in class net.sf.jaxme.xs.XSParticle.Type
 
equals(Object) - Method in class net.sf.jaxme.xs.xml.XmlLang
 
equals(Object) - Method in class net.sf.jaxme.xs.xml.XsAnyURI
 
equals(Object) - Method in class net.sf.jaxme.xs.xml.XsBlockSet
 
equals(Object) - Method in class net.sf.jaxme.xs.xml.XsComplexContentType
 
equals(Object) - Method in class net.sf.jaxme.xs.xml.XsDerivationSet
 
equals(Object) - Method in class net.sf.jaxme.xs.xml.XsFormChoice
 
equals(Object) - Method in class net.sf.jaxme.xs.xml.XsID
 
equals(Object) - Method in class net.sf.jaxme.xs.xml.XsNCName
 
equals(Object) - Method in class net.sf.jaxme.xs.xml.XsQName
 
equals(Object) - Method in class net.sf.jaxme.xs.xml.XsSimpleDerivationSet
 
equals(Object) - Method in class net.sf.jaxme.xs.xml.XsToken
 
extendedType - Variable in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
 

G

GROUP - Static variable in interface net.sf.jaxme.xs.XSParticle
The particle type "group".
getAbstract() - Method in interface net.sf.jaxme.xs.xml.XsTElement
 
getAbstract() - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
getAll() - Method in interface net.sf.jaxme.xs.xml.XsTNamedGroup
 
getAll() - Method in class net.sf.jaxme.xs.xml.impl.XsTNamedGroupImpl
 
getAllAttributes() - Method in interface net.sf.jaxme.xs.xml.XsGAttrDecls
Returns all objects created by XsGAttrDecls.createAttribute(), XsGAttrDecls.createAttributeGroup(), or XsGAttrDecls.createAnyAttribute(), in the order of the corresponding method calls.
getAllAttributes() - Method in class net.sf.jaxme.xs.xml.impl.XsGAttrDeclsImpl
 
getAllAttributes() - Method in class net.sf.jaxme.xs.xml.impl.XsGComplexTypeModelImpl
 
getAllAttributes() - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeGroupImpl
 
getAllAttributes() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl
 
getAllAttributes() - Method in class net.sf.jaxme.xs.xml.impl.XsTExtensionTypeImpl
 
getAllAttributes() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
getAllAttributes() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleExtensionTypeImpl
 
getAllAttributes() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
getAnnotation() - Method in interface net.sf.jaxme.xs.xml.XsGAllModel
 
getAnnotation() - Method in interface net.sf.jaxme.xs.xml.XsTAnnotated
 
getAnnotation() - Method in class net.sf.jaxme.xs.xml.impl.XsTAnnotatedImpl
 
getAnnotations() - Method in interface net.sf.jaxme.xs.XSAttribute
Returns the attributes set of annotations.
getAnnotations() - Method in interface net.sf.jaxme.xs.XSElement
Returns the array of annotations.
getAnnotations() - Method in interface net.sf.jaxme.xs.XSEnumeration
Returns the enumeration facets set of annotations.
getAnnotations() - Method in interface net.sf.jaxme.xs.XSGroup
Returns the array of annotations.
getAnnotations() - Method in interface net.sf.jaxme.xs.XSSchema
Returns the array of annotations.
getAnnotations() - Method in interface net.sf.jaxme.xs.XSType
Returns the array of annotations.
getAnnotations() - Method in class net.sf.jaxme.xs.impl.XSAttributeImpl
 
getAnnotations() - Method in class net.sf.jaxme.xs.impl.XSElementImpl
 
getAnnotations() - Method in class net.sf.jaxme.xs.impl.XSEnumerationImpl
 
getAnnotations() - Method in class net.sf.jaxme.xs.impl.XSGroupImpl
 
getAnnotations() - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
getAnnotations() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl
 
getAnnotations() - Method in class net.sf.jaxme.xs.types.AbstractSimpleType
 
getAnonymousTypeName() - Method in interface net.sf.jaxme.xs.jaxb.JAXBSchemaBindings.NameXmlTransformation
Returns the anonymousTypeName's NameTransformation.
getAnonymousTypeName() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl.NameXmlTransformationImpl
 
getAnyAttribute() - Method in interface net.sf.jaxme.xs.xml.XsGAttrDecls
Returns the instance created by XsGAttrDecls.createAnyAttribute(), or null, if the method wasn't called.
getAnyAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsGAttrDeclsImpl
 
getAnyAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsGComplexTypeModelImpl
 
getAnyAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeGroupImpl
 
getAnyAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl
 
getAnyAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsTExtensionTypeImpl
 
getAnyAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
getAnyAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleExtensionTypeImpl
 
getAnyAttribute() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
getAppinfos() - Method in interface net.sf.jaxme.xs.XSAnnotation
Returns the array of appinfo elements.
getAppinfos() - Method in class net.sf.jaxme.xs.impl.XSAnnotationImpl
 
getAppinfos(XSAnnotation[], Class) - Static method in class net.sf.jaxme.xs.impl.XSUtil
Returns all childs of xs:annotation/xs:appinfo implementing or extending the given class.
getAppinfos() - Method in interface net.sf.jaxme.xs.xml.XsEAnnotation
Returns all the 'appinfo' child elements in the order of creation by XsEAnnotation.createAppinfo().
getAppinfos() - Method in class net.sf.jaxme.xs.xml.impl.XsEAnnotationImpl
 
getAtomicType() - Method in interface net.sf.jaxme.xs.XSSimpleType
Returns the atomic type details.
getAtomicType() - Method in class net.sf.jaxme.xs.impl.XSAtomicTypeRestrictionImpl
 
getAtomicType() - Method in class net.sf.jaxme.xs.impl.XSSimpleTypeImpl
 
getAtomicType() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSimpleTypeImpl
 
getAtomicType() - Method in class net.sf.jaxme.xs.types.AbstractAtomicType
 
getAtomicType() - Method in class net.sf.jaxme.xs.types.AbstractSimpleType
 
getAttribute(XsQName) - Method in interface net.sf.jaxme.xs.XSSchema
Returns the attribute with the given name.
getAttribute(XsQName) - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
getAttributeFormDefault() - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
getAttributeFormDefault() - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
getAttributeGroup(XsQName) - Method in interface net.sf.jaxme.xs.XSSchema
Returns the attribute group with the given name.
getAttributeGroup(XsQName) - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
getAttributeGroups() - Method in interface net.sf.jaxme.xs.XSSchema
Returns the array of global attribute groups.
getAttributeGroups() - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
getAttributeGroups() - Method in interface net.sf.jaxme.xs.xml.XsGAttrDecls
Returns an array of all attribute groups created by XsGAttrDecls.createAttributeGroup();
getAttributeGroups() - Method in class net.sf.jaxme.xs.xml.impl.XsGAttrDeclsImpl
 
getAttributeGroups() - Method in class net.sf.jaxme.xs.xml.impl.XsGComplexTypeModelImpl
 
getAttributeGroups() - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeGroupImpl
 
getAttributeGroups() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl
 
getAttributeGroups() - Method in class net.sf.jaxme.xs.xml.impl.XsTExtensionTypeImpl
 
getAttributeGroups() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
getAttributeGroups() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleExtensionTypeImpl
 
getAttributeGroups() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
getAttributeSetter() - Method in interface net.sf.jaxme.xs.parser.XSContext
Returns the AttributeSetter, which is used to configure properties.
getAttributeSetter() - Method in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
getAttributes() - Method in interface net.sf.jaxme.xs.XSAttributeGroup
Returns the groups attributes.
getAttributes() - Method in interface net.sf.jaxme.xs.XSComplexType
Returns the complex types attributes.
getAttributes() - Method in interface net.sf.jaxme.xs.XSSchema
Returns the array of global attributes.
getAttributes() - Method in class net.sf.jaxme.xs.impl.XSAttributeGroupImpl
 
getAttributes(XSObjectImpl, XsGAttrDecls) - Static method in class net.sf.jaxme.xs.impl.XSAttributeGroupImpl
 
getAttributes() - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
getAttributes() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSBasicComplexTypeImpl
 
getAttributes() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexContentImpl
 
getAttributes() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSSimpleContentImpl
 
getAttributes() - Method in interface net.sf.jaxme.xs.xml.XsGAttrDecls
Returns an array of all attributes created by XsGAttrDecls.createAttribute().
getAttributes() - Method in class net.sf.jaxme.xs.xml.impl.XsGAttrDeclsImpl
 
getAttributes() - Method in class net.sf.jaxme.xs.xml.impl.XsGComplexTypeModelImpl
 
getAttributes() - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeGroupImpl
 
getAttributes() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl
 
getAttributes() - Method in class net.sf.jaxme.xs.xml.impl.XsTExtensionTypeImpl
 
getAttributes() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
getAttributes() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleExtensionTypeImpl
 
getAttributes() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
getBase() - Method in interface net.sf.jaxme.xs.xml.XsERestriction
 
getBase() - Method in interface net.sf.jaxme.xs.xml.XsTExtensionType
 
getBase() - Method in interface net.sf.jaxme.xs.xml.XsTRestrictionType
 
getBase() - Method in interface net.sf.jaxme.xs.xml.XsTSimpleExtensionType
 
getBase() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
getBase() - Method in class net.sf.jaxme.xs.xml.impl.XsTExtensionTypeImpl
 
getBase() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
getBase() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleExtensionTypeImpl
 
getBaseType() - Method in class net.sf.jaxme.xs.impl.XSSimpleContentTypeImpl
 
getBaseType() - Method in class net.sf.jaxme.xs.impl.XSSimpleTypeRestrictionImpl
 
getBaseType() - Method in interface net.sf.jaxme.xs.jaxb.JAXBProperty
Returns the base type.
getBaseType() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBPropertyImpl
 
getBean() - Method in interface net.sf.jaxme.xs.parser.XsSAXParser
Returns the bean configured by the XsSAXParser.
getBean() - Method in class net.sf.jaxme.xs.parser.impl.XsSAXParserImpl
 
getBlock() - Method in interface net.sf.jaxme.xs.xml.XsTElement
 
getBlock() - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
getBlock() - Method in class net.sf.jaxme.xs.xml.impl.XsTTopLevelComplexTypeImpl
 
getBlockDefault() - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
getBlockDefault() - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
getBuiltinTypes() - Method in interface net.sf.jaxme.xs.XSSchema
Returns the array of builtin types.
getBuiltinTypes() - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
getChildHandler(String, String, String) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBAppinfoImpl
 
getChildHandler(String, String, String) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
getChildHandler(String, String, String) - Method in interface net.sf.jaxme.xs.parser.ChildSetter
Returns a ContentHandler, which is able to handle the given child element.
getChildHandler(String, String, String) - Method in class net.sf.jaxme.xs.parser.impl.ChildSetterImpl
 
getChildHandler(ContentHandler, String, String) - Method in class net.sf.jaxme.xs.parser.impl.ChildSetterImpl
 
getChildHandler() - Method in class net.sf.jaxme.xs.parser.impl.XsSAXParserImpl
 
getChildHandler(String, String, String) - Method in class net.sf.jaxme.xs.xml.impl.XsEAnnotationImpl
 
getChildHandler(String, String, String) - Method in class net.sf.jaxme.xs.xml.impl.XsEAppinfoImpl
 
getChildSetter() - Method in interface net.sf.jaxme.xs.parser.XSContext
Returns the ChildSetter, which is used to create child elements.
getChildSetter() - Method in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
getChilds() - Method in interface net.sf.jaxme.xs.XSAppinfo
Returns the appinfos content.
getChilds() - Method in interface net.sf.jaxme.xs.XSDocumentation
Returns the documentations content.
getChilds() - Method in interface net.sf.jaxme.xs.XSSchema
Returns all the schema annotations, types, groups, attribute groups, elements, and attributes, in the order of declaration.
getChilds() - Method in class net.sf.jaxme.xs.impl.XSAppinfoImpl
 
getChilds() - Method in class net.sf.jaxme.xs.impl.XSDocumentationImpl
 
getChilds() - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
getChilds() - Method in interface net.sf.jaxme.xs.xml.XsEAnnotation
Returns all the annotations child elements in the order of creation.
getChilds() - Method in interface net.sf.jaxme.xs.xml.XsEAppinfo
 
getChilds() - Method in interface net.sf.jaxme.xs.xml.XsERedefine
Returns the child elemens.
getChilds() - Method in interface net.sf.jaxme.xs.xml.XsESchema
Returns the schema's childs.
getChilds() - Method in class net.sf.jaxme.xs.xml.impl.XsEAnnotationImpl
 
getChilds() - Method in class net.sf.jaxme.xs.xml.impl.XsEAppinfoImpl
 
getChilds() - Method in class net.sf.jaxme.xs.xml.impl.XsERedefineImpl
 
getChilds() - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
getChoice() - Method in interface net.sf.jaxme.xs.xml.XsGNestedParticle
 
getChoice() - Method in interface net.sf.jaxme.xs.xml.XsTNamedGroup
 
getChoice() - Method in class net.sf.jaxme.xs.xml.impl.XsTNamedGroupImpl
 
getCollectionType() - Method in interface net.sf.jaxme.xs.jaxb.JAXBGlobalBindings
Returns the collection type; either of null ("indexed", default) or an implementation of java.util.List.
getCollectionType() - Method in interface net.sf.jaxme.xs.jaxb.JAXBProperty
Returns the collection type; either of "indexed" or an implementation of java.util.List.
getCollectionType() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
getCollectionType() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBPropertyImpl
 
getComplexContent() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexContentImpl
 
getComplexContent() - Method in interface net.sf.jaxme.xs.xml.XsGComplexTypeModel
 
getComplexContent() - Method in interface net.sf.jaxme.xs.xml.XsTComplexType
 
getComplexContent() - Method in class net.sf.jaxme.xs.xml.impl.XsGComplexTypeModelImpl
 
getComplexContent() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl
 
getComplexContentType() - Method in interface net.sf.jaxme.xs.XSComplexType
If the element hasn't simple content: Returns the element contents type.
getComplexContentType() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSBasicComplexTypeImpl
 
getComplexContentType() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexContentImpl
 
getComplexContentType() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
 
getComplexType() - Method in interface net.sf.jaxme.xs.XSType
Returns the complex types information.
getComplexType() - Method in class net.sf.jaxme.xs.impl.XSSimpleContentTypeImpl
 
getComplexType() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl
 
getComplexType() - Method in class net.sf.jaxme.xs.types.AbstractSimpleType
 
getComplexType() - Method in interface net.sf.jaxme.xs.xml.XsTElement
 
getComplexType() - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
getCompositor() - Method in interface net.sf.jaxme.xs.XSModelGroup
Returns the model groups compositor.
getCompositor() - Method in class net.sf.jaxme.xs.impl.XSGroupImpl
 
getCompositor() - Method in class net.sf.jaxme.xs.impl.XSModelGroupImpl
 
getContentTypeByParticle(XsTTypeDefParticle, XSGroup) - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexContentImpl
 
getContext() - Method in class net.sf.jaxme.xs.XSParser
Provides access to the parsers internal data.
getContext() - Method in interface net.sf.jaxme.xs.XSSchema
Returns the schemas context.
getContext() - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
getContext() - Method in interface net.sf.jaxme.xs.xml.XsESchema
Returns the schema context.
getContext() - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
getContext() - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
getContext() - Method in class net.sf.jaxme.xs.xml.impl.XsObjectImpl
 
getCurrentContentHandler() - Method in interface net.sf.jaxme.xs.parser.XSContext
Sets the currently active instance of XsSAXParser.
getCurrentContentHandler() - Method in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
getCurrentSyntaxSchema() - Method in class net.sf.jaxme.xs.impl.XSLogicalParser
Returns the syntax schema, which is currently being parsed.
getData() - Method in class net.sf.jaxme.xs.impl.XSLogicalParser
 
getData() - Method in class net.sf.jaxme.xs.parser.impl.AttributeSetterImpl
 
getData() - Method in class net.sf.jaxme.xs.parser.impl.TextSetterImpl
 
getData() - Method in class net.sf.jaxme.xs.parser.impl.XsSAXParserImpl
 
getDefault() - Method in interface net.sf.jaxme.xs.xml.XsTAttribute
 
getDefault() - Method in interface net.sf.jaxme.xs.xml.XsTElement
 
getDefault() - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeImpl
 
getDefault() - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
getDocument() - Method in class net.sf.jaxme.xs.parser.DOMBuilder
Returns the document being used as object factory.
getDocumentLocator() - Method in class net.sf.jaxme.xs.parser.DOMBuilder
Returns the Locator.
getDocumentations() - Method in interface net.sf.jaxme.xs.XSAnnotation
Returns the array of documentations.
getDocumentations() - Method in class net.sf.jaxme.xs.impl.XSAnnotationImpl
 
getDocumentations() - Method in interface net.sf.jaxme.xs.xml.XsEAnnotation
Returns all the 'documentation' child elements in the order of creation by XsEAnnotation.createDocumentation().
getDocumentations() - Method in class net.sf.jaxme.xs.xml.impl.XsEAnnotationImpl
 
getElement() - Method in interface net.sf.jaxme.xs.XSParticle
If the particle type is element: Returns the element.
getElement(XsQName) - Method in interface net.sf.jaxme.xs.XSSchema
Returns the element with the given name.
getElement() - Method in class net.sf.jaxme.xs.impl.XSParticleImpl
 
getElement(XsQName) - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
getElement() - Method in interface net.sf.jaxme.xs.xml.XsGNestedParticle
 
getElementFormDefault() - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
getElementFormDefault() - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
getElementName() - Method in interface net.sf.jaxme.xs.jaxb.JAXBSchemaBindings.NameXmlTransformation
Returns the elementName's NameTransformation.
getElementName() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl.NameXmlTransformationImpl
 
getElements() - Method in interface net.sf.jaxme.xs.XSSchema
Returns the array of global elements.
getElements() - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
getElements() - Method in interface net.sf.jaxme.xs.xml.XsGAllModel
 
getElements() - Method in class net.sf.jaxme.xs.xml.impl.XsGAllModelImpl
 
getEnumerations() - Method in interface net.sf.jaxme.xs.XSSimpleType
Returns the values of the "enumeration" facets.
getEnumerations() - Method in class net.sf.jaxme.xs.impl.XSListTypeImpl
 
getEnumerations() - Method in class net.sf.jaxme.xs.impl.XSSimpleTypeRestrictionImpl
 
getEnumerations() - Method in class net.sf.jaxme.xs.impl.XSUnionTypeImpl
 
getEnumerations() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSimpleTypeImpl
 
getEnumerations() - Method in class net.sf.jaxme.xs.types.AbstractSimpleType
 
getEnumerations() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
getEnumerations() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
getEnumerations() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
getEnumerations() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
getEnumerations() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
getExtendedType() - Method in interface net.sf.jaxme.xs.XSComplexType
If the element is an extension: Returns the extended type.
getExtendedType() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
 
getExtension() - Method in interface net.sf.jaxme.xs.xml.XsEComplexContent
 
getExtension() - Method in interface net.sf.jaxme.xs.xml.XsESimpleContent
 
getExtension() - Method in class net.sf.jaxme.xs.xml.impl.XsEComplexContentImpl
 
getExtension() - Method in class net.sf.jaxme.xs.xml.impl.XsESimpleContentImpl
 
getFacetByName(String) - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
getFacetName() - Method in interface net.sf.jaxme.xs.xml.XsTFacetBase
 
getFacetName() - Method in class net.sf.jaxme.xs.xml.impl.XsEEnumerationImpl
 
getFacetName() - Method in class net.sf.jaxme.xs.xml.impl.XsEFractionDigitsImpl
 
getFacetName() - Method in class net.sf.jaxme.xs.xml.impl.XsELengthImpl
 
getFacetName() - Method in class net.sf.jaxme.xs.xml.impl.XsEMaxExclusiveImpl
 
getFacetName() - Method in class net.sf.jaxme.xs.xml.impl.XsEMaxInclusiveImpl
 
getFacetName() - Method in class net.sf.jaxme.xs.xml.impl.XsEMaxLengthImpl
 
getFacetName() - Method in class net.sf.jaxme.xs.xml.impl.XsEMinExclusiveImpl
 
getFacetName() - Method in class net.sf.jaxme.xs.xml.impl.XsEMinInclusiveImpl
 
getFacetName() - Method in class net.sf.jaxme.xs.xml.impl.XsEMinLengthImpl
 
getFacetName() - Method in class net.sf.jaxme.xs.xml.impl.XsEPatternImpl
 
getFacetName() - Method in class net.sf.jaxme.xs.xml.impl.XsETotalDigitsImpl
 
getFacetName() - Method in class net.sf.jaxme.xs.xml.impl.XsEWhiteSpaceImpl
 
getFacetName() - Method in class net.sf.jaxme.xs.xml.impl.XsTFacetBaseImpl
 
getFacets() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
Returns an array of all facets.
getFacets() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
getFacets() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
getFacets() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
getFacets() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
getFields() - Method in interface net.sf.jaxme.xs.xml.XsTKeybase
 
getFields() - Method in class net.sf.jaxme.xs.xml.impl.XsTKeybaseImpl
 
getFinal() - Method in interface net.sf.jaxme.xs.xml.XsTElement
 
getFinal() - Method in interface net.sf.jaxme.xs.xml.XsTSimpleType
 
getFinal() - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
getFinal() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleTypeImpl
 
getFinal() - Method in class net.sf.jaxme.xs.xml.impl.XsTTopLevelComplexTypeImpl
 
getFinalDefault() - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
getFinalDefault() - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
getFixed() - Method in interface net.sf.jaxme.xs.xml.XsTAttribute
 
getFixed() - Method in interface net.sf.jaxme.xs.xml.XsTElement
 
getFixed() - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeImpl
 
getFixed() - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
getForm() - Method in interface net.sf.jaxme.xs.xml.XsTAttribute
 
getForm() - Method in interface net.sf.jaxme.xs.xml.XsTElement
 
getForm() - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeImpl
 
getForm() - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
getFractionDigits() - Method in interface net.sf.jaxme.xs.XSAtomicType
Returns the value of the "fractionDigits" facet or null, if the facet is not set.
getFractionDigits() - Method in class net.sf.jaxme.xs.impl.XSAtomicTypeRestrictionImpl
 
getFractionDigits() - Method in class net.sf.jaxme.xs.types.AbstractAtomicType
 
getFractionDigits() - Method in class net.sf.jaxme.xs.types.XSInteger
 
getFractionDigits() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
getFractionDigits() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
getFractionDigits() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
getFractionDigits() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
getFractionDigits() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
getGroup() - Method in interface net.sf.jaxme.xs.XSParticle
If the particle type is group: Returns the group.
getGroup(XsQName) - Method in interface net.sf.jaxme.xs.XSSchema
Returns the group with the given name.
getGroup() - Method in class net.sf.jaxme.xs.impl.XSParticleImpl
 
getGroup(XsQName) - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
getGroupByParticle(XsTTypeDefParticle) - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexContentImpl
 
getGroupRef() - Method in interface net.sf.jaxme.xs.xml.XsGNestedParticle
 
getGroups() - Method in interface net.sf.jaxme.xs.XSSchema
Returns the array of global groups.
getGroups() - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
getId() - Method in interface net.sf.jaxme.xs.xml.XsEAnnotation
 
getId() - Method in interface net.sf.jaxme.xs.xml.XsERedefine
 
getId() - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
getId() - Method in interface net.sf.jaxme.xs.xml.XsTAnnotated
 
getId() - Method in class net.sf.jaxme.xs.xml.impl.XsEAnnotationImpl
 
getId() - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
getId() - Method in class net.sf.jaxme.xs.xml.impl.XsTAnnotatedImpl
 
getIdentityConstraints() - Method in interface net.sf.jaxme.xs.xml.XsGIdentityConstraint
 
getIdentityConstraints() - Method in class net.sf.jaxme.xs.xml.impl.XsGIdentityConstraintImpl
 
getIdentityConstraints() - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
getImplClass() - Method in interface net.sf.jaxme.xs.jaxb.JAXBClass
Returns the implementations class name, including a package name.
getImplClass() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBClassImpl
Returns the implementation classes name, including the package name.
getInputSource(String, XsAnyURI) - Method in class net.sf.jaxme.xs.impl.XSLogicalParser
Converts the given URI into an instance of InputSource.
getInstance() - Static method in class net.sf.jaxme.xs.types.XSAnySimpleType
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSAnyURI
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSBase64Binary
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSBoolean
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSByte
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSDate
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSDateTime
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSDecimal
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSDouble
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSDuration
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSEntities
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSEntity
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSFloat
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSGDay
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSGMonth
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSGMonthDay
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSGYear
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSGYearMonth
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSHexBinary
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSID
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSIDREF
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSIDREFs
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSInt
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSInteger
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSLanguage
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSLong
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSNCName
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSNMToken
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSNMTokens
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSName
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSNegativeInteger
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSNonNegativeInteger
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSNonPositiveInteger
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSNormalizedString
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSNotation
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSPositiveInteger
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSQName
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSShort
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSString
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSTime
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSToken
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSUnsignedByte
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSUnsignedInt
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSUnsignedLong
 
getInstance() - Static method in class net.sf.jaxme.xs.types.XSUnsignedShort
 
getItemType() - Method in interface net.sf.jaxme.xs.XSListType
Returns the item type (which is, of course, a simple type).
getItemType() - Method in class net.sf.jaxme.xs.impl.XSListTypeImpl
 
getItemType() - Method in class net.sf.jaxme.xs.impl.XSListTypeRestrictionImpl
 
getItemType() - Method in class net.sf.jaxme.xs.types.XSEntities
 
getItemType() - Method in class net.sf.jaxme.xs.types.XSIDREFs
 
getItemType() - Method in class net.sf.jaxme.xs.types.XSNMTokens
 
getItemType() - Method in interface net.sf.jaxme.xs.xml.XsEList
 
getItemType() - Method in class net.sf.jaxme.xs.xml.impl.XsEListImpl
 
getJAXBClass() - Method in interface net.sf.jaxme.xs.jaxb.JAXBClassOwner
Returns the groups class customization settings.
getJAXBClass() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBElementImpl
 
getJAXBClass() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGroupImpl
 
getJAXBClass() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBTypeImpl
 
getJAXBGlobalBindings() - Method in interface net.sf.jaxme.xs.jaxb.JAXBSchema
Returns the schemas globalBindings.
getJAXBGlobalBindings() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaImpl
 
getJAXBJavaType() - Method in interface net.sf.jaxme.xs.jaxb.JAXBSimpleType
Returns the jaxb:javaType customization details.
getJAXBJavaType() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSimpleTypeImpl
 
getJAXBProperty() - Method in interface net.sf.jaxme.xs.jaxb.JAXBElement
Returns the elements property customization settings.
getJAXBProperty() - Method in interface net.sf.jaxme.xs.jaxb.JAXBPropertyOwner
Returns the attributes property customization settings.
getJAXBProperty() - Method in interface net.sf.jaxme.xs.jaxb.JAXBSimpleContentType
Returns the customization details of the content type.
getJAXBProperty() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBAttributeImpl
 
getJAXBProperty() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBElementImpl
 
getJAXBProperty() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSimpleContentTypeImpl
 
getJAXBSchemaBindings() - Method in interface net.sf.jaxme.xs.jaxb.JAXBClassOwner
Returns the groups schemaBindings.
getJAXBSchemaBindings() - Method in interface net.sf.jaxme.xs.jaxb.JAXBPropertyOwner
Returns the types schemaBindings.
getJAXBSchemaBindings() - Method in interface net.sf.jaxme.xs.jaxb.JAXBSimpleContentType
Returns the complex types schemaBindings.
getJAXBSchemaBindings() - Method in interface net.sf.jaxme.xs.jaxb.JAXBXsSchema
 
getJAXBSchemaBindings() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBAttributeImpl
 
getJAXBSchemaBindings() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBElementImpl
 
getJAXBSchemaBindings() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGroupImpl
 
getJAXBSchemaBindings() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSimpleContentTypeImpl
 
getJAXBSchemaBindings() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBTypeImpl
 
getJAXBSchemaBindings() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBXsSchemaImpl
 
getJAXBTypesafeEnumClass() - Method in interface net.sf.jaxme.xs.jaxb.JAXBSimpleType
Returns the jaxb:typesafeEnumClass details.
getJAXBTypesafeEnumClass() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSimpleTypeImpl
 
getJAXBTypesafeEnumMember() - Method in interface net.sf.jaxme.xs.jaxb.JAXBEnumeration
Returns the jaxb:typesafeEnumMember details.
getJAXBTypesafeEnumMember() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBEnumerationImpl
 
getJAXBXsObjectFactory() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBAppinfoImpl
 
getJAXBXsObjectFactory() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBXsObjectImpl
 
getJavaType() - Method in interface net.sf.jaxme.xs.jaxb.JAXBGlobalBindings
Returns the list of javaType declarations.
getJavaType() - Method in interface net.sf.jaxme.xs.jaxb.JAXBProperty.BaseType
Returns the Java type.
getJavaType() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
getJavaType() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBPropertyImpl.BaseTypeImpl
 
getJavadoc() - Method in interface net.sf.jaxme.xs.jaxb.JAXBClass
Returns the classes JavaDoc documentation.
getJavadoc() - Method in interface net.sf.jaxme.xs.jaxb.JAXBProperty
Returns the getter methods JavaDoc documentation.
getJavadoc() - Method in interface net.sf.jaxme.xs.jaxb.JAXBSchemaBindings.Package
Returns the packages JavaDoc documentation.
getJavadoc() - Method in interface net.sf.jaxme.xs.jaxb.JAXBTypesafeEnumClass
Returns the created classess JavaDoc documentation.
getJavadoc() - Method in interface net.sf.jaxme.xs.jaxb.JAXBTypesafeEnumMember
Returns the created constants JavaDoc documentation.
getJavadoc() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBClassImpl
Returns the classes Javadoc documentation.
getJavadoc() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBPropertyImpl
 
getJavadoc() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl.PackageImpl
 
getJavadoc() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBTypesafeEnumClassImpl
 
getJavadoc() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBTypesafeEnumMemberImpl
 
getJaxbExtensionBindingPrefixes() - Method in interface net.sf.jaxme.xs.jaxb.JAXBSchema
Returns the schemas jaxb:extensionBindingPrefixes list.
getJaxbExtensionBindingPrefixes() - Method in interface net.sf.jaxme.xs.jaxb.JAXBXsSchema
Returns the list of extension binding prefixes.
getJaxbExtensionBindingPrefixes() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaImpl
 
getJaxbExtensionBindingPrefixes() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBXsSchemaImpl
 
getJaxbVersion() - Method in interface net.sf.jaxme.xs.jaxb.JAXBSchema
Returns the schemas jaxb:version attribute.
getJaxbVersion() - Method in interface net.sf.jaxme.xs.jaxb.JAXBXsSchema
Returns the jaxb:version attribute.
getJaxbVersion() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaImpl
 
getJaxbVersion() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBXsSchemaImpl
 
getLang() - Method in interface net.sf.jaxme.xs.xml.XsEDocumentation
 
getLang() - Method in class net.sf.jaxme.xs.xml.impl.XsEDocumentationImpl
 
getLang() - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
getLanguage() - Method in interface net.sf.jaxme.xs.XSDocumentation
Returns the documentations xml:lang attribute or null, if no such attribute is defined.
getLanguage() - Method in class net.sf.jaxme.xs.impl.XSDocumentationImpl
 
getLength() - Method in interface net.sf.jaxme.xs.XSAtomicType
Returns the value of the "length" facet or null, if the facet is not set.
getLength() - Method in interface net.sf.jaxme.xs.XSListType
Returns the value of the "length" facet or null, if the facet is not set.
getLength() - Method in class net.sf.jaxme.xs.impl.XSAtomicTypeRestrictionImpl
 
getLength() - Method in class net.sf.jaxme.xs.impl.XSListTypeImpl
 
getLength() - Method in class net.sf.jaxme.xs.impl.XSListTypeRestrictionImpl
 
getLength() - Method in class net.sf.jaxme.xs.types.AbstractAtomicType
 
getLength() - Method in class net.sf.jaxme.xs.types.AbstractListType
 
getLength() - Method in class net.sf.jaxme.xs.types.XSIDREFs
 
getLength() - Method in class net.sf.jaxme.xs.types.XSNMTokens
 
getLength() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
getLength() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
getLength() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
getLength() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
getLength() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
getList() - Method in interface net.sf.jaxme.xs.xml.XsTSimpleType
 
getList() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleTypeImpl
 
getListType() - Method in interface net.sf.jaxme.xs.XSSimpleType
Returns the list type details.
getListType() - Method in class net.sf.jaxme.xs.impl.XSListTypeImpl
 
getListType() - Method in class net.sf.jaxme.xs.impl.XSSimpleTypeImpl
 
getListType() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSimpleTypeImpl
 
getListType() - Method in class net.sf.jaxme.xs.types.AbstractSimpleType
 
getListType() - Method in class net.sf.jaxme.xs.types.XSNMTokens
 
getLocalName() - Method in interface net.sf.jaxme.xs.parser.XsSAXParser
Returns the current elements local name.
getLocalName() - Method in class net.sf.jaxme.xs.parser.impl.XsSAXParserImpl
 
getLocalName() - Method in class net.sf.jaxme.xs.xml.XsQName
 
getLocator() - Method in interface net.sf.jaxme.xs.XSModelGroup
Returns the model groups locator.
getLocator() - Method in interface net.sf.jaxme.xs.XSObject
Returns the objects location.
getLocator() - Method in interface net.sf.jaxme.xs.XSParticle
Returns the particles Locator.
getLocator() - Method in class net.sf.jaxme.xs.impl.XSModelGroupImpl
 
getLocator() - Method in class net.sf.jaxme.xs.impl.XSObjectImpl
 
getLocator() - Method in class net.sf.jaxme.xs.impl.XSParticleImpl
 
getLocator() - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
getLocator() - Method in interface net.sf.jaxme.xs.parser.XSContext
Returns the locator, used for error messages.
getLocator() - Method in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
getLocator() - Method in class net.sf.jaxme.xs.types.AbstractSimpleType
 
getLocator() - Method in interface net.sf.jaxme.xs.xml.XsObject
Returns the SAX Locator with the instances location.
getLocator() - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
getLocator() - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
getLocator() - Method in class net.sf.jaxme.xs.xml.impl.XsObjectImpl
 
getMaxExclusive() - Method in interface net.sf.jaxme.xs.XSAtomicType
Returns the value of the "maxExclusive" facet or null, if the facet is not set.
getMaxExclusive() - Method in class net.sf.jaxme.xs.impl.XSAtomicTypeRestrictionImpl
 
getMaxExclusive() - Method in class net.sf.jaxme.xs.types.AbstractAtomicType
 
getMaxExclusive() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
getMaxExclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
getMaxExclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
getMaxExclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
getMaxExclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
getMaxInclusive() - Method in interface net.sf.jaxme.xs.XSAtomicType
Returns the value of the "maxInclusive" facet or null, if the facet is not set.
getMaxInclusive() - Method in class net.sf.jaxme.xs.impl.XSAtomicTypeRestrictionImpl
 
getMaxInclusive() - Method in class net.sf.jaxme.xs.types.AbstractAtomicType
 
getMaxInclusive() - Method in class net.sf.jaxme.xs.types.XSByte
 
getMaxInclusive() - Method in class net.sf.jaxme.xs.types.XSInt
 
getMaxInclusive() - Method in class net.sf.jaxme.xs.types.XSLong
 
getMaxInclusive() - Method in class net.sf.jaxme.xs.types.XSNegativeInteger
 
getMaxInclusive() - Method in class net.sf.jaxme.xs.types.XSNonPositiveInteger
 
getMaxInclusive() - Method in class net.sf.jaxme.xs.types.XSShort
 
getMaxInclusive() - Method in class net.sf.jaxme.xs.types.XSUnsignedByte
 
getMaxInclusive() - Method in class net.sf.jaxme.xs.types.XSUnsignedInt
 
getMaxInclusive() - Method in class net.sf.jaxme.xs.types.XSUnsignedLong
 
getMaxInclusive() - Method in class net.sf.jaxme.xs.types.XSUnsignedShort
 
getMaxInclusive() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
getMaxInclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
getMaxInclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
getMaxInclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
getMaxInclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
getMaxLength() - Method in interface net.sf.jaxme.xs.XSAtomicType
Returns the value of the "maxLength" facet or null, if the facet is not set.
getMaxLength() - Method in interface net.sf.jaxme.xs.XSListType
Returns the value of the "minLength" facet or null, if the facet is not set.
getMaxLength() - Method in class net.sf.jaxme.xs.impl.XSAtomicTypeRestrictionImpl
 
getMaxLength() - Method in class net.sf.jaxme.xs.impl.XSListTypeImpl
 
getMaxLength() - Method in class net.sf.jaxme.xs.impl.XSListTypeRestrictionImpl
 
getMaxLength() - Method in class net.sf.jaxme.xs.types.AbstractAtomicType
 
getMaxLength() - Method in class net.sf.jaxme.xs.types.AbstractListType
 
getMaxLength() - Method in class net.sf.jaxme.xs.types.XSIDREFs
 
getMaxLength() - Method in class net.sf.jaxme.xs.types.XSNMTokens
 
getMaxLength() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
getMaxLength() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
getMaxLength() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
getMaxLength() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
getMaxLength() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
getMaxOccurs() - Method in interface net.sf.jaxme.xs.XSParticle
Returns the particles maxOccurs value or -1 for unbounded.
getMaxOccurs() - Method in class net.sf.jaxme.xs.impl.XSParticleImpl
 
getMaxOccurs() - Method in interface net.sf.jaxme.xs.xml.XsAGOccurs
-1 for 'unbounded'
getMaxOccurs() - Method in class net.sf.jaxme.xs.xml.impl.XsAGOccursImpl
 
getMaxOccurs() - Method in class net.sf.jaxme.xs.xml.impl.XsEAnyImpl
 
getMaxOccurs() - Method in class net.sf.jaxme.xs.xml.impl.XsTAllImpl
 
getMaxOccurs() - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
getMaxOccurs() - Method in class net.sf.jaxme.xs.xml.impl.XsTGroupImpl
 
getMemberTypes() - Method in interface net.sf.jaxme.xs.XSUnionType
Returns the array of member types.
getMemberTypes() - Method in class net.sf.jaxme.xs.impl.XSUnionTypeImpl
 
getMemberTypes() - Method in class net.sf.jaxme.xs.impl.XSUnionTypeRestrictionImpl
 
getMemberTypes() - Method in interface net.sf.jaxme.xs.xml.XsEUnion
<ü>Returns an array of member types which have been added using XsEUnion.setMemberTypes(XsQName[]).
getMemberTypes() - Method in class net.sf.jaxme.xs.xml.impl.XsEUnionImpl
 
getMinExclusive() - Method in interface net.sf.jaxme.xs.XSAtomicType
Returns the value of the "minExclusive" facet or null, if the facet is not set.
getMinExclusive() - Method in class net.sf.jaxme.xs.impl.XSAtomicTypeRestrictionImpl
 
getMinExclusive() - Method in class net.sf.jaxme.xs.types.AbstractAtomicType
 
getMinExclusive() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
getMinExclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
getMinExclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
getMinExclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
getMinExclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
getMinInclusive() - Method in interface net.sf.jaxme.xs.XSAtomicType
Returns the value of the "minInclusive" facet or null, if the facet is not set.
getMinInclusive() - Method in class net.sf.jaxme.xs.impl.XSAtomicTypeRestrictionImpl
 
getMinInclusive() - Method in class net.sf.jaxme.xs.types.AbstractAtomicType
 
getMinInclusive() - Method in class net.sf.jaxme.xs.types.XSByte
 
getMinInclusive() - Method in class net.sf.jaxme.xs.types.XSInt
 
getMinInclusive() - Method in class net.sf.jaxme.xs.types.XSLong
 
getMinInclusive() - Method in class net.sf.jaxme.xs.types.XSNonNegativeInteger
 
getMinInclusive() - Method in class net.sf.jaxme.xs.types.XSPositiveInteger
 
getMinInclusive() - Method in class net.sf.jaxme.xs.types.XSShort
 
getMinInclusive() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
getMinInclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
getMinInclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
getMinInclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
getMinInclusive() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
getMinLength() - Method in interface net.sf.jaxme.xs.XSAtomicType
Returns the value of the "minLength" facet or null, if the facet is not set.
getMinLength() - Method in interface net.sf.jaxme.xs.XSListType
Returns the value of the "maxLength" facet or null, if the facet is not set.
getMinLength() - Method in class net.sf.jaxme.xs.impl.XSAtomicTypeRestrictionImpl
 
getMinLength() - Method in class net.sf.jaxme.xs.impl.XSListTypeImpl
 
getMinLength() - Method in class net.sf.jaxme.xs.impl.XSListTypeRestrictionImpl
 
getMinLength() - Method in class net.sf.jaxme.xs.types.AbstractAtomicType
 
getMinLength() - Method in class net.sf.jaxme.xs.types.AbstractListType
 
getMinLength() - Method in class net.sf.jaxme.xs.types.XSIDREFs
 
getMinLength() - Method in class net.sf.jaxme.xs.types.XSNMTokens
 
getMinLength() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
getMinLength() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
getMinLength() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
getMinLength() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
getMinLength() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
getMinOccurs() - Method in interface net.sf.jaxme.xs.XSParticle
Returns the particles minOccurs value.
getMinOccurs() - Method in class net.sf.jaxme.xs.impl.XSParticleImpl
 
getMinOccurs() - Method in interface net.sf.jaxme.xs.xml.XsAGOccurs
 
getMinOccurs() - Method in class net.sf.jaxme.xs.xml.impl.XsAGOccursImpl
 
getMinOccurs() - Method in class net.sf.jaxme.xs.xml.impl.XsEAnyImpl
 
getMinOccurs() - Method in class net.sf.jaxme.xs.xml.impl.XsTAllImpl
 
getMinOccurs() - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
getMinOccurs() - Method in class net.sf.jaxme.xs.xml.impl.XsTGroupImpl
 
getModelGroupName() - Method in interface net.sf.jaxme.xs.jaxb.JAXBSchemaBindings.NameXmlTransformation
Returns the modelGroupName's NameTransformation.
getModelGroupName() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl.NameXmlTransformationImpl
 
getName() - Method in interface net.sf.jaxme.xs.XSAttribute
Returns the attributes name.
getName() - Method in interface net.sf.jaxme.xs.XSAttributeGroup
Returns the attribute group is global: Returns the attribute groups name.
getName() - Method in interface net.sf.jaxme.xs.XSElement
Returns the elements name.
getName() - Method in interface net.sf.jaxme.xs.XSGroup
If the group is global: Returns the groups name.
getName() - Method in interface net.sf.jaxme.xs.XSType
If the type is global: Returns the types name.
getName() - Method in class net.sf.jaxme.xs.impl.XSAttributeGroupImpl
 
getName() - Method in class net.sf.jaxme.xs.impl.XSAttributeImpl
 
getName() - Method in class net.sf.jaxme.xs.impl.XSElementImpl
 
getName() - Method in class net.sf.jaxme.xs.impl.XSGroupImpl
 
getName() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl
 
getName() - Method in interface net.sf.jaxme.xs.jaxb.JAXBClass
Returns the classes name, without the package.
getName() - Method in class net.sf.jaxme.xs.jaxb.JAXBGlobalBindings.UnderscoreBinding
 
getName() - Method in interface net.sf.jaxme.xs.jaxb.JAXBJavaType
Returns the runtime type.
getName() - Method in interface net.sf.jaxme.xs.jaxb.JAXBProperty
Returns the property name.
getName() - Method in interface net.sf.jaxme.xs.jaxb.JAXBSchemaBindings.Package
Returns the package name.
getName() - Method in interface net.sf.jaxme.xs.jaxb.JAXBTypesafeEnumClass
Returns the enumeration classes name, without any package prefix.
getName() - Method in interface net.sf.jaxme.xs.jaxb.JAXBTypesafeEnumMember
Returns the members name.
getName() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBClassImpl
Returns the interfaces class name, not including the package name.
getName() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBJavaTypeImpl
 
getName() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBPropertyImpl
 
getName() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl.PackageImpl
 
getName() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBTypesafeEnumClassImpl
 
getName() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBTypesafeEnumMemberImpl
 
getName() - Method in class net.sf.jaxme.xs.types.XSAnySimpleType
 
getName() - Method in class net.sf.jaxme.xs.types.XSAnyURI
 
getName() - Method in class net.sf.jaxme.xs.types.XSBase64Binary
 
getName() - Method in class net.sf.jaxme.xs.types.XSBoolean
 
getName() - Method in class net.sf.jaxme.xs.types.XSByte
 
getName() - Method in class net.sf.jaxme.xs.types.XSDate
 
getName() - Method in class net.sf.jaxme.xs.types.XSDateTime
 
getName() - Method in class net.sf.jaxme.xs.types.XSDecimal
 
getName() - Method in class net.sf.jaxme.xs.types.XSDouble
 
getName() - Method in class net.sf.jaxme.xs.types.XSDuration
 
getName() - Method in class net.sf.jaxme.xs.types.XSEntities
 
getName() - Method in class net.sf.jaxme.xs.types.XSEntity
 
getName() - Method in class net.sf.jaxme.xs.types.XSFloat
 
getName() - Method in class net.sf.jaxme.xs.types.XSGDay
 
getName() - Method in class net.sf.jaxme.xs.types.XSGMonth
 
getName() - Method in class net.sf.jaxme.xs.types.XSGMonthDay
 
getName() - Method in class net.sf.jaxme.xs.types.XSGYear
 
getName() - Method in class net.sf.jaxme.xs.types.XSGYearMonth
 
getName() - Method in class net.sf.jaxme.xs.types.XSHexBinary
 
getName() - Method in class net.sf.jaxme.xs.types.XSID
 
getName() - Method in class net.sf.jaxme.xs.types.XSIDREF
 
getName() - Method in class net.sf.jaxme.xs.types.XSIDREFs
 
getName() - Method in class net.sf.jaxme.xs.types.XSInt
 
getName() - Method in class net.sf.jaxme.xs.types.XSInteger
 
getName() - Method in class net.sf.jaxme.xs.types.XSLanguage
 
getName() - Method in class net.sf.jaxme.xs.types.XSLong
 
getName() - Method in class net.sf.jaxme.xs.types.XSNCName
 
getName() - Method in class net.sf.jaxme.xs.types.XSNMToken
 
getName() - Method in class net.sf.jaxme.xs.types.XSNMTokens
 
getName() - Method in class net.sf.jaxme.xs.types.XSName
 
getName() - Method in class net.sf.jaxme.xs.types.XSNegativeInteger
 
getName() - Method in class net.sf.jaxme.xs.types.XSNonNegativeInteger
 
getName() - Method in class net.sf.jaxme.xs.types.XSNonPositiveInteger
 
getName() - Method in class net.sf.jaxme.xs.types.XSNormalizedString
 
getName() - Method in class net.sf.jaxme.xs.types.XSNotation
 
getName() - Method in class net.sf.jaxme.xs.types.XSPositiveInteger
 
getName() - Method in class net.sf.jaxme.xs.types.XSQName
 
getName() - Method in class net.sf.jaxme.xs.types.XSShort
 
getName() - Method in class net.sf.jaxme.xs.types.XSString
 
getName() - Method in class net.sf.jaxme.xs.types.XSTime
 
getName() - Method in class net.sf.jaxme.xs.types.XSToken
 
getName() - Method in class net.sf.jaxme.xs.types.XSUnsignedByte
 
getName() - Method in class net.sf.jaxme.xs.types.XSUnsignedInt
 
getName() - Method in class net.sf.jaxme.xs.types.XSUnsignedLong
 
getName() - Method in class net.sf.jaxme.xs.types.XSUnsignedShort
 
getName() - Method in interface net.sf.jaxme.xs.xml.XsAGDefRef
 
getName() - Method in interface net.sf.jaxme.xs.xml.XsENotation
 
getName() - Method in interface net.sf.jaxme.xs.xml.XsTAttribute
 
getName() - Method in interface net.sf.jaxme.xs.xml.XsTComplexType
 
getName() - Method in interface net.sf.jaxme.xs.xml.XsTKeybase
 
getName() - Method in interface net.sf.jaxme.xs.xml.XsTNamedGroup
 
getName() - Method in interface net.sf.jaxme.xs.xml.XsTSimpleType
 
getName() - Method in class net.sf.jaxme.xs.xml.impl.XsAGDefRefImpl
 
getName() - Method in class net.sf.jaxme.xs.xml.impl.XsENotationImpl
 
getName() - Method in class net.sf.jaxme.xs.xml.impl.XsTAllImpl
 
getName() - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeGroupImpl
 
getName() - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeImpl
 
getName() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl
 
getName() - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
getName() - Method in class net.sf.jaxme.xs.xml.impl.XsTGroupImpl
 
getName() - Method in class net.sf.jaxme.xs.xml.impl.XsTKeybaseImpl
 
getName() - Method in class net.sf.jaxme.xs.xml.impl.XsTNamedGroupImpl
 
getName() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleTypeImpl
 
getName() - Method in class net.sf.jaxme.xs.xml.impl.XsTTopLevelComplexTypeImpl
 
getNameXmlTransformation() - Method in interface net.sf.jaxme.xs.jaxb.JAXBSchemaBindings
Returns the list of NameXmlTransformations.
getNameXmlTransformation() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl
 
getNamespace() - Method in interface net.sf.jaxme.xs.xml.XsEImport
 
getNamespace() - Method in interface net.sf.jaxme.xs.xml.XsTWildcard
 
getNamespace() - Method in class net.sf.jaxme.xs.xml.impl.XsEImportImpl
 
getNamespace() - Method in class net.sf.jaxme.xs.xml.impl.XsTWildcardImpl
 
getNamespaceSupport() - Method in interface net.sf.jaxme.xs.parser.XSContext
Returns the namespace handler.
getNamespaceSupport() - Method in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
getNamespaceSupport() - Method in class net.sf.jaxme.xs.xml.impl.XsObjectImpl
 
getNamespaceURI() - Method in interface net.sf.jaxme.xs.parser.XsSAXParser
Returns the current elements namespace URI.
getNamespaceURI() - Method in class net.sf.jaxme.xs.parser.impl.XsSAXParserImpl
 
getNamespaceURI() - Method in class net.sf.jaxme.xs.xml.XsQName
 
getNillable() - Method in interface net.sf.jaxme.xs.xml.XsTElement
 
getNillable() - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
getObjectFactory() - Method in interface net.sf.jaxme.xs.xml.XsObject
Returns the object factory, that created this instance.
getObjectFactory() - Method in class net.sf.jaxme.xs.xml.impl.XsObjectImpl
 
getOpenAttributes() - Method in interface net.sf.jaxme.xs.xml.XsTOpenAttrs
Returns the attributes having other namespaces.
getOpenAttributes() - Method in class net.sf.jaxme.xs.xml.impl.XsTOpenAttrsImpl
 
getOwner() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
 
getPackage() - Method in interface net.sf.jaxme.xs.jaxb.JAXBSchemaBindings
Returns the package declaration.
getPackage() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl
 
getParentObject() - Method in interface net.sf.jaxme.xs.XSObject
Returns either of the following: If the object is the schema itself, returns null.
getParentObject() - Method in class net.sf.jaxme.xs.impl.XSObjectImpl
 
getParentObject() - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
getParentObject() - Method in class net.sf.jaxme.xs.types.AbstractSimpleType
 
getParentObject() - Method in interface net.sf.jaxme.xs.xml.XsObject
Returns either of the following: If the object is the schema itself, returns null.
getParentObject() - Method in class net.sf.jaxme.xs.xml.impl.XsObjectImpl
 
getParseMethod() - Method in interface net.sf.jaxme.xs.jaxb.JAXBJavaType
Returns the name of the parse() method.
getParseMethod() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBJavaTypeImpl
 
getParticle() - Method in interface net.sf.jaxme.xs.XSComplexType
If the element hasn't simple content: Returns the complex elements particle.
getParticle() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSBasicComplexTypeImpl
 
getParticle() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexContentImpl
 
getParticle() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSSimpleContentImpl
 
getParticles() - Method in interface net.sf.jaxme.xs.XSModelGroup
Returns the model groups particles.
getParticles() - Method in class net.sf.jaxme.xs.impl.XSGroupImpl
 
getParticles() - Method in class net.sf.jaxme.xs.impl.XSModelGroupImpl
 
getParticles() - Method in interface net.sf.jaxme.xs.xml.XsGParticle
 
getParticles() - Method in interface net.sf.jaxme.xs.xml.XsTSimpleExplicitGroup
 
getParticles() - Method in class net.sf.jaxme.xs.xml.impl.XsGParticleImpl
 
getParticles() - Method in class net.sf.jaxme.xs.xml.impl.XsTAllImpl
 
getParticles() - Method in class net.sf.jaxme.xs.xml.impl.XsTGroupImpl
 
getParticles() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleExplicitGroupImpl
 
getPattern() - Method in interface net.sf.jaxme.xs.XSSimpleType
Returns the value of the "pattern" facet or null, if the pattern has not been set.
getPattern() - Method in class net.sf.jaxme.xs.impl.XSListTypeImpl
 
getPattern() - Method in class net.sf.jaxme.xs.impl.XSSimpleTypeRestrictionImpl
 
getPattern() - Method in class net.sf.jaxme.xs.impl.XSUnionTypeImpl
 
getPattern() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSimpleTypeImpl
 
getPattern() - Method in class net.sf.jaxme.xs.types.AbstractSimpleType
 
getPatterns() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
getPatterns() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
getPatterns() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
getPatterns() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
getPatterns() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
getPrefix() - Method in interface net.sf.jaxme.xs.jaxb.JAXBSchemaBindings.NameTransformation
Returns the prefix.
getPrefix() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl.NameXmlTransformationImpl.NameTransformationImpl
 
getPrefix() - Method in class net.sf.jaxme.xs.xml.XsQName
 
getPrintMethod() - Method in interface net.sf.jaxme.xs.jaxb.JAXBJavaType
Returns the name of the print() method.
getPrintMethod() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBJavaTypeImpl
 
getProcessContents() - Method in interface net.sf.jaxme.xs.xml.XsTWildcard
 
getProcessContents() - Method in class net.sf.jaxme.xs.xml.impl.XsTWildcardImpl
 
getPublic() - Method in interface net.sf.jaxme.xs.xml.XsENotation
 
getPublic() - Method in class net.sf.jaxme.xs.xml.impl.XsENotationImpl
 
getQName(XsNCName) - Method in class net.sf.jaxme.xs.impl.XSGroupImpl
 
getQName() - Method in interface net.sf.jaxme.xs.parser.XsSAXParser
Returns the current elements fully qualified name.
getQName() - Method in class net.sf.jaxme.xs.parser.impl.XsSAXParserImpl
 
getRef() - Method in interface net.sf.jaxme.xs.xml.XsAGDefRef
 
getRef() - Method in interface net.sf.jaxme.xs.xml.XsTAttribute
 
getRef() - Method in interface net.sf.jaxme.xs.xml.XsTAttributeGroupRef
 
getRef() - Method in class net.sf.jaxme.xs.xml.impl.XsAGDefRefImpl
 
getRef() - Method in class net.sf.jaxme.xs.xml.impl.XsTAllImpl
 
getRef() - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeGroupImpl
 
getRef() - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeGroupRefImpl
 
getRef() - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeImpl
 
getRef() - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
getRef() - Method in class net.sf.jaxme.xs.xml.impl.XsTGroupImpl
 
getRefer() - Method in interface net.sf.jaxme.xs.xml.XsEKeyref
 
getRefer() - Method in class net.sf.jaxme.xs.xml.impl.XsEKeyrefImpl
 
getRestrictedType() - Method in interface net.sf.jaxme.xs.XSComplexType
If the element is an restriction: Returns the restricted type.
getRestrictedType() - Method in interface net.sf.jaxme.xs.XSSimpleType
If the simple type is a restriction, returns the restricted simple type.
getRestrictedType() - Method in class net.sf.jaxme.xs.impl.XSListTypeImpl
 
getRestrictedType() - Method in class net.sf.jaxme.xs.impl.XSSimpleTypeRestrictionImpl
 
getRestrictedType() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
 
getRestrictedType() - Method in class net.sf.jaxme.xs.impl.XSUnionTypeImpl
 
getRestrictedType() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSimpleTypeImpl
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.AbstractListType
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSAnySimpleType
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSAnyURI
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSBase64Binary
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSBoolean
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSByte
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSDate
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSDateTime
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSDecimal
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSDouble
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSDuration
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSEntity
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSFloat
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSGDay
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSGMonth
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSGMonthDay
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSGYear
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSGYearMonth
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSHexBinary
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSID
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSIDREF
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSInt
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSInteger
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSLanguage
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSLong
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSNCName
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSNMToken
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSName
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSNegativeInteger
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSNonNegativeInteger
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSNonPositiveInteger
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSNormalizedString
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSNotation
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSPositiveInteger
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSQName
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSShort
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSString
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSTime
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSToken
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSUnsignedByte
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSUnsignedInt
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSUnsignedLong
 
getRestrictedType() - Method in class net.sf.jaxme.xs.types.XSUnsignedShort
 
getRestriction() - Method in class net.sf.jaxme.xs.impl.XSSimpleTypeRestrictionImpl
 
getRestriction() - Method in interface net.sf.jaxme.xs.xml.XsEComplexContent
 
getRestriction() - Method in interface net.sf.jaxme.xs.xml.XsESimpleContent
 
getRestriction() - Method in interface net.sf.jaxme.xs.xml.XsTSimpleType
 
getRestriction() - Method in class net.sf.jaxme.xs.xml.impl.XsEComplexContentImpl
 
getRestriction() - Method in class net.sf.jaxme.xs.xml.impl.XsESimpleContentImpl
 
getRestriction() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleTypeImpl
 
getResult() - Method in class net.sf.jaxme.xs.parser.DOMBuilder
Returns the result element.
getRunningInstance() - Static method in class net.sf.jaxme.xs.XSParser
Provides access to the currently running instance of XSParser.
getSchema() - Method in class net.sf.jaxme.xs.impl.XSLogicalParser
Returns the schema, which is currently being parsed.
getSchemaLocation() - Method in interface net.sf.jaxme.xs.xml.XsEImport
 
getSchemaLocation() - Method in interface net.sf.jaxme.xs.xml.XsEInclude
 
getSchemaLocation() - Method in interface net.sf.jaxme.xs.xml.XsERedefine
 
getSchemaLocation() - Method in class net.sf.jaxme.xs.xml.impl.XsEImportImpl
 
getSchemaLocation() - Method in class net.sf.jaxme.xs.xml.impl.XsEIncludeImpl
 
getSchemaLocation() - Method in class net.sf.jaxme.xs.xml.impl.XsERedefineImpl
 
getSelector() - Method in interface net.sf.jaxme.xs.xml.XsTKeybase
 
getSelector() - Method in class net.sf.jaxme.xs.xml.impl.XsTKeybaseImpl
 
getSequence() - Method in interface net.sf.jaxme.xs.xml.XsGNestedParticle
 
getSequence() - Method in interface net.sf.jaxme.xs.xml.XsTNamedGroup
 
getSequence() - Method in class net.sf.jaxme.xs.xml.impl.XsTNamedGroupImpl
 
getSimpleContent() - Method in interface net.sf.jaxme.xs.XSComplexType
If the complex type has simple content, returns the contents type.
getSimpleContent() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
 
getSimpleContent() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSSimpleContentImpl
 
getSimpleContent() - Method in interface net.sf.jaxme.xs.xml.XsGComplexTypeModel
 
getSimpleContent() - Method in interface net.sf.jaxme.xs.xml.XsTComplexType
 
getSimpleContent() - Method in class net.sf.jaxme.xs.xml.impl.XsGComplexTypeModelImpl
 
getSimpleContent() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl
 
getSimpleType() - Method in interface net.sf.jaxme.xs.XSType
Returns the simple types information.
getSimpleType() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl
 
getSimpleType() - Method in class net.sf.jaxme.xs.types.AbstractSimpleType
 
getSimpleType() - Method in interface net.sf.jaxme.xs.xml.XsEList
 
getSimpleType() - Method in interface net.sf.jaxme.xs.xml.XsERestriction
 
getSimpleType() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
getSimpleType() - Method in interface net.sf.jaxme.xs.xml.XsTAttribute
 
getSimpleType() - Method in interface net.sf.jaxme.xs.xml.XsTElement
 
getSimpleType() - Method in class net.sf.jaxme.xs.xml.impl.XsEListImpl
 
getSimpleType() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
getSimpleType() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
getSimpleType() - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeImpl
 
getSimpleType() - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
getSimpleType() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
getSimpleType() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
getSimpleTypes() - Method in interface net.sf.jaxme.xs.xml.XsEUnion
Returns an array of member types which have been created using XsEUnion.createSimpleType().
getSimpleTypes() - Method in class net.sf.jaxme.xs.xml.impl.XsEUnionImpl
 
getSingleAppinfo(XSAnnotation[], Class) - Static method in class net.sf.jaxme.xs.impl.XSUtil
Returns the first child of xs:annotation/xs:appinfo implementing or extending the given class.
getSource() - Method in interface net.sf.jaxme.xs.XSAppinfo
Returns the appinfos source element or null, if no such attribute is defined.
getSource() - Method in interface net.sf.jaxme.xs.XSDocumentation
Returns the documentations source element or null, if no such attribute is defined.
getSource() - Method in class net.sf.jaxme.xs.impl.XSAppinfoImpl
 
getSource() - Method in class net.sf.jaxme.xs.impl.XSDocumentationImpl
 
getSource() - Method in interface net.sf.jaxme.xs.xml.XsEAppinfo
 
getSource() - Method in interface net.sf.jaxme.xs.xml.XsEDocumentation
 
getSource() - Method in class net.sf.jaxme.xs.xml.impl.XsEAppinfoImpl
 
getSource() - Method in class net.sf.jaxme.xs.xml.impl.XsEDocumentationImpl
 
getSubstitutionGroup() - Method in interface net.sf.jaxme.xs.xml.XsTElement
 
getSubstitutionGroup() - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
getSuffix() - Method in interface net.sf.jaxme.xs.jaxb.JAXBSchemaBindings.NameTransformation
Returns the suffix.
getSuffix() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl.NameXmlTransformationImpl.NameTransformationImpl
 
getSyntaxSchemas() - Method in class net.sf.jaxme.xs.impl.XSLogicalParser
Provides context information to the schema which is currently being parsed.
getSystem() - Method in interface net.sf.jaxme.xs.xml.XsENotation
 
getSystem() - Method in class net.sf.jaxme.xs.xml.impl.XsENotationImpl
 
getTargetNamespace() - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
getTargetNamespace() - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
getTargetNamespacePrefix() - Method in interface net.sf.jaxme.xs.xml.XsESchema
Returns a prefix associated with the target namespace or null, if no such prefix is available.
getTargetNamespacePrefix() - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
getText() - Method in interface net.sf.jaxme.xs.XSAppinfo
Merges the String elements returned by XSAppinfo.getChilds() into a single String.
getText() - Method in interface net.sf.jaxme.xs.XSDocumentation
Merges the String elements returned by XSDocumentation.getChilds() into a single String.
getText() - Method in class net.sf.jaxme.xs.impl.XSAppinfoImpl
 
getText() - Method in class net.sf.jaxme.xs.impl.XSDocumentationImpl
 
getText() - Method in interface net.sf.jaxme.xs.jaxb.JAXBJavadoc
Returns the text contained in the Javadoc element.
getText() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBJavadocImpl
 
getText() - Method in interface net.sf.jaxme.xs.xml.XsEDocumentation
Returns the embedded text.
getText() - Method in class net.sf.jaxme.xs.xml.impl.XsEDocumentationImpl
 
getTextSetter() - Method in interface net.sf.jaxme.xs.parser.XSContext
Returns the TextSetter, used to add text sections.
getTextSetter() - Method in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
getTotalDigits() - Method in interface net.sf.jaxme.xs.XSAtomicType
Returns the value of the "totalDigits" facet or null, if the facet is not set.
getTotalDigits() - Method in class net.sf.jaxme.xs.impl.XSAtomicTypeRestrictionImpl
 
getTotalDigits() - Method in class net.sf.jaxme.xs.types.AbstractAtomicType
 
getTotalDigits() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
getTotalDigits() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
getTotalDigits() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
getTotalDigits() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
getTotalDigits() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
getType() - Method in interface net.sf.jaxme.xs.XSAttribute
Returns the attributes type.
getType() - Method in interface net.sf.jaxme.xs.XSElement
Returns the elements type.
getType() - Method in interface net.sf.jaxme.xs.XSParticle
Returns the particle type.
getType(XsQName) - Method in interface net.sf.jaxme.xs.XSSchema
Returns the type with the given name.
getType() - Method in interface net.sf.jaxme.xs.XSSimpleContentType
Returns the contents type.
getType() - Method in class net.sf.jaxme.xs.impl.XSAttributeImpl
 
getType() - Method in class net.sf.jaxme.xs.impl.XSElementImpl
 
getType() - Method in class net.sf.jaxme.xs.impl.XSParticleImpl
 
getType(XsQName) - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
getType() - Method in class net.sf.jaxme.xs.impl.XSSimpleContentTypeImpl
 
getType() - Method in interface net.sf.jaxme.xs.xml.XsTAttribute
 
getType() - Method in interface net.sf.jaxme.xs.xml.XsTElement
 
getType() - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeImpl
 
getType() - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
getTypeDefParticle() - Method in interface net.sf.jaxme.xs.xml.XsGTypeDefParticle
 
getTypeDefParticle() - Method in class net.sf.jaxme.xs.xml.impl.XsGComplexTypeModelImpl
 
getTypeDefParticle() - Method in class net.sf.jaxme.xs.xml.impl.XsGTypeDefParticleImpl
 
getTypeDefParticle() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl
 
getTypeDefParticle() - Method in class net.sf.jaxme.xs.xml.impl.XsTExtensionTypeImpl
 
getTypeDefParticle() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
getTypeName() - Method in interface net.sf.jaxme.xs.jaxb.JAXBSchemaBindings.NameXmlTransformation
Returns the typeName's NameTransformation.
getTypeName() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl.NameXmlTransformationImpl
 
getTypes() - Method in interface net.sf.jaxme.xs.XSSchema
Returns the array of global types.
getTypes() - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
getTypesafeEnumBase() - Method in interface net.sf.jaxme.xs.jaxb.JAXBGlobalBindings
Returns a list of QNames, which are being implemented as type safe enumerations, if the xs:enumeration facet is used.
getTypesafeEnumBase() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
getTypesafeEnumMember() - Method in interface net.sf.jaxme.xs.jaxb.JAXBTypesafeEnumClass
Returns the list of members.
getTypesafeEnumMember() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBTypesafeEnumClassImpl
 
getURI() - Method in class net.sf.jaxme.xs.xml.XsAnyURI
 
getUnderscoreBinding() - Method in interface net.sf.jaxme.xs.jaxb.JAXBGlobalBindings
Returns the binding of underscores.
getUnderscoreBinding() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
getUnion() - Method in interface net.sf.jaxme.xs.xml.XsTSimpleType
 
getUnion() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleTypeImpl
 
getUnionType() - Method in interface net.sf.jaxme.xs.XSSimpleType
Returns the union type details.
getUnionType() - Method in class net.sf.jaxme.xs.impl.XSSimpleTypeImpl
 
getUnionType() - Method in class net.sf.jaxme.xs.impl.XSUnionTypeImpl
 
getUnionType() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSimpleTypeImpl
 
getUnionType() - Method in class net.sf.jaxme.xs.types.AbstractSimpleType
 
getUris() - Method in class net.sf.jaxme.xs.xml.XsNamespaceList
Returns the array of URI's specified in the namespace list.
getUse() - Method in interface net.sf.jaxme.xs.xml.XsTAttribute
 
getUse() - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeImpl
 
getValue() - Method in interface net.sf.jaxme.xs.XSEnumeration
Returns the facets value.
getValue() - Method in class net.sf.jaxme.xs.impl.XSEnumerationImpl
 
getValue() - Method in interface net.sf.jaxme.xs.jaxb.JAXBTypesafeEnumMember
Returns the members value,
getValue() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBTypesafeEnumMemberImpl
 
getValue() - Method in interface net.sf.jaxme.xs.xml.XsEEnumeration
 
getValue() - Method in interface net.sf.jaxme.xs.xml.XsEPattern
 
getValue() - Method in class net.sf.jaxme.xs.xml.XsFormChoice
 
getValue() - Method in class net.sf.jaxme.xs.xml.XsNCName
 
getValue() - Method in class net.sf.jaxme.xs.xml.XsTAttribute.Use
 
getValue() - Method in interface net.sf.jaxme.xs.xml.XsTFacet
 
getValue() - Method in interface net.sf.jaxme.xs.xml.XsTNumFacet
 
getValue() - Method in class net.sf.jaxme.xs.xml.XsTWildcard.ProcessContents
 
getValue() - Method in class net.sf.jaxme.xs.xml.impl.XsEEnumerationImpl
 
getValue() - Method in class net.sf.jaxme.xs.xml.impl.XsEPatternImpl
 
getValue() - Method in class net.sf.jaxme.xs.xml.impl.XsTFacetImpl
 
getValue() - Method in class net.sf.jaxme.xs.xml.impl.XsTNumFacetImpl
 
getVersion() - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
getVersion() - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
getWhiteSpace() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
 
getWhiteSpace() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
getWhiteSpace() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
getWhiteSpace() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
getWhiteSpace() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
getWildcard() - Method in interface net.sf.jaxme.xs.XSParticle
If the particle type is wildcard: Returns the wildcard.
getWildcard() - Method in class net.sf.jaxme.xs.impl.XSParticleImpl
 
getXSLogicalParser() - Method in interface net.sf.jaxme.xs.parser.XSContext
Returns the currently running XSParser or null, if no such instance is available.
getXSLogicalParser() - Method in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
getXSObjectFactory() - Method in interface net.sf.jaxme.xs.XSSchema
Returns the schemas object factory.
getXSObjectFactory() - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
getXSObjectFactory() - Method in interface net.sf.jaxme.xs.parser.XSContext
Returns the parsers object factory for logical elements.
getXSObjectFactory() - Method in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
getXSObjectFactory() - Method in class net.sf.jaxme.xs.types.AbstractSimpleType
 
getXSSchema() - Method in interface net.sf.jaxme.xs.XSObject
Returns the objects schema.
getXSSchema() - Method in class net.sf.jaxme.xs.impl.XSObjectImpl
 
getXSSchema() - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
getXSSchema() - Method in interface net.sf.jaxme.xs.parser.XSContext
Returns the XSSchema, which is currently being parsed, if any.
getXSSchema() - Method in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
getXSSchema() - Method in class net.sf.jaxme.xs.types.AbstractSimpleType
 
getXmlType() - Method in interface net.sf.jaxme.xs.jaxb.JAXBJavaType.JAXBGlobalJavaType
Returns the xmlType.
getXmlType() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBJavaTypeImpl.JAXBGlobalJavaTypeImpl
 
getXpath() - Method in interface net.sf.jaxme.xs.xml.XsEField
 
getXpath() - Method in interface net.sf.jaxme.xs.xml.XsESelector
 
getXpath() - Method in class net.sf.jaxme.xs.xml.impl.XsEFieldImpl
 
getXpath() - Method in class net.sf.jaxme.xs.xml.impl.XsESelectorImpl
 
getXsESchema() - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
getXsESchema() - Method in interface net.sf.jaxme.xs.xml.XsObject
Returns the objects syntactical schema.
getXsESchema() - Method in class net.sf.jaxme.xs.xml.impl.XsObjectImpl
 
getXsObject() - Method in class net.sf.jaxme.xs.impl.XSObjectImpl
 
getXsObjectCreators() - Method in class net.sf.jaxme.xs.xml.impl.XsEAppinfoImpl
 
getXsObjectFactory() - Method in interface net.sf.jaxme.xs.parser.XSContext
Returns the parsers object factory for syntax elements.
getXsObjectFactory() - Method in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
getXsTAttribute() - Method in class net.sf.jaxme.xs.impl.XSAttributeImpl
 
getXsTAttributeGroup() - Method in class net.sf.jaxme.xs.impl.XSAttributeGroupImpl
 
getXsTComplexType() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
 
getXsTElement() - Method in class net.sf.jaxme.xs.impl.XSElementImpl
 

H

hasComplexContent() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexContentImpl
 
hasComplexContent() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
 
hasFacets() - Method in interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel
Returns whether any facet has been defined.
hasFacets() - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
hasFacets() - Method in class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
hasFacets() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
hasFacets() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
hasNsContext() - Method in interface net.sf.jaxme.xs.jaxb.JAXBJavaType
Returns whether the print() and/or parse() methods have an additional nsContext attribute.
hasNsContext() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBJavaTypeImpl
 
hasSimpleContent() - Method in interface net.sf.jaxme.xs.XSComplexType
Returns whether the complex type has simple content.
hasSimpleContent() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
 
hasSimpleContent() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSSimpleContentImpl
 
hashCode() - Method in class net.sf.jaxme.xs.XSModelGroup.Compositor
 
hashCode() - Method in class net.sf.jaxme.xs.XSParticle.Type
 
hashCode() - Method in class net.sf.jaxme.xs.xml.XmlLang
 
hashCode() - Method in class net.sf.jaxme.xs.xml.XsAnyURI
 
hashCode() - Method in class net.sf.jaxme.xs.xml.XsBlockSet
 
hashCode() - Method in class net.sf.jaxme.xs.xml.XsComplexContentType
 
hashCode() - Method in class net.sf.jaxme.xs.xml.XsDerivationSet
 
hashCode() - Method in class net.sf.jaxme.xs.xml.XsFormChoice
 
hashCode() - Method in class net.sf.jaxme.xs.xml.XsID
 
hashCode() - Method in class net.sf.jaxme.xs.xml.XsNCName
 
hashCode() - Method in class net.sf.jaxme.xs.xml.XsQName
 
hashCode() - Method in class net.sf.jaxme.xs.xml.XsSimpleDerivationSet
 
hashCode() - Method in class net.sf.jaxme.xs.xml.XsToken
 

I

ignorableWhitespace(char[], int, int) - Method in class net.sf.jaxme.xs.parser.DOMBuilder
 
ignorableWhitespace(char[], int, int) - Method in class net.sf.jaxme.xs.parser.impl.XsSAXParserImpl
 
importSchema(XsESchema, XsEImport) - Method in class net.sf.jaxme.xs.impl.XSLogicalParser
Handles xs:import.
includeSchema(XsESchema, XsEInclude) - Method in class net.sf.jaxme.xs.impl.XSLogicalParser
Handles xs:include.
initParticles(XSModelGroupImpl, XsTNestedParticle[]) - Method in class net.sf.jaxme.xs.impl.XSGroupImpl
 
initParticles(XSModelGroupImpl, XsTParticle[]) - Method in class net.sf.jaxme.xs.impl.XSGroupImpl
 
invokeMethod(Object, Method, String, Object[]) - Method in class net.sf.jaxme.xs.parser.impl.AttributeSetterImpl
This method invokes the beans pBean method pMethod, setting the attribute pName to the value pArgs.
invokeMethod(Object, Method, String, Object[]) - Method in class net.sf.jaxme.xs.parser.impl.ChildSetterImpl
This method invokes the beans pBean method pMethod with the argument array pArgs, returning a child handler for the element pQName.
isAbstract() - Method in interface net.sf.jaxme.xs.xml.XsTComplexType
 
isAbstract() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl
 
isAbstract() - Method in class net.sf.jaxme.xs.xml.impl.XsTTopLevelComplexTypeImpl
 
isAll() - Method in interface net.sf.jaxme.xs.XSModelGroup
Shortcut for getCompositor().equals(ALL).
isAll() - Method in class net.sf.jaxme.xs.impl.XSGroupImpl
 
isAll() - Method in class net.sf.jaxme.xs.impl.XSModelGroupImpl
 
isAll() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSAllComplexTypeImpl
 
isAll() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
 
isAll() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSGroupComplexTypeImpl
 
isAny() - Method in class net.sf.jaxme.xs.xml.XsNamespaceList
Returns whether the namespace list matches ##any.
isAtomic() - Method in interface net.sf.jaxme.xs.XSSimpleType
Returns whether the simple type is atomic.
isAtomic() - Method in class net.sf.jaxme.xs.impl.XSAtomicTypeRestrictionImpl
 
isAtomic() - Method in class net.sf.jaxme.xs.impl.XSSimpleTypeImpl
 
isAtomic() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSimpleTypeImpl
 
isAtomic() - Method in class net.sf.jaxme.xs.types.AbstractAtomicType
 
isAtomic() - Method in class net.sf.jaxme.xs.types.AbstractSimpleType
 
isBindingStyle() - Method in interface net.sf.jaxme.xs.jaxb.JAXBGlobalBindings
Returns whether the elementBinding style is being used (true, default) or not.
isBindingStyle() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
isChoice() - Method in interface net.sf.jaxme.xs.XSModelGroup
Shortcut for getCompositor().equals(CHOICE).
isChoice() - Method in class net.sf.jaxme.xs.impl.XSGroupImpl
 
isChoice() - Method in class net.sf.jaxme.xs.impl.XSModelGroupImpl
 
isChoice() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSChoiceComplexTypeImpl
 
isChoice() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
 
isChoice() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSGroupComplexTypeImpl
 
isChoiceContentProperty() - Method in interface net.sf.jaxme.xs.jaxb.JAXBGlobalBindings
Returns the choiceContentProperty value.
isChoiceContentProperty() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
isCollapsing() - Method in interface net.sf.jaxme.xs.XSAtomicType
Returns whether the simple type is collapsing multiple blanks into one and removing preceding and trailing blanks.
isCollapsing() - Method in class net.sf.jaxme.xs.impl.XSAtomicTypeRestrictionImpl
 
isCollapsing() - Method in class net.sf.jaxme.xs.types.AbstractAtomicType
 
isCollapsing() - Method in class net.sf.jaxme.xs.types.XSToken
 
isCollapsing() - Method in interface net.sf.jaxme.xs.xml.XsEWhiteSpace
 
isCollapsing() - Method in class net.sf.jaxme.xs.xml.impl.XsEWhiteSpaceImpl
 
isElement() - Method in interface net.sf.jaxme.xs.XSParticle
Shortcut for getType().equals(ELEMENT).
isElement() - Method in class net.sf.jaxme.xs.impl.XSParticleImpl
 
isElementOnly() - Method in interface net.sf.jaxme.xs.XSComplexType
If the element hasn't simple content: Returns whether the elements content is elementOnly.
isElementOnly() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
 
isEmpty() - Method in interface net.sf.jaxme.xs.XSComplexType
If the element hasn't simple content: Returns whether the elements content is empty.
isEmpty() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
 
isEnableFailFastCheck() - Method in interface net.sf.jaxme.xs.jaxb.JAXBGlobalBindings
Returns whether FailFastCheck is enabled.
isEnableFailFastCheck() - Method in interface net.sf.jaxme.xs.jaxb.JAXBProperty
Returns whether FailFastCheck is enabled.
isEnableFailFastCheck() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
isEnableFailFastCheck() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBPropertyImpl
 
isEnableJavaNamingConventions() - Method in interface net.sf.jaxme.xs.jaxb.JAXBGlobalBindings
Returns whether Java naming conventions are enabled.
isEnableJavaNamingConventions() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
isExtension() - Method in interface net.sf.jaxme.xs.XSComplexType
Returns whether the element is a extension of another element.
isExtension() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
 
isExtensionAllowed() - Method in class net.sf.jaxme.xs.xml.XsBlockSet
Returns whether extension is allowed.
isExtensionAllowed() - Method in class net.sf.jaxme.xs.xml.XsDerivationSet
Returns whether extension is allowed.
isFixed() - Method in interface net.sf.jaxme.xs.xml.XsTFixedFacet
 
isFixed() - Method in class net.sf.jaxme.xs.xml.impl.XsTFixedFacetImpl
 
isFixedAttributeAsConstantProperty() - Method in interface net.sf.jaxme.xs.jaxb.JAXBGlobalBindings
Returns whether fixed attributes are implemented as a constant property.
isFixedAttributeAsConstantProperty() - Method in interface net.sf.jaxme.xs.jaxb.JAXBProperty
Returns whether fixed attributes are implemented as a constant property.
isFixedAttributeAsConstantProperty() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
isFixedAttributeAsConstantProperty() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBPropertyImpl
 
isGenerateIsSetMethod() - Method in interface net.sf.jaxme.xs.jaxb.JAXBGlobalBindings
Returns whether a isSet() method is being generated.
isGenerateIsSetMethod() - Method in interface net.sf.jaxme.xs.jaxb.JAXBProperty
Returns whether a isSet() method is being generated.
isGenerateIsSetMethod() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
isGenerateIsSetMethod() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBPropertyImpl
 
isGlobal() - Method in interface net.sf.jaxme.xs.XSAttribute
Returns whether the attribute is global.
isGlobal() - Method in interface net.sf.jaxme.xs.XSElement
Returns whether the element is global or not.
isGlobal() - Method in interface net.sf.jaxme.xs.XSGroup
Returns whether the group is global or not.
isGlobal() - Method in interface net.sf.jaxme.xs.XSType
Returns whether the type is global or not.
isGlobal() - Method in class net.sf.jaxme.xs.impl.XSAttributeImpl
 
isGlobal() - Method in class net.sf.jaxme.xs.impl.XSElementImpl
 
isGlobal() - Method in class net.sf.jaxme.xs.impl.XSGroupImpl
 
isGlobal() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl
 
isGlobal() - Method in class net.sf.jaxme.xs.types.AbstractSimpleType
 
isGroup() - Method in interface net.sf.jaxme.xs.XSParticle
Shortcut for getType().equals(GROUP).
isGroup() - Method in class net.sf.jaxme.xs.impl.XSParticleImpl
 
isIgnorable(String) - Method in class net.sf.jaxme.xs.parser.impl.TextSetterImpl
 
isInnerComplexType() - Method in class net.sf.jaxme.xs.impl.XSElementImpl
 
isInnerSimpleType() - Method in class net.sf.jaxme.xs.impl.XSAttributeImpl
 
isInnerSimpleType() - Method in class net.sf.jaxme.xs.impl.XSElementImpl
 
isList() - Method in interface net.sf.jaxme.xs.XSSimpleType
Returns whether the simple type is a list.
isList() - Method in class net.sf.jaxme.xs.impl.XSListTypeImpl
 
isList() - Method in class net.sf.jaxme.xs.impl.XSSimpleTypeImpl
 
isList() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSimpleTypeImpl
 
isList() - Method in class net.sf.jaxme.xs.types.AbstractListType
 
isList() - Method in class net.sf.jaxme.xs.types.AbstractSimpleType
 
isListAllowed() - Method in class net.sf.jaxme.xs.xml.XsSimpleDerivationSet
Returns whether derivation of lists is allowed.
isLocalSet() - Method in class net.sf.jaxme.xs.xml.XsNamespaceList
Returns whether the URI list did contain the value ##targetNamespace.
isMixed() - Method in interface net.sf.jaxme.xs.XSComplexType
If the element hasn't simple content: Returns whether the elements content is mixed.
isMixed() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
 
isMixed() - Method in interface net.sf.jaxme.xs.xml.XsEComplexContent
 
isMixed() - Method in interface net.sf.jaxme.xs.xml.XsTComplexType
 
isMixed() - Method in class net.sf.jaxme.xs.xml.impl.XsEComplexContentImpl
 
isMixed() - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl
 
isMixed() - Method in class net.sf.jaxme.xs.xml.impl.XsTTopLevelComplexTypeImpl
 
isOptional() - Method in interface net.sf.jaxme.xs.XSAttribute
Returns whether the attribute is optional.
isOptional() - Method in class net.sf.jaxme.xs.impl.XSAttributeImpl
 
isOther() - Method in class net.sf.jaxme.xs.xml.XsNamespaceList
Returns whether the namespace list matches ##other.
isPreserving() - Method in interface net.sf.jaxme.xs.xml.XsEWhiteSpace
 
isPreserving() - Method in class net.sf.jaxme.xs.xml.impl.XsEWhiteSpaceImpl
 
isReference() - Method in class net.sf.jaxme.xs.impl.XSAttributeGroupImpl
 
isReference() - Method in class net.sf.jaxme.xs.impl.XSAttributeImpl
 
isReference() - Method in class net.sf.jaxme.xs.impl.XSElementImpl
 
isReplacing() - Method in interface net.sf.jaxme.xs.XSAtomicType
Returns whether the simple type is replacing tabs, carriage returns, and line feeds with blanks.
isReplacing() - Method in class net.sf.jaxme.xs.impl.XSAtomicTypeRestrictionImpl
 
isReplacing() - Method in class net.sf.jaxme.xs.types.AbstractAtomicType
 
isReplacing() - Method in class net.sf.jaxme.xs.types.XSNormalizedString
 
isReplacing() - Method in interface net.sf.jaxme.xs.xml.XsEWhiteSpace
 
isReplacing() - Method in class net.sf.jaxme.xs.xml.impl.XsEWhiteSpaceImpl
 
isRestriction() - Method in interface net.sf.jaxme.xs.XSComplexType
Returns whether the element is a restriction of another element.
isRestriction() - Method in interface net.sf.jaxme.xs.XSSimpleType
Returns whether the type is a restriction of another simple type.
isRestriction() - Method in class net.sf.jaxme.xs.impl.XSListTypeImpl
 
isRestriction() - Method in class net.sf.jaxme.xs.impl.XSSimpleTypeRestrictionImpl
 
isRestriction() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
 
isRestriction() - Method in class net.sf.jaxme.xs.impl.XSUnionTypeImpl
 
isRestriction() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSimpleTypeImpl
 
isRestriction() - Method in class net.sf.jaxme.xs.types.AbstractListType
 
isRestriction() - Method in class net.sf.jaxme.xs.types.XSAnySimpleType
 
isRestriction() - Method in class net.sf.jaxme.xs.types.XSAnyURI
 
isRestriction() - Method in class net.sf.jaxme.xs.types.XSBase64Binary
 
isRestriction() - Method in class net.sf.jaxme.xs.types.XSBoolean
 
isRestriction() - Method in class net.sf.jaxme.xs.types.XSDate
 
isRestriction() - Method in class net.sf.jaxme.xs.types.XSDateTime
 
isRestriction() - Method in class net.sf.jaxme.xs.types.XSDecimal
 
isRestriction() - Method in class net.sf.jaxme.xs.types.XSDouble
 
isRestriction() - Method in class net.sf.jaxme.xs.types.XSDuration
 
isRestriction() - Method in class net.sf.jaxme.xs.types.XSFloat
 
isRestriction() - Method in class net.sf.jaxme.xs.types.XSGDay
 
isRestriction() - Method in class net.sf.jaxme.xs.types.XSGMonth
 
isRestriction() - Method in class net.sf.jaxme.xs.types.XSGMonthDay
 
isRestriction() - Method in class net.sf.jaxme.xs.types.XSGYear
 
isRestriction() - Method in class net.sf.jaxme.xs.types.XSGYearMonth
 
isRestriction() - Method in class net.sf.jaxme.xs.types.XSHexBinary
 
isRestriction() - Method in class net.sf.jaxme.xs.types.XSNotation
 
isRestriction() - Method in class net.sf.jaxme.xs.types.XSQName
 
isRestriction() - Method in class net.sf.jaxme.xs.types.XSString
 
isRestriction() - Method in class net.sf.jaxme.xs.types.XSTime
 
isRestrictionAllowed() - Method in class net.sf.jaxme.xs.xml.XsBlockSet
Returns whether restriction is allowed.
isRestrictionAllowed() - Method in class net.sf.jaxme.xs.xml.XsDerivationSet
Returns whether restriction is allowed.
isRestrictionAllowed() - Method in class net.sf.jaxme.xs.xml.XsSimpleDerivationSet
Returns whether derivation of restrictions is allowed.
isSequence() - Method in interface net.sf.jaxme.xs.XSModelGroup
Shortcut for getCompositor().equals(SEQUENCE).
isSequence() - Method in class net.sf.jaxme.xs.impl.XSGroupImpl
 
isSequence() - Method in class net.sf.jaxme.xs.impl.XSModelGroupImpl
 
isSequence() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
 
isSequence() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSGroupComplexTypeImpl
 
isSequence() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSSequenceComplexTypeImpl
 
isSimple() - Method in interface net.sf.jaxme.xs.XSType
Returns whether the type is simple or not.
isSimple() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl
 
isSimple() - Method in class net.sf.jaxme.xs.types.AbstractSimpleType
 
isSubstitutionAllowed() - Method in class net.sf.jaxme.xs.xml.XsBlockSet
Returns whether restriction is allowed.
isTargetNamespaceSet() - Method in class net.sf.jaxme.xs.xml.XsNamespaceList
Returns whether the URI list did contain the value ##targetNamespace.
isTopLevelObject() - Method in interface net.sf.jaxme.xs.XSObject
Returns whether the object is a top-level object.
isTopLevelObject() - Method in class net.sf.jaxme.xs.impl.XSObjectImpl
 
isTopLevelObject() - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
isTopLevelObject() - Method in class net.sf.jaxme.xs.types.AbstractSimpleType
 
isTopLevelObject() - Method in interface net.sf.jaxme.xs.xml.XsObject
Returns whether the object is a top-level object.
isTopLevelObject() - Method in class net.sf.jaxme.xs.xml.impl.XsObjectImpl
 
isTypesafeEnumMemberName() - Method in interface net.sf.jaxme.xs.jaxb.JAXBGlobalBindings
Returns whether the typesafeEnumMemberName generates an error (false, default) or a name.
isTypesafeEnumMemberName() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
isUnion() - Method in interface net.sf.jaxme.xs.XSSimpleType
Returns whether the simple type is a union.
isUnion() - Method in class net.sf.jaxme.xs.impl.XSSimpleTypeImpl
 
isUnion() - Method in class net.sf.jaxme.xs.impl.XSUnionTypeImpl
 
isUnion() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSimpleTypeImpl
 
isUnion() - Method in class net.sf.jaxme.xs.types.AbstractSimpleType
 
isUnionAllowed() - Method in class net.sf.jaxme.xs.xml.XsSimpleDerivationSet
Returns whether derivation of unions is allowed.
isValidated() - Method in class net.sf.jaxme.xs.impl.XSAttributeImpl
 
isValidated() - Method in class net.sf.jaxme.xs.impl.XSElementImpl
 
isValidated() - Method in class net.sf.jaxme.xs.impl.XSGroupImpl
 
isValidated() - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
isValidated() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl
 
isValidated() - Method in class net.sf.jaxme.xs.xml.impl.XsObjectImpl
 
isValidating() - Method in class net.sf.jaxme.xs.XSParser
Returns whether the parser is validating.
isValidating() - Method in class net.sf.jaxme.xs.impl.XSLogicalParser
Returns whether the parser is validating.
isWildcard() - Method in interface net.sf.jaxme.xs.XSParticle
Shortcut for getType().equals(WILDCARD).
isWildcard() - Method in class net.sf.jaxme.xs.impl.XSParticleImpl
 

J

JAXBAppinfoImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBAppinfoImpl.
 
JAXBAppinfoImpl(XsObject) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBAppinfoImpl
Creates a new instance of JAXBAppinfo.
JAXBAttribute - interface net.sf.jaxme.xs.jaxb.JAXBAttribute.
 
JAXBAttributeImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBAttributeImpl.
 
JAXBAttributeImpl(XSObject, XsTAttribute) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBAttributeImpl
Creates a new instance of JAXBAttributeImpl.
JAXBClass - interface net.sf.jaxme.xs.jaxb.JAXBClass.
This interface implements the JAXB class bindings.
JAXBClassImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBClassImpl.
 
JAXBClassImpl(XsObject) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBClassImpl
Creates a new instance of ClassImpl.
JAXBClassOwner - interface net.sf.jaxme.xs.jaxb.JAXBClassOwner.
 
JAXBElement - interface net.sf.jaxme.xs.jaxb.JAXBElement.
 
JAXBElementImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBElementImpl.
 
JAXBElementImpl(XSObject, XsTElement) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBElementImpl
Creates a new instance of JAXBElementImpl.
JAXBEnumeration - interface net.sf.jaxme.xs.jaxb.JAXBEnumeration.
 
JAXBEnumerationImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBEnumerationImpl.
 
JAXBEnumerationImpl(XSObject, XsEEnumeration) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBEnumerationImpl
Creates a new instance of JAXBEnumerationImpl.
JAXBGlobalBindings - interface net.sf.jaxme.xs.jaxb.JAXBGlobalBindings.
This interface implements the JAXB global bindings.
JAXBGlobalBindings.UnderscoreBinding - class net.sf.jaxme.xs.jaxb.JAXBGlobalBindings.UnderscoreBinding.
Enumeration class holding possible values for JAXBGlobalBindings.getUnderscoreBinding().
JAXBGlobalBindingsImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl.
 
JAXBGlobalBindingsImpl(XsObject) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
Creates a new instance of JAXBGlobalBindingsImpl.
JAXBGroup - interface net.sf.jaxme.xs.jaxb.JAXBGroup.
 
JAXBGroupImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBGroupImpl.
 
JAXBGroupImpl(XSObject, XsTGroupRef) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBGroupImpl
Creates a new instance of JAXBGroupImpl.
JAXBGroupImpl(XSObject, XsTNamedGroup) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBGroupImpl
Creates a new instance of JAXBGroupImpl.
JAXBGroupImpl(XSObject, XsEChoice) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBGroupImpl
Creates a new instance of JAXBGroupImpl.
JAXBGroupImpl(XSObject, XsESequence) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBGroupImpl
Creates a new instance of JAXBGroupImpl.
JAXBGroupImpl(XSObject, XsTAll) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBGroupImpl
Creates a new instance of JAXBGroupImpl.
JAXBJavaType - interface net.sf.jaxme.xs.jaxb.JAXBJavaType.
This interface implements the JAXB javaType bindings.
JAXBJavaType.JAXBGlobalJavaType - interface net.sf.jaxme.xs.jaxb.JAXBJavaType.JAXBGlobalJavaType.
 
JAXBJavaTypeImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBJavaTypeImpl.
 
JAXBJavaTypeImpl(XsObject) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBJavaTypeImpl
Creates a new instance of JAXBJavaTypeImpl.java.
JAXBJavaTypeImpl.JAXBGlobalJavaTypeImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBJavaTypeImpl.JAXBGlobalJavaTypeImpl.
 
JAXBJavaTypeImpl.JAXBGlobalJavaTypeImpl(XsObject) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBJavaTypeImpl.JAXBGlobalJavaTypeImpl
Creates a new instance of JAXBJavaTypeImpl.java.
JAXBJavadoc - interface net.sf.jaxme.xs.jaxb.JAXBJavadoc.
Implements a <javadoc>...
JAXBJavadocImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBJavadocImpl.
Implementation of the Javadoc interface.
JAXBJavadocImpl(XsObject) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBJavadocImpl
Creates a new instance of JAXBJavadocImpl.
JAXBObjectFactoryImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl.
 
JAXBObjectFactoryImpl() - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
 
JAXBParser - class net.sf.jaxme.xs.jaxb.impl.JAXBParser.
Subclass of XSParser for parsing a JAXB schema.
JAXBParser() - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBParser
 
JAXBParserTest - class net.sf.jaxme.xs.junit.JAXBParserTest.
 
JAXBParserTest(String) - Constructor for class net.sf.jaxme.xs.junit.JAXBParserTest
 
JAXBProperty - interface net.sf.jaxme.xs.jaxb.JAXBProperty.
This interface implements the JAXB property bindings.
JAXBProperty.BaseType - interface net.sf.jaxme.xs.jaxb.JAXBProperty.BaseType.
 
JAXBPropertyImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBPropertyImpl.
Implementation of the Property interface.
JAXBPropertyImpl(XsObject) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBPropertyImpl
Creates a new instance of JAXBPropertyImpl.
JAXBPropertyImpl.BaseTypeImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBPropertyImpl.BaseTypeImpl.
 
JAXBPropertyImpl.BaseTypeImpl(XsObject) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBPropertyImpl.BaseTypeImpl
Creates a new instance of JAXBPropertyImpl.
JAXBPropertyOwner - interface net.sf.jaxme.xs.jaxb.JAXBPropertyOwner.
 
JAXBSchema - interface net.sf.jaxme.xs.jaxb.JAXBSchema.
Interface of a JAXB schema.
JAXBSchemaBindings - interface net.sf.jaxme.xs.jaxb.JAXBSchemaBindings.
This interface implements the JAXB schema bindings.
JAXBSchemaBindings.NameTransformation - interface net.sf.jaxme.xs.jaxb.JAXBSchemaBindings.NameTransformation.
 
JAXBSchemaBindings.NameXmlTransformation - interface net.sf.jaxme.xs.jaxb.JAXBSchemaBindings.NameXmlTransformation.
 
JAXBSchemaBindings.Package - interface net.sf.jaxme.xs.jaxb.JAXBSchemaBindings.Package.
Configures the package that is used in this schema.
JAXBSchemaBindingsImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl.
Implementation of the SchemaBindings interface.
JAXBSchemaBindingsImpl(XsObject) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl
Creates a new instance of SchemaBindings with the given GlobalBindings.
JAXBSchemaBindingsImpl.NameXmlTransformationImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl.NameXmlTransformationImpl.
 
JAXBSchemaBindingsImpl.NameXmlTransformationImpl(XsObject) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl.NameXmlTransformationImpl
Creates a new instance of JAXBSchemaBindingsImpl.
JAXBSchemaBindingsImpl.NameXmlTransformationImpl.NameTransformationImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl.NameXmlTransformationImpl.NameTransformationImpl.
 
JAXBSchemaBindingsImpl.NameXmlTransformationImpl.NameTransformationImpl(XsObject) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl.NameXmlTransformationImpl.NameTransformationImpl
Creates a new instance of JAXBSchemaBindingsImpl.
JAXBSchemaBindingsImpl.PackageImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl.PackageImpl.
 
JAXBSchemaBindingsImpl.PackageImpl(XsObject) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl.PackageImpl
Creates a new instance of JAXBSchemaBindingsImpl.
JAXBSchemaImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaImpl.
 
JAXBSchemaImpl(XSContext, XsESchema) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaImpl
Creates a new instance of JAXBSchemaImpl.
JAXBSimpleContentType - interface net.sf.jaxme.xs.jaxb.JAXBSimpleContentType.
 
JAXBSimpleContentTypeImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBSimpleContentTypeImpl.
 
JAXBSimpleContentTypeImpl(XSType, XSType, XsTComplexType) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBSimpleContentTypeImpl
Creates a new instance of JAXBSimpleContentTypeImpl.
JAXBSimpleType - interface net.sf.jaxme.xs.jaxb.JAXBSimpleType.
 
JAXBSimpleTypeImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBSimpleTypeImpl.
 
JAXBSimpleTypeImpl(XSType, XSSimpleType) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBSimpleTypeImpl
Creates a new instance of JAXBSimpleTypeImpl.
JAXBType - interface net.sf.jaxme.xs.jaxb.JAXBType.
 
JAXBTypeImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBTypeImpl.
 
JAXBTypeImpl(XSObject, XsETopLevelSimpleType) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBTypeImpl
Creates a new instance of JAXBTypeImpl.
JAXBTypeImpl(XSObject, XsTLocalSimpleType) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBTypeImpl
Creates a new instance of JAXBTypeImpl.
JAXBTypeImpl(XSObject, XsTSimpleRestrictionType) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBTypeImpl
Creates a new instance of JAXBTypeImpl.
JAXBTypeImpl(XSObject, XsTComplexType) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBTypeImpl
Creates a new instance of JAXBTypeImpl.
JAXBTypeImpl(XSObject, XsTLocalComplexType) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBTypeImpl
Creates a new instance of JAXBTypeImpl.
JAXBTypesafeEnumClass - interface net.sf.jaxme.xs.jaxb.JAXBTypesafeEnumClass.
This interface implements the JAXB typesafeEnumClass bindings.
JAXBTypesafeEnumClassImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBTypesafeEnumClassImpl.
Implementation of the TypesafeEnumClass interface.
JAXBTypesafeEnumClassImpl(XsObject) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBTypesafeEnumClassImpl
Creates a new instance of JAXBTypesafeEnumClassImpl.java.
JAXBTypesafeEnumMember - interface net.sf.jaxme.xs.jaxb.JAXBTypesafeEnumMember.
 
JAXBTypesafeEnumMemberImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBTypesafeEnumMemberImpl.
 
JAXBTypesafeEnumMemberImpl(XsObject) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBTypesafeEnumMemberImpl
Creates a new instance of JAXBTypesafeEnumClassImpl.java.
JAXBXsObjectFactory - interface net.sf.jaxme.xs.jaxb.JAXBXsObjectFactory.
Implementation of the XsObjectFactory for parsing a JAXB schema.
JAXBXsObjectFactoryImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBXsObjectFactoryImpl.
 
JAXBXsObjectFactoryImpl() - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBXsObjectFactoryImpl
 
JAXBXsObjectImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBXsObjectImpl.
 
JAXBXsObjectImpl(XsObject) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBXsObjectImpl
Creates a new instance of JAXBXsObjectImpl.
JAXBXsSchema - interface net.sf.jaxme.xs.jaxb.JAXBXsSchema.
Syntactical representation of a JAXB schema.
JAXBXsSchemaImpl - class net.sf.jaxme.xs.jaxb.impl.JAXBXsSchemaImpl.
 
JAXBXsSchemaImpl(XSContext) - Constructor for class net.sf.jaxme.xs.jaxb.impl.JAXBXsSchemaImpl
Creates a new instance of JAXBXsSchemaImpl.
JAXB_SCHEMA_URI - Static variable in class net.sf.jaxme.xs.jaxb.impl.JAXBParser
The JAXB Schema URI: http://java.sun.com/xml/ns/jaxb

L

LAX - Static variable in interface net.sf.jaxme.xs.xml.XsTWildcard
 
LocSAXException - exception net.sf.jaxme.xs.parser.impl.LocSAXException.
The locatable SAXException, a subclass of the SAXParseException, provides a human readable representation of the location.
LocSAXException(String, String, String, int, int, Exception) - Constructor for class net.sf.jaxme.xs.parser.impl.LocSAXException
 
LocSAXException(String, String, String, int, int) - Constructor for class net.sf.jaxme.xs.parser.impl.LocSAXException
 
LocSAXException(String, Locator, Exception) - Constructor for class net.sf.jaxme.xs.parser.impl.LocSAXException
 
LocSAXException(String, Locator) - Constructor for class net.sf.jaxme.xs.parser.impl.LocSAXException
 

M

MIXED - Static variable in class net.sf.jaxme.xs.xml.XsComplexContentType
For elements with 'complexContent' model: The content type mixed.
memberTypes - Variable in class net.sf.jaxme.xs.xml.impl.XsEUnionImpl
 

N

net.sf.jaxme.xs - package net.sf.jaxme.xs
 
net.sf.jaxme.xs.impl - package net.sf.jaxme.xs.impl
 
net.sf.jaxme.xs.jaxb - package net.sf.jaxme.xs.jaxb
 
net.sf.jaxme.xs.jaxb.impl - package net.sf.jaxme.xs.jaxb.impl
 
net.sf.jaxme.xs.junit - package net.sf.jaxme.xs.junit
 
net.sf.jaxme.xs.parser - package net.sf.jaxme.xs.parser
 
net.sf.jaxme.xs.parser.impl - package net.sf.jaxme.xs.parser.impl
 
net.sf.jaxme.xs.types - package net.sf.jaxme.xs.types
 
net.sf.jaxme.xs.xml - package net.sf.jaxme.xs.xml
 
net.sf.jaxme.xs.xml.impl - package net.sf.jaxme.xs.xml.impl
 
newBaseType(XsObject) - Method in interface net.sf.jaxme.xs.jaxb.JAXBXsObjectFactory
Returns a new instance of JAXBProperty.BaseType.
newBaseType(XsObject) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBXsObjectFactoryImpl
 
newBean(XsObject, Locator, XsQName) - Method in interface net.sf.jaxme.xs.parser.XsObjectCreator
Asks the bean creator whether he is willing to create a bean for the given namespace URI and local name.
newJAXBClass(XsObject) - Method in interface net.sf.jaxme.xs.jaxb.JAXBXsObjectFactory
Returns a new instance of JAXBClass.
newJAXBClass(XsObject) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBXsObjectFactoryImpl
 
newJAXBGlobalBindings(XsObject) - Method in interface net.sf.jaxme.xs.jaxb.JAXBXsObjectFactory
Returns a new instance of JAXBGlobalBindings.
newJAXBGlobalBindings(XsObject) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBXsObjectFactoryImpl
 
newJAXBGlobalJavaType(XsObject) - Method in interface net.sf.jaxme.xs.jaxb.JAXBXsObjectFactory
Returns a new instance of JAXBGlobalJavaType.
newJAXBGlobalJavaType(XsObject) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBXsObjectFactoryImpl
 
newJAXBJavaType(XsObject) - Method in interface net.sf.jaxme.xs.jaxb.JAXBXsObjectFactory
Returns a new instance of JAXBJavaType.
newJAXBJavaType(XsObject) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBXsObjectFactoryImpl
 
newJAXBJavadoc(XsObject) - Method in interface net.sf.jaxme.xs.jaxb.JAXBXsObjectFactory
Returns a new instance of JAXBJavadoc.
newJAXBJavadoc(XsObject) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBXsObjectFactoryImpl
 
newJAXBParser() - Method in class net.sf.jaxme.xs.junit.ParserTestBase
 
newJAXBProperty(XsObject) - Method in interface net.sf.jaxme.xs.jaxb.JAXBXsObjectFactory
Returns a new instance of JAXBProperty.
newJAXBProperty(XsObject) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBXsObjectFactoryImpl
 
newJAXBSchemaBindings(XsObject) - Method in interface net.sf.jaxme.xs.jaxb.JAXBXsObjectFactory
Returns a new instance of JAXBSchemaBindings.
newJAXBSchemaBindings(XsObject) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBXsObjectFactoryImpl
 
newJAXBTypesafeEnumClass(XsObject) - Method in interface net.sf.jaxme.xs.jaxb.JAXBXsObjectFactory
Returns a new instance of JAXBTypesafeEnumClass.
newJAXBTypesafeEnumClass(XsObject) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBXsObjectFactoryImpl
 
newJAXBTypesafeEnumMember(XsObject) - Method in interface net.sf.jaxme.xs.jaxb.JAXBXsObjectFactory
Returns a new instance of JAXBTypesafeEnumMember.
newJAXBTypesafeEnumMember(XsObject) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBXsObjectFactoryImpl
 
newNameTransformation(XsObject) - Method in interface net.sf.jaxme.xs.jaxb.JAXBXsObjectFactory
Returns a new instance of NameTransformation.
newNameTransformation(XsObject) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBXsObjectFactoryImpl
 
newNameXmlTransformation(XsObject) - Method in interface net.sf.jaxme.xs.jaxb.JAXBXsObjectFactory
Returns a new instance of NameXmlTransformation.
newNameXmlTransformation(XsObject) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBXsObjectFactoryImpl
 
newPackage(XsObject) - Method in interface net.sf.jaxme.xs.jaxb.JAXBXsObjectFactory
Returns a new instance of Package.
newPackage(XsObject) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBXsObjectFactoryImpl
 
newXMLReader(boolean) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXMLReader(boolean) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXSAnnotation(XSObject, XsEAnnotation) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSAnnotation.
newXSAnnotation(XSObject, XsEAnnotation) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSAny(XSObject, XsEAny) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSAny.
newXSAny(XSObject, XsEAny) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSAppinfo(XSObject, XsEAppinfo) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSAppinfo.
newXSAppinfo(XSObject, XsEAppinfo) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSAtomicType(XSType, XSType, XsERestriction) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSSimpleType.
newXSAtomicType(XSType, XSType, XsTSimpleRestrictionType) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSSimpleType.
newXSAtomicType(XSType, XSType, XsERestriction) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSAtomicType(XSType, XSType, XsTSimpleRestrictionType) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSAtomicType(XSType, XSType, XsERestriction) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
 
newXSAtomicType(XSType, XSType, XsTSimpleRestrictionType) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
 
newXSAttribute(XSObject, XsTAttribute) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSAttribute.
newXSAttribute(XSObject, XsTAttribute) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSAttribute(XSObject, XsTAttribute) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
 
newXSAttributeGroup(XSObject, XsTAttributeGroup) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSAttributeGroup.
newXSAttributeGroup(XSObject, XsTAttributeGroup) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSDocumentation(XSObject, XsEDocumentation) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSDocumentation.
newXSDocumentation(XSObject, XsEDocumentation) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSElement(XSObject, XsTElement) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSElement.
newXSElement(XSObject, XsTElement) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSElement(XSObject, XsTElement) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
 
newXSEnumeration(XSObject, XsEEnumeration) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSEnumeration.
newXSEnumeration(XSObject, XsEEnumeration) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSEnumeration(XSObject, XsEEnumeration) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
 
newXSGroup(XSObject, XsTNamedGroup) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSGroup.
newXSGroup(XSObject, XsTAll) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSGroup.
newXSGroup(XSObject, XsTGroupRef) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSGroup.
newXSGroup(XSObject, XsEChoice) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSGroup.
newXSGroup(XSObject, XsESequence) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSGroup.
newXSGroup(XSObject, XsTAll) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSGroup(XSObject, XsEChoice) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSGroup(XSObject, XsESequence) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSGroup(XSObject, XsTGroupRef) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSGroup(XSObject, XsTNamedGroup) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSGroup(XSObject, XsTAll) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
 
newXSGroup(XSObject, XsEChoice) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
 
newXSGroup(XSObject, XsESequence) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
 
newXSGroup(XSObject, XsTGroupRef) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
 
newXSGroup(XSObject, XsTNamedGroup) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
 
newXSListType(XSType, XsEList) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSSimpleType.
newXSListType(XSType, XSType, XsERestriction) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSSimpleType.
newXSListType(XSType, XSType, XsTSimpleRestrictionType) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSSimpleType.
newXSListType(XSType, XsEList) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSListType(XSType, XSType, XsERestriction) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSListType(XSType, XSType, XsTSimpleRestrictionType) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSListType(XSType, XsEList) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
 
newXSListType(XSType, XSType, XsERestriction) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
 
newXSListType(XSType, XSType, XsTSimpleRestrictionType) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
 
newXSLogicalParser() - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSLogicalParser.
newXSLogicalParser() - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSNotation(XSObject, XsENotation) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSNotation.
newXSNotation(XSObject, XsENotation) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSParser() - Method in class net.sf.jaxme.xs.junit.ParserTestBase
 
newXSSchema(XSContext, XsESchema) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSSchema.
newXSSchema(XSContext, XsESchema) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSSchema(XSContext, XsESchema) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
 
newXSSimpleContentType(XSType, XSType, XsObject) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSSimpleContentType.
newXSSimpleContentType(XSType, XSType, XsObject) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSType(XSObject, XsETopLevelSimpleType) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSType.
newXSType(XSObject, XsTComplexType) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSType.
newXSType(XSObject, XsTLocalComplexType) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSType.
newXSType(XSObject, XsTLocalSimpleType) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSType.
newXSType(XSObject, XsTSimpleRestrictionType) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSType.
newXSType(XSObject, XsETopLevelSimpleType) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSType(XSObject, XsTComplexType) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSType(XSObject, XsTLocalComplexType) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSType(XSObject, XsTLocalSimpleType) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSType(XSObject, XsTSimpleRestrictionType) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSType(XSObject, XsETopLevelSimpleType) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
 
newXSType(XSObject, XsTComplexType) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
 
newXSType(XSObject, XsTLocalComplexType) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
 
newXSType(XSObject, XsTLocalSimpleType) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
 
newXSType(XSObject, XsTSimpleRestrictionType) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
 
newXSUnionType(XSType, XsEUnion) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSSimpleType.
newXSUnionType(XSType, XSType, XsERestriction) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSSimpleType.
newXSUnionType(XSType, XSType, XsTSimpleRestrictionType) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSSimpleType.
newXSUnionType(XSType, XsEUnion) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSUnionType(XSType, XSType, XsERestriction) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSUnionType(XSType, XSType, XsTSimpleRestrictionType) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXSUnionType(XSType, XsEUnion) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
 
newXSUnionType(XSType, XSType, XsERestriction) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
 
newXSUnionType(XSType, XSType, XsTSimpleRestrictionType) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
 
newXSWildcard(XSObject, XsTWildcard) - Method in interface net.sf.jaxme.xs.XSObjectFactory
Returns a new instance of XSWildcard.
newXSWildcard(XSObject, XsTWildcard) - Method in class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
newXsAGDefRef(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsAGDefRef(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsAGOccurs(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsAGOccurs(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEAnnotation(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEAnnotation(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEAny(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEAny(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEAppinfo(XsObject) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBXsObjectFactoryImpl
 
newXsEAppinfo(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEAppinfo(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEChoice(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEChoice(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEComplexContent(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEComplexContent(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEDocumentation(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEDocumentation(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEEnumeration(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEEnumeration(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEField(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEField(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEFractionDigits(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEFractionDigits(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEImport(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEImport(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEInclude(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEInclude(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEKey(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEKey(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEKeyref(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEKeyref(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsELength(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsELength(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEList(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEList(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEMaxExclusive(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEMaxExclusive(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEMaxInclusive(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEMaxInclusive(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEMaxLength(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEMaxLength(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEMinExclusive(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEMinExclusive(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEMinInclusive(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEMinInclusive(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEMinLength(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEMinLength(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsENotation(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsENotation(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEPattern(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEPattern(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsERedefine(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsERedefine(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsERestriction(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsERestriction(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsESchema() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBXsObjectFactoryImpl
 
newXsESchema() - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsESchema() - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsESelector(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsESelector(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsESequence(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsESequence(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsESimpleContent(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsESimpleContent(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsETopLevelSimpleType(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsETopLevelSimpleType(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsETotalDigits(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsETotalDigits(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEUnion(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEUnion(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEUnique(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEUnique(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsEWhiteSpace(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsEWhiteSpace(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsGAllModel(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsGAllModel(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsGAttrDecls(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsGAttrDecls(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsGComplexTypeModel(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsGComplexTypeModel(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsGIdentityConstraint(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsGIdentityConstraint(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsGParticle(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsGParticle(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsGSimpleRestrictionModel(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsGSimpleRestrictionModel(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsGTypeDefParticle(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsGTypeDefParticle(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsSAXParser(XsSAXParser, Object) - Method in class net.sf.jaxme.xs.parser.impl.ChildSetterImpl
Creates a new instance of XsSAXParser, inheriting most properties from its parent parser.
newXsSAXParser() - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsSAXParser(Object) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsSAXParser() - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsSAXParser(Object) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsTAll(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsTAll(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsTAnnotated(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsTAnnotated(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsTAttribute(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsTAttribute(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsTAttributeGroup(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsTAttributeGroup(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsTAttributeGroupRef(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsTAttributeGroupRef(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsTComplexRestrictionType(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsTComplexRestrictionType(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsTComplexType(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsTComplexType(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsTExtensionType(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsTExtensionType(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsTGroup(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsTGroup(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsTGroupRef(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsTGroupRef(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsTLocalAllElement(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
Creates a new instance of XsTLocalElement, which is located inside of an xs:all group.
newXsTLocalAllElement(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
Creates a new instance of XsTLocalElement, which is located inside of an xs:all group.
newXsTLocalComplexType(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsTLocalComplexType(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsTLocalElement(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsTLocalElement(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsTLocalSimpleType(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsTLocalSimpleType(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsTNamedGroup(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsTNamedGroup(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsTSimpleExplicitGroup(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsTSimpleExplicitGroup(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsTSimpleExtensionType(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsTSimpleExtensionType(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsTSimpleRestrictionType(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsTSimpleRestrictionType(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsTTopLevelElement(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsTTopLevelElement(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
newXsTWildcard(XsObject) - Method in interface net.sf.jaxme.xs.xml.XsObjectFactory
 
newXsTWildcard(XsObject) - Method in class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 

O

OPTIONAL - Static variable in interface net.sf.jaxme.xs.xml.XsTAttribute
 
OTHER - Static variable in class net.sf.jaxme.xs.xml.XsNamespaceList
 
owner - Variable in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
 

P

PROHIBITED - Static variable in interface net.sf.jaxme.xs.xml.XsTAttribute
 
ParserTest - class net.sf.jaxme.xs.junit.ParserTest.
Implements some basic tests for the Schema generator.
ParserTest(String) - Constructor for class net.sf.jaxme.xs.junit.ParserTest
 
ParserTestBase - class net.sf.jaxme.xs.junit.ParserTestBase.
 
ParserTestBase(String) - Constructor for class net.sf.jaxme.xs.junit.ParserTestBase
 
parse(InputSource) - Method in class net.sf.jaxme.xs.XSParser
Parses the given XML schema and returns a logical representation.
parse(XsESchema) - Method in class net.sf.jaxme.xs.impl.XSLogicalParser
Parses the given InputSource syntactically and converts the objects that it finds into logical objects.
parse(InputSource) - Method in class net.sf.jaxme.xs.impl.XSLogicalParser
This is the logical parsers frontent.
parseLogical(File) - Method in class net.sf.jaxme.xs.junit.SyntaxTest
 
parseLogical(String) - Method in class net.sf.jaxme.xs.junit.SyntaxTest
 
parseSyntax(InputSource) - Method in class net.sf.jaxme.xs.XSParser
Parses the given XML schema. and returns a syntactical representation.
parseSyntax(InputSource) - Method in class net.sf.jaxme.xs.impl.XSLogicalParser
 
parseSyntax(File) - Method in class net.sf.jaxme.xs.junit.SyntaxTest
 
parseSyntax(String) - Method in class net.sf.jaxme.xs.junit.SyntaxTest
 
prefixOf(String) - Static method in class net.sf.jaxme.xs.xml.XsQName
 
printStackTrace(PrintStream) - Method in class net.sf.jaxme.xs.parser.impl.LocSAXException
 
printStackTrace(PrintWriter) - Method in class net.sf.jaxme.xs.parser.impl.LocSAXException
 
processingInstruction(String, String) - Method in class net.sf.jaxme.xs.parser.DOMBuilder
 
processingInstruction(String, String) - Method in class net.sf.jaxme.xs.parser.impl.XsSAXParserImpl
 

Q

QUALIFIED - Static variable in class net.sf.jaxme.xs.xml.XsFormChoice
 

R

REQUIRED - Static variable in interface net.sf.jaxme.xs.xml.XsTAttribute
 
redefine(XSType) - Method in interface net.sf.jaxme.xs.XSSchema
Redefines an existing type in the schema.
redefine(XSGroup) - Method in interface net.sf.jaxme.xs.XSSchema
Redefines an existing group in the schema.
redefine(XSAttributeGroup) - Method in interface net.sf.jaxme.xs.XSSchema
Redefines an existing attribute group in the schema.
redefine(XsESchema, XsERedefine, XsRedefinable) - Method in class net.sf.jaxme.xs.impl.XSLogicalParser
Redefines the given XsRedefinable.
redefine(XSType) - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
redefine(XSGroup) - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
redefine(XSAttributeGroup) - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
redefineSchema(XsESchema, XsERedefine) - Method in class net.sf.jaxme.xs.impl.XSLogicalParser
Handles xs:refefine.
replace(Object, Object) - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
Replaces the existing child pOldChild with the replacement object pNewChild.
restrictedType - Variable in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
 

S

SEQUENCE - Static variable in interface net.sf.jaxme.xs.XSModelGroup
The sequence compositor.
SKIP - Static variable in interface net.sf.jaxme.xs.xml.XsTWildcard
 
STRICT - Static variable in interface net.sf.jaxme.xs.xml.XsTWildcard
 
SyntaxTest - class net.sf.jaxme.xs.junit.SyntaxTest.
 
SyntaxTest(String) - Constructor for class net.sf.jaxme.xs.junit.SyntaxTest
 
setAbstract(boolean) - Method in interface net.sf.jaxme.xs.xml.XsTComplexType
 
setAbstract(boolean) - Method in interface net.sf.jaxme.xs.xml.XsTElement
 
setAbstract(boolean) - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl
 
setAbstract(boolean) - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
setAbstract(boolean) - Method in class net.sf.jaxme.xs.xml.impl.XsTLocalElementImpl
 
setAbstract(boolean) - Method in class net.sf.jaxme.xs.xml.impl.XsTTopLevelComplexTypeImpl
 
setAttribute(String, String, String, String) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBXsSchemaImpl
 
setAttribute(String, String, String, String) - Method in interface net.sf.jaxme.xs.parser.AttributeSetter
Sets the attribute with the given namespace URI and local name to the given value.
setAttribute(String, String, String, String) - Method in class net.sf.jaxme.xs.parser.impl.AttributeSetterImpl
This method configures the bean pBean as follows: If the bean has a method setAttribute(String, String, String), it is invoked with the following arguments: The attributes namespace URI (empty string for the default namespace), the attributes local name, and the property value Otherwise invokes its own method AttributeSetterImpl.setProperty(Object, String, String, String).
setAttribute(String, String, String, String) - Method in class net.sf.jaxme.xs.xml.impl.XsEDocumentationImpl
 
setAttribute(String, String, String, String) - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
setAttribute(String, String, String, String) - Method in class net.sf.jaxme.xs.xml.impl.XsTOpenAttrsImpl
This method receives all the attributes, including those from the XML schema namespace.
setAttributeFormDefault(XsFormChoice) - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
setAttributeFormDefault(XsFormChoice) - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
setAttributeSetter(AttributeSetter) - Method in interface net.sf.jaxme.xs.parser.XSContext
Sets the AttributeSetter, which is used to configure properties.
setAttributeSetter(AttributeSetter) - Method in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
setBase(XsQName) - Method in interface net.sf.jaxme.xs.xml.XsERestriction
 
setBase(XsQName) - Method in interface net.sf.jaxme.xs.xml.XsTExtensionType
 
setBase(XsQName) - Method in interface net.sf.jaxme.xs.xml.XsTRestrictionType
 
setBase(XsQName) - Method in interface net.sf.jaxme.xs.xml.XsTSimpleExtensionType
 
setBase(XsQName) - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
setBase(String) - Method in class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
setBase(XsQName) - Method in class net.sf.jaxme.xs.xml.impl.XsTExtensionTypeImpl
 
setBase(String) - Method in class net.sf.jaxme.xs.xml.impl.XsTExtensionTypeImpl
 
setBase(XsQName) - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
setBase(String) - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
setBase(XsQName) - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleExtensionTypeImpl
 
setBase(String) - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleExtensionTypeImpl
 
setBindingStyle(boolean) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
setBlock(XsBlockSet) - Method in interface net.sf.jaxme.xs.xml.XsTElement
 
setBlock(XsBlockSet) - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
setBlock(XsDerivationSet) - Method in class net.sf.jaxme.xs.xml.impl.XsTTopLevelComplexTypeImpl
 
setBlockDefault(XsBlockSet) - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
setBlockDefault(XsBlockSet) - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
setChildSetter(ChildSetter) - Method in interface net.sf.jaxme.xs.parser.XSContext
Sets the ChildSetter, which is used to create child elements.
setChildSetter(ChildSetter) - Method in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
setChoiceContentProperty(boolean) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
setCollectionType(String) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
setCollectionType(String) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBPropertyImpl
 
setCurrentContentHandler(ContentHandler) - Method in interface net.sf.jaxme.xs.parser.XSContext
Sets the currently active instance of XsSAXParser.
setCurrentContentHandler(ContentHandler) - Method in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
setData(XSContext) - Method in class net.sf.jaxme.xs.XSParser
 
setDefault(String) - Method in interface net.sf.jaxme.xs.xml.XsTAttribute
 
setDefault(String) - Method in interface net.sf.jaxme.xs.xml.XsTElement
 
setDefault(String) - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeImpl
 
setDefault(String) - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
setDocumentLocator(Locator) - Method in class net.sf.jaxme.xs.parser.DOMBuilder
Sets the Locator.
setDocumentLocator(Locator) - Method in class net.sf.jaxme.xs.parser.impl.XsSAXParserImpl
 
setElementFormDefault(XsFormChoice) - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
setElementFormDefault(XsFormChoice) - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
setEnableFailFastCheck(boolean) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
setEnableFailFastCheck(Boolean) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBPropertyImpl
 
setEnableJavaNamingConventions(boolean) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
setExtensionAllowed(boolean) - Method in class net.sf.jaxme.xs.xml.XsBlockSet
Sets whether extension is allowed.
setExtensionAllowed(boolean) - Method in class net.sf.jaxme.xs.xml.XsDerivationSet
Sets whether extension is allowed.
setFinal(XsDerivationSet) - Method in interface net.sf.jaxme.xs.xml.XsTElement
 
setFinal(XsSimpleDerivationSet) - Method in interface net.sf.jaxme.xs.xml.XsTSimpleType
 
setFinal(XsDerivationSet) - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
setFinal(XsDerivationSet) - Method in class net.sf.jaxme.xs.xml.impl.XsTLocalElementImpl
 
setFinal(XsSimpleDerivationSet) - Method in class net.sf.jaxme.xs.xml.impl.XsTLocalSimpleTypeImpl
 
setFinal(XsSimpleDerivationSet) - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleTypeImpl
 
setFinal(XsDerivationSet) - Method in class net.sf.jaxme.xs.xml.impl.XsTTopLevelComplexTypeImpl
 
setFinalDefault(XsDerivationSet) - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
setFinalDefault(XsDerivationSet) - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
setFixed(String) - Method in interface net.sf.jaxme.xs.xml.XsTAttribute
 
setFixed(String) - Method in interface net.sf.jaxme.xs.xml.XsTElement
 
setFixed(boolean) - Method in interface net.sf.jaxme.xs.xml.XsTFixedFacet
 
setFixed(String) - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeImpl
 
setFixed(String) - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
setFixed(boolean) - Method in class net.sf.jaxme.xs.xml.impl.XsTFixedFacetImpl
 
setFixedAttributeAsConstantProperty(boolean) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
setFixedAttributeAsConstantProperty(Boolean) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBPropertyImpl
 
setForm(XsFormChoice) - Method in interface net.sf.jaxme.xs.xml.XsTAttribute
 
setForm(XsFormChoice) - Method in interface net.sf.jaxme.xs.xml.XsTElement
 
setForm(XsFormChoice) - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeImpl
 
setForm(XsFormChoice) - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
setGenerateIsSetMethod(boolean) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
setGenerateIsSetMethod(Boolean) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBPropertyImpl
 
setGlobal(boolean) - Method in interface net.sf.jaxme.xs.XSAttribute
Sets whether the attribute is global.
setGlobal(boolean) - Method in interface net.sf.jaxme.xs.XSElement
Sets whether the element is global or not.
setGlobal(boolean) - Method in interface net.sf.jaxme.xs.XSGroup
Sets whether the group is global or not.
setGlobal(boolean) - Method in interface net.sf.jaxme.xs.XSType
Sets whether the type is global or not.
setGlobal(boolean) - Method in class net.sf.jaxme.xs.impl.XSAttributeImpl
 
setGlobal(boolean) - Method in class net.sf.jaxme.xs.impl.XSElementImpl
 
setGlobal(boolean) - Method in class net.sf.jaxme.xs.impl.XSGroupImpl
 
setGlobal(boolean) - Method in class net.sf.jaxme.xs.impl.XSTypeImpl
 
setGlobal(boolean) - Method in class net.sf.jaxme.xs.types.AbstractSimpleType
 
setHasNsContext(boolean) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBJavaTypeImpl
 
setId(XsID) - Method in interface net.sf.jaxme.xs.xml.XsEAnnotation
 
setId(XsID) - Method in interface net.sf.jaxme.xs.xml.XsERedefine
 
setId(XsID) - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
setId(XsID) - Method in interface net.sf.jaxme.xs.xml.XsTAnnotated
 
setId(XsID) - Method in class net.sf.jaxme.xs.xml.impl.XsEAnnotationImpl
 
setId(XsID) - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
setId(XsID) - Method in class net.sf.jaxme.xs.xml.impl.XsTAnnotatedImpl
 
setImplClass(String) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBClassImpl
Sets the implementation classes name, including the package name.
setItemType(XsQName) - Method in interface net.sf.jaxme.xs.xml.XsEList
 
setItemType(XsQName) - Method in class net.sf.jaxme.xs.xml.impl.XsEListImpl
 
setItemType(String) - Method in class net.sf.jaxme.xs.xml.impl.XsEListImpl
 
setJaxbExtensionBindingPrefixes(String) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBXsSchemaImpl
 
setJaxbVersion(String) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBXsSchemaImpl
 
setLang(XmlLang) - Method in interface net.sf.jaxme.xs.xml.XsEDocumentation
 
setLang(XmlLang) - Method in class net.sf.jaxme.xs.xml.impl.XsEDocumentationImpl
 
setLang(XmlLang) - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
setLocalName(String) - Method in class net.sf.jaxme.xs.parser.impl.XsSAXParserImpl
 
setLocator(Locator) - Method in interface net.sf.jaxme.xs.parser.XSContext
Sets the locator, used for error messages.
setLocator(Locator) - Method in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
setMaxOccurs(int) - Method in class net.sf.jaxme.xs.impl.XSParticleImpl
 
setMaxOccurs(String) - Method in interface net.sf.jaxme.xs.xml.XsAGOccurs
Either of 'unbounded' or a nonnegative integer value.
setMaxOccurs(String) - Method in class net.sf.jaxme.xs.xml.impl.XsAGOccursImpl
 
setMaxOccurs(String) - Method in class net.sf.jaxme.xs.xml.impl.XsEAnyImpl
 
setMaxOccurs(String) - Method in class net.sf.jaxme.xs.xml.impl.XsTAllImpl
 
setMaxOccurs(String) - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
setMaxOccurs(String) - Method in class net.sf.jaxme.xs.xml.impl.XsTGroupImpl
 
setMaxOccurs(String) - Method in class net.sf.jaxme.xs.xml.impl.XsTLocalAllElementImpl
 
setMemberTypes(XsQName[]) - Method in interface net.sf.jaxme.xs.xml.XsEUnion
Sets the qualified names of simple types being used as member types of the union.
setMemberTypes(XsQName[]) - Method in class net.sf.jaxme.xs.xml.impl.XsEUnionImpl
 
setMemberTypes(String) - Method in class net.sf.jaxme.xs.xml.impl.XsEUnionImpl
 
setMinOccurs(int) - Method in class net.sf.jaxme.xs.impl.XSParticleImpl
 
setMinOccurs(int) - Method in interface net.sf.jaxme.xs.xml.XsAGOccurs
 
setMinOccurs(int) - Method in class net.sf.jaxme.xs.xml.impl.XsAGOccursImpl
 
setMinOccurs(int) - Method in class net.sf.jaxme.xs.xml.impl.XsEAnyImpl
 
setMinOccurs(int) - Method in class net.sf.jaxme.xs.xml.impl.XsTAllImpl
 
setMinOccurs(int) - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
setMinOccurs(int) - Method in class net.sf.jaxme.xs.xml.impl.XsTGroupImpl
 
setMinOccurs(int) - Method in class net.sf.jaxme.xs.xml.impl.XsTLocalAllElementImpl
 
setMixed(boolean) - Method in interface net.sf.jaxme.xs.xml.XsEComplexContent
 
setMixed(boolean) - Method in interface net.sf.jaxme.xs.xml.XsTComplexType
 
setMixed(boolean) - Method in class net.sf.jaxme.xs.xml.impl.XsEComplexContentImpl
 
setMixed(boolean) - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl
 
setMixed(boolean) - Method in class net.sf.jaxme.xs.xml.impl.XsTTopLevelComplexTypeImpl
 
setName(String) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBClassImpl
Sets the interfaces class name, not including the package name.
setName(String) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBJavaTypeImpl
 
setName(String) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBPropertyImpl
 
setName(String) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl.PackageImpl
 
setName(String) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBTypesafeEnumClassImpl
 
setName(String) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBTypesafeEnumMemberImpl
 
setName(XsNCName) - Method in interface net.sf.jaxme.xs.xml.XsAGDefRef
 
setName(XsNCName) - Method in interface net.sf.jaxme.xs.xml.XsENotation
 
setName(XsNCName) - Method in interface net.sf.jaxme.xs.xml.XsTAttribute
 
setName(XsNCName) - Method in interface net.sf.jaxme.xs.xml.XsTComplexType
 
setName(XsNCName) - Method in interface net.sf.jaxme.xs.xml.XsTKeybase
 
setName(XsNCName) - Method in interface net.sf.jaxme.xs.xml.XsTNamedGroup
 
setName(XsNCName) - Method in interface net.sf.jaxme.xs.xml.XsTSimpleType
 
setName(XsNCName) - Method in class net.sf.jaxme.xs.xml.impl.XsAGDefRefImpl
 
setName(XsNCName) - Method in class net.sf.jaxme.xs.xml.impl.XsENotationImpl
 
setName(XsNCName) - Method in class net.sf.jaxme.xs.xml.impl.XsTAllImpl
 
setName(XsNCName) - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeGroupImpl
 
setName(XsNCName) - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeImpl
 
setName(XsNCName) - Method in class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl
 
setName(XsNCName) - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
setName(XsNCName) - Method in class net.sf.jaxme.xs.xml.impl.XsTExplicitGroupImpl
 
setName(XsNCName) - Method in class net.sf.jaxme.xs.xml.impl.XsTGroupImpl
 
setName(XsNCName) - Method in class net.sf.jaxme.xs.xml.impl.XsTKeybaseImpl
 
setName(XsNCName) - Method in class net.sf.jaxme.xs.xml.impl.XsTLocalSimpleTypeImpl
 
setName(XsNCName) - Method in class net.sf.jaxme.xs.xml.impl.XsTNamedGroupImpl
 
setName(XsNCName) - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleTypeImpl
 
setName(XsNCName) - Method in class net.sf.jaxme.xs.xml.impl.XsTTopLevelComplexTypeImpl
 
setNamespace(XsAnyURI) - Method in interface net.sf.jaxme.xs.xml.XsEImport
 
setNamespace(XsNamespaceList) - Method in interface net.sf.jaxme.xs.xml.XsTWildcard
 
setNamespace(XsAnyURI) - Method in class net.sf.jaxme.xs.xml.impl.XsEImportImpl
 
setNamespace(XsNamespaceList) - Method in class net.sf.jaxme.xs.xml.impl.XsTWildcardImpl
 
setNamespaceSupport(NamespaceSupport) - Method in interface net.sf.jaxme.xs.parser.XSContext
Sets the namespace handler.
setNamespaceSupport(NamespaceSupport) - Method in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
setNamespaceURI(String) - Method in class net.sf.jaxme.xs.parser.impl.XsSAXParserImpl
 
setNillable(boolean) - Method in interface net.sf.jaxme.xs.xml.XsTElement
 
setNillable(boolean) - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
setParseMethod(String) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBJavaTypeImpl
 
setParticle(XsComplexContentType, XSParticle) - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSBasicComplexTypeImpl
 
setPrefix(String) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl.NameXmlTransformationImpl.NameTransformationImpl
 
setPrintMethod(String) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBJavaTypeImpl
 
setProcessContents(XsTWildcard.ProcessContents) - Method in interface net.sf.jaxme.xs.xml.XsTWildcard
 
setProcessContents(XsTWildcard.ProcessContents) - Method in class net.sf.jaxme.xs.xml.impl.XsTWildcardImpl
 
setProperty(Object, String, String, String) - Method in class net.sf.jaxme.xs.parser.impl.AttributeSetterImpl
This method is invoked from within AttributeSetterImpl.setAttribute(String, String, String, String).
setPublic(XsToken) - Method in interface net.sf.jaxme.xs.xml.XsENotation
 
setPublic(XsToken) - Method in class net.sf.jaxme.xs.xml.impl.XsENotationImpl
 
setQName(String) - Method in class net.sf.jaxme.xs.parser.impl.XsSAXParserImpl
 
setRef(XsQName) - Method in interface net.sf.jaxme.xs.xml.XsAGDefRef
 
setRef(XsQName) - Method in interface net.sf.jaxme.xs.xml.XsTAttribute
 
setRef(XsQName) - Method in interface net.sf.jaxme.xs.xml.XsTAttributeGroupRef
 
setRef(XsQName) - Method in class net.sf.jaxme.xs.xml.impl.XsAGDefRefImpl
 
setRef(String) - Method in class net.sf.jaxme.xs.xml.impl.XsAGDefRefImpl
 
setRef(XsQName) - Method in class net.sf.jaxme.xs.xml.impl.XsTAllImpl
 
setRef(String) - Method in class net.sf.jaxme.xs.xml.impl.XsTAllImpl
 
setRef(XsQName) - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeGroupImpl
 
setRef(String) - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeGroupImpl
 
setRef(XsQName) - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeGroupRefImpl
 
setRef(String) - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeGroupRefImpl
 
setRef(XsQName) - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeImpl
 
setRef(String) - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeImpl
 
setRef(XsQName) - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
setRef(String) - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
setRef(XsQName) - Method in class net.sf.jaxme.xs.xml.impl.XsTExplicitGroupImpl
 
setRef(String) - Method in class net.sf.jaxme.xs.xml.impl.XsTExplicitGroupImpl
 
setRef(XsQName) - Method in class net.sf.jaxme.xs.xml.impl.XsTGroupImpl
 
setRef(String) - Method in class net.sf.jaxme.xs.xml.impl.XsTGroupImpl
 
setRefer(XsQName) - Method in interface net.sf.jaxme.xs.xml.XsEKeyref
 
setRefer(XsQName) - Method in class net.sf.jaxme.xs.xml.impl.XsEKeyrefImpl
 
setRefer(String) - Method in class net.sf.jaxme.xs.xml.impl.XsEKeyrefImpl
 
setRestrictionAllowed(boolean) - Method in class net.sf.jaxme.xs.xml.XsBlockSet
Sets whether restriction is allowed.
setRestrictionAllowed(boolean) - Method in class net.sf.jaxme.xs.xml.XsDerivationSet
Sets whether restriction is allowed.
setSchemaLocation(XsAnyURI) - Method in interface net.sf.jaxme.xs.xml.XsEImport
 
setSchemaLocation(XsAnyURI) - Method in interface net.sf.jaxme.xs.xml.XsEInclude
 
setSchemaLocation(XsAnyURI) - Method in interface net.sf.jaxme.xs.xml.XsERedefine
 
setSchemaLocation(XsAnyURI) - Method in class net.sf.jaxme.xs.xml.impl.XsEImportImpl
 
setSchemaLocation(XsAnyURI) - Method in class net.sf.jaxme.xs.xml.impl.XsEIncludeImpl
 
setSchemaLocation(XsAnyURI) - Method in class net.sf.jaxme.xs.xml.impl.XsERedefineImpl
 
setSource(XsAnyURI) - Method in interface net.sf.jaxme.xs.xml.XsEAppinfo
 
setSource(XsAnyURI) - Method in interface net.sf.jaxme.xs.xml.XsEDocumentation
 
setSource(XsAnyURI) - Method in class net.sf.jaxme.xs.xml.impl.XsEAppinfoImpl
 
setSource(XsAnyURI) - Method in class net.sf.jaxme.xs.xml.impl.XsEDocumentationImpl
 
setSubstitutionAllowed(boolean) - Method in class net.sf.jaxme.xs.xml.XsBlockSet
Sets whether restriction is allowed.
setSubstitutionGroup(XsQName) - Method in interface net.sf.jaxme.xs.xml.XsTElement
 
setSubstitutionGroup(XsQName) - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
setSubstitutionGroup(String) - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
setSubstitutionGroup(XsQName) - Method in class net.sf.jaxme.xs.xml.impl.XsTLocalElementImpl
 
setSubstitutionGroup(String) - Method in class net.sf.jaxme.xs.xml.impl.XsTLocalElementImpl
 
setSuffix(String) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaBindingsImpl.NameXmlTransformationImpl.NameTransformationImpl
 
setSystem(XsAnyURI) - Method in interface net.sf.jaxme.xs.xml.XsENotation
 
setSystem(XsAnyURI) - Method in class net.sf.jaxme.xs.xml.impl.XsENotationImpl
 
setTargetNamespace(XsAnyURI) - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
setTargetNamespace(XsAnyURI) - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
setTextSetter(TextSetter) - Method in interface net.sf.jaxme.xs.parser.XSContext
Sets the TextSetter, used to add text sections.
setTextSetter(TextSetter) - Method in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
setType(XsQName) - Method in interface net.sf.jaxme.xs.xml.XsTAttribute
 
setType(XsQName) - Method in interface net.sf.jaxme.xs.xml.XsTElement
 
setType(XsQName) - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeImpl
 
setType(String) - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeImpl
 
setType(XsQName) - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
setType(String) - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
setTypeDefParticle(XsTTypeDefParticle) - Method in class net.sf.jaxme.xs.xml.impl.XsGTypeDefParticleImpl
 
setTypesafeEnumBase(XsQName[]) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
setTypesafeEnumBase(String) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
setTypesafeEnumMemberName(boolean) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
setUnderscoreBinding(JAXBGlobalBindings.UnderscoreBinding) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGlobalBindingsImpl
 
setUse(XsTAttribute.Use) - Method in interface net.sf.jaxme.xs.xml.XsTAttribute
 
setUse(XsTAttribute.Use) - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeImpl
 
setValidating(boolean) - Method in class net.sf.jaxme.xs.XSParser
Sets whether the parser is validating.
setValidating(boolean) - Method in class net.sf.jaxme.xs.impl.XSLogicalParser
Sets whether the parser is validating.
setValue(String) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBTypesafeEnumMemberImpl
 
setValue(String) - Method in interface net.sf.jaxme.xs.xml.XsEEnumeration
 
setValue(String) - Method in interface net.sf.jaxme.xs.xml.XsEPattern
 
setValue(String) - Method in interface net.sf.jaxme.xs.xml.XsTFacet
 
setValue(long) - Method in interface net.sf.jaxme.xs.xml.XsTNumFacet
 
setValue(String) - Method in class net.sf.jaxme.xs.xml.impl.XsEEnumerationImpl
 
setValue(String) - Method in class net.sf.jaxme.xs.xml.impl.XsEPatternImpl
 
setValue(long) - Method in class net.sf.jaxme.xs.xml.impl.XsETotalDigitsImpl
 
setValue(String) - Method in class net.sf.jaxme.xs.xml.impl.XsEWhiteSpaceImpl
 
setValue(String) - Method in class net.sf.jaxme.xs.xml.impl.XsTFacetImpl
 
setValue(long) - Method in class net.sf.jaxme.xs.xml.impl.XsTNumFacetImpl
 
setVersion(XsToken) - Method in interface net.sf.jaxme.xs.xml.XsESchema
 
setVersion(XsToken) - Method in class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
setXSLogicalParser(XSLogicalParser) - Method in interface net.sf.jaxme.xs.parser.XSContext
Sets the currently active instance of XSParser, if any.
setXSLogicalParser(XSLogicalParser) - Method in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
setXSObjectFactory(XSObjectFactory) - Method in interface net.sf.jaxme.xs.parser.XSContext
Sets the parsers object factory for logical elements.
setXSObjectFactory(XSObjectFactory) - Method in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
setXmlType(XsQName) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBJavaTypeImpl.JAXBGlobalJavaTypeImpl
 
setXmlType(String) - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBJavaTypeImpl.JAXBGlobalJavaTypeImpl
 
setXpath(XsToken) - Method in interface net.sf.jaxme.xs.xml.XsEField
 
setXpath(XsToken) - Method in interface net.sf.jaxme.xs.xml.XsESelector
 
setXpath(XsToken) - Method in class net.sf.jaxme.xs.xml.impl.XsEFieldImpl
 
setXpath(XsToken) - Method in class net.sf.jaxme.xs.xml.impl.XsESelectorImpl
 
setXsObjectFactory(XsObjectFactory) - Method in interface net.sf.jaxme.xs.parser.XSContext
Sets the parsers object factory for syntax elements.
setXsObjectFactory(XsObjectFactory) - Method in class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
simpleTypes - Variable in class net.sf.jaxme.xs.xml.impl.XsEUnionImpl
 
skippedEntity(String) - Method in class net.sf.jaxme.xs.parser.DOMBuilder
 
skippedEntity(String) - Method in class net.sf.jaxme.xs.parser.impl.XsSAXParserImpl
 
startDocument() - Method in class net.sf.jaxme.xs.parser.DOMBuilder
 
startDocument() - Method in class net.sf.jaxme.xs.parser.impl.XsSAXParserImpl
 
startElement(String, String, String, Attributes) - Method in class net.sf.jaxme.xs.parser.DOMBuilder
 
startElement(String, String, String, Attributes) - Method in class net.sf.jaxme.xs.parser.impl.XsSAXParserImpl
 
startPrefixMapping(String, String) - Method in class net.sf.jaxme.xs.parser.DOMBuilder
 
startPrefixMapping(String, String) - Method in class net.sf.jaxme.xs.parser.impl.XsSAXParserImpl
 

T

TextSetter - interface net.sf.jaxme.xs.parser.TextSetter.
Interface of an object which is setting character data as a bean property.
TextSetterImpl - class net.sf.jaxme.xs.parser.impl.TextSetterImpl.
 
TextSetterImpl() - Constructor for class net.sf.jaxme.xs.parser.impl.TextSetterImpl
 
testAttributeGroups(XSParser) - Method in class net.sf.jaxme.xs.junit.ParserTest
 
testAttributeGroups() - Method in class net.sf.jaxme.xs.junit.ParserTest
 
testAttributes(XSParser) - Method in class net.sf.jaxme.xs.junit.ParserTest
 
testAttributes() - Method in class net.sf.jaxme.xs.junit.ParserTest
 
testDatatypesSyntax() - Method in class net.sf.jaxme.xs.junit.SyntaxTest
 
testElements(XSParser) - Method in class net.sf.jaxme.xs.junit.ParserTest
 
testElements() - Method in class net.sf.jaxme.xs.junit.ParserTest
 
testFacets(XSParser) - Method in class net.sf.jaxme.xs.junit.ParserTest
 
testFacets() - Method in class net.sf.jaxme.xs.junit.ParserTest
 
testJAXBClass() - Method in class net.sf.jaxme.xs.junit.JAXBParserTest
 
testJAXBGlobalBindings() - Method in class net.sf.jaxme.xs.junit.JAXBParserTest
 
testJAXBGlobalBindingsDefaults() - Method in class net.sf.jaxme.xs.junit.JAXBParserTest
 
testJAXBJavaType1() - Method in class net.sf.jaxme.xs.junit.JAXBParserTest
 
testJAXBProperty1() - Method in class net.sf.jaxme.xs.junit.JAXBParserTest
 
testJAXBProperty2() - Method in class net.sf.jaxme.xs.junit.JAXBParserTest
 
testJAXBProperty3() - Method in class net.sf.jaxme.xs.junit.JAXBParserTest
 
testJAXBSchemaBindings() - Method in class net.sf.jaxme.xs.junit.JAXBParserTest
 
testJAXBSchemaBindingsDefaults() - Method in class net.sf.jaxme.xs.junit.JAXBParserTest
 
testJAXBTypesafeEnumClass1() - Method in class net.sf.jaxme.xs.junit.JAXBParserTest
 
testJAXBTypesafeEnumClass2() - Method in class net.sf.jaxme.xs.junit.JAXBParserTest
 
testParse() - Method in class net.sf.jaxme.xs.junit.ClaesLarssonTest
 
testPurchaseOrder() - Method in class net.sf.jaxme.xs.junit.ParserTest
 
testRestrictionMaxExclusive() - Method in class net.sf.jaxme.xs.junit.ParserTest
A test case to trigger a previous parser bug.
testSimpleTypes(XSParser) - Method in class net.sf.jaxme.xs.junit.ParserTest
 
testSimpleTypes() - Method in class net.sf.jaxme.xs.junit.ParserTest
 
testStructureLogical() - Method in class net.sf.jaxme.xs.junit.SyntaxTest
 
testStructureSyntax() - Method in class net.sf.jaxme.xs.junit.SyntaxTest
 
testXmlSyntax() - Method in class net.sf.jaxme.xs.junit.SyntaxTest
 
toString() - Method in class net.sf.jaxme.xs.XSModelGroup.Compositor
 
toString() - Method in class net.sf.jaxme.xs.XSParticle.Type
 
toString() - Method in class net.sf.jaxme.xs.jaxb.JAXBGlobalBindings.UnderscoreBinding
 
toString() - Method in class net.sf.jaxme.xs.xml.XsAnyURI
 
toString() - Method in class net.sf.jaxme.xs.xml.XsBlockSet
 
toString() - Method in class net.sf.jaxme.xs.xml.XsComplexContentType
 
toString() - Method in class net.sf.jaxme.xs.xml.XsDerivationSet
 
toString() - Method in class net.sf.jaxme.xs.xml.XsFormChoice
 
toString() - Method in class net.sf.jaxme.xs.xml.XsNCName
 
toString() - Method in class net.sf.jaxme.xs.xml.XsQName
 
toString() - Method in class net.sf.jaxme.xs.xml.XsSimpleDerivationSet
 
toString() - Method in class net.sf.jaxme.xs.xml.XsTAttribute.Use
 
toString() - Method in class net.sf.jaxme.xs.xml.XsTWildcard.ProcessContents
 

U

UNQUALIFIED - Static variable in class net.sf.jaxme.xs.xml.XsFormChoice
 

V

validate() - Method in interface net.sf.jaxme.xs.XSModelGroup
Validates the particles contents.
validate() - Method in interface net.sf.jaxme.xs.XSObject
Validates the objects internal state.
validate() - Method in class net.sf.jaxme.xs.impl.XSAnnotationImpl
 
validate() - Method in class net.sf.jaxme.xs.impl.XSAnyImpl
 
validate() - Method in class net.sf.jaxme.xs.impl.XSAttributeGroupImpl
 
validate() - Method in class net.sf.jaxme.xs.impl.XSAttributeImpl
 
validate() - Method in class net.sf.jaxme.xs.impl.XSElementImpl
 
validate() - Method in class net.sf.jaxme.xs.impl.XSGroupImpl
 
validate() - Method in class net.sf.jaxme.xs.impl.XSModelGroupImpl
 
validate() - Method in class net.sf.jaxme.xs.impl.XSNotationImpl
 
validate() - Method in class net.sf.jaxme.xs.impl.XSObjectImpl
 
validate(Object) - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
validate() - Method in class net.sf.jaxme.xs.impl.XSSchemaImpl
 
validate() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
 
validate() - Method in class net.sf.jaxme.xs.impl.XSTypeImpl
 
validate() - Method in class net.sf.jaxme.xs.impl.XSWildcardImpl
 
validate() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBAttributeImpl
 
validate() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBElementImpl
 
validate() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBGroupImpl
 
validate() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBJavaTypeImpl.JAXBGlobalJavaTypeImpl
 
validate() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBSchemaImpl
 
validate() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBTypeImpl
 
validate() - Method in class net.sf.jaxme.xs.jaxb.impl.JAXBXsSchemaImpl
 
validate() - Method in class net.sf.jaxme.xs.types.AbstractSimpleType
 
validate() - Method in interface net.sf.jaxme.xs.xml.XsAGDefRef
Validates whether the attribute groups constraints are met.
validate() - Method in interface net.sf.jaxme.xs.xml.XsAGOccurs
Verifies whether the attribute group constraints are met.
validate() - Method in interface net.sf.jaxme.xs.xml.XsObject
Validates the types, attributes, elements, ... internal state.
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsAGDefRefImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsAGOccursImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsEFieldImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsEImportImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsEIncludeImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsEKeyrefImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsEListImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsENotationImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsERedefineImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsESelectorImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsESimpleContentImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsETopLevelSimpleTypeImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsGComplexTypeModelImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsObjectImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsTAllImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeGroupImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsTAttributeGroupRefImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsTExtensionTypeImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsTFacetImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsTGroupRefImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsTKeybaseImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsTNamedGroupImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsTNumFacetImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsTRealGroupImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleExtensionTypeImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsTSimpleTypeImpl
 
validate() - Method in class net.sf.jaxme.xs.xml.impl.XsTTopLevelComplexTypeImpl
 
validateOtherContent() - Method in class net.sf.jaxme.xs.xml.impl.XsGComplexTypeModelImpl
 
valueOf(String) - Static method in class net.sf.jaxme.xs.jaxb.JAXBGlobalBindings.UnderscoreBinding
 
valueOf(String) - Static method in class net.sf.jaxme.xs.xml.XsBlockSet
Returns a DerivationSet matching the given value.
valueOf(String) - Static method in class net.sf.jaxme.xs.xml.XsComplexContentType
 
valueOf(String) - Static method in class net.sf.jaxme.xs.xml.XsDerivationSet
Returns a DerivationSet matching the given value.
valueOf(String) - Static method in class net.sf.jaxme.xs.xml.XsFormChoice
 
valueOf(String) - Static method in class net.sf.jaxme.xs.xml.XsNamespaceList
 
valueOf(String) - Static method in class net.sf.jaxme.xs.xml.XsSimpleDerivationSet
Returns a DerivationSet matching the given value.
valueOf(String) - Static method in class net.sf.jaxme.xs.xml.XsTAttribute.Use
 
valueOf(String) - Static method in class net.sf.jaxme.xs.xml.XsTWildcard.ProcessContents
 

W

WILDCARD - Static variable in interface net.sf.jaxme.xs.XSParticle
The particle type "wildcard".

X

XJC_SCHEMA_URI - Static variable in class net.sf.jaxme.xs.jaxb.impl.JAXBParser
The XJC Schema URI: http://java.sun.com/xml/ns/jaxb/xjc
XML_SCHEMA_URI - Static variable in class net.sf.jaxme.xs.XSParser
The XML Schema URI: http://www.w3.org/2001/XMLSchema
XML_URI - Static variable in class net.sf.jaxme.xs.XSParser
The XML namespace URI: http://www.w3.org/XML/1998/namespace
XSAnnotation - interface net.sf.jaxme.xs.XSAnnotation.
Interface of an annotation.
XSAnnotationImpl - class net.sf.jaxme.xs.impl.XSAnnotationImpl.
 
XSAnnotationImpl(XSObject, XsEAnnotation) - Constructor for class net.sf.jaxme.xs.impl.XSAnnotationImpl
 
XSAny - interface net.sf.jaxme.xs.XSAny.
 
XSAnyImpl - class net.sf.jaxme.xs.impl.XSAnyImpl.
 
XSAnyImpl(XSObject, XsEAny) - Constructor for class net.sf.jaxme.xs.impl.XSAnyImpl
 
XSAnySimpleType - class net.sf.jaxme.xs.types.XSAnySimpleType.
The type xs:anySimpleType.
XSAnySimpleType() - Constructor for class net.sf.jaxme.xs.types.XSAnySimpleType
 
XSAnyURI - class net.sf.jaxme.xs.types.XSAnyURI.
The type xs:anyURI.
XSAnyURI() - Constructor for class net.sf.jaxme.xs.types.XSAnyURI
 
XSAppinfo - interface net.sf.jaxme.xs.XSAppinfo.
Interface of an appinfo element.
XSAppinfoImpl - class net.sf.jaxme.xs.impl.XSAppinfoImpl.
 
XSAppinfoImpl(XSObject, XsEAppinfo) - Constructor for class net.sf.jaxme.xs.impl.XSAppinfoImpl
Creates a new instance of XSAppinfoImpl.
XSAtomicType - interface net.sf.jaxme.xs.XSAtomicType.
Details of an atomic type.
XSAtomicTypeRestrictionImpl - class net.sf.jaxme.xs.impl.XSAtomicTypeRestrictionImpl.
 
XSAtomicTypeRestrictionImpl(XSType, XSType, XsGSimpleRestrictionModel) - Constructor for class net.sf.jaxme.xs.impl.XSAtomicTypeRestrictionImpl
 
XSAttributable - interface net.sf.jaxme.xs.XSAttributable.
A common interface for the objects returned by XSComplexType.getAttributes(): XSAttribute and XSWildcard.
XSAttribute - interface net.sf.jaxme.xs.XSAttribute.
Interface of a schema attribute.
XSAttributeGroup - interface net.sf.jaxme.xs.XSAttributeGroup.
Interface of an attribute group.
XSAttributeGroupImpl - class net.sf.jaxme.xs.impl.XSAttributeGroupImpl.
 
XSAttributeGroupImpl(XSObject, XsTAttributeGroup) - Constructor for class net.sf.jaxme.xs.impl.XSAttributeGroupImpl
 
XSAttributeImpl - class net.sf.jaxme.xs.impl.XSAttributeImpl.
 
XSAttributeImpl(XSObject, XsTAttribute) - Constructor for class net.sf.jaxme.xs.impl.XSAttributeImpl
 
XSBase64Binary - class net.sf.jaxme.xs.types.XSBase64Binary.
The type xs:base64Binary.
XSBase64Binary() - Constructor for class net.sf.jaxme.xs.types.XSBase64Binary
 
XSBoolean - class net.sf.jaxme.xs.types.XSBoolean.
The type xs:boolean.
XSBoolean() - Constructor for class net.sf.jaxme.xs.types.XSBoolean
 
XSByte - class net.sf.jaxme.xs.types.XSByte.
The xs:byte type
XSByte() - Constructor for class net.sf.jaxme.xs.types.XSByte
 
XSComplexType - interface net.sf.jaxme.xs.XSComplexType.
Details of a complex type.
XSContext - interface net.sf.jaxme.xs.parser.XSContext.
This interface provides access to the parsers context.
XSContextImpl - class net.sf.jaxme.xs.parser.impl.XSContextImpl.
This class provides access to the parsers internal data.
XSContextImpl() - Constructor for class net.sf.jaxme.xs.parser.impl.XSContextImpl
 
XSDate - class net.sf.jaxme.xs.types.XSDate.
The type xs:gYearMonth.
XSDate() - Constructor for class net.sf.jaxme.xs.types.XSDate
 
XSDateTime - class net.sf.jaxme.xs.types.XSDateTime.
The type xs:dateTime.
XSDateTime() - Constructor for class net.sf.jaxme.xs.types.XSDateTime
 
XSDecimal - class net.sf.jaxme.xs.types.XSDecimal.
The type xs:decimal.
XSDecimal() - Constructor for class net.sf.jaxme.xs.types.XSDecimal
 
XSDocumentation - interface net.sf.jaxme.xs.XSDocumentation.
 
XSDocumentationImpl - class net.sf.jaxme.xs.impl.XSDocumentationImpl.
 
XSDocumentationImpl(XSObject, XsEDocumentation) - Constructor for class net.sf.jaxme.xs.impl.XSDocumentationImpl
Creates a new instance of XSDocumentationImpl.java.
XSDouble - class net.sf.jaxme.xs.types.XSDouble.
The type xs:double.
XSDouble() - Constructor for class net.sf.jaxme.xs.types.XSDouble
 
XSDuration - class net.sf.jaxme.xs.types.XSDuration.
The type xs:dateTime.
XSDuration() - Constructor for class net.sf.jaxme.xs.types.XSDuration
 
XSElement - interface net.sf.jaxme.xs.XSElement.
Interface of a schema element
XSElementImpl - class net.sf.jaxme.xs.impl.XSElementImpl.
 
XSElementImpl(XSObject, XsTElement) - Constructor for class net.sf.jaxme.xs.impl.XSElementImpl
 
XSEntities - class net.sf.jaxme.xs.types.XSEntities.
 
XSEntities() - Constructor for class net.sf.jaxme.xs.types.XSEntities
 
XSEntity - class net.sf.jaxme.xs.types.XSEntity.
The xs:NCName type
XSEntity() - Constructor for class net.sf.jaxme.xs.types.XSEntity
 
XSEnumeration - interface net.sf.jaxme.xs.XSEnumeration.
Interface of an xs:enumeration facet.
XSEnumerationImpl - class net.sf.jaxme.xs.impl.XSEnumerationImpl.
Implementation of an xs:enumeration facet, as specified by XSEnumeration.
XSEnumerationImpl(XSObject, XsEEnumeration) - Constructor for class net.sf.jaxme.xs.impl.XSEnumerationImpl
Creates a new instance of XSEnumerationImpl.java.
XSFloat - class net.sf.jaxme.xs.types.XSFloat.
The type xs:float.
XSFloat() - Constructor for class net.sf.jaxme.xs.types.XSFloat
 
XSGDay - class net.sf.jaxme.xs.types.XSGDay.
The type xs:gDay.
XSGDay() - Constructor for class net.sf.jaxme.xs.types.XSGDay
 
XSGMonth - class net.sf.jaxme.xs.types.XSGMonth.
The type xs:gMonth.
XSGMonth() - Constructor for class net.sf.jaxme.xs.types.XSGMonth
 
XSGMonthDay - class net.sf.jaxme.xs.types.XSGMonthDay.
The type xs:gMonthDay.
XSGMonthDay() - Constructor for class net.sf.jaxme.xs.types.XSGMonthDay
 
XSGYear - class net.sf.jaxme.xs.types.XSGYear.
The type xs:gYear.
XSGYear() - Constructor for class net.sf.jaxme.xs.types.XSGYear
 
XSGYearMonth - class net.sf.jaxme.xs.types.XSGYearMonth.
The type xs:gYearMonth.
XSGYearMonth() - Constructor for class net.sf.jaxme.xs.types.XSGYearMonth
 
XSGroup - interface net.sf.jaxme.xs.XSGroup.
Interface of a group.
XSGroupImpl - class net.sf.jaxme.xs.impl.XSGroupImpl.
 
XSGroupImpl(XSObject, XsTGroupRef) - Constructor for class net.sf.jaxme.xs.impl.XSGroupImpl
 
XSGroupImpl(XSObject, XsTNamedGroup) - Constructor for class net.sf.jaxme.xs.impl.XSGroupImpl
 
XSGroupImpl(XSObject, XsEChoice) - Constructor for class net.sf.jaxme.xs.impl.XSGroupImpl
 
XSGroupImpl(XSObject, XsESequence) - Constructor for class net.sf.jaxme.xs.impl.XSGroupImpl
 
XSGroupImpl(XSObject, XsTAll) - Constructor for class net.sf.jaxme.xs.impl.XSGroupImpl
 
XSHexBinary - class net.sf.jaxme.xs.types.XSHexBinary.
The type xs:hexBinary.
XSHexBinary() - Constructor for class net.sf.jaxme.xs.types.XSHexBinary
 
XSID - class net.sf.jaxme.xs.types.XSID.
The xs:ID type
XSID() - Constructor for class net.sf.jaxme.xs.types.XSID
 
XSIDREF - class net.sf.jaxme.xs.types.XSIDREF.
The xs:IDREF type
XSIDREF() - Constructor for class net.sf.jaxme.xs.types.XSIDREF
 
XSIDREFs - class net.sf.jaxme.xs.types.XSIDREFs.
 
XSIDREFs() - Constructor for class net.sf.jaxme.xs.types.XSIDREFs
 
XSInt - class net.sf.jaxme.xs.types.XSInt.
The xs:int type
XSInt() - Constructor for class net.sf.jaxme.xs.types.XSInt
 
XSInteger - class net.sf.jaxme.xs.types.XSInteger.
The xs:integer type
XSInteger() - Constructor for class net.sf.jaxme.xs.types.XSInteger
 
XSLanguage - class net.sf.jaxme.xs.types.XSLanguage.
The xs:language type
XSLanguage() - Constructor for class net.sf.jaxme.xs.types.XSLanguage
 
XSListType - interface net.sf.jaxme.xs.XSListType.
Details of a list type.
XSListTypeImpl - class net.sf.jaxme.xs.impl.XSListTypeImpl.
 
XSListTypeImpl(XSType, XsEList) - Constructor for class net.sf.jaxme.xs.impl.XSListTypeImpl
 
XSListTypeRestrictionImpl - class net.sf.jaxme.xs.impl.XSListTypeRestrictionImpl.
 
XSListTypeRestrictionImpl(XSType, XSType, XsGSimpleRestrictionModel) - Constructor for class net.sf.jaxme.xs.impl.XSListTypeRestrictionImpl
 
XSLogicalParser - class net.sf.jaxme.xs.impl.XSLogicalParser.
Implementation of a logical parser.
XSLogicalParser() - Constructor for class net.sf.jaxme.xs.impl.XSLogicalParser
 
XSLong - class net.sf.jaxme.xs.types.XSLong.
The xs:long type
XSLong() - Constructor for class net.sf.jaxme.xs.types.XSLong
 
XSModelGroup - interface net.sf.jaxme.xs.XSModelGroup.
Interface of a model group.
XSModelGroup.Compositor - class net.sf.jaxme.xs.XSModelGroup.Compositor.
 
XSModelGroupImpl - class net.sf.jaxme.xs.impl.XSModelGroupImpl.
 
XSModelGroupImpl(XSModelGroup.Compositor, Locator) - Constructor for class net.sf.jaxme.xs.impl.XSModelGroupImpl
 
XSNCName - class net.sf.jaxme.xs.types.XSNCName.
The xs:NCName type
XSNCName() - Constructor for class net.sf.jaxme.xs.types.XSNCName
 
XSNMToken - class net.sf.jaxme.xs.types.XSNMToken.
The xs:NMTOKEN type
XSNMToken() - Constructor for class net.sf.jaxme.xs.types.XSNMToken
 
XSNMTokens - class net.sf.jaxme.xs.types.XSNMTokens.
 
XSNMTokens() - Constructor for class net.sf.jaxme.xs.types.XSNMTokens
 
XSName - class net.sf.jaxme.xs.types.XSName.
 
XSName() - Constructor for class net.sf.jaxme.xs.types.XSName
 
XSNegativeInteger - class net.sf.jaxme.xs.types.XSNegativeInteger.
The xs:integer type
XSNegativeInteger() - Constructor for class net.sf.jaxme.xs.types.XSNegativeInteger
 
XSNonNegativeInteger - class net.sf.jaxme.xs.types.XSNonNegativeInteger.
The xs:nonNegativeInteger type
XSNonNegativeInteger() - Constructor for class net.sf.jaxme.xs.types.XSNonNegativeInteger
 
XSNonPositiveInteger - class net.sf.jaxme.xs.types.XSNonPositiveInteger.
The xs:nonPositiveInteger type
XSNonPositiveInteger() - Constructor for class net.sf.jaxme.xs.types.XSNonPositiveInteger
 
XSNormalizedString - class net.sf.jaxme.xs.types.XSNormalizedString.
The xs:normalizedString type.
XSNormalizedString() - Constructor for class net.sf.jaxme.xs.types.XSNormalizedString
 
XSNotation - interface net.sf.jaxme.xs.XSNotation.
Interface of a notation.
XSNotation - class net.sf.jaxme.xs.types.XSNotation.
The type xs:NOTATION.
XSNotation() - Constructor for class net.sf.jaxme.xs.types.XSNotation
 
XSNotationImpl - class net.sf.jaxme.xs.impl.XSNotationImpl.
 
XSNotationImpl(XSObject, XsObject) - Constructor for class net.sf.jaxme.xs.impl.XSNotationImpl
 
XSObject - interface net.sf.jaxme.xs.XSObject.
A common base interface for all other schema objects.
XSObjectFactory - interface net.sf.jaxme.xs.XSObjectFactory.
An object factory for the logical XSParser.
XSObjectFactoryImpl - class net.sf.jaxme.xs.impl.XSObjectFactoryImpl.
Default implementation of the XSObjectFactory.
XSObjectFactoryImpl() - Constructor for class net.sf.jaxme.xs.impl.XSObjectFactoryImpl
 
XSObjectImpl - class net.sf.jaxme.xs.impl.XSObjectImpl.
 
XSObjectImpl(XSObject, XsObject) - Constructor for class net.sf.jaxme.xs.impl.XSObjectImpl
 
XSParser - class net.sf.jaxme.xs.XSParser.
The XML schema parser.
XSParser() - Constructor for class net.sf.jaxme.xs.XSParser
Creates a new instance of XSParser.
XSParticle - interface net.sf.jaxme.xs.XSParticle.
Interface of a model groups particle.
XSParticle.Type - class net.sf.jaxme.xs.XSParticle.Type.
 
XSParticle.Type(String) - Constructor for class net.sf.jaxme.xs.XSParticle.Type
 
XSParticleImpl - class net.sf.jaxme.xs.impl.XSParticleImpl.
Default implementation of a particle.
XSParticleImpl(XSGroup) - Constructor for class net.sf.jaxme.xs.impl.XSParticleImpl
 
XSParticleImpl(XSAny) - Constructor for class net.sf.jaxme.xs.impl.XSParticleImpl
 
XSParticleImpl(XSElement) - Constructor for class net.sf.jaxme.xs.impl.XSParticleImpl
 
XSPositiveInteger - class net.sf.jaxme.xs.types.XSPositiveInteger.
The xs:positiveInteger type
XSPositiveInteger() - Constructor for class net.sf.jaxme.xs.types.XSPositiveInteger
 
XSQName - class net.sf.jaxme.xs.types.XSQName.
The type xs:QName.
XSQName() - Constructor for class net.sf.jaxme.xs.types.XSQName
 
XSSchema - interface net.sf.jaxme.xs.XSSchema.
This interface is what you are probably most interested in: The logical XML Schema representation.
XSSchemaImpl - class net.sf.jaxme.xs.impl.XSSchemaImpl.
Implementation of an XML Schema, as defined by the XSSchema interface.
XSSchemaImpl(XSContext, XsESchema) - Constructor for class net.sf.jaxme.xs.impl.XSSchemaImpl
 
XSShort - class net.sf.jaxme.xs.types.XSShort.
The xs:short type
XSShort() - Constructor for class net.sf.jaxme.xs.types.XSShort
 
XSSimpleContentType - interface net.sf.jaxme.xs.XSSimpleContentType.
Detail infos of a complex type with simpleContent.
XSSimpleContentTypeImpl - class net.sf.jaxme.xs.impl.XSSimpleContentTypeImpl.
 
XSSimpleContentTypeImpl(XSType, XSType, XsObject) - Constructor for class net.sf.jaxme.xs.impl.XSSimpleContentTypeImpl
 
XSSimpleType - interface net.sf.jaxme.xs.XSSimpleType.
Details of a simple type.
XSSimpleTypeImpl - class net.sf.jaxme.xs.impl.XSSimpleTypeImpl.
 
XSSimpleTypeImpl() - Constructor for class net.sf.jaxme.xs.impl.XSSimpleTypeImpl
 
XSSimpleTypeRestrictionImpl - class net.sf.jaxme.xs.impl.XSSimpleTypeRestrictionImpl.
 
XSSimpleTypeRestrictionImpl(XSType, XSType, XsGSimpleRestrictionModel) - Constructor for class net.sf.jaxme.xs.impl.XSSimpleTypeRestrictionImpl
 
XSString - class net.sf.jaxme.xs.types.XSString.
The type xs:string.
XSString() - Constructor for class net.sf.jaxme.xs.types.XSString
 
XSTime - class net.sf.jaxme.xs.types.XSTime.
The type xs:time.
XSTime() - Constructor for class net.sf.jaxme.xs.types.XSTime
 
XSToken - class net.sf.jaxme.xs.types.XSToken.
The xs:token type.
XSToken() - Constructor for class net.sf.jaxme.xs.types.XSToken
 
XSType - interface net.sf.jaxme.xs.XSType.
Interface of an XML Schema type.
XSTypeImpl - class net.sf.jaxme.xs.impl.XSTypeImpl.
 
XSTypeImpl(XSObject, XsETopLevelSimpleType) - Constructor for class net.sf.jaxme.xs.impl.XSTypeImpl
 
XSTypeImpl(XSObject, XsTLocalSimpleType) - Constructor for class net.sf.jaxme.xs.impl.XSTypeImpl
 
XSTypeImpl(XSObject, XsTComplexType) - Constructor for class net.sf.jaxme.xs.impl.XSTypeImpl
 
XSTypeImpl(XSObject, XsTLocalComplexType) - Constructor for class net.sf.jaxme.xs.impl.XSTypeImpl
 
XSTypeImpl(XSObject, XsTSimpleRestrictionType) - Constructor for class net.sf.jaxme.xs.impl.XSTypeImpl
 
XSTypeImpl.XSAllComplexTypeImpl - class net.sf.jaxme.xs.impl.XSTypeImpl.XSAllComplexTypeImpl.
 
XSTypeImpl.XSAllComplexTypeImpl(XSType, XsTComplexType, XsTAll) - Constructor for class net.sf.jaxme.xs.impl.XSTypeImpl.XSAllComplexTypeImpl
 
XSTypeImpl.XSBasicComplexTypeImpl - class net.sf.jaxme.xs.impl.XSTypeImpl.XSBasicComplexTypeImpl.
 
XSTypeImpl.XSBasicComplexTypeImpl(XSType, XsTComplexType) - Constructor for class net.sf.jaxme.xs.impl.XSTypeImpl.XSBasicComplexTypeImpl
 
XSTypeImpl.XSChoiceComplexTypeImpl - class net.sf.jaxme.xs.impl.XSTypeImpl.XSChoiceComplexTypeImpl.
 
XSTypeImpl.XSChoiceComplexTypeImpl(XSType, XsTComplexType, XsEChoice) - Constructor for class net.sf.jaxme.xs.impl.XSTypeImpl.XSChoiceComplexTypeImpl
 
XSTypeImpl.XSComplexContentImpl - class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexContentImpl.
 
XSTypeImpl.XSComplexContentImpl(XSType, XsTComplexType, XsEComplexContent) - Constructor for class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexContentImpl
 
XSTypeImpl.XSComplexTypeImpl - class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl.
 
XSTypeImpl.XSComplexTypeImpl(XSType, XsTComplexType) - Constructor for class net.sf.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
 
XSTypeImpl.XSGroupComplexTypeImpl - class net.sf.jaxme.xs.impl.XSTypeImpl.XSGroupComplexTypeImpl.
 
XSTypeImpl.XSGroupComplexTypeImpl(XSType, XsTComplexType, XSGroup) - Constructor for class net.sf.jaxme.xs.impl.XSTypeImpl.XSGroupComplexTypeImpl
 
XSTypeImpl.XSSequenceComplexTypeImpl - class net.sf.jaxme.xs.impl.XSTypeImpl.XSSequenceComplexTypeImpl.
 
XSTypeImpl.XSSequenceComplexTypeImpl(XSType, XsTComplexType) - Constructor for class net.sf.jaxme.xs.impl.XSTypeImpl.XSSequenceComplexTypeImpl
 
XSTypeImpl.XSSequenceComplexTypeImpl(XSType, XsTComplexType, XsESequence) - Constructor for class net.sf.jaxme.xs.impl.XSTypeImpl.XSSequenceComplexTypeImpl
 
XSTypeImpl.XSSimpleContentImpl - class net.sf.jaxme.xs.impl.XSTypeImpl.XSSimpleContentImpl.
 
XSTypeImpl.XSSimpleContentImpl(XSType, XsTComplexType, XsESimpleContent) - Constructor for class net.sf.jaxme.xs.impl.XSTypeImpl.XSSimpleContentImpl
 
XSUnionType - interface net.sf.jaxme.xs.XSUnionType.
Details of a union type.
XSUnionTypeImpl - class net.sf.jaxme.xs.impl.XSUnionTypeImpl.
 
XSUnionTypeImpl(XSType, XsEUnion) - Constructor for class net.sf.jaxme.xs.impl.XSUnionTypeImpl
 
XSUnionTypeRestrictionImpl - class net.sf.jaxme.xs.impl.XSUnionTypeRestrictionImpl.
 
XSUnionTypeRestrictionImpl(XSType, XSType, XsGSimpleRestrictionModel) - Constructor for class net.sf.jaxme.xs.impl.XSUnionTypeRestrictionImpl
 
XSUnsignedByte - class net.sf.jaxme.xs.types.XSUnsignedByte.
The xs:unsignedByte type
XSUnsignedByte() - Constructor for class net.sf.jaxme.xs.types.XSUnsignedByte
 
XSUnsignedInt - class net.sf.jaxme.xs.types.XSUnsignedInt.
The xs:unsignedInt type
XSUnsignedInt() - Constructor for class net.sf.jaxme.xs.types.XSUnsignedInt
 
XSUnsignedLong - class net.sf.jaxme.xs.types.XSUnsignedLong.
The xs:unsignedLong type
XSUnsignedLong() - Constructor for class net.sf.jaxme.xs.types.XSUnsignedLong
 
XSUnsignedShort - class net.sf.jaxme.xs.types.XSUnsignedShort.
The xs:unsignedShort type
XSUnsignedShort() - Constructor for class net.sf.jaxme.xs.types.XSUnsignedShort
 
XSUtil - class net.sf.jaxme.xs.impl.XSUtil.
 
XSUtil() - Constructor for class net.sf.jaxme.xs.impl.XSUtil
 
XSWildcard - interface net.sf.jaxme.xs.XSWildcard.
Interface of a wildcard.
XSWildcardImpl - class net.sf.jaxme.xs.impl.XSWildcardImpl.
 
XSWildcardImpl(XSObject, XsTWildcard) - Constructor for class net.sf.jaxme.xs.impl.XSWildcardImpl
 
XmlLang - class net.sf.jaxme.xs.xml.XmlLang.
Implementation of xml:lang.
XmlLang(String) - Constructor for class net.sf.jaxme.xs.xml.XmlLang
 
XsAGDefRef - interface net.sf.jaxme.xs.xml.XsAGDefRef.
Interface of the attribute group xs:defRef, as specified by the following: <xs:attributeGroup name="defRef"> <xs:annotation> <xs:documentation> for element, group and attributeGroup, which both define and reference </xs:documentation> </xs:annotation> <xs:attribute name="name" type="xs:NCName"/> <xs:attribute name="ref" type="xs:QName"/> </xs:attributeGroup> Implementation note: The 'name' and 'ref' attributes are mutually exclusive.
XsAGDefRefImpl - class net.sf.jaxme.xs.xml.impl.XsAGDefRefImpl.
Implementation of the attribute group xs:defRef, as specified by the following: <xs:attributeGroup name="defRef"> <xs:annotation> <xs:documentation> for element, group and attributeGroup, which both define and reference </xs:documentation> </xs:annotation> <xs:attribute name="name" type="xs:NCName"/> <xs:attribute name="ref" type="xs:QName"/> </xs:attributeGroup> Implementation note: The 'name' and 'ref' attributes are mutually exclusive.
XsAGDefRefImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsAGDefRefImpl
 
XsAGOccurs - interface net.sf.jaxme.xs.xml.XsAGOccurs.
Interface of the attribute group xs:occurs, as specified by the following: <xs:attributeGroup name="occurs"> <xs:annotation> <xs:documentation> for all particles </xs:documentation> </xs:annotation> <xs:attribute name="minOccurs" type="xs:nonNegativeInteger" use="optional" default="1"/> <xs:attribute name="maxOccurs" type="xs:allNNI" use="optional" default="1"/> </xs:attributeGroup> Implementation note: The implementation must ensure that either 'maxOccurs' is unbounded or 'minOccurs' <= 'maxOccurs'.
XsAGOccursImpl - class net.sf.jaxme.xs.xml.impl.XsAGOccursImpl.
Implementation of the attribute group xs:occurs, as specified by the following: <xs:attributeGroup name="occurs"> <xs:annotation> <xs:documentation> for all particles </xs:documentation> </xs:annotation> <xs:attribute name="minOccurs" type="xs:nonNegativeInteger" use="optional" default="1"/> <xs:attribute name="maxOccurs" type="xs:allNNI" use="optional" default="1"/> </xs:attributeGroup> Implementation note: The implementation must ensure that either 'maxOccurs' is unbounded or 'minOccurs' <= 'maxOccurs'.
XsAGOccursImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsAGOccursImpl
 
XsAnyURI - class net.sf.jaxme.xs.xml.XsAnyURI.
Implementation of xs:anyURI.
XsAnyURI(String) - Constructor for class net.sf.jaxme.xs.xml.XsAnyURI
 
XsBlockSet - class net.sf.jaxme.xs.xml.XsBlockSet.
Implementation of xs:derivationset.
XsBlockSet(String) - Constructor for class net.sf.jaxme.xs.xml.XsBlockSet
Creates a new DerivationSet with the given value.
XsComplexContentType - class net.sf.jaxme.xs.xml.XsComplexContentType.
 
XsDerivationSet - class net.sf.jaxme.xs.xml.XsDerivationSet.
Implementation of xs:derivationset.
XsDerivationSet(String) - Constructor for class net.sf.jaxme.xs.xml.XsDerivationSet
Creates a new DerivationSet with the given value.
XsEAnnotation - interface net.sf.jaxme.xs.xml.XsEAnnotation.
Interface of xs:annotation, as specified by the following: <xs:element name="annotation" id="annotation"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-annotation"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="xs:openAttrs"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="xs:appinfo"/> <xs:element ref="xs:documentation"/> </xs:choice> <xs:attribute name="id" type="xs:ID"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
XsEAnnotationImpl - class net.sf.jaxme.xs.xml.impl.XsEAnnotationImpl.
Implementation of xs:annotation, as specified by the following: <xs:element name="annotation" id="annotation"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-annotation"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="xs:openAttrs"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="xs:appinfo"/> <xs:element ref="xs:documentation"/> </xs:choice> <xs:attribute name="id" type="xs:ID"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
XsEAnnotationImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEAnnotationImpl
 
XsEAny - interface net.sf.jaxme.xs.xml.XsEAny.
Implementation of the xs:any element, as specified by the following: <xs:element name="any" id="any"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-any"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="xs:wildcard"> <xs:attributeGroup ref="xs:occurs"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
XsEAnyImpl - class net.sf.jaxme.xs.xml.impl.XsEAnyImpl.
Implementation of the xs:any element, as specified by the following: <xs:element name="any" id="any"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-any"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="xs:wildcard"> <xs:attributeGroup ref="xs:occurs"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
XsEAnyImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEAnyImpl
 
XsEAppinfo - interface net.sf.jaxme.xs.xml.XsEAppinfo.
Interface of xs:appinfo, as specified by the following: <xs:element name="appinfo" id="appinfo"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-appinfo"/> </xs:annotation> <xs:complexType mixed="true"> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:any processContents="lax"/> </xs:sequence> <xs:attribute name="source" type="xs:anyURI"/> </xs:complexType> </xs:element>
XsEAppinfoImpl - class net.sf.jaxme.xs.xml.impl.XsEAppinfoImpl.
Implementation of xs:appinfo, as specified by the following: <xs:element name="appinfo" id="appinfo"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-appinfo"/> </xs:annotation> <xs:complexType mixed="true"> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:any processContents="lax"/> </xs:sequence> <xs:attribute name="source" type="xs:anyURI"/> </xs:complexType> </xs:element>
XsEAppinfoImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEAppinfoImpl
 
XsEChoice - interface net.sf.jaxme.xs.xml.XsEChoice.
Interface of the xs:choice element, with the following specification: <xs:element name="choice" type="xs:explicitGroup" id="choice"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-choice"/> </xs:annotation> </xs:element>
XsEChoiceImpl - class net.sf.jaxme.xs.xml.impl.XsEChoiceImpl.
Implementation of the xs:choice element, with the following specification: <xs:element name="choice" type="xs:explicitGroup" id="choice"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-choice"/> </xs:annotation> </xs:element>
XsEChoiceImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEChoiceImpl
 
XsEComplexContent - interface net.sf.jaxme.xs.xml.XsEComplexContent.
Interface of the element xs:complexContent, as specified by: <xs:element name="complexContent" id="complexContent"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-complexContent"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:choice> <xs:element name="restriction" type="xs:complexRestrictionType"/> <xs:element name="extension" type="xs:extensionType"/> </xs:choice> <xs:attribute name="mixed" type="xs:boolean"> <xs:annotation> <xs:documentation> Overrides any setting on complexType parent.
XsEComplexContentImpl - class net.sf.jaxme.xs.xml.impl.XsEComplexContentImpl.
Implementation of the element xs:complexContent, as specified by: <xs:element name="complexContent" id="complexContent"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-complexContent"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:choice> <xs:element name="restriction" type="xs:complexRestrictionType"/> <xs:element name="extension" type="xs:extensionType"/> </xs:choice> <xs:attribute name="mixed" type="xs:boolean"> <xs:annotation> <xs:documentation> Overrides any setting on complexType parent.
XsEComplexContentImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEComplexContentImpl
 
XsEDocumentation - interface net.sf.jaxme.xs.xml.XsEDocumentation.
Interface of xs:documentation, as specified by the following: <xs:element name="documentation" id="documentation"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-documentation"/> </xs:annotation> <xs:complexType mixed="true"> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:any processContents="lax"/> </xs:sequence> <xs:attribute name="source" type="xs:anyURI"/> <xs:attribute ref="xml:lang"/> </xs:complexType> </xs:element>
XsEDocumentationImpl - class net.sf.jaxme.xs.xml.impl.XsEDocumentationImpl.
Implementation of xs:documentation, as specified by the following: <xs:element name="documentation" id="documentation"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-documentation"/> </xs:annotation> <xs:complexType mixed="true"> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:any processContents="lax"/> </xs:sequence> <xs:attribute name="source" type="xs:anyURI"/> <xs:attribute ref="xml:lang"/> </xs:complexType> </xs:element>
XsEDocumentationImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEDocumentationImpl
 
XsEEnumeration - interface net.sf.jaxme.xs.xml.XsEEnumeration.
Interface of an xs:enumeration element, following this specification: <xs:element name="enumeration" id="enumeration" type="xs:noFixedFacet"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-enumeration"/> </xs:annotation> </xs:element>
XsEEnumerationImpl - class net.sf.jaxme.xs.xml.impl.XsEEnumerationImpl.
Implementation of xs:enumeration, following this specification: <xs:element name="enumeration" id="enumeration" type="xs:noFixedFacet"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-enumeration"/> </xs:annotation> </xs:element>
XsEEnumerationImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEEnumerationImpl
 
XsEField - interface net.sf.jaxme.xs.xml.XsEField.
Interface of the xs:field element, with the following specification: A subset of XPath expressions for use in fields A utility type, not for public use The following pattern is intended to allow XPath expressions per the same EBNF as for selector, with the following change: Path ::= ('.//')?
XsEFieldImpl - class net.sf.jaxme.xs.xml.impl.XsEFieldImpl.
Interface of the xs:field element, with the following specification: A subset of XPath expressions for use in fields A utility type, not for public use The following pattern is intended to allow XPath expressions per the same EBNF as for selector, with the following change: Path ::= ('.//')?
XsEFieldImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEFieldImpl
 
XsEFractionDigits - interface net.sf.jaxme.xs.xml.XsEFractionDigits.
Interface of xs:fractionDigits, following this specification: <xs:element name="fractionDigits" id="fractionDigits" type="xs:numFacet"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-fractionDigits"/> </xs:annotation> </xs:element>
XsEFractionDigitsImpl - class net.sf.jaxme.xs.xml.impl.XsEFractionDigitsImpl.
Implementation of xs:fractionDigits, following this specification: <xs:element name="fractionDigits" id="fractionDigits" type="xs:numFacet"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-fractionDigits"/> </xs:annotation> </xs:element>
XsEFractionDigitsImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEFractionDigitsImpl
 
XsEImport - interface net.sf.jaxme.xs.xml.XsEImport.
Interface of xs:import, as specified by the following: <xs:element name="import" id="import"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-import"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:attribute name="namespace" type="xs:anyURI"/> <xs:attribute name="schemaLocation" type="xs:anyURI"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
XsEImportImpl - class net.sf.jaxme.xs.xml.impl.XsEImportImpl.
Implementation of xs:import, as specified by the following: <xs:element name="import" id="import"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-import"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:attribute name="namespace" type="xs:anyURI"/> <xs:attribute name="schemaLocation" type="xs:anyURI"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
XsEImportImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEImportImpl
 
XsEInclude - interface net.sf.jaxme.xs.xml.XsEInclude.
Interface of xs:include, as specified by the following declaration: <xs:element name="include" id="include"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-include"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:attribute name="schemaLocation" type="xs:anyURI" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
XsEIncludeImpl - class net.sf.jaxme.xs.xml.impl.XsEIncludeImpl.
Implementation of xs:include, as specified by the following declaration: <xs:element name="include" id="include"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-include"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:attribute name="schemaLocation" type="xs:anyURI" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
XsEIncludeImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEIncludeImpl
 
XsEKey - interface net.sf.jaxme.xs.xml.XsEKey.
Interface of the xs:key element, specified as follows: <xs:element name="key" type="xs:keybase" id="key"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-key"/> </xs:annotation> </xs:element>
XsEKeyImpl - class net.sf.jaxme.xs.xml.impl.XsEKeyImpl.
Implementation of the xs:key element, specified as follows: <xs:element name="key" type="xs:keybase" id="key"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-key"/> </xs:annotation> </xs:element>
XsEKeyImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEKeyImpl
 
XsEKeyref - interface net.sf.jaxme.xs.xml.XsEKeyref.
Interface of the xs:keyref element, with the following specification:
XsEKeyrefImpl - class net.sf.jaxme.xs.xml.impl.XsEKeyrefImpl.
Implementation of the xs:keyref element, with the following specification:
XsEKeyrefImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEKeyrefImpl
 
XsELength - interface net.sf.jaxme.xs.xml.XsELength.
Interface of xs:length, following this specification: <xs:element name="length" id="length" type="xs:numFacet"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-length"/> </xs:annotation> </xs:element>
XsELengthImpl - class net.sf.jaxme.xs.xml.impl.XsELengthImpl.
Implementation of xs:length, following this specification: <xs:element name="length" id="length" type="xs:numFacet"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-length"/> </xs:annotation> </xs:element>
XsELengthImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsELengthImpl
 
XsEList - interface net.sf.jaxme.xs.xml.XsEList.
Implementation of xs:list, following the specification below: <xs:element name="list" id="list"> <xs:complexType> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-list"> itemType attribute and simpleType child are mutually exclusive, but one or other is required </xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:sequence> <xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0"/> </xs:sequence> <xs:attribute name="itemType" type="xs:QName" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
XsEListImpl - class net.sf.jaxme.xs.xml.impl.XsEListImpl.
Implementation of xs:list, following the specification below: <xs:element name="list" id="list"> <xs:complexType> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-list"> itemType attribute and simpleType child are mutually exclusive, but one or other is required </xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:sequence> <xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0"/> </xs:sequence> <xs:attribute name="itemType" type="xs:QName" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
XsEListImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEListImpl
 
XsEMaxExclusive - interface net.sf.jaxme.xs.xml.XsEMaxExclusive.
Interface of xs:maxExclusive, following this specification: <xs:element name="maxExclusive" id="maxExclusive" type="xs:facet"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-maxExclusive"/> </xs:annotation> </xs:element>
XsEMaxExclusiveImpl - class net.sf.jaxme.xs.xml.impl.XsEMaxExclusiveImpl.
Implementation of xs:maxExclusive, following this specification: <xs:element name="maxExclusive" id="maxExclusive" type="xs:facet"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-maxExclusive"/> </xs:annotation> </xs:element>
XsEMaxExclusiveImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEMaxExclusiveImpl
 
XsEMaxInclusive - interface net.sf.jaxme.xs.xml.XsEMaxInclusive.
Interface of xs:maxInclusive, following this specification: <xs:element name="maxInclusive" id="maxInclusive" type="xs:facet"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-maxInclusive"/> </xs:annotation> </xs:element>
XsEMaxInclusiveImpl - class net.sf.jaxme.xs.xml.impl.XsEMaxInclusiveImpl.
Implementation of xs:maxInclusive, following this specification: <xs:element name="maxInclusive" id="maxInclusive" type="xs:facet"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-maxInclusive"/> </xs:annotation> </xs:element>
XsEMaxInclusiveImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEMaxInclusiveImpl
 
XsEMaxLength - interface net.sf.jaxme.xs.xml.XsEMaxLength.
Iinterface of xs:maxLength, following this specification:
XsEMaxLengthImpl - class net.sf.jaxme.xs.xml.impl.XsEMaxLengthImpl.
Implementation of xs:maxLength, following this specification:
XsEMaxLengthImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEMaxLengthImpl
 
XsEMinExclusive - interface net.sf.jaxme.xs.xml.XsEMinExclusive.
Interface of xs:minExclusive, following this specification: <xs:element name="minExclusive" id="minExclusive" type="xs:facet"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-minExclusive"/> </xs:annotation> </xs:element>
XsEMinExclusiveImpl - class net.sf.jaxme.xs.xml.impl.XsEMinExclusiveImpl.
Implementation of xs:minExclusive, following this specification: <xs:element name="minExclusive" id="minExclusive" type="xs:facet"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-minExclusive"/> </xs:annotation> </xs:element>
XsEMinExclusiveImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEMinExclusiveImpl
 
XsEMinInclusive - interface net.sf.jaxme.xs.xml.XsEMinInclusive.
Interface of xs:minInclusive, following this specification:
XsEMinInclusiveImpl - class net.sf.jaxme.xs.xml.impl.XsEMinInclusiveImpl.
Implementation of xs:minInclusive, following this specification:
XsEMinInclusiveImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEMinInclusiveImpl
 
XsEMinLength - interface net.sf.jaxme.xs.xml.XsEMinLength.
Interface of xs:minLength, following this specification: <xs:element name="minLength" id="minLength" type="xs:numFacet"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-minLength"/> </xs:annotation> </xs:element>
XsEMinLengthImpl - class net.sf.jaxme.xs.xml.impl.XsEMinLengthImpl.
Implementation of xs:minLength, following this specification: <xs:element name="minLength" id="minLength" type="xs:numFacet"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-minLength"/> </xs:annotation> </xs:element>
XsEMinLengthImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEMinLengthImpl
 
XsENotation - interface net.sf.jaxme.xs.xml.XsENotation.
Interface of the xs:notation element, with the following specification:
XsENotationImpl - class net.sf.jaxme.xs.xml.impl.XsENotationImpl.
Interface of the xs:notation element, with the following specification:
XsENotationImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsENotationImpl
 
XsEPattern - interface net.sf.jaxme.xs.xml.XsEPattern.
Interface of xs:pattern, following this specification: <xs:element name="pattern" id="pattern" type="xs:noFixedFacet"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-pattern"/> </xs:annotation> </xs:element>
XsEPatternImpl - class net.sf.jaxme.xs.xml.impl.XsEPatternImpl.
Implementation of xs:pattern, following this specification: <xs:element name="pattern" id="pattern" type="xs:noFixedFacet"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-pattern"/> </xs:annotation> </xs:element>
XsEPatternImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEPatternImpl
 
XsERedefine - interface net.sf.jaxme.xs.xml.XsERedefine.
Implementation of xs:redefine, as specified by the following: <xs:element name="redefine" id="redefine"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-redefine"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="xs:openAttrs"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="xs:annotation"/> <xs:group ref="xs:redefinable"/> </xs:choice> <xs:attribute name="schemaLocation" type="xs:anyURI" use="required"/> <xs:attribute name="id" type="xs:ID"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
XsERedefineImpl - class net.sf.jaxme.xs.xml.impl.XsERedefineImpl.
Implementation of xs:redefine, as specified by the following: <xs:element name="redefine" id="redefine"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-redefine"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="xs:openAttrs"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="xs:annotation"/> <xs:group ref="xs:redefinable"/> </xs:choice> <xs:attribute name="schemaLocation" type="xs:anyURI" use="required"/> <xs:attribute name="id" type="xs:ID"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
XsERedefineImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsERedefineImpl
 
XsERestriction - interface net.sf.jaxme.xs.xml.XsERestriction.
Implementation of xs:restriction, following this specification: <xs:element name="restriction" id="restriction"> <xs:complexType> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-restriction"> base attribute and simpleType child are mutually exclusive, but one or other is required </xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:group ref="xs:simpleRestrictionModel"/> <xs:attribute name="base" type="xs:QName" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:group name="simpleRestrictionModel"> <xs:sequence> <xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0"/> <xs:group ref="xs:facets" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:group> <xs:group name="facets"> <xs:annotation> <xs:documentation> We should use a substitution group for facets, but that's ruled out because it would allow users to add their own, which we're not ready for yet.
XsERestrictionImpl - class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl.
Implementation of xs:restriction, following this specification: <xs:element name="restriction" id="restriction"> <xs:complexType> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-restriction"> base attribute and simpleType child are mutually exclusive, but one or other is required </xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:group ref="xs:simpleRestrictionModel"/> <xs:attribute name="base" type="xs:QName" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:group name="simpleRestrictionModel"> <xs:sequence> <xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0"/> <xs:group ref="xs:facets" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:group> <xs:group name="facets"> <xs:annotation> <xs:documentation> We should use a substitution group for facets, but that's ruled out because it would allow users to add their own, which we're not ready for yet.
XsERestrictionImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsERestrictionImpl
 
XsESchema - interface net.sf.jaxme.xs.xml.XsESchema.
Implementation of xs:schema.
XsESchemaImpl - class net.sf.jaxme.xs.xml.impl.XsESchemaImpl.
Implementation of xs:schema.
XsESchemaImpl(XSContext) - Constructor for class net.sf.jaxme.xs.xml.impl.XsESchemaImpl
 
XsESelector - interface net.sf.jaxme.xs.xml.XsESelector.
Interface of the xs:selector element, specified by the following: A subset of XPath expressions for use in selectors A utility type, not for public use The following pattern is intended to allow XPath expressions per the following EBNF: Selector ::= Path ( '|' Path )* Path ::= ('.//')?
XsESelectorImpl - class net.sf.jaxme.xs.xml.impl.XsESelectorImpl.
Interface of the xs:selector element, specified by the following: A subset of XPath expressions for use in selectors A utility type, not for public use The following pattern is intended to allow XPath expressions per the following EBNF: Selector ::= Path ( '|' Path )* Path ::= ('.//')?
XsESelectorImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsESelectorImpl
 
XsESequence - interface net.sf.jaxme.xs.xml.XsESequence.
Interface of the xs:sequence element, with the following specification: <xs:element name="sequence" type="xs:explicitGroup" id="sequence"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-sequence"/> </xs:annotation> </xs:element>
XsESequenceImpl - class net.sf.jaxme.xs.xml.impl.XsESequenceImpl.
Implementation of the xs:sequence element, with the following specification: <xs:element name="sequence" type="xs:explicitGroup" id="sequence"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-sequence"/> </xs:annotation> </xs:element>
XsESequenceImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsESequenceImpl
 
XsESimpleContent - interface net.sf.jaxme.xs.xml.XsESimpleContent.
Implementation of xs:simpleContent, as specified by the following: <xs:element name="simpleContent" id="simpleContent"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-simpleContent"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:choice> <xs:element name="restriction" type="xs:simpleRestrictionType"/> <xs:element name="extension" type="xs:simpleExtensionType"/> </xs:choice> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
XsESimpleContentImpl - class net.sf.jaxme.xs.xml.impl.XsESimpleContentImpl.
Implementation of xs:simpleContent, as specified by the following: <xs:element name="simpleContent" id="simpleContent"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-simpleContent"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:choice> <xs:element name="restriction" type="xs:simpleRestrictionType"/> <xs:element name="extension" type="xs:simpleExtensionType"/> </xs:choice> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
XsESimpleContentImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsESimpleContentImpl
 
XsETopLevelSimpleType - interface net.sf.jaxme.xs.xml.XsETopLevelSimpleType.
Interface of xs:simpleType>, as specified by the following: <xs:element name="simpleType" type="xs:topLevelSimpleType" id="simpleType"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-simpleType"/> </xs:annotation> </xs:element> <xs:complexType name="topLevelSimpleType"> <xs:complexContent> <xs:restriction base="xs:simpleType"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:group ref="xs:simpleDerivation"/> </xs:sequence> <xs:attribute name="name" use="required" type="xs:NCName"> <xs:annotation> <xs:documentation> Required at the top level </xs:documentation> </xs:annotation> </xs:attribute> </xs:restriction> </xs:complexContent> </xs:complexType>
XsETopLevelSimpleTypeImpl - class net.sf.jaxme.xs.xml.impl.XsETopLevelSimpleTypeImpl.
Implementation of xs:simpleType>, as specified by the following: <xs:element name="simpleType" type="xs:topLevelSimpleType" id="simpleType"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-simpleType"/> </xs:annotation> </xs:element> <xs:complexType name="topLevelSimpleType"> <xs:complexContent> <xs:restriction base="xs:simpleType"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:group ref="xs:simpleDerivation"/> </xs:sequence> <xs:attribute name="name" use="required" type="xs:NCName"> <xs:annotation> <xs:documentation> Required at the top level </xs:documentation> </xs:annotation> </xs:attribute> </xs:restriction> </xs:complexContent> </xs:complexType>
XsETopLevelSimpleTypeImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsETopLevelSimpleTypeImpl
 
XsETotalDigits - interface net.sf.jaxme.xs.xml.XsETotalDigits.
Interface of xs:totalDigits, following this specification: <xs:element name="totalDigits" id="totalDigits"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-totalDigits"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:restriction base="xs:numFacet"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> </xs:sequence> <xs:attribute name="value" type="xs:positiveInteger" use="required"/> </xs:restriction> </xs:complexContent> </xs:complexType> </xs:element>
XsETotalDigitsImpl - class net.sf.jaxme.xs.xml.impl.XsETotalDigitsImpl.
Implementation of xs:totalDigits, following this specification: <xs:element name="totalDigits" id="totalDigits"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-totalDigits"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:restriction base="xs:numFacet"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> </xs:sequence> <xs:attribute name="value" type="xs:positiveInteger" use="required"/> </xs:restriction> </xs:complexContent> </xs:complexType> </xs:element>
XsETotalDigitsImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsETotalDigitsImpl
 
XsEUnion - interface net.sf.jaxme.xs.xml.XsEUnion.
Interface of xs:union, following the specification below: <xs:element name="union" id="union"> <xs:complexType> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-union"> memberTypes attribute must be non-empty or there must be at least one simpleType child </xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:sequence> <xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="memberTypes" use="optional"> <xs:simpleType> <xs:list itemType="xs:QName"/> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
XsEUnionImpl - class net.sf.jaxme.xs.xml.impl.XsEUnionImpl.
Implementation of xs:union, following the specification below: <xs:element name="union" id="union"> <xs:complexType> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-union"> memberTypes attribute must be non-empty or there must be at least one simpleType child </xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:sequence> <xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="memberTypes" use="optional"> <xs:simpleType> <xs:list itemType="xs:QName"/> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
XsEUnionImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEUnionImpl
 
XsEUnique - interface net.sf.jaxme.xs.xml.XsEUnique.
Interface of the xs:unique element, with the following specification: <xs:element name="unique" type="xs:keybase" id="unique"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-unique"/> </xs:annotation> </xs:element>
XsEUniqueImpl - class net.sf.jaxme.xs.xml.impl.XsEUniqueImpl.
Implementation of the xs:unique element, with the following specification: <xs:element name="unique" type="xs:keybase" id="unique"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-unique"/> </xs:annotation> </xs:element>
XsEUniqueImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEUniqueImpl
 
XsEWhiteSpace - interface net.sf.jaxme.xs.xml.XsEWhiteSpace.
Interface of xs:whiteSpace, following this specification: <xs:element name="whiteSpace" id="whiteSpace"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-whiteSpace"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:restriction base="xs:facet"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> </xs:sequence> <xs:attribute name="value" use="required"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="preserve"/> <xs:enumeration value="replace"/> <xs:enumeration value="collapse"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:restriction> </xs:complexContent> </xs:complexType> </xs:element>
XsEWhiteSpaceImpl - class net.sf.jaxme.xs.xml.impl.XsEWhiteSpaceImpl.
Implementation of xs:whiteSpace, following this specification: <xs:element name="whiteSpace" id="whiteSpace"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-whiteSpace"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:restriction base="xs:facet"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> </xs:sequence> <xs:attribute name="value" use="required"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="preserve"/> <xs:enumeration value="replace"/> <xs:enumeration value="collapse"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:restriction> </xs:complexContent> </xs:complexType> </xs:element>
XsEWhiteSpaceImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsEWhiteSpaceImpl
 
XsFormChoice - class net.sf.jaxme.xs.xml.XsFormChoice.
Implementation of the following simple type: <xs:simpleType name="formChoice"> <xs:annotation> <xs:documentation> A utility type, not for public use </xs:documentation> </xs:annotation> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="qualified"/> <xs:enumeration value="unqualified"/> </xs:restriction> </xs:simpleType>
XsGAllModel - interface net.sf.jaxme.xs.xml.XsGAllModel.
Interface of xs:allModel, as specified by the following: <xs:group name="allModel"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:element name="element" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:annotation> <xs:documentation>restricted max/min</xs:documentation> </xs:annotation> <xs:complexContent> <xs:restriction base="xs:localElement"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:choice minOccurs="0"> <xs:element name="simpleType" type="xs:localSimpleType"/> <xs:element name="complexType" type="xs:localComplexType"/> </xs:choice> <xs:group ref="xs:identityConstraint" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="minOccurs" use="optional" default="1"> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="maxOccurs" use="optional" default="1"> <xs:simpleType> <xs:restriction base="xs:allNNI"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:restriction> </xs:complexContent> </xs:complexType> </xs:element> </xs:sequence> </xs:group> Implementation note: The above restriction of a XsTLocalElement is interpreted as a usual local element, except that the minOccurs and maxOccurs attributes must be 0 or 1.
XsGAllModelImpl - class net.sf.jaxme.xs.xml.impl.XsGAllModelImpl.
Implementation of xs:allModel, as specified by the following: <xs:group name="allModel"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:element name="element" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:annotation> <xs:documentation>restricted max/min</xs:documentation> </xs:annotation> <xs:complexContent> <xs:restriction base="xs:localElement"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:choice minOccurs="0"> <xs:element name="simpleType" type="xs:localSimpleType"/> <xs:element name="complexType" type="xs:localComplexType"/> </xs:choice> <xs:group ref="xs:identityConstraint" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="minOccurs" use="optional" default="1"> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="maxOccurs" use="optional" default="1"> <xs:simpleType> <xs:restriction base="xs:allNNI"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:restriction> </xs:complexContent> </xs:complexType> </xs:element> </xs:sequence> </xs:group> Implementation note: The above restriction of a XsTLocalElement is interpreted as a usual local element, except that the minOccurs and maxOccurs attributes must be 0 or 1.
XsGAllModelImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsGAllModelImpl
 
XsGAttrDecls - interface net.sf.jaxme.xs.xml.XsGAttrDecls.
Interface of xs:attrDecls, with the following specification: <xs:group name="attrDecls"> <xs:sequence> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="attribute" type="xs:attribute"/> <xs:element name="attributeGroup" type="xs:attributeGroupRef"/> </xs:choice> <xs:element ref="xs:anyAttribute" minOccurs="0"/> </xs:sequence> </xs:group>
XsGAttrDeclsImpl - class net.sf.jaxme.xs.xml.impl.XsGAttrDeclsImpl.
Implementation of xs:attrDecls, with the following specification: <xs:group name="attrDecls"> <xs:sequence> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="attribute" type="xs:attribute"/> <xs:element name="attributeGroup" type="xs:attributeGroupRef"/> </xs:choice> <xs:element ref="xs:anyAttribute" minOccurs="0"/> </xs:sequence> </xs:group>
XsGAttrDeclsImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsGAttrDeclsImpl
 
XsGComplexTypeModel - interface net.sf.jaxme.xs.xml.XsGComplexTypeModel.
Interface of the group xs:complexTypeModel, as specified by the following: <xs:group name="complexTypeModel"> <xs:choice> <xs:element ref="xs:simpleContent"/> <xs:element ref="xs:complexContent"/> <xs:sequence> <xs:annotation> <xs:documentation> This branch is short for &lt;complexContent&gt; &lt;restriction base="xs:anyType"&gt; ...
XsGComplexTypeModelImpl - class net.sf.jaxme.xs.xml.impl.XsGComplexTypeModelImpl.
Implementation of the group xs:complexTypeModel, as specified by the following: <xs:group name="complexTypeModel"> <xs:choice> <xs:element ref="xs:simpleContent"/> <xs:element ref="xs:complexContent"/> <xs:sequence> <xs:annotation> <xs:documentation> This branch is short for &lt;complexContent&gt; &lt;restriction base="xs:anyType"&gt; ...
XsGComplexTypeModelImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsGComplexTypeModelImpl
 
XsGIdentityConstraint - interface net.sf.jaxme.xs.xml.XsGIdentityConstraint.
Implementation of the group xs:identityConstraint, specified as follows: The three kinds of identity constraints, all with type of or derived from 'keybase'.
XsGIdentityConstraintImpl - class net.sf.jaxme.xs.xml.impl.XsGIdentityConstraintImpl.
Implementation of the group xs:identityConstraint, specified as follows: The three kinds of identity constraints, all with type of or derived from 'keybase'.
XsGIdentityConstraintImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsGIdentityConstraintImpl
 
XsGNestedParticle - interface net.sf.jaxme.xs.xml.XsGNestedParticle.
Interface of the xs:nestedParticle group, as specified by the following:
XsGParticle - interface net.sf.jaxme.xs.xml.XsGParticle.
Implementation of the xs:particle group, with the following specification: <xs:group name="particle"> <xs:choice> <xs:element name="element" type="xs:localElement"/> <xs:element name="group" type="xs:groupRef"/> <xs:element ref="xs:all"/> <xs:element ref="xs:choice"/> <xs:element ref="xs:sequence"/> <xs:element ref="xs:any"/> </xs:choice> </xs:group>
XsGParticleImpl - class net.sf.jaxme.xs.xml.impl.XsGParticleImpl.
Implementation of the xs:typeDefParticle group, as specified by the following: 'complexType' uses this
XsGParticleImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsGParticleImpl
 
XsGSimpleRestrictionModel - interface net.sf.jaxme.xs.xml.XsGSimpleRestrictionModel.
Interface of xs:simpleRestrictionModel, following this specification: <xs:group name="simpleRestrictionModel"> <xs:sequence> <xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0"/> <xs:group ref="xs:facets" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:group> <xs:group name="facets"> <xs:annotation> <xs:documentation> We should use a substitution group for facets, but that's ruled out because it would allow users to add their own, which we're not ready for yet.
XsGSimpleRestrictionModelImpl - class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl.
Interface of xs:simpleRestrictionModel, following this specification: <xs:group name="simpleRestrictionModel"> <xs:sequence> <xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0"/> <xs:group ref="xs:facets" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:group> <xs:group name="facets"> <xs:annotation> <xs:documentation> We should use a substitution group for facets, but that's ruled out because it would allow users to add their own, which we're not ready for yet.
XsGSimpleRestrictionModelImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsGSimpleRestrictionModelImpl
 
XsGTypeDefParticle - interface net.sf.jaxme.xs.xml.XsGTypeDefParticle.
Interface of the xs:typeDefParticle group, as specified by the following: 'complexType' uses this
XsGTypeDefParticleImpl - class net.sf.jaxme.xs.xml.impl.XsGTypeDefParticleImpl.
Implementation of the xs:typeDefParticle group, as specified by the following: 'complexType' uses this
XsGTypeDefParticleImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsGTypeDefParticleImpl
 
XsID - class net.sf.jaxme.xs.xml.XsID.
Implementation of xs:ID
XsID(String) - Constructor for class net.sf.jaxme.xs.xml.XsID
 
XsNCName - class net.sf.jaxme.xs.xml.XsNCName.
Implementation of xs:NCName.
XsNCName(String) - Constructor for class net.sf.jaxme.xs.xml.XsNCName
 
XsNamespaceList - class net.sf.jaxme.xs.xml.XsNamespaceList.
Implementation of the xs:namespaceList type, specified like this: <xs:simpleType name="namespaceList"> <xs:annotation> <xs:documentation> A utility type, not for public use </xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="##any"/> <xs:enumeration value="##other"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:list> <xs:simpleType> <xs:union memberTypes="xs:anyURI"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="##targetNamespace"/> <xs:enumeration value="##local"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> </xs:list> </xs:simpleType> </xs:union> </xs:simpleType>
XsObject - interface net.sf.jaxme.xs.xml.XsObject.
Base interface for all the types, attributes, elements, ...
XsObjectCreator - interface net.sf.jaxme.xs.parser.XsObjectCreator.
Interface of a an object creating beans.
XsObjectFactory - interface net.sf.jaxme.xs.xml.XsObjectFactory.
 
XsObjectFactoryImpl - class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl.
The XsObjectFactory, which allows to extend the parser.
XsObjectFactoryImpl() - Constructor for class net.sf.jaxme.xs.xml.impl.XsObjectFactoryImpl
 
XsObjectImpl - class net.sf.jaxme.xs.xml.impl.XsObjectImpl.
Base class for all the types, attributes, elements, ...
XsObjectImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsObjectImpl
 
XsQName - class net.sf.jaxme.xs.xml.XsQName.
Implementation of xs:qName.
XsQName(XsAnyURI, String) - Constructor for class net.sf.jaxme.xs.xml.XsQName
 
XsQName(XsAnyURI, String, String) - Constructor for class net.sf.jaxme.xs.xml.XsQName
 
XsQName(String, String) - Constructor for class net.sf.jaxme.xs.xml.XsQName
 
XsQName(String, String, String) - Constructor for class net.sf.jaxme.xs.xml.XsQName
 
XsRedefinable - interface net.sf.jaxme.xs.xml.XsRedefinable.
A common base interface for XsETopLevelSimpleType, XsTComplexType, XsTGroup, and XsTAttributeGroup.
XsSAXParser - interface net.sf.jaxme.xs.parser.XsSAXParser.
 
XsSAXParserImpl - class net.sf.jaxme.xs.parser.impl.XsSAXParserImpl.
 
XsSAXParserImpl(Object) - Constructor for class net.sf.jaxme.xs.parser.impl.XsSAXParserImpl
 
XsSimpleDerivationSet - class net.sf.jaxme.xs.xml.XsSimpleDerivationSet.
Implementation of xs:derivationset.
XsSimpleDerivationSet(String) - Constructor for class net.sf.jaxme.xs.xml.XsSimpleDerivationSet
Creates a new DerivationSet with the given value.
XsTAll - interface net.sf.jaxme.xs.xml.XsTAll.
Interface of the following type: <xs:complexType name="all"> <xs:annotation> <xs:documentation> Only elements allowed inside </xs:documentation> </xs:annotation> <xs:complexContent> <xs:restriction base="xs:explicitGroup"> <xs:group ref="xs:allModel"/> <xs:attribute name="minOccurs" use="optional" default="1"> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="maxOccurs" use="optional" default="1"> <xs:simpleType> <xs:restriction base="xs:allNNI"> <xs:enumeration value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:restriction> </xs:complexContent> </xs:complexType>
XsTAllImpl - class net.sf.jaxme.xs.xml.impl.XsTAllImpl.
Implementation of the following type: <xs:complexType name="all"> <xs:annotation> <xs:documentation> Only elements allowed inside </xs:documentation> </xs:annotation> <xs:complexContent> <xs:restriction base="xs:explicitGroup"> <xs:group ref="xs:allModel"/> <xs:attribute name="minOccurs" use="optional" default="1"> <xs:simpleType> <xs:restriction base="xs:nonNegativeInteger"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="maxOccurs" use="optional" default="1"> <xs:simpleType> <xs:restriction base="xs:allNNI"> <xs:enumeration value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:restriction> </xs:complexContent> </xs:complexType>
XsTAllImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTAllImpl
 
XsTAnnotated - interface net.sf.jaxme.xs.xml.XsTAnnotated.
Interface of an annotated element, as specified by the following: <xs:complexType name="annotated"> <xs:annotation> <xs:documentation> This type is extended by all types which allow annotation other than <schema> itself.
XsTAnnotatedImpl - class net.sf.jaxme.xs.xml.impl.XsTAnnotatedImpl.
Implementation of an annotated element, as specified by the following: <xs:complexType name="annotated"> <xs:annotation> <xs:documentation> This type is extended by all types which allow annotation other than <schema> itself.
XsTAnnotatedImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTAnnotatedImpl
 
XsTAttribute - interface net.sf.jaxme.xs.xml.XsTAttribute.
Interface of xs:attribute, following this specification: <xs:complexType name="attribute"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:sequence> <xs:element name="simpleType" minOccurs="0" type="xs:localSimpleType"/> </xs:sequence> <xs:attributeGroup ref="xs:defRef"/> <xs:attribute name="type" type="xs:QName"/> <xs:attribute name="use" use="optional" default="optional"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="prohibited"/> <xs:enumeration value="optional"/> <xs:enumeration value="required"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="default" type="xs:string"/> <xs:attribute name="fixed" type="xs:string"/> <xs:attribute name="form" type="xs:formChoice"/> </xs:extension> </xs:complexContent> </xs:complexType>
XsTAttribute.Use - class net.sf.jaxme.xs.xml.XsTAttribute.Use.
 
XsTAttributeGroup - interface net.sf.jaxme.xs.xml.XsTAttributeGroup.
Interface of an xs:attributeGroup, with the following specification: <xs:complexType name="attributeGroup" abstract="true"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:group ref="xs:attrDecls"/> <xs:attributeGroup ref="xs:defRef"/> </xs:extension> </xs:complexContent> </xs:complexType>
XsTAttributeGroupImpl - class net.sf.jaxme.xs.xml.impl.XsTAttributeGroupImpl.
Implementation of an xs:attributeGroup, with the following specification: <xs:complexType name="attributeGroup" abstract="true"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:group ref="xs:attrDecls"/> <xs:attributeGroup ref="xs:defRef"/> </xs:extension> </xs:complexContent> </xs:complexType>
XsTAttributeGroupImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTAttributeGroupImpl
 
XsTAttributeGroupRef - interface net.sf.jaxme.xs.xml.XsTAttributeGroupRef.
Interface of the xs:attributeGroupRef type, specified as follows: <xs:complexType name="attributeGroupRef"> <xs:complexContent> <xs:restriction base="xs:attributeGroup"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> </xs:sequence> <xs:attribute name="ref" use="required" type="xs:QName"/> <xs:attribute name="name" use="prohibited"/> </xs:restriction> </xs:complexContent> </xs:complexType>
XsTAttributeGroupRefImpl - class net.sf.jaxme.xs.xml.impl.XsTAttributeGroupRefImpl.
Implementation of the xs:attributeGroupRef type, specified as follows: <xs:complexType name="attributeGroupRef"> <xs:complexContent> <xs:restriction base="xs:attributeGroup"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> </xs:sequence> <xs:attribute name="ref" use="required" type="xs:QName"/> <xs:attribute name="name" use="prohibited"/> </xs:restriction> </xs:complexContent> </xs:complexType>
XsTAttributeGroupRefImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTAttributeGroupRefImpl
 
XsTAttributeImpl - class net.sf.jaxme.xs.xml.impl.XsTAttributeImpl.
Implementation of xs:attribute, following this specification: <xs:complexType name="attribute"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:sequence> <xs:element name="simpleType" minOccurs="0" type="xs:localSimpleType"/> </xs:sequence> <xs:attributeGroup ref="xs:defRef"/> <xs:attribute name="type" type="xs:QName"/> <xs:attribute name="use" use="optional" default="optional"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="prohibited"/> <xs:enumeration value="optional"/> <xs:enumeration value="required"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="default" type="xs:string"/> <xs:attribute name="fixed" type="xs:string"/> <xs:attribute name="form" type="xs:formChoice"/> </xs:extension> </xs:complexContent> </xs:complexType>
XsTAttributeImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTAttributeImpl
 
XsTComplexRestrictionType - interface net.sf.jaxme.xs.xml.XsTComplexRestrictionType.
Implementation of xs:complexRestrictionType, as specified by the following: <xs:complexType name="complexRestrictionType"> <xs:complexContent> <xs:restriction base="xs:restrictionType"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:group ref="xs:typeDefParticle" minOccurs="0"/> <xs:group ref="xs:attrDecls"/> </xs:sequence> </xs:restriction> </xs:complexContent> </xs:complexType>
XsTComplexRestrictionTypeImpl - class net.sf.jaxme.xs.xml.impl.XsTComplexRestrictionTypeImpl.
Implementation of xs:complexRestrictionType, as specified by the following: <xs:complexType name="complexRestrictionType"> <xs:complexContent> <xs:restriction base="xs:restrictionType"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:group ref="xs:typeDefParticle" minOccurs="0"/> <xs:group ref="xs:attrDecls"/> </xs:sequence> </xs:restriction> </xs:complexContent> </xs:complexType>
XsTComplexRestrictionTypeImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTComplexRestrictionTypeImpl
 
XsTComplexType - interface net.sf.jaxme.xs.xml.XsTComplexType.
Interface of a complex type, to be shared by XsTLocalComplexType and XsTComplexType.
XsTComplexTypeImpl - class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl.
Base implementation of a complex type, to be shared by XsTLocalComplexType and XsTComplexType.
XsTComplexTypeImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTComplexTypeImpl
 
XsTElement - interface net.sf.jaxme.xs.xml.XsTElement.
Implementation of the xs:element type, as specified by the following: The element element can be used either at the top level to define an element-type binding globally, or within a content model to either reference a globally-defined element or type or declare an element-type binding locally.
XsTElementImpl - class net.sf.jaxme.xs.xml.impl.XsTElementImpl.
Implementation of the xs:element type, as specified by the following: <xs:complexType name="element" abstract="true"> <xs:annotation> <xs:documentation> The element element can be used either at the top level to define an element-type binding globally, or within a content model to either reference a globally-defined element or type or declare an element-type binding locally.
XsTElementImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTElementImpl
 
XsTExplicitGroup - interface net.sf.jaxme.xs.xml.XsTExplicitGroup.
Interface of the xs:explicitGroup type, as specified by the following: group type for the three kinds of group Implementation note: This interface doesn't specify any additional methods.
XsTExplicitGroupImpl - class net.sf.jaxme.xs.xml.impl.XsTExplicitGroupImpl.
Implementation of the xs:explicitGroup type, as specified by the following: group type for the three kinds of group Implementation note: This interface doesn't specify any additional methods.
XsTExplicitGroupImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTExplicitGroupImpl
 
XsTExtensionType - interface net.sf.jaxme.xs.xml.XsTExtensionType.
Interface of the xs:extensionType type, as specified by: <xs:complexType name="extensionType"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:sequence> <xs:group ref="xs:typeDefParticle" minOccurs="0"/> <xs:group ref="xs:attrDecls"/> </xs:sequence> <xs:attribute name="base" type="xs:QName" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType>
XsTExtensionTypeImpl - class net.sf.jaxme.xs.xml.impl.XsTExtensionTypeImpl.
Implementation of the xs:extensionType type, as specified by: <xs:complexType name="extensionType"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:sequence> <xs:group ref="xs:typeDefParticle" minOccurs="0"/> <xs:group ref="xs:attrDecls"/> </xs:sequence> <xs:attribute name="base" type="xs:QName" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType>
XsTExtensionTypeImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTExtensionTypeImpl
 
XsTFacet - interface net.sf.jaxme.xs.xml.XsTFacet.
Interface of a facet, following this specification: <xs:complexType name="facet"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:attribute name="value" use="required"/> <xs:attribute name="fixed" type="xs:boolean" use="optional" default="false"/> </xs:extension> </xs:complexContent> </xs:complexType>
XsTFacetBase - interface net.sf.jaxme.xs.xml.XsTFacetBase.
 
XsTFacetBaseImpl - class net.sf.jaxme.xs.xml.impl.XsTFacetBaseImpl.
 
XsTFacetBaseImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTFacetBaseImpl
 
XsTFacetImpl - class net.sf.jaxme.xs.xml.impl.XsTFacetImpl.
Implementation of a facet, following this specification: <xs:complexType name="facet"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:attribute name="value" use="required"/> <xs:attribute name="fixed" type="xs:boolean" use="optional" default="false"/> </xs:extension> </xs:complexContent> </xs:complexType>
XsTFacetImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTFacetImpl
 
XsTFixedFacet - interface net.sf.jaxme.xs.xml.XsTFixedFacet.
A common base interface for XsTFacet and XsTNumFacet.
XsTFixedFacetImpl - class net.sf.jaxme.xs.xml.impl.XsTFixedFacetImpl.
A common base class for XsTFacet and XsTNumFacet.
XsTFixedFacetImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTFixedFacetImpl
 
XsTGroup - interface net.sf.jaxme.xs.xml.XsTGroup.
Interface of the xs:group, type, with the following specification: <xs:complexType name="group" abstract="true"> <xs:annotation> <xs:documentation> group type for explicit groups, named top-level groups and group references </xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:group ref="xs:particle" minOccurs="0" maxOccurs="unbounded"/> <xs:attributeGroup ref="xs:defRef"/> <xs:attributeGroup ref="xs:occurs"/> </xs:extension> </xs:complexContent> </xs:complexType>
XsTGroupImpl - class net.sf.jaxme.xs.xml.impl.XsTGroupImpl.
Implementation of the xs:group, type, with the following specification: <xs:complexType name="group" abstract="true"> <xs:annotation> <xs:documentation> group type for explicit groups, named top-level groups and group references </xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:group ref="xs:particle" minOccurs="0" maxOccurs="unbounded"/> <xs:attributeGroup ref="xs:defRef"/> <xs:attributeGroup ref="xs:occurs"/> </xs:extension> </xs:complexContent> </xs:complexType>
XsTGroupImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTGroupImpl
 
XsTGroupRef - interface net.sf.jaxme.xs.xml.XsTGroupRef.
Implementation of the xs:groupRef type, with the following specification: Implementation note: This interface does not define any additional methods.
XsTGroupRefImpl - class net.sf.jaxme.xs.xml.impl.XsTGroupRefImpl.
Implementation of the xs:groupRef type, with the following specification:
XsTGroupRefImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTGroupRefImpl
 
XsTIdentityConstraint - interface net.sf.jaxme.xs.xml.XsTIdentityConstraint.
A common base interface for the elements which are part of an xs:identityConstraint group.
XsTKeybase - interface net.sf.jaxme.xs.xml.XsTKeybase.
Interface of the xs:keybase type, with the following specification: <xs:complexType name="keybase"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:sequence> <xs:element ref="xs:selector"/> <xs:element ref="xs:field" minOccurs="1" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="name" type="xs:NCName" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType>
XsTKeybaseImpl - class net.sf.jaxme.xs.xml.impl.XsTKeybaseImpl.
Implementation of the xs:keybase type, with the following specification: <xs:complexType name="keybase"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:sequence> <xs:element ref="xs:selector"/> <xs:element ref="xs:field" minOccurs="1" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="name" type="xs:NCName" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType>
XsTKeybaseImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTKeybaseImpl
 
XsTLocalAllElementImpl - class net.sf.jaxme.xs.xml.impl.XsTLocalAllElementImpl.
 
XsTLocalAllElementImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTLocalAllElementImpl
 
XsTLocalComplexType - interface net.sf.jaxme.xs.xml.XsTLocalComplexType.
Interface of a local xs:complexType, following the specification below: <xs:complexType name="localComplexType"> <xs:complexContent> <xs:restriction base="xs:complexType"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:group ref="xs:complexTypeModel"/> </xs:sequence> <xs:attribute name="name" use="prohibited"/> <xs:attribute name="abstract" use="prohibited"/> <xs:attribute name="final" use="prohibited"/> <xs:attribute name="block" use="prohibited"/> </xs:restriction> </xs:complexContent> </xs:complexType>
XsTLocalComplexTypeImpl - class net.sf.jaxme.xs.xml.impl.XsTLocalComplexTypeImpl.
Interface of a local xs:complexType, following the specification below: <xs:complexType name="localComplexType"> <xs:complexContent> <xs:restriction base="xs:complexType"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:group ref="xs:complexTypeModel"/> </xs:sequence> <xs:attribute name="name" use="prohibited"/> <xs:attribute name="abstract" use="prohibited"/> <xs:attribute name="final" use="prohibited"/> <xs:attribute name="block" use="prohibited"/> </xs:restriction> </xs:complexContent> </xs:complexType>
XsTLocalComplexTypeImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTLocalComplexTypeImpl
 
XsTLocalElement - interface net.sf.jaxme.xs.xml.XsTLocalElement.
Interface of the xs:localElement type, as specified by:
XsTLocalElementImpl - class net.sf.jaxme.xs.xml.impl.XsTLocalElementImpl.
Implementation of the xs:localElement type, as specified by: <xs:complexType name="localElement"> <xs:complexContent> <xs:restriction base="xs:element"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:choice minOccurs="0"> <xs:element name="simpleType" type="xs:localSimpleType"/> <xs:element name="complexType" type="xs:localComplexType"/> </xs:choice> <xs:group ref="xs:identityConstraint" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="substitutionGroup" use="prohibited"/> <xs:attribute name="final" use="prohibited"/> <xs:attribute name="abstract" use="prohibited"/> </xs:restriction> </xs:complexContent> </xs:complexType> Implementation note: This class doesn't specify any additional methods.
XsTLocalElementImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTLocalElementImpl
 
XsTLocalSimpleType - interface net.sf.jaxme.xs.xml.XsTLocalSimpleType.
Interface of the xs:localSimpleType type, as specified by the following: <xs:complexType name="localSimpleType"> <xs:complexContent> <xs:restriction base="xs:simpleType"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:group ref="xs:simpleDerivation"/> </xs:sequence> <xs:attribute name="name" use="prohibited"> <xs:annotation> <xs:documentation> Forbidden when nested </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="final" use="prohibited"/> </xs:restriction> </xs:complexContent> </xs:complexType> Implementation note: The implementation must ensure, that the 'final' and 'name' attributes aren't set.
XsTLocalSimpleTypeImpl - class net.sf.jaxme.xs.xml.impl.XsTLocalSimpleTypeImpl.
Implementation of the xs:localSimpleType type, as specified by the following: <xs:complexType name="localSimpleType"> <xs:complexContent> <xs:restriction base="xs:simpleType"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:group ref="xs:simpleDerivation"/> </xs:sequence> <xs:attribute name="name" use="prohibited"> <xs:annotation> <xs:documentation> Forbidden when nested </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="final" use="prohibited"/> </xs:restriction> </xs:complexContent> </xs:complexType> Implementation note: The implementation must ensure, that the 'final' and 'name' attributes aren't set.
XsTLocalSimpleTypeImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTLocalSimpleTypeImpl
 
XsTNamedGroup - interface net.sf.jaxme.xs.xml.XsTNamedGroup.
Interface of a named top-level group, with the following specification: <xs:complexType name="namedGroup"> <xs:annotation> <xs:documentation> Should derive this from realGroup, but too complicated for now </xs:documentation> </xs:annotation> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:choice minOccurs="1" maxOccurs="1"> <xs:element name="all"> <xs:complexType> <xs:complexContent> <xs:restriction base="xs:all"> <xs:group ref="xs:allModel"/> <xs:attribute name="minOccurs" use="prohibited"/> <xs:attribute name="maxOccurs" use="prohibited"/> </xs:restriction> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="choice" type="xs:simpleExplicitGroup"/> <xs:element name="sequence" type="xs:simpleExplicitGroup"/> </xs:choice> </xs:sequence> <xs:attribute name="name" use="required" type="xs:NCName"/> <xs:attribute name="ref" use="prohibited"/> <xs:attribute name="minOccurs" use="prohibited"/> <xs:attribute name="maxOccurs" use="prohibited"/> </xs:complexType> </pre></p>
XsTNamedGroupImpl - class net.sf.jaxme.xs.xml.impl.XsTNamedGroupImpl.
Implementation of a named top-level group, with the following specification: <xs:complexType name="namedGroup"> <xs:annotation> <xs:documentation> Should derive this from realGroup, but too complicated for now </xs:documentation> </xs:annotation> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:choice minOccurs="1" maxOccurs="1"> <xs:element name="all"> <xs:complexType> <xs:complexContent> <xs:restriction base="xs:all"> <xs:group ref="xs:allModel"/> <xs:attribute name="minOccurs" use="prohibited"/> <xs:attribute name="maxOccurs" use="prohibited"/> </xs:restriction> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="choice" type="xs:simpleExplicitGroup"/> <xs:element name="sequence" type="xs:simpleExplicitGroup"/> </xs:choice> </xs:sequence> <xs:attribute name="name" use="required" type="xs:NCName"/> <xs:attribute name="ref" use="prohibited"/> <xs:attribute name="minOccurs" use="prohibited"/> <xs:attribute name="maxOccurs" use="prohibited"/> </xs:complexType> </pre></p>
XsTNamedGroupImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTNamedGroupImpl
 
XsTNestedParticle - interface net.sf.jaxme.xs.xml.XsTNestedParticle.
 
XsTNumFacet - interface net.sf.jaxme.xs.xml.XsTNumFacet.
Interface of xs:numFacet, following this specification: <xs:complexType name="numFacet"> <xs:complexContent> <xs:restriction base="xs:facet"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> </xs:sequence> <xs:attribute name="value" type="xs:nonNegativeInteger" use="required"/> </xs:restriction> </xs:complexContent> </xs:complexType>
XsTNumFacetImpl - class net.sf.jaxme.xs.xml.impl.XsTNumFacetImpl.
Implementation of xs:numFacet, following this specification: <xs:complexType name="numFacet"> <xs:complexContent> <xs:restriction base="xs:facet"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> </xs:sequence> <xs:attribute name="value" type="xs:nonNegativeInteger" use="required"/> </xs:restriction> </xs:complexContent> </xs:complexType>
XsTNumFacetImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTNumFacetImpl
 
XsTOpenAttrs - interface net.sf.jaxme.xs.xml.XsTOpenAttrs.
A common base type for most of the schema elements.
XsTOpenAttrsImpl - class net.sf.jaxme.xs.xml.impl.XsTOpenAttrsImpl.
A common base type for most of the schema elements.
XsTOpenAttrsImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTOpenAttrsImpl
 
XsTParticle - interface net.sf.jaxme.xs.xml.XsTParticle.
Interface of a particle.
XsTRealGroup - interface net.sf.jaxme.xs.xml.XsTRealGroup.
Interface of the xs:realGroup type, as specified by the following: <xs:complexType name="realGroup"> <xs:complexContent> <xs:restriction base="xs:group"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:choice minOccurs="0" maxOccurs="1"> <xs:element ref="xs:all"/> <xs:element ref="xs:choice"/> <xs:element ref="xs:sequence"/> </xs:choice> </xs:sequence> </xs:restriction> </xs:complexContent> </xs:complexType> Implementation note: This interface does not define any additional methods.
XsTRealGroupImpl - class net.sf.jaxme.xs.xml.impl.XsTRealGroupImpl.
Implementation of the xs:realGroup type, as specified by the following: <xs:complexType name="realGroup"> <xs:complexContent> <xs:restriction base="xs:group"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:choice minOccurs="0" maxOccurs="1"> <xs:element ref="xs:all"/> <xs:element ref="xs:choice"/> <xs:element ref="xs:sequence"/> </xs:choice> </xs:sequence> </xs:restriction> </xs:complexContent> </xs:complexType> Implementation note: This interface does not define any additional methods.
XsTRealGroupImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTRealGroupImpl
 
XsTRestrictionType - interface net.sf.jaxme.xs.xml.XsTRestrictionType.
Implementation of xs:restrictionType, as specified by the following: <xs:complexType name="restrictionType"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:sequence> <xs:choice> <xs:group ref="xs:typeDefParticle" minOccurs="0"/> <xs:group ref="xs:simpleRestrictionModel" minOccurs="0"/> </xs:choice> <xs:group ref="xs:attrDecls"/> </xs:sequence> <xs:attribute name="base" type="xs:QName" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType>
XsTRestrictionTypeImpl - class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl.
Implementation of xs:restrictionType, as specified by the following: <xs:complexType name="restrictionType"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:sequence> <xs:choice> <xs:group ref="xs:typeDefParticle" minOccurs="0"/> <xs:group ref="xs:simpleRestrictionModel" minOccurs="0"/> </xs:choice> <xs:group ref="xs:attrDecls"/> </xs:sequence> <xs:attribute name="base" type="xs:QName" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType>
XsTRestrictionTypeImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTRestrictionTypeImpl
 
XsTSimpleExplicitGroup - interface net.sf.jaxme.xs.xml.XsTSimpleExplicitGroup.
Interface of the xs:simpleExplicitGroup type, with the following specification: <xs:complexType name="simpleExplicitGroup"> <xs:complexContent> <xs:restriction base="xs:explicitGroup"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:group ref="xs:nestedParticle" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="minOccurs" use="prohibited"/> <xs:attribute name="maxOccurs" use="prohibited"/> </xs:restriction> </xs:complexContent> </xs:complexType>
XsTSimpleExplicitGroupImpl - class net.sf.jaxme.xs.xml.impl.XsTSimpleExplicitGroupImpl.
 
XsTSimpleExplicitGroupImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTSimpleExplicitGroupImpl
 
XsTSimpleExtensionType - interface net.sf.jaxme.xs.xml.XsTSimpleExtensionType.
Interface of the xs:simpleExtensionType, as specified by: No typeDefParticle group reference
XsTSimpleExtensionTypeImpl - class net.sf.jaxme.xs.xml.impl.XsTSimpleExtensionTypeImpl.
Implementation of the xs:simpleExtensionType, as specified by: No typeDefParticle group reference
XsTSimpleExtensionTypeImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTSimpleExtensionTypeImpl
 
XsTSimpleRestrictionType - interface net.sf.jaxme.xs.xml.XsTSimpleRestrictionType.
Implementation of xs:simpleRestrictionType, as specified by the following: <xs:complexType name="simpleRestrictionType"> <xs:complexContent> <xs:restriction base="xs:restrictionType"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:group ref="xs:simpleRestrictionModel" minOccurs="0"/> <xs:group ref="xs:attrDecls"/> </xs:sequence> </xs:restriction> </xs:complexContent> </xs:complexType>
XsTSimpleRestrictionTypeImpl - class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl.
Implementation of xs:simpleRestrictionType, as specified by the following: <xs:complexType name="simpleRestrictionType"> <xs:complexContent> <xs:restriction base="xs:restrictionType"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:group ref="xs:simpleRestrictionModel" minOccurs="0"/> <xs:group ref="xs:attrDecls"/> </xs:sequence> </xs:restriction> </xs:complexContent> </xs:complexType>
XsTSimpleRestrictionTypeImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTSimpleRestrictionTypeImpl
 
XsTSimpleType - interface net.sf.jaxme.xs.xml.XsTSimpleType.
Interface of the following specification for xs:simpleType: <xs:complexType name="simpleType" abstract="true"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:group ref="xs:simpleDerivation"/> <xs:attribute name="final" type="xs:simpleDerivationSet"/> <xs:attribute name="name" type="xs:NCName"> <xs:annotation> <xs:documentation> Can be restricted to required or forbidden </xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> <xs:group name="simpleDerivation"> <xs:choice> <xs:element ref="xs:restriction"/> <xs:element ref="xs:list"/> <xs:element ref="xs:union"/> </xs:choice> </xs:group>
XsTSimpleTypeImpl - class net.sf.jaxme.xs.xml.impl.XsTSimpleTypeImpl.
Implementation of the following specification for xs:simpleType: <xs:complexType name="simpleType" abstract="true"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:group ref="xs:simpleDerivation"/> <xs:attribute name="final" type="xs:simpleDerivationSet"/> <xs:attribute name="name" type="xs:NCName"> <xs:annotation> <xs:documentation> Can be restricted to required or forbidden </xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> <xs:group name="simpleDerivation"> <xs:choice> <xs:element ref="xs:restriction"/> <xs:element ref="xs:list"/> <xs:element ref="xs:union"/> </xs:choice> </xs:group>
XsTSimpleTypeImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTSimpleTypeImpl
 
XsTTopLevelComplexType - interface net.sf.jaxme.xs.xml.XsTTopLevelComplexType.
Implementation of a top level xs:complexType, following the specification below: <xs:complexType name="topLevelComplexType"> <xs:complexContent> <xs:restriction base="xs:complexType"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:group ref="xs:complexTypeModel"/> </xs:sequence> <xs:attribute name="name" type="xs:NCName" use="required"/> </xs:restriction> </xs:complexContent> </xs:complexType>
XsTTopLevelComplexTypeImpl - class net.sf.jaxme.xs.xml.impl.XsTTopLevelComplexTypeImpl.
Implementation of a top level xs:complexType, following the specification below: <xs:complexType name="topLevelComplexType"> <xs:complexContent> <xs:restriction base="xs:complexType"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:group ref="xs:complexTypeModel"/> </xs:sequence> <xs:attribute name="name" type="xs:NCName" use="required"/> </xs:restriction> </xs:complexContent> </xs:complexType>
XsTTopLevelComplexTypeImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTTopLevelComplexTypeImpl
 
XsTTopLevelElement - interface net.sf.jaxme.xs.xml.XsTTopLevelElement.
Interface of the xs:topLevelElement type, with the following specification:
XsTTopLevelElementImpl - class net.sf.jaxme.xs.xml.impl.XsTTopLevelElementImpl.
Interface of the xs:topLevelElement type, with the following specification:
XsTTopLevelElementImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTTopLevelElementImpl
 
XsTTypeDefParticle - interface net.sf.jaxme.xs.xml.XsTTypeDefParticle.
A common interface for the types used in the xs:typeDefParticle group.
XsTWildcard - interface net.sf.jaxme.xs.xml.XsTWildcard.
Interface of xs:wildcard, with the following specification: <xs:complexType name="wildcard"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:attribute name="namespace" type="xs:namespaceList" use="optional" default="##any"/> <xs:attribute name="processContents" use="optional" default="strict" <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="skip"/> <xs:enumeration value="lax"/> <xs:enumeration value="strict"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType>
XsTWildcard.ProcessContents - class net.sf.jaxme.xs.xml.XsTWildcard.ProcessContents.
 
XsTWildcardImpl - class net.sf.jaxme.xs.xml.impl.XsTWildcardImpl.
Implementation of the xs:wildcard type, with the following specification: <xs:complexType name="wildcard"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:attribute name="namespace" type="xs:namespaceList" use="optional" default="##any"/> <xs:attribute name="processContents" use="optional" default="strict" <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="skip"/> <xs:enumeration value="lax"/> <xs:enumeration value="strict"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType>
XsTWildcardImpl(XsObject) - Constructor for class net.sf.jaxme.xs.xml.impl.XsTWildcardImpl
 
XsToken - class net.sf.jaxme.xs.xml.XsToken.
Implementation of xs:token
XsToken(String) - Constructor for class net.sf.jaxme.xs.xml.XsToken
 

A C D E G H I J L M N O P Q R S T U V W X