org.apache.ws.jaxme.xs.util

Class DTDParser.DTDAttribute

Enclosing Class:
DTDParser

public class DTDParser.DTDAttribute
extends java.lang.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

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.

Constructor Details

DTDAttribute

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

Method Details

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.