Uses of Class
overit.geocall.xml.XMLException
Packages that use XMLException
-
Uses of XMLException in overit.geocall.xml
Methods in overit.geocall.xml that throw XMLExceptionModifier and TypeMethodDescriptionprotected voidXMLTree.load(InputSource is, XMLMode xm) voidXMLTree.output(OutputStream os, int indent, String encoding) Writes the XMLTree to an OutputStreamvoidXMLTree.output(OutputStream os, int indent, String encoding, boolean preserveSpace) Deprecated.voidXMLTree.output(OutputStream os, int indent, Charset charset) Writes the XMLTree to an OutputStreamvoidWrites the XMLTree to a WritervoidDeprecated.voidWrites the XMLTree to an OutputStreamConstructors in overit.geocall.xml that throw XMLExceptionModifierConstructorDescriptionXMLTree(InputStream is) Creates an XMLTree starting from anInputStream.XMLTree(InputStream is, XMLMode xm) Creates an XMLTree starting from anInputStream.Creates an XMLTree starting from aReader.Creates an XMLTree starting from aReader.Creates an XMLTree starting from an XML resource and a Class object
XMLTree.output(OutputStream, int, String)