JHotDraw 7.0.6

Uses of Interface
net.n3.nanoxml.IXMLValidator

Packages that use IXMLValidator
net.n3.nanoxml This is a patched version of NanoXML which is made to be compilable with Java 1.5 and to take advantage of the Java2 Collections API. 
 

Uses of IXMLValidator in net.n3.nanoxml
 

Classes in net.n3.nanoxml that implement IXMLValidator
 class NonValidator
          NonValidator is a concrete implementation of IXMLValidator which processes the DTD and handles entity definitions.
 class ValidatorPlugin
          ValidatorPlugin allows the application to insert additional validators into NanoXML.
 

Methods in net.n3.nanoxml that return IXMLValidator
 IXMLValidator ValidatorPlugin.getDelegate()
          Returns the delegate.
 IXMLValidator StdXMLParser.getValidator()
          Returns the validator that validates the XML data.
 IXMLValidator IXMLParser.getValidator()
          Returns the validator that validates the XML data.
 

Methods in net.n3.nanoxml with parameters of type IXMLValidator
 void ValidatorPlugin.setDelegate(IXMLValidator delegate)
          Sets the delegate.
 void StdXMLParser.setValidator(IXMLValidator validator)
          Sets the validator that validates the XML data.
 void IXMLParser.setValidator(IXMLValidator validator)
          Sets the validator that validates the XML data.
 


Copyright 1996-2006 © JHotDraw.org