Uses of Class
com.sun.msv.reader.trex.ng.RELAXNGReader
-
Packages that use RELAXNGReader Package Description com.sun.msv.reader.trex.ng parses RELAX NG into AGM.com.sun.msv.reader.trex.ng.comp parses RELAX NG with DTD compatibility annotation into AGM. -
-
Uses of RELAXNGReader in com.sun.msv.reader.trex.ng
Fields in com.sun.msv.reader.trex.ng declared as RELAXNGReader Modifier and Type Field Description private RELAXNGReader
RestrictionChecker. reader
Reader object to which errors are reported.Constructors in com.sun.msv.reader.trex.ng with parameters of type RELAXNGReader Constructor Description RestrictionChecker(RELAXNGReader _reader)
-
Uses of RELAXNGReader in com.sun.msv.reader.trex.ng.comp
Subclasses of RELAXNGReader in com.sun.msv.reader.trex.ng.comp Modifier and Type Class Description class
RELAXNGCompReader
reads RELAX NG grammar with DTD compatibility annotation and constructs abstract grammar model.
-