com.simonstl.midp.xml
Class TAMAttribute
java.lang.Object
|
+--com.simonstl.midp.xml.TAMName
|
+--com.simonstl.midp.xml.TAMAttribute
- Direct Known Subclasses:
- TAMNSName
- public class TAMAttribute
- extends TAMName
An implementation of TAMName
that adds
a space for the value of the attribute. It also supports a property so that
entities that aren't understood by the parser can be noted.
- Author:
- simonstl
Constructor Summary |
TAMAttribute()
Creates a new instance of TAMAttribute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
protected java.lang.String value
quotes
protected boolean quotes
containsSkippedEntity
protected boolean containsSkippedEntity
TAMAttribute
public TAMAttribute()
- Creates a new instance of TAMAttribute
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String _value)
setQuotes
public void setQuotes(boolean _quotes)
getQuotes
public boolean getQuotes()
getContainsSkippedEntity
public boolean getContainsSkippedEntity()
setContainsSkippedEntity
public void setContainsSkippedEntity(boolean _contains)