public class AttrValue extends Object implements CharSequence
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int index) |
String |
getQuoted(char paren) |
String |
getValue() |
boolean |
isEmpty() |
int |
length() |
String |
quoteIfNeeded() |
void |
setValue(String value) |
boolean |
shouldBeQuoted() |
CharSequence |
subSequence(int start,
int end) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchars, codePointspublic AttrValue()
public AttrValue(String value)
public void setValue(String value)
public String getValue()
public String quoteIfNeeded()
public String getQuoted(char paren)
public boolean shouldBeQuoted()
public boolean isEmpty()
public int length()
length in interface CharSequencepublic char charAt(int index)
charAt in interface CharSequencepublic CharSequence subSequence(int start, int end)
subSequence in interface CharSequencepublic String toString()
toString in interface CharSequencetoString in class ObjectCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.