Package net.sf.saxon.ma.map
Class RecordTest.Field
- java.lang.Object
-
- net.sf.saxon.ma.map.RecordTest.Field
-
- Enclosing class:
- RecordTest
public static class RecordTest.Field extends Object
Class representing one field definition within a record type definition, used only while constructing a record definition
-
-
Field Summary
Fields Modifier and Type Field Description (package private) String
name
(package private) boolean
optional
(package private) SequenceType
type
-
Constructor Summary
Constructors Constructor Description Field(String name, SequenceType type, boolean optional)
-
-
-
Field Detail
-
name
String name
-
type
SequenceType type
-
optional
boolean optional
-
-
Constructor Detail
-
Field
public Field(String name, SequenceType type, boolean optional)
-
-