org.apache.ws.jaxme.xs.util
Class DTDParser.DTDAttribute
java.lang.Object
org.apache.ws.jaxme.xs.util.DTDParser.DTDAttribute
- DTDParser
public class DTDParser.DTDAttribute
extends java.lang.Object
This class is used to collect the attributes in the
DTD temporarily.
DTDAttribute(String pName, String pType, String pMode, String pValue) - Sets the attributes name.
|
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.
|
DTDAttribute
public DTDAttribute(String pName,
String pType,
String pMode,
String pValue)
Sets the attributes name.
getLocator
public Locator getLocator()
Returns the attributes locator.
getMode
public String getMode()
Returns the attributes mode.
getName
public String getName()
Returns the attributes name.
getType
public String getType()
Returns the attributes type.
getValue
public String getValue()
Returns the attributes value.