Uses of Class
org.opentrafficsim.editor.Schema
Packages that use Schema
Package
Description
The OTS editor allows visual editing for a simulation in OTS.
Validators validate either a node, a node value or attribute value.
-
Uses of Schema in org.opentrafficsim.editor
Constructors in org.opentrafficsim.editor with parameters of type SchemaModifierConstructorDescriptionprotectedXsdTreeNode(Schema schema) Constructor for root node, based on anXsdSchema.XsdTreeNodeRoot(Schema schema) Constructor for root node, based on a schema. -
Uses of Schema in org.opentrafficsim.editor.decoration.validation
Methods in org.opentrafficsim.editor.decoration.validation with parameters of type SchemaModifier and TypeMethodDescriptionstatic StringValueValidator.getBaseType(Node xsdNode, Schema schema) Returns the base type of the given node, e.g. xsd:double.ValueValidator.getRestrictions(Node xsdNode, Schema schema) Returns all restrictions for the given node.ValueValidator.reportInvalidAttributeValue(Node xsdNode, String value, Schema schema) Report first encountered problem in validating the attribute value.ValueValidator.reportInvalidValue(Node xsdNode, String value, Schema schema) Report first encountered problem in validating the value of the node based on XSD type.