|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dfki.util.xml.XML
Class to support XML handling.
Properties of the XML
class are:
Util.XML.SaxParserClassName
)Util.XML.Sax2ParserClassName
)Util.XML.DOMImplClassName
)XML.DOM
classdfki.util.examples.xml
for examples.
Inner Class Summary | |
static class |
XML.DOM
Defines a programming interface for accessing XML structures represented in the document object model (DOM). |
static class |
XML.PDOM
|
static class |
XML.Property
Defines the propeties for the XML module. |
static class |
XML.SAX
API to use SAX and SAX2 parsing |
static class |
XML.Setup
|
Field Summary | |
static java.lang.String |
MODULE_NAME
|
Method Summary | |
static XML.DOM |
dom()
Creates an instance of a XML.DOM implementing class. |
static XML.DOM |
dom(java.lang.String domImplClassName)
Creates an instance of a XML.DOM implementing class. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static java.lang.String MODULE_NAME
Method Detail |
public static XML.DOM dom() throws XML.DOM.Exception
XML.DOM
implementing class.
The method instantiates the class set via the
XML.Property.DOM_IMPL_CLASSNAME
property. If no value is given
the default implementation is used.XML.Setup
,
XML.DOM
public static XML.DOM dom(java.lang.String domImplClassName) throws XML.DOM.Exception
XML.DOM
implementing class.XML.DOM
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |