Uses of Class
com.oxygenxml.validate.nvdl.SchemaReceiverImpl

Packages that use SchemaReceiverImpl
com.oxygenxml.validate.nvdl   
 

Uses of SchemaReceiverImpl in com.oxygenxml.validate.nvdl
 

Fields in com.oxygenxml.validate.nvdl declared as SchemaReceiverImpl
private  SchemaReceiverImpl SchemaImpl.Handler.sr
          The schema receiver.
 

Methods in com.oxygenxml.validate.nvdl with parameters of type SchemaReceiverImpl
(package private)  SchemaFuture SchemaImpl.installHandlers(XMLReader in, SchemaReceiverImpl sr)
          Installs the schema handler on the reader.
 

Constructors in com.oxygenxml.validate.nvdl with parameters of type SchemaReceiverImpl
SchemaImpl.Handler(SchemaReceiverImpl sr)
          Creates a handler.