public class Prefix extends Attribute implements java.io.Serializable
xmlns:foo='http://foo.com'
Provides a mapping from prefix "foo" into the namespace "http://foo.com".
EQUALS_QUOTE, QUOTE| Constructor and Description |
|---|
Prefix(java.lang.String name,
java.lang.String nsValue)
Constructs a new Prefix object which represents a prefix mapping.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns a string representation of this Attribute object.
|
java.lang.String |
toXMLString()
Returns a string representation of this prefix.
|