Class SyntheticXmlDocument
- java.lang.Object
-
- com.xebialabs.xlplatform.synthetic.xml.SyntheticXmlDocument
-
public class SyntheticXmlDocument extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<TypeModificationSpecification>getTypeModifications()java.util.List<TypeSpecification>getTypes()static SyntheticXmlDocumentread(java.lang.String syntheticXML)static SyntheticXmlDocumentread(java.net.URL syntheticXML)
-
-
-
Method Detail
-
read
public static SyntheticXmlDocument read(java.net.URL syntheticXML) throws java.io.IOException
- Throws:
java.io.IOException
-
read
public static SyntheticXmlDocument read(java.lang.String syntheticXML) throws java.io.IOException
- Throws:
java.io.IOException
-
getTypes
public java.util.List<TypeSpecification> getTypes()
-
getTypeModifications
public java.util.List<TypeModificationSpecification> getTypeModifications()
-
-