|
|||||||||
| Home >> All >> com >> opencms >> [ htmlconverter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.opencms.htmlconverter
Class CmsHtmlConverterObjectReplaceContent

java.lang.Objectcom.opencms.htmlconverter.CmsHtmlConverterObjectReplaceContent
- Direct Known Subclasses:
- CmsHtmlConverterObjectReplaceExtendedChars, CmsHtmlConverterObjectReplaceStrings
- class CmsHtmlConverterObjectReplaceContent
- extends java.lang.Object
Object to replace content in html code before parsing it with JTidy.
- Version:
- 1.0
| Field Summary | |
private java.lang.String |
m_replaceString
String which replaces old content |
private java.lang.String |
m_searchString
String which will be replaced |
| Constructor Summary | |
protected |
CmsHtmlConverterObjectReplaceContent()
default constructor creates object with empty Strings |
protected |
CmsHtmlConverterObjectReplaceContent(java.lang.String sS,
java.lang.String rS)
constructor creates object with parameter values |
| Method Summary | |
protected java.lang.String |
getReplaceItem()
returns the new content |
protected java.lang.String |
getSearchString()
returns the String to be found |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
m_searchString
private java.lang.String m_searchString
- String which will be replaced
m_replaceString
private java.lang.String m_replaceString
- String which replaces old content
| Constructor Detail |
CmsHtmlConverterObjectReplaceContent
protected CmsHtmlConverterObjectReplaceContent()
- default constructor creates object with empty Strings
CmsHtmlConverterObjectReplaceContent
protected CmsHtmlConverterObjectReplaceContent(java.lang.String sS, java.lang.String rS)
- constructor creates object with parameter values
| Method Detail |
getSearchString
protected java.lang.String getSearchString()
- returns the String to be found
getReplaceItem
protected java.lang.String getReplaceItem()
- returns the new content
|
|||||||||
| Home >> All >> com >> opencms >> [ htmlconverter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceContent