Uses of Class
com.oxygenxml.validate.nvdl.ValidatorImpl.Section

Packages that use ValidatorImpl.Section
com.oxygenxml.validate.nvdl   
 

Uses of ValidatorImpl.Section in com.oxygenxml.validate.nvdl
 

Fields in com.oxygenxml.validate.nvdl declared as ValidatorImpl.Section
private  ValidatorImpl.Section ValidatorImpl.currentSection
          Points to the current section.
(package private)  ValidatorImpl.Section ValidatorImpl.Section.parent
          The parent section.
 

Constructors in com.oxygenxml.validate.nvdl with parameters of type ValidatorImpl.Section
ValidatorImpl.Section(String ns, ValidatorImpl.Section parent)
          Creates a section for a given namespace and links to to its parent section.