Package com.saxonica.fsa

The package com.saxonica.fsa contains classes used to implement the finite state machines used when validating document instances against a schema.

See:
          Description

Class Summary
AutomatonState Defines a state of a finite state machine used when validating an instance against a complex type.
DeterminizedState A state in a determinized finite state machine
Edge Internal class to represent the data associated with a transition: the element that triggers the transition, and the new state that results from the transition.
FiniteStateMachine Class representing a finite state machine, as a collection of states with transitions between them
NonDeterminizedState A state in the non-determinized finite state machine
 

Package com.saxonica.fsa Description

The package com.saxonica.fsa contains classes used to implement the finite state machines used when validating document instances against a schema.

None of these classes will be used by typical user applications.



Copyright (C) Michael H. Kay. All rights reserved.