com.gomjabbar.xml.doctypes
Class DoctypesVisitor

java.lang.Object
  |
  +--com.gomjabbar.xml.doctypes.DoctypesVisitor

public class DoctypesVisitor
extends java.lang.Object


Constructor Summary
DoctypesVisitor()
           
 
Method Summary
static void checkIntegrity(DocumentDescriptor dd)
           
static ChildMultiplicity[] getChildrenMultiplicity(ElementDescriptor ed)
           
static ParenthoodGraph getParenthoodGraph(DocumentDescriptor dd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoctypesVisitor

public DoctypesVisitor()
Method Detail

checkIntegrity

public static void checkIntegrity(DocumentDescriptor dd)
                           throws DocTypeException

getParenthoodGraph

public static ParenthoodGraph getParenthoodGraph(DocumentDescriptor dd)

getChildrenMultiplicity

public static ChildMultiplicity[] getChildrenMultiplicity(ElementDescriptor ed)