public class AttributedURI extends URI
Map with attribute name to attribute
value.EMPTY_URI, GD_AT, GD_COLON, GD_HASH, GD_QMARK, GD_SLASH, GD_SQ_BR_CLOSE, GD_SQ_BR_OPEN, URN_SCHEMA_PREFIX| Constructor and Description |
|---|
AttributedURI(java.lang.String suri)
Constructor.
|
AttributedURI(java.lang.String suri,
HashMap attributeMap)
Constructor.
|
AttributedURI(java.lang.String absoluteURI,
URI baseURI,
HashMap attributeMap)
Constructor.
|
AttributedURI(URI uri)
Constructor.
|
AttributedURI(URI uri,
HashMap attributeMap)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
getAttribute(QName attributeName)
Get attribute value of uri by attribute name.
|
HashMap |
getAttributedMap_QN_2_Obj()
Get the whole Map.
|
int |
hashCode() |
absolutize, clone, equalsWsdRfc3986, getFragmentDecoded, getHost, getHostWithPort, getOctetLength, getPasswordDecoded, getPath, getPath, getPathDecoded, getPathDeepness, getPort, getQueryDecoded, getSchemaDecoded, getUserDecoded, isIPv6Address, isIPv6Address, isRelativeReference, isURN, isValid, setFragment, setFragmentEncoded, setHost, setQuery, setQueryEncoded, toStringpublic AttributedURI(java.lang.String suri)
String.suri - the String representation of an URI.public AttributedURI(java.lang.String suri,
HashMap attributeMap)
String.suri - the String representation of an URI.attributeMap - Map: attribute names to attribute valuespublic AttributedURI(java.lang.String absoluteURI,
URI baseURI,
HashMap attributeMap)
String.absoluteURI - the String representation of an URI.baseURI - if baseURI is set, the absoluteURI is handled as relative URI in relation to the baseURI.attributeMap - Mappublic AttributedURI(URI uri)
uri - public java.lang.Object getAttribute(QName attributeName)
attributeName - attribute name to get the linked attribute value.public HashMap getAttributedMap_QN_2_Obj()