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
-
Field Summary
-
Constructor Summary
Constructors Constructor Description StAXModelBuilder(java.lang.String relaxLoc)
-
Method Summary
Modifier and Type Method Description java.lang.String
extractSubstructure()
static java.util.Collection<Definition>
getAllDefinitions()
Form
getRoot()
void
whatIs()
-
Constructor Details
-
StAXModelBuilder
public StAXModelBuilder(java.lang.String relaxLoc) throws javax.xml.stream.XMLStreamException, java.io.IOException- Throws:
javax.xml.stream.XMLStreamException
java.io.IOException
-
-
Method Details
-
whatIs
public void whatIs() -
extractSubstructure
public java.lang.String extractSubstructure() throws javax.xml.stream.XMLStreamException- Throws:
javax.xml.stream.XMLStreamException
-
getRoot
-
getAllDefinitions
-