Uses of Class
org.exolab.castor.xml.schema.SchemaException
Packages that use SchemaException
Package
Description
The XML DTD Object Model
-
Uses of SchemaException in org.exolab.castor.xml.dtd
Methods in org.exolab.castor.xml.dtd that throw SchemaExceptionModifier and TypeMethodDescriptionConverter.convertContentParticle(ContentParticle dtdContent, Schema schema) Method to convertContentParticleobject, used to implement element content in the DTD object model, to the corresponding object in the Schema object model: eitherGrouporElementDecl.Converter.convertDTDElementToSchemaElement(Element dtdElement, Schema schema) Convert DTD Element declaration to Schema Element Declaration.Converter.convertDTDObjectToSchemaObject(DTDdocument dtd, String targetNamespace, Map nameSpaceMap) Convert DTD document object to corresponding Schema object.voidConverter.convertDTDtoSchema(Reader reader, Writer writer) Convert DTD document to corresponding XML Schema document.voidConverter.convertDTDtoSchema(Reader reader, Writer writer, String targetNameSpace, Map<String, String> nameSpaceMap) Convert DTD document to corresponding XML Schema document.static voidSimple command line interface to read an XML DTD file and create corresponding XML Schema file.voidConverter.process(Reader in, Writer out, String encoding, String targetNamespace, Map<String, String> namespaces) voidConverter.process(String dtdFile, String schemaFile, String encoding, String targetNamespace, Map<String, String> namespaces) -
Uses of SchemaException in org.exolab.castor.xml.schema
Methods in org.exolab.castor.xml.schema that throw SchemaExceptionModifier and TypeMethodDescriptionvoidSchema.addAttribute(AttributeDecl attribute) Adds the given attribute definition to this Schema definitionvoidRedefineSchema.addAttributeGroup(AttributeGroupDecl attrGroup) Adds a AttributeGroup name in the list of redefined attributeGroups.voidSchema.addAttributeGroup(AttributeGroupDecl attrGroup) Adds the given attribute group definition to this Schema definition.voidRedefineSchema.addComplexType(ComplexType complexType) Adds the given complexType in the list of redefined complexTypes.voidSchema.addComplexType(ComplexType complexType) Adds the given Complextype definition to this Schema defintionvoidComplexType.addElementDecl(ElementDecl elementDecl) Adds the given ElementDecl to thisContentModelGroup.voidContentModelGroup.addElementDecl(ElementDecl elementDecl) Adds the given ElementDecl to this ContentModelGroup.voidGroup.addElementDecl(ElementDecl elementDecl) Adds the given ElementDecl to this ContentModelGroup.voidSchema.addElementDecl(ElementDecl elementDecl) Adds the given Element declaration to this Schema defintionvoidAdds the given Group to thisContentModelGroup.voidComplexType.addGroup(ModelGroup group) Adds the given ModelGroup Definition to thisContentModelGroup.voidAdds the givenGroupto thisContentModelGroup.voidContentModelGroup.addGroup(ModelGroup group) Adds the givenModelGroupdefinition to thisContentModelGroup.voidAdds the givenGroupto thisContentModelGroup.voidGroup.addGroup(ModelGroup group) Adds the givenModelGroupdefinition to thisContentModelGroup.voidRedefineSchema.addGroup(ModelGroup group) Adds a group name in the list of redefined groups.voidSchema.addImportedSchema(Schema schema) Adds the given Schema definition to this Schema definition as an imported schenmavoidSchema.addModelGroup(ModelGroup group) Adds the given Group declaration to this Schema definitionvoidSchema.addRedefineSchema(RedefineSchema schema) Adds the given redefinition of structures to this Schema definition.voidRedefineSchema.addSimpleType(SimpleType simpleType) Adds a simpleType in the list of redefined simpleTypes.voidSchema.addSimpleType(SimpleType simpleType) Adds the given SimpletType definition to this Schema defintionvoidComplexType.addWildcard(Wildcard wildcard) voidContentModelGroup.addWildcard(Wildcard wilcard) Adds the givenWildcardto thisContentModelGroup.voidGroup.addWildcard(Wildcard wildcard) Adds the givenWildcardto thisContentModelGroup.voidSchema.cacheIncludedSchema(Schema schema) Caches the given Schema definition as an included XML Schema of this Schema definition.voidFacet.checkConstraints(Enumeration localFacets, Enumeration baseFacets) Checks the constraints on the current facet against the other local facets of the same derived data type and facets of the base data type.voidAttributeGroupDecl.setAnyAttribute(Wildcard wildcard) Sets the wildcard (anyAttribute) of this attribute GroupvoidComplexType.setAnyAttribute(Wildcard wildcard) Sets the wildcard (anyAttribute) of theComplexType.voidSets the name for this IdentityConstraint.voidWildcard.setProcessContents(String process) Sets the processContent of the wildCardvoidSets the refer field (the name of the key being referenced).voidIdentityConstraint.setSelector(IdentitySelector selector) Sets the selector for this IdentityConstraint.voidSets the XPath expression for this Field.voidSets the XPath expression for this Selector.Constructors in org.exolab.castor.xml.schema that throw SchemaExceptionModifierConstructorDescriptionprotectedIdentityConstraint(String name) Constructor used by sub-classes.IdentityField(String xpath) Creates a new IdentityField.IdentitySelector(String xpath) Creates a new IdentitySelector.Creates a new Key Identity-Constraint.Creates a new KeyRef Identity-Constraint.Creates a new Union type.Creates a new Unique Identity-Constraint. -
Uses of SchemaException in org.exolab.castor.xml.schema.facets
Methods in org.exolab.castor.xml.schema.facets that throw SchemaExceptionModifier and TypeMethodDescriptionvoidMaxExclusive.checkConstraints(Enumeration localFacets, Enumeration baseFacets) Validation is performed according to section "4.3.8.4 Constraints on maxExclusive Schema Components" of "XML Schema Part 2: Datatypes Second Edition" document.voidMaxInclusive.checkConstraints(Enumeration localFacets, Enumeration baseFacets) Validation is performed according to section "4.3.7.4 Constraints on maxInclusive Schema Components" of "XML Schema Part 2: Datatypes Second Edition" document.voidMinExclusive.checkConstraints(Enumeration localFacets, Enumeration baseFacets) Validation is performed according to section "4.3.9.4 Constraints on minExclusive Schema Components" of "XML Schema Part 2: Datatypes Second Edition" document.voidMinInclusive.checkConstraints(Enumeration localFacets, Enumeration baseFacets) Validation is performed according to section "4.3.10.4 Constraints on minInclusive Schema Components" of "XML Schema Part 2: Datatypes Second Edition" document. -
Uses of SchemaException in org.exolab.castor.xml.schema.simpletypes
Constructors in org.exolab.castor.xml.schema.simpletypes that throw SchemaException