| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.jaxme.xs.util.DTDParser.DTDElement
This class is used to collect the elements in the DTD temporarily.
| Constructor Summary | |
| DTDParser.DTDElement(java.lang.String pName)Creates a new element declaration with the given name. | |
| Method Summary | |
|  void | addAttribute(DTDParser.DTDAttribute pAttribute)Adds a new attribute to the element. | 
|  DTDParser.DTDAttribute[] | getAttributes()Returns the elements attributes. | 
|  org.xml.sax.Locator | getLocator()Returns the elements locator. | 
|  java.lang.String | getModel()Returns the elements content model. | 
|  java.lang.String | getName()Returns the elements name. | 
|  void | setModel(java.lang.String pModel)Sets the elements content model. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public DTDParser.DTDElement(java.lang.String pName)
| Method Detail | 
public void setModel(java.lang.String pModel)
public java.lang.String getModel()
public java.lang.String getName()
public void addAttribute(DTDParser.DTDAttribute pAttribute)
                  throws org.xml.sax.SAXException
org.xml.sax.SAXExceptionpublic DTDParser.DTDAttribute[] getAttributes()
public org.xml.sax.Locator getLocator()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||