Uses of Class
overit.geocall.xml.XMLMode
Packages that use XMLMode
-
Uses of XMLMode in overit.geocall.xml
Methods in overit.geocall.xml that return XMLModeModifier and TypeMethodDescriptionXMLMode.setCatalog(String catalogPath, Object caller) Defines the catalog file to load.Sets the schema that will be used to validate the XML source during parsing.Sets the schema that will be used to validate the XML source during parsing.XMLMode.setValidation(boolean validation) Defines if allowing or not the validation of the XML sourcesMethods in overit.geocall.xml with parameters of type XMLModeConstructors in overit.geocall.xml with parameters of type XMLModeModifierConstructorDescriptionXMLTree(InputStream is, XMLMode xm) Creates an XMLTree starting from anInputStream.Creates an XMLTree starting from aReader.