org.apache.ws.jaxme.xs.util
Class DTDParser.DTDAttribute

java.lang.Object
  extended by org.apache.ws.jaxme.xs.util.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
DTDParser.DTDAttribute(java.lang.String pName, java.lang.String pType, java.lang.String pMode, java.lang.String pValue)
          Sets the attributes name.
 
Method Summary
 org.xml.sax.Locator getLocator()
          Returns the attributes locator.
 java.lang.String getMode()
          Returns the attributes mode.
 java.lang.String getName()
          Returns the attributes name.
 java.lang.String getType()
          Returns the attributes type.
 java.lang.String getValue()
          Returns the attributes value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTDParser.DTDAttribute

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

Method Detail

getName

public java.lang.String getName()
Returns the attributes name.


getType

public java.lang.String getType()
Returns the attributes type.


getMode

public java.lang.String getMode()
Returns the attributes mode.


getValue

public java.lang.String getValue()
Returns the attributes value.


getLocator

public org.xml.sax.Locator getLocator()
Returns the attributes locator.