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.
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.
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.