public class DTDParser.DTDAttribute
extends java.lang.Object
Constructor and Description |
---|
DTDParser.DTDAttribute(java.lang.String pName,
java.lang.String pType,
java.lang.String pMode,
java.lang.String pValue)
Sets the attributes name.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public DTDParser.DTDAttribute(java.lang.String pName, java.lang.String pType, java.lang.String pMode, java.lang.String pValue)
public java.lang.String getName()
public java.lang.String getType()
public java.lang.String getMode()
public java.lang.String getValue()
public org.xml.sax.Locator getLocator()