org.apache.ws.jaxme.xs.util
public class DTDParser.DTDAttribute extends Object
| Constructor Summary | |
|---|---|
| DTDAttribute(String pName, String pType, String pMode, String pValue) Sets the attributes name. | |
| Method Summary | |
|---|---|
| Locator | getLocator() Returns the attributes locator. |
| String | getMode() Returns the attributes mode. |
| String | getName() Returns the attributes name. |
| String | getType() Returns the attributes type. |
| String | getValue() Returns the attributes value. |