org.enhydra.xml.xmlc.metadata
Class ParserType

java.lang.Object
  |
  +--org.enhydra.xml.xmlc.metadata.EnumeratedType
        |
        +--org.enhydra.xml.xmlc.metadata.ParserType

public class ParserType
extends EnumeratedType

Enumerated type for the parser XMLC will use.


Field Summary
static ParserType SWING
          Constant for Swing HTML parser.
static ParserType TIDY
          Constant for Tidy HTML parser.
static ParserType XERCES
          Constant for Xerces XML parser.
 
Fields inherited from class org.enhydra.xml.xmlc.metadata.EnumeratedType
fName
 
Method Summary
static ParserType getType(String desiredType)
          Get the object for the specified type.
 
Methods inherited from class org.enhydra.xml.xmlc.metadata.EnumeratedType
getName, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

XERCES

public static final ParserType XERCES
Constant for Xerces XML parser.

TIDY

public static final ParserType TIDY
Constant for Tidy HTML parser.

SWING

public static final ParserType SWING
Constant for Swing HTML parser.
Method Detail

getType

public static ParserType getType(String desiredType)
Get the object for the specified type. If desiredType is null, return null.


Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.