Package edu.sc.seis.sod.validator.model
Class StAXModelBuilder
- java.lang.Object
-
- edu.sc.seis.sod.validator.model.StAXModelBuilder
-
- All Implemented Interfaces:
javax.xml.stream.XMLStreamConstants
public class StAXModelBuilder extends java.lang.Object implements javax.xml.stream.XMLStreamConstants
-
-
Constructor Summary
Constructors Constructor Description StAXModelBuilder(java.lang.String relaxLoc)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
extractSubstructure()
static java.util.Collection<Definition>
getAllDefinitions()
Form
getRoot()
void
whatIs()
-
-
-
Method Detail
-
whatIs
public void whatIs()
-
extractSubstructure
public java.lang.String extractSubstructure() throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
-
getRoot
public Form getRoot()
-
getAllDefinitions
public static java.util.Collection<Definition> getAllDefinitions()
-
-