org.apache.ws.jaxme.xs.util

Class DTDParser.DTDAttribute

public class DTDParser.DTDAttribute extends Object

This class is used to collect the attributes in the DTD temporarily.
Constructor Summary
DTDAttribute(String pName, String pType, String pMode, String pValue)
Sets the attributes name.
Method Summary
LocatorgetLocator()
Returns the attributes locator.
StringgetMode()
Returns the attributes mode.
StringgetName()
Returns the attributes name.
StringgetType()
Returns the attributes type.
StringgetValue()
Returns the attributes value.

Constructor Detail

DTDAttribute

public DTDAttribute(String pName, String pType, String pMode, String pValue)
Sets the attributes name.

Method Detail

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.