org.enhydra.zeus.util
Class DTDUtils

java.lang.Object
  |
  +--org.enhydra.zeus.util.DTDUtils

public class DTDUtils
extends java.lang.Object

SchemaUtils provides utility methods specific to DTDs and code dealing with DTDs.

Author:
Maciej Zawadzki

Constructor Summary
DTDUtils()
           
 
Method Summary
static boolean isSimpleElement(com.wutka.dtd.DTDElement element)
           Helper method to determine whether the specified element is simple.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTDUtils

public DTDUtils()
Method Detail

isSimpleElement

public static boolean isSimpleElement(com.wutka.dtd.DTDElement element)

Helper method to determine whether the specified element is simple.



Copyright © 2001 Enhydra. All Rights Reserved.