Package com.saxonica.ee.schema.fsa
Class Edge.MaxOccursTerm
- java.lang.Object
-
- com.saxonica.ee.schema.fsa.Edge.MaxOccursTerm
-
- All Implemented Interfaces:
Term
- Enclosing class:
- Edge
public static class Edge.MaxOccursTerm extends java.lang.Object implements Term
Special singular Term identifying a transition to be used when the maxOccurs value of a counting state is reached. This enables content models like a(2,2)a to be treated as non-ambiguous. See test case modelGroups mg005.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Edge.MaxOccursTerm
getInstance()
-
-
-
Method Detail
-
getInstance
public static Edge.MaxOccursTerm getInstance()
-
-