Package com.saxonica.ee.extfn
Class ExperimentalSequenceTypeMarshaller
- java.lang.Object
-
- com.saxonica.ee.extfn.ExperimentalSequenceTypeMarshaller
-
public class ExperimentalSequenceTypeMarshaller extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExperimentalSequenceTypeMarshaller()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MapItem
marshal(StringValue type)
static StringValue
unmarshal(MapItem type)
-
-
-
Method Detail
-
unmarshal
public static StringValue unmarshal(MapItem type)
-
marshal
public static MapItem marshal(StringValue type)
-
-