Methods Summary |
---|
public ASModel | getAbstractSchema()Associate an ASModel with a LSParser . This
ASModel will be used by the "
validate-if-schema " and "
datatype-normalization " options during the load of a new
Document .
|
public ASModel | parseASInputSource(org.w3c.dom.ls.LSInput is)Parse a Abstract Schema from a location identified by an
LSInput .
|
public ASModel | parseASURI(java.lang.String uri)Parse a Abstract Schema from a location identified by an URI reference.
|
public void | setAbstractSchema(ASModel abstractSchema)Associate an ASModel with a LSParser . This
ASModel will be used by the "
validate-if-schema " and "
datatype-normalization " options during the load of a new
Document .
|