Uses of Class
de.interactive_instruments.ShapeChange.Target.XmlSchema.SchematronSchema

Packages that use SchematronSchema
de.interactive_instruments.ShapeChange.Target.XmlSchema   
 

Uses of SchematronSchema in de.interactive_instruments.ShapeChange.Target.XmlSchema
 

Fields in de.interactive_instruments.ShapeChange.Target.XmlSchema declared as SchematronSchema
protected  SchematronSchema SchematronConstraintNode.schemaObject
          Link back to SchematronSchema object
 

Methods in de.interactive_instruments.ShapeChange.Target.XmlSchema with parameters of type SchematronSchema
protected  Element XsdDocument.addProperty(ClassInfo cibase, PropertyInfo pi, Multiplicity m, SchematronSchema schDoc)
          Process a single property.
protected  boolean XsdDocument.mapPropertyType(ClassInfo cibase, PropertyInfo propi, Element e, boolean inAssocClass, SchematronSchema schDoc)
          Set the type for a property element.
 Element XsdDocument.pComplexType(ClassInfo ci, ClassInfo cibase, SchematronSchema schDoc)
          
 boolean XsdDocument.processLocalProperties(ClassInfo ci, Element sequenceOrChoice, SchematronSchema schDoc)
          Process all properties that are added in this class.
 boolean XsdDocument.processLocalProperty(ClassInfo ci, PropertyInfo pi, Element sequenceOrChoice, Multiplicity m, SchematronSchema schDoc)
          Process a class property.
 

Constructors in de.interactive_instruments.ShapeChange.Target.XmlSchema with parameters of type SchematronSchema
SchematronConstraintNode.AllInstances(SchematronSchema schemaObject, ClassInfo ci, boolean negated)
          Ctor
SchematronConstraintNode.Arithmetic(SchematronSchema schemaObject, String oper)
          Ctor
SchematronConstraintNode.Attribute(SchematronSchema schemaObject, OclNode.AttributeCallExp attr, boolean negated)
          Ctor - starting from AttributeCallExp
SchematronConstraintNode.Attribute(SchematronSchema schemaObject, SchematronConstraintNode.Attribute.AttrComp atc, boolean negated)
          Ctor - starting from AttrComp
SchematronConstraintNode.Cast(SchematronSchema schemaObject)
          Ctor
SchematronConstraintNode.ChangeCase(SchematronSchema schemaObject, String oper)
          Ctor
SchematronConstraintNode.Comparison(SchematronSchema schemaObject, String name)
          Ctor
SchematronConstraintNode.Concatenate(SchematronSchema schemaObject)
          Ctor
SchematronConstraintNode.Empty(SchematronSchema schemaObject, boolean neg)
          Ctor
SchematronConstraintNode.Error(SchematronSchema schemaObject)
          Ctor
SchematronConstraintNode.Exists(SchematronSchema schemaObject, OclNode.Declaration vardecl, boolean neg)
          Ctor
SchematronConstraintNode.IfThenElse(SchematronSchema schemaObject)
          Ctor
SchematronConstraintNode.KindOf(SchematronSchema schemaObject, boolean exact, boolean neg)
          Ctor
SchematronConstraintNode.Let(SchematronSchema schemaObject, OclNode.Declaration[] vardecls)
          Ctor
SchematronConstraintNode.Literal(SchematronSchema schemaObject, OclNode.LiteralExp lit, boolean neg)
          Ctor
SchematronConstraintNode.Logic(SchematronSchema schemaObject, SchematronConstraintNode.Logic.LogicType logic)
          Ctor
SchematronConstraintNode.Matches(SchematronSchema schemaObject)
          Ctor
SchematronConstraintNode.MessageComment(SchematronSchema schemaObject, String name)
          Ctor
SchematronConstraintNode.Select(SchematronSchema schemaObject, OclNode.Declaration vardecl)
          Ctor
SchematronConstraintNode.Size(SchematronSchema schemaObject, boolean set)
          Ctor
SchematronConstraintNode.Substring(SchematronSchema schemaObject)
          Ctor
SchematronConstraintNode.Unique(SchematronSchema schemaObject, OclNode.Declaration vardecl, boolean neg)
          Ctor
SchematronConstraintNode.Variable(SchematronSchema schemaObject, OclNode.Declaration vardecl, boolean neg)
          Ctor
 



Copyright © 2015. All rights reserved.