|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XMLParserInterface in erland.util |
---|
Classes in erland.util that implement XMLParserInterface | |
---|---|
class |
SAXXMLParser
A wrapper for the SAXParser XML parser to make
it possible to use it with the XMLParserInterface |
class |
SimpleXMLParser
A simple implementation of an XML parser, this implementation does not require any third party XML parser libraries |
Methods in erland.util that return XMLParserInterface | |
---|---|
static XMLParserInterface |
XMLParser.getInstance()
Get the currently active XML parser, if no parser has been set previously it will be created automatically when this method is called |
Methods in erland.util with parameters of type XMLParserInterface | |
---|---|
static void |
XMLParser.setInstance(XMLParserInterface parser)
Change the currently active XML parser |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |