Uses of Class
convert.xml.dtd.om.TopLevel

Packages that use TopLevel
convert.xml.dtd.om   
 

Uses of TopLevel in convert.xml.dtd.om
 

Subclasses of TopLevel in convert.xml.dtd.om
 class AttlistDecl
           
 class AttributeDefaultDef
           
 class AttributeGroupDef
           
 class Comment
           
 class DatatypeDef
           
 class Def
           
 class ElementDecl
           
 class EnumGroupDef
           
 class ExternalEntityDecl
           
 class ExternalIdDef
           
 class ExternalIdRef
           
 class FlagDef
           
 class IgnoredSection
           
 class IncludedSection
           
 class InternalEntityDecl
           
 class ModelGroupDef
           
 class NameSpecDef
           
 class NotationDecl
           
 class OverriddenDef
           
 class ParamDef
           
 class ProcessingInstruction
           
 

Methods in convert.xml.dtd.om that return TopLevel
 TopLevel[] Dtd.getAllTopLevel()
           
 TopLevel[] ExternalIdRef.getContents()
           
 TopLevel[] IncludedSection.getContents()
           
 

Methods in convert.xml.dtd.om with parameters of type TopLevel
 void TopLevelVisitor.externalIdRef(java.lang.String name, ExternalId externalId, java.lang.String uri, java.lang.String encoding, TopLevel[] contents)
           
 void TopLevelVisitor.includedSection(Flag flag, TopLevel[] contents)
           
 

Constructors in convert.xml.dtd.om with parameters of type TopLevel
ExternalIdRef(java.lang.String name, ExternalId externalId, java.lang.String uri, java.lang.String encoding, TopLevel[] contents)
           
IncludedSection(Flag flag, TopLevel[] contents)