org.enhydra.zeus.util
Class DTDUtils

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

public class DTDUtils
extends java.lang.Object

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

Author:
Brett McLaughlin, Maciej Zawadzki

Constructor Summary
DTDUtils()
           
 
Method Summary
static boolean isSimpleElement(com.wutka.dtd.DTDElement element, boolean ignoreIDAttributes)
           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,
                                      boolean ignoreIDAttributes)

Helper method to determine whether the specified element is simple.

Parameters:
element - the DTDElement to examine.
ignoreIDAttributes - whether or not to ignore ID attributes on the supplied element.


Copyright © 2001 Enhydra. All Rights Reserved.