| Package | Description |
|---|---|
| org.mmbase.util | |
| org.mmbase.util.transformers |
`Tranformers' define tranformations of Strings, byte arrays and streams.
|
| Modifier and Type | Method and Description |
|---|---|
StringObject |
StringObject.append(boolean b)
Appends a boolean to the end of this buffer.
|
StringObject |
StringObject.append(char c)
Appends a character to the end of this buffer.
|
StringObject |
StringObject.append(char[] str)
Appends an array of characters to the end of this buffer.
|
StringObject |
StringObject.append(char[] str,
int offset,
int len)
Appends a part of an array of characters to the end of this buffer.
|
StringObject |
StringObject.append(double d)
Appends a double to the end of this buffer.
|
StringObject |
StringObject.append(float f)
Appends a float to the end of this buffer.
|
StringObject |
StringObject.append(int i)
Appends an integer to the end of this buffer.
|
StringObject |
StringObject.append(long l)
Appends a long to the end of this buffer.
|
StringObject |
StringObject.append(Object obj)
Appends an object to the end of this buffer.
|
StringObject |
StringObject.append(String str)
Appends a String to the end of this buffer.
|
StringObject |
StringObject.delete(int offset,
int len)
delete part of the buffer
|
StringObject |
StringObject.insert(int offset,
boolean b)
Inserts a boolean into the String buffer.
|
StringObject |
StringObject.insert(int offset,
char c)
Inserts a character into the String buffer.
|
StringObject |
StringObject.insert(int offset,
char[] str)
Inserts an array of characters into the String buffer.
|
StringObject |
StringObject.insert(int offset,
double d)
Inserts a double into the String buffer.
|
StringObject |
StringObject.insert(int offset,
float f)
Inserts a float into the String buffer.
|
StringObject |
StringObject.insert(int offset,
int i)
Inserts an integer into the String buffer.
|
StringObject |
StringObject.insert(int offset,
long l)
Inserts a long into the String buffer.
|
StringObject |
StringObject.insert(int offset,
Object obj)
Inserts an object into the String buffer.
|
StringObject |
StringObject.insert(int offset,
String str)
Inserts a String into the String buffer.
|
StringObject |
StringObject.insertLinks(String oldstart,
String oldend,
String newstart,
String newend,
String startend)
inserts links
|
StringObject |
StringObject.replace(int offset,
int len,
String str)
replace
|
StringObject |
StringObject.replace(String oldstr,
String newstr)
replace
|
StringObject |
StringObject.replace(String oldstart,
String oldend,
String newstart,
String newend)
Does a replace/insert.
|
StringObject |
StringObject.replaceFirst(String oldstr,
String newstr)
replace
|
StringObject |
StringObject.reverse()
Reverse the order of the characters in the String buffer.
|
| Modifier and Type | Method and Description |
|---|---|
protected static StringObject |
XmlField.prepareData(String data) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
XmlField.cleanupText(StringObject obj)
Removes all new lines and space which are too much.
|
(package private) static void |
XmlField.handleEmph(StringObject obj,
char ch,
String tag)
If you want to add a _ in your text, that should be possible too...
|
protected static void |
XmlField.handleFormat(StringObject obj,
boolean format)
Only escape, clean up.
|
(package private) static void |
XmlField.handleHeaders(StringObject obj)
Some paragraphs are are really \sections.
|
(package private) static void |
XmlField.handleList(StringObject obj)
Takes a string object, finds list structures and changes those to XML
|
protected static void |
XmlField.handleNewlines(StringObject obj) |
(package private) static void |
XmlField.handleParagraphs(StringObject obj,
boolean leaveExtraNewLines,
boolean surroundingP)
Make
|
(package private) static void |
XmlField.handleParagraphs(StringObject obj,
boolean leaveExtraNewLines,
boolean surroundingP,
boolean placeListsInsideP)
Make <p> </p> tags.
|
protected static void |
XmlField.handleRich(StringObject obj,
boolean sections,
boolean leaveExtraNewLines,
boolean surroundingP) |
protected static void |
XmlField.handleRich(StringObject obj,
boolean sections,
boolean leaveExtraNewLines,
boolean surroundingP,
boolean placeListsInsideP) |
(package private) static void |
XmlField.handleTables(StringObject obj)
Wikipedia syntax for tables.
|
(package private) static void |
XmlField.preHandleHeaders(StringObject obj)
Makes sure that lines indicating headers (starting with $), are followed by at least 2
newlines, if followed by some list.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}