@NotThreadSafe public class CSSExpressionMemberTermURI extends Object implements ICSSExpressionMember, ICSSSourceLocationAware
| Constructor and Description |
|---|
CSSExpressionMemberTermURI(CSSURI aURI) |
CSSExpressionMemberTermURI(String sURIString) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAsCSSString(ICSSWriterSettings aSettings,
int nIndentLevel)
Get the contents of this object as a serialized CSS string for writing to
an output.
|
CSSExpressionMemberTermURI |
getClone() |
CSSSourceLocation |
getSourceLocation() |
CSSURI |
getURI() |
String |
getURIString() |
int |
hashCode() |
void |
setSourceLocation(CSSSourceLocation aSourceLocation)
Set the source location of the object, determined while parsing.
|
CSSExpressionMemberTermURI |
setURI(CSSURI aURI)
Set a new URI
|
CSSExpressionMemberTermURI |
setURIString(String sURIString)
Replace the URI string in the existing
CSSURI object. |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAsCSSString, getAsCSSString@Nonnull @Nonempty public final String getURIString()
getURI().getURI()@Nonnull public final CSSExpressionMemberTermURI setURI(@Nonnull CSSURI aURI)
aURI - The new URI to set. May not be null.@Nonnull public final CSSExpressionMemberTermURI setURIString(@Nonnull String sURIString)
CSSURI object.sURIString - The new URI string to set. May not be null but may be
empty.@Nonnull public CSSExpressionMemberTermURI getClone()
getClone in interface com.helger.commons.lang.ICloneable<ICSSExpressionMember>@Nonnull @Nonempty public String getAsCSSString(@Nonnull ICSSWriterSettings aSettings, @Nonnegative int nIndentLevel)
ICSSWriteablegetAsCSSString in interface ICSSWriteableaSettings - The settings to be used to format the output. May not be
null.nIndentLevel - The current indentation levelnull.@Nullable public final CSSSourceLocation getSourceLocation()
getSourceLocation in interface ICSSSourceLocationAwarenull if an object was not read but manually
created.public final void setSourceLocation(@Nullable CSSSourceLocation aSourceLocation)
ICSSSourceLocationAwaresetSourceLocation in interface ICSSSourceLocationAwareaSourceLocation - The source location to use. May be null.Copyright © 2014–2022 Philip Helger. All rights reserved.