org.apache.ws.jaxme.xs.util
public class DTDParser.DTDElement extends Object
| Constructor Summary | |
|---|---|
| DTDElement(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. |
| Locator | getLocator() Returns the elements locator. |
| String | getModel() Returns the elements content model. |
| String | getName() Returns the elements name. |
| void | setModel(String pModel) Sets the elements content model. |