Uses of Interface
pl.psnc.dl.ege.validator.xml.XmlValidator

Packages that use XmlValidator
pl.psnc.dl.ege.validator   
pl.psnc.dl.ege.validator.xml   
 

Uses of XmlValidator in pl.psnc.dl.ege.validator
 

Methods in pl.psnc.dl.ege.validator that return XmlValidator
 XmlValidator XmlValidatorsProvider.getValidator(DataType dataType)
          Returns XML validator by selected data type (null if data type is not supported).
 

Uses of XmlValidator in pl.psnc.dl.ege.validator.xml
 

Classes in pl.psnc.dl.ege.validator.xml that implement XmlValidator
 class DTDValidator
          Validates XML data against referenced external DTD.
 class SchemaValidator
          Performs XML document validation over specified XML schema (according to - W3 XML Schema, specification).
 



Copyright © 2010. All Rights Reserved.