public class URIProperty extends Property
xml:base
during the property refinement stage.
If no xml:base
has been specified, only the original URI, as
it appears in the source document, is stored as the property's specified
value.Modifier and Type | Class | Description |
---|---|---|
static class |
URIProperty.Maker |
Inner
PropertyMaker subclass responsible
for making instances of this type. |
Modifier | Constructor | Description |
---|---|---|
protected |
URIProperty(java.net.URI uri) |
Default constructor, to create a
URIProperty from a
java.net.URI directly. |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
|
java.lang.String |
getString() |
Return a string representing the resolved URI, or the
specified value if the URI is not resolved against
an
xml:base |
int |
hashCode() |
|
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getCharacter, getColor, getCondLength, getEnum, getKeep, getLength, getLengthPair, getLengthRange, getList, getNCname, getNumber, getNumeric, getObject, getSpace, getSpecifiedValue, isAuto, setSpecifiedValue
protected URIProperty(java.net.URI uri)
URIProperty
from a
java.net.URI
directly.uri
- a resolved java.net.URI
public java.lang.String getString()
xml:base
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.