dfki.util.xml
Class XML.Property

java.lang.Object
  |
  +--dfki.util.config.Config.Property
        |
        +--dfki.util.Util.Property
              |
              +--dfki.util.xml.XML.Property
Enclosing class:
XML

public static class XML.Property
extends Util.Property

Defines the propeties for the XML module.


Field Summary
static XML.Property DOM_IMPL_CLASSNAME
           
static XML.Property SAX_PARSER_CLASSNAME
           
static XML.Property SAX2_PARSER_CLASSNAME
           
 
Fields inherited from class dfki.util.config.Config.Property
MULTI_VALUE, SEPARATOR, SINGLE_VALUE
 
Methods inherited from class dfki.util.config.Config.Property
getDescription, getId, isMultiValued, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SAX_PARSER_CLASSNAME

public static final XML.Property SAX_PARSER_CLASSNAME

SAX2_PARSER_CLASSNAME

public static final XML.Property SAX2_PARSER_CLASSNAME

DOM_IMPL_CLASSNAME

public static final XML.Property DOM_IMPL_CLASSNAME