C F G L M S X

C

com.mathling.scd - package com.mathling.scd
 

F

FUNDAMENTAL_FACET_BOUNDED - Static variable in class com.mathling.scd.FundamentalFacet
Facet is the fundamental "bounded" facet
FUNDAMENTAL_FACET_CARDINALITY - Static variable in class com.mathling.scd.FundamentalFacet
Facet is the fundamental "cardinality" facet
FUNDAMENTAL_FACET_NUMERIC - Static variable in class com.mathling.scd.FundamentalFacet
Facet is the fundamental "numeric" facet
FUNDAMENTAL_FACET_ORDERED - Static variable in class com.mathling.scd.FundamentalFacet
Facet is the fundamental "ordered" facet
FundamentalFacet - Class in com.mathling.scd
Object representing a fundamental facet, because Xerces doesn't have one.
FundamentalFacet(short, String) - Constructor for class com.mathling.scd.FundamentalFacet
Constructor.

G

generate(XSModel, int) - Method in class com.mathling.scd.SCD
Generate the schema component paths for the grammar.
getFacetKind() - Method in class com.mathling.scd.FundamentalFacet
 
getValue() - Method in class com.mathling.scd.FundamentalFacet
 

L

locate(XSModel, String, List<Object>) - Method in class com.mathling.scd.SCD
Locate the schema component indicated by the path in the assembled schema.

M

main(String[]) - Static method in class com.mathling.scd.SCDGenerator

Main program entry point for SCD generator.

main(String[]) - Static method in class com.mathling.scd.SCDLocator

Main program entry point for SCD locator.

main(String[]) - Static method in class com.mathling.scd.SCDLocatorTest

Main program entry point for SCD locator.


S

SCD - Class in com.mathling.scd
Schema component paths.
SCD(Map<String, String>, boolean, boolean, boolean) - Constructor for class com.mathling.scd.SCD
Constructor.
SCDGenerator - Class in com.mathling.scd
Main entry point for schema component path generator.
SCDGenerator() - Constructor for class com.mathling.scd.SCDGenerator
 
SCDLocator - Class in com.mathling.scd
Main entry point for schema component path locator.
SCDLocator() - Constructor for class com.mathling.scd.SCDLocator
 
SCDLocatorTest - Class in com.mathling.scd
Main entry point for schema component path locator.test driver for checking non-canonical path tests in SCD testsuite.
SCDLocatorTest() - Constructor for class com.mathling.scd.SCDLocatorTest
 
serialize(Object) - Method in class com.mathling.scd.SCD
Serialize the schema component.
serialize(Object) - Method in class com.mathling.scd.XSSerializer
 
serialize(XSModel) - Method in class com.mathling.scd.XSSerializer
Serialize a grammar component.
serialize(XSAttributeDeclaration) - Method in class com.mathling.scd.XSSerializer
Serialize a attribute declaration component.
serialize(XSElementDeclaration) - Method in class com.mathling.scd.XSSerializer
Serialize an element declaration component.
serialize(XSModelGroupDefinition) - Method in class com.mathling.scd.XSSerializer
Serialize a model group definition component.
serialize(XSAttributeGroupDefinition) - Method in class com.mathling.scd.XSSerializer
Serialize an attribute group definition component.
serialize(XSIDCDefinition) - Method in class com.mathling.scd.XSSerializer
Serialize an identity constraint definition component.
serialize(XSNotationDeclaration) - Method in class com.mathling.scd.XSSerializer
Serialize a notation declaration component.
serialize(XSTypeDefinition) - Method in class com.mathling.scd.XSSerializer
Serialize a type definition component.
serialize(XSAnnotation) - Method in class com.mathling.scd.XSSerializer
Serialize an annotation component.
serialize(XSAttributeUse) - Method in class com.mathling.scd.XSSerializer
Serialize an attribute use component.
serialize(XSWildcard, boolean) - Method in class com.mathling.scd.XSSerializer
Serialize an wildcard component.
serialize(FundamentalFacet) - Method in class com.mathling.scd.XSSerializer
Serialize a fundamental facet.
serialize(XSFacet) - Method in class com.mathling.scd.XSSerializer
Serialize a constraining facet component.
serialize(XSMultiValueFacet) - Method in class com.mathling.scd.XSSerializer
Serialize a constraining multivalued facet component (enumeration/pattern).
serialize(XSParticle) - Method in class com.mathling.scd.XSSerializer
Serialize a particle component.
serialize(XSTerm) - Method in class com.mathling.scd.XSSerializer
Serialize a term component.
serialize(XSModelGroup) - Method in class com.mathling.scd.XSSerializer
Serialize a modelGroup component.

X

XSSerializer - Class in com.mathling.scd
Simple serializer for schema components.
XSSerializer(Map<String, String>) - Constructor for class com.mathling.scd.XSSerializer
Constructor.

C F G L M S X