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 void
main(java.lang.String[] args)
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)
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-