com.gomjabbar.xml.doctypes
Interface ElementDescriptor

All Known Implementing Classes:
DtdElement

public interface ElementDescriptor


Method Summary
 AttributeDescriptor getAttributeDescriptor(java.lang.String name)
           
 AttributeDescriptor[] getAttributeDescriptors()
           
 java.lang.String[] getAttributeNames()
           
 java.lang.String[] getComments()
           
 ContentDescriptor getContent()
           
 java.lang.String getElementName()
           
 boolean isEmpty()
           
 

Method Detail

getElementName

public java.lang.String getElementName()

getAttributeDescriptors

public AttributeDescriptor[] getAttributeDescriptors()

getAttributeNames

public java.lang.String[] getAttributeNames()

getAttributeDescriptor

public AttributeDescriptor getAttributeDescriptor(java.lang.String name)

isEmpty

public boolean isEmpty()

getContent

public ContentDescriptor getContent()

getComments

public java.lang.String[] getComments()