public class RelaxNGSchema extends Object implements org.codehaus.stax2.validation.XMLValidationSchema
Modifier and Type | Field and Description |
---|---|
protected com.sun.msv.grammar.trex.TREXGrammar |
mGrammar
This is VGM (in MSV lingo); shareable schema blueprint, basically
peer of this schema object.
|
Constructor and Description |
---|
RelaxNGSchema(com.sun.msv.grammar.trex.TREXGrammar grammar) |
Modifier and Type | Method and Description |
---|---|
org.codehaus.stax2.validation.XMLValidator |
createValidator(org.codehaus.stax2.validation.ValidationContext ctxt) |
String |
getSchemaType() |
protected final com.sun.msv.grammar.trex.TREXGrammar mGrammar
public String getSchemaType()
getSchemaType
in interface org.codehaus.stax2.validation.XMLValidationSchema
public org.codehaus.stax2.validation.XMLValidator createValidator(org.codehaus.stax2.validation.ValidationContext ctxt) throws XMLStreamException
createValidator
in interface org.codehaus.stax2.validation.XMLValidationSchema
XMLStreamException
Copyright © 2018 FasterXML. All rights reserved.