Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C G H I M P R S T

A

addObjectReplaceBlock(String, String, String, String, String, String, boolean, String, String) - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
adds new object to ArrayList m_replaceBlocks
addObjectReplaceTag(String, String, String, String, String, String, String, boolean, String, String, String, boolean) - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
adds new object to ArrayList m_replaceTags

B

buildObjectReplaceBlocks() - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
creates ArrayList of objects with CmsHtmlConverterObjectReplaceBlocks
buildObjectReplaceContent() - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
creates ArrayList of objects with CmsHtmlConverterObjectReplaceContent
buildObjectReplaceStrings() - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
creates ArrayList of objects with CmsHtmlConverterObjectReplaceStrings
buildObjectReplaceTags() - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
creates ArrayList of objects with CmsHtmlConverterObjectReplaceTags
buildObjects() - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
builds all objects after XML configuration was parsed

C

C_ADDEVERYLINE_NODE - Static variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
"addeveryline" node in replacenodes: xml-configuration
C_COMMENT_NODE - Static variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
Comment node in xml-configuration
C_CONFIG_NODE - Static variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
"ConverterConfig" node in xml-configuration
C_DEFAULT_NODE - Static variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
"defaults" node in xml-configuration
C_ENCODEQUOTATIONMARKS_NODE - Static variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
"encodequotationmarks" node in defaults: xml-configuration
C_GLOBALADDEVERYLINE_NODE - Static variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
"globaladdeveryline" node in defaults: xml-configuration
C_GLOBALPREFIX_NODE - Static variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
"globalprefix" node in defaults: xml-configuration
C_GLOBALSUFFIX_NODE - Static variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
"globalsuffix" node in defaults: xml-configuration
C_INLINETAG_NODE - Static variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
"inlinetags" node in xml-configuration
C_PREFIX_NODE - Static variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
"prefix" node in replacenodes: xml-configuration
C_REMOVEBLOCK_NODE - Static variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
"removeblocks" node in xml-configuration
C_REMOVETAG_NODE - Static variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
"removetags" node in xml-configuration
C_REPLACEBLOCK_NODE - Static variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
"replaceblocks" node in xml-configuration
C_REPLACECONTENT_NODE - Static variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
"replacecontent" node in xml-configuration
C_REPLACESTRING_NODE - Static variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
"replacestrings" node in xml-configuration
C_REPLACETAG_NODE - Static variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
"replacetags" node in xml-configuration
C_STRING_NODE - Static variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
"string" node in replacenodes: xml-configuration
C_SUFFIX_NODE - Static variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
"suffix" node in replacenodes: xml-configuration
C_TAG_NODE - Static variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
"tag" node in replacenodes: xml-configuration
C_USEBRACKETS_NODE - Static variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
"usebrackets" node in defaults: xml-configuration
C_XHTMLOUTPUT_NODE - Static variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
"xhtmloutput" node in defaults: xml-configuration
CmsHtmlConverter - class com.opencms.htmlconverter.CmsHtmlConverter.
Implementation of interface I_CmsHtmlConverterInterface: Tool to check and transform HTML input code to user-defined output, for example JSP, JavaScript or other syntax.
CmsHtmlConverter() - Constructor for class com.opencms.htmlconverter.CmsHtmlConverter
default constructor
CmsHtmlConverter(String) - Constructor for class com.opencms.htmlconverter.CmsHtmlConverter
constructor with name of Tidy configuration file as parameter
CmsHtmlConverter(String, String) - Constructor for class com.opencms.htmlconverter.CmsHtmlConverter
constructor with name of Tidy and Converter configuration files as parameters
CmsHtmlConverterConfig - class com.opencms.htmlconverter.CmsHtmlConverterConfig.
Configuration class for CmsHtmlConverter, user defined configuration is parsed and used by CmsHtmlConverter.
CmsHtmlConverterConfig() - Constructor for class com.opencms.htmlconverter.CmsHtmlConverterConfig
default constructor
CmsHtmlConverterConfig(String) - Constructor for class com.opencms.htmlconverter.CmsHtmlConverterConfig
creates configuration from String
CmsHtmlConverterConfig(InputStream) - Constructor for class com.opencms.htmlconverter.CmsHtmlConverterConfig
creates configuration from InputStream
CmsHtmlConverterObjectReplaceBlocks - class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceBlocks.
Object for replacing blocks of HTML code.
CmsHtmlConverterObjectReplaceBlocks() - Constructor for class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceBlocks
default constructor creates object with empty Strings
CmsHtmlConverterObjectReplaceBlocks(String, String, String, String, String, String, boolean, String, String) - Constructor for class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceBlocks
constructor creates object with parameters
CmsHtmlConverterObjectReplaceContent - class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceContent.
Object to replace content in html code before parsing it with JTidy.
CmsHtmlConverterObjectReplaceContent() - Constructor for class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceContent
default constructor creates object with empty Strings
CmsHtmlConverterObjectReplaceContent(String, String) - Constructor for class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceContent
constructor creates object with parameter values
CmsHtmlConverterObjectReplaceExtendedChars - class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceExtendedChars.
Object for replacing extended characters.
CmsHtmlConverterObjectReplaceExtendedChars() - Constructor for class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceExtendedChars
 
CmsHtmlConverterObjectReplaceExtendedChars(String, String) - Constructor for class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceExtendedChars
constructor creates object with parameter values
CmsHtmlConverterObjectReplaceStrings - class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceStrings.
Object for replacing Strings.
CmsHtmlConverterObjectReplaceStrings() - Constructor for class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceStrings
default constructor creates object with empty Strings
CmsHtmlConverterObjectReplaceStrings(String, String, String, String) - Constructor for class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceStrings
constructor creates object with parameter values
CmsHtmlConverterObjectReplaceTags - class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags.
Object for replacing HTML tags.
CmsHtmlConverterObjectReplaceTags() - Constructor for class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
default constructor creates object with empty Strings
CmsHtmlConverterObjectReplaceTags(String, String, String, String, String, String, String, boolean, String, String, String, boolean) - Constructor for class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
constructor creates object with parameters
CmsHtmlConverterTools - class com.opencms.htmlconverter.CmsHtmlConverterTools.
Various methods used by CmsHtmlConverter to check, remove or replace tags and Strings.
CmsHtmlConverterTools() - Constructor for class com.opencms.htmlconverter.CmsHtmlConverterTools
 
checkBoolean(Node, int) - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
analyses attribute values and returns
checkTag(String, HashSet) - Method in class com.opencms.htmlconverter.CmsHtmlConverterTools
Tests if a set of tags contains the specified tag. This method is used to remove tags, blocks and to check inlinetags.
cleanOutput(String) - Method in class com.opencms.htmlconverter.CmsHtmlConverter
Private method to delete empty "prefix+suffix" lines in output String
clearConfiguration() - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
clears all variables and objects if the configuration is redefined
com.opencms.htmlconverter - package com.opencms.htmlconverter
 
convertHTML(String) - Method in class com.opencms.htmlconverter.CmsHtmlConverter
Transforms HTML code into user defined output
convertHTML(Reader, Writer) - Method in class com.opencms.htmlconverter.CmsHtmlConverter
Transforms HTML code into user defined output
convertHTML(String) - Method in interface com.opencms.htmlconverter.I_CmsHtmlConverterInterface
Transforms HTML code into user defined output
convertHTML(Reader, Writer) - Method in interface com.opencms.htmlconverter.I_CmsHtmlConverterInterface
Transforms HTML code into user defined output
converterConfigured() - Method in class com.opencms.htmlconverter.CmsHtmlConverter
Checks whether CmsHtmlConverter is already configured or not
converterConfigured() - Method in interface com.opencms.htmlconverter.I_CmsHtmlConverterInterface
Checks whether CmsHtmlConverter is already configured or not

G

getConfigNodeName(String) - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
tests if a node name is allowed in XML configuration
getConverterConfFile() - Method in class com.opencms.htmlconverter.CmsHtmlConverter
If defined, returns filename of CmsHtmlConverter configuration file
getConverterConfFile() - Method in interface com.opencms.htmlconverter.I_CmsHtmlConverterInterface
If defined, returns filename of CmsHtmlConverter configuration file
getEncodeQuotationmarks() - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
returns boolean if quotationmarks must be encoded
getEndAttribute() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
returns name of end attribute of encoded replacecontents
getGlobalAddEveryLine() - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
returns boolean if global prefix and suffix have to be added to every new line
getGlobalPrefix() - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
returns global prefix defined in configuration
getGlobalSuffix() - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
returns global suffix defined in configuration
getInline() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
checks if end tag will be replaced or deleted
getInlineTags() - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
returns all inline tags defined in configuration
getNumberErrors() - Method in class com.opencms.htmlconverter.CmsHtmlConverter
returns number of found errors in last parsed html code
getNumberErrors() - Method in interface com.opencms.htmlconverter.I_CmsHtmlConverterInterface
returns number of found errors in last parsed html code
getParameter() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceBlocks
returns attribute name of parameter
getParameter() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
returns attribute name of parameter
getPrefix() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceBlocks
returns prefix of actual object
getPrefix() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
returns prefix of actual object
getQuotationmark() - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
returns the String for quotationmarks
getRemoveBlocks() - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
returns all blocks which are removed from html input
getRemoveTags() - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
returns all tags which are removed from html input
getReplaceAttribute() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceBlocks
returns name of attribute of encoded replacecontent
getReplaceBlocks() - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
returns all Blocks which are replaced in html input
getReplaceContent() - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
returns all Strings which are replaced in run #1
getReplaceEndTag() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
returns String which replaces the end tag
getReplaceExtendedChars() - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
returns extended characters which are replaced in text nodes
getReplaceFromAttrs() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceBlocks
checks if replacecontents are encoded in html code attributes
getReplaceFromAttrs() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
checks if replacecontents are encoded in html code attributes
getReplaceItem() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceContent
returns the new content
getReplaceItem() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceStrings
returns the new content
getReplaceParamAttr() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
returns if only an attribute must be replaced
getReplaceStartTag() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
returns String which replaces the start tag
getReplaceString() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceBlocks
returns String which replaces the content between start and end tag
getReplaceStrings() - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
returns all Strings which are replaced in run #2
getReplaceTags() - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
returns all tags which are replaced in html input
getSearchString() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceContent
returns the String to be found
getStartAttribute() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
returns name of start attribute of encoded replacecontents
getSuffix() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceBlocks
returns suffix of actual object
getSuffix() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
returns suffix of actual object
getTagAttrib() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceBlocks
returns attribute of tag which will be replaced
getTagAttrib() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
returns attribute of tag which will be replaced
getTagAttribValue() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceBlocks
returns attribute value of tag which will be replaced
getTagAttribValue() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
returns attribute value of tag which will be replaced
getTagName() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceBlocks
returns tag name of tag which will be replaced
getTagName() - Method in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
returns tag name of tag which will be replaced
getTidyConfFile() - Method in class com.opencms.htmlconverter.CmsHtmlConverter
If defined, returns JTidy configuration filename
getTidyConfFile() - Method in interface com.opencms.htmlconverter.I_CmsHtmlConverterInterface
If defined, returns JTidy configuration filename
getUseBrackets() - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
returns boolean if encoded brackets are used
getXhtmlOutput() - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
returns boolean if output is in XHTML format

H

hasErrors(String) - Method in class com.opencms.htmlconverter.CmsHtmlConverter
Checks if HTML code has errors
hasErrors(InputStream) - Method in class com.opencms.htmlconverter.CmsHtmlConverter
Checks if HTML code has errors
hasErrors(String) - Method in interface com.opencms.htmlconverter.I_CmsHtmlConverterInterface
Checks if HTML code has errors
hasErrors(InputStream) - Method in interface com.opencms.htmlconverter.I_CmsHtmlConverterInterface
Checks if HTML code has errors

I

I_CmsHtmlConverterInterface - interface com.opencms.htmlconverter.I_CmsHtmlConverterInterface.
Interface definition of CmsHtmlConverter with declaration of necessary methods.
indexReplaceBlock(Node) - Method in class com.opencms.htmlconverter.CmsHtmlConverter
Tests if specified block has to be replaced and, if it is found, delivers index of hit in ArrayList.
indexReplaceTag(Node) - Method in class com.opencms.htmlconverter.CmsHtmlConverter
Tests if specified tag has to be replaced and, if it is found, delivers index of hit in ArrayList.
init(String) - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
initialises configuration from String
init(InputStream) - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
initialises configuration from InputStream
initialiseTags() - Method in class com.opencms.htmlconverter.CmsHtmlConverter
initialises Vector m_enterTags with tag names

M

m_blockObject - Variable in class com.opencms.htmlconverter.CmsHtmlConverter
object stores data for replacing blocks
m_closeBracket - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
code for html bracket ">"
m_configuration - Variable in class com.opencms.htmlconverter.CmsHtmlConverter
configuration object for CmsHtmlConverter
m_converterConfFile - Variable in class com.opencms.htmlconverter.CmsHtmlConverter
Filename for CmsHtmlConverter configuration
m_converterConfFileDefined - Variable in class com.opencms.htmlconverter.CmsHtmlConverter
Checks if CmsHtmlConverter is configured from file
m_converterConfigDefined - Variable in class com.opencms.htmlconverter.CmsHtmlConverter
Checks if CmsHtmlConverter is configured
m_encodeQuotationmarks - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
check if quotationmarks must be encoded
m_endAttribute - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
tag attribute where the replaceEndTag String is stored
m_enterTags - Variable in class com.opencms.htmlconverter.CmsHtmlConverter
Vector stores tag names, after the end-tag, a "\n" is added to the output
m_getReplaceFromAttrs - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceBlocks
if true, individual replaceString will be read from tag attribute
m_getReplaceFromAttrs - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
if true, individual replaceStrings will be read from tag attributes
m_globalAddEveryLine - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
check if prefix and suffix have to be added to every new line
m_globalPrefix - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
stores global prefix
m_globalSuffix - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
stores global suffix
m_inline - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
true, if replaceEndTag is empty
m_inlineTags - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
list with all inline tags
m_isConfigured - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
to check if instance has already been configured
m_numberReplaceBlocks - Variable in class com.opencms.htmlconverter.CmsHtmlConverter
stores number of predefined replaceTags
m_numberReplaceTags - Variable in class com.opencms.htmlconverter.CmsHtmlConverter
stores number of predefined replaceTags
m_openBracket - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
code for html bracket "<"
m_parameter - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceBlocks
tag attribute where the parameter String is stored
m_parameter - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
tag attribute where the parameter String is stored
m_prefix - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceBlocks
the prefix will be placed in front of every replaced block
m_prefix - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceStrings
the prefix will be placed in front of every replaced content
m_prefix - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
the prefix will be placed in front of every replaced tag
m_quotationmark - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
stores code for quotationmarks
m_relativeRoot - Variable in class com.opencms.htmlconverter.CmsHtmlConverter
 
m_removeBlocks - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
list with blocks to be removed
m_removeTags - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
list with tags to be removed
m_replaceAttribute - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceBlocks
tag attribute where the replaceString is stored
m_replaceBlocks - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
list with blocks which are replaced
m_replaceBlocksAddEveryLine - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
check if replaced content needs new lines
m_replaceBlocksPrefix - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
stores prefix for replaceblocks
m_replaceBlocksSuffix - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
stores suffix for replaceblocks
m_replaceBlocksUseDefaults - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
check if default values are used
m_replaceContent - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
list with objects which will be replaced in run #1
m_replaceEndTag - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
String which replaces the end tag (optional)
m_replaceExtendedChars - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
list with extended chars which are replaced in text nodes
m_replaceParamAttr - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
if true, only tag attribute specified in parameter String is replaced
m_replaceStartTag - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
String which replaces the start tag
m_replaceString - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceBlocks
String which replaces the block
m_replaceString - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceContent
String which replaces old content
m_replaceStrings - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
list with Strings whihch are replaced
m_replaceStringsAddEveryLine - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
check if replaced content needs new lines
m_replaceStringsPrefix - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
stores prefix for replacestrings
m_replaceStringsSuffix - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
stores suffix for replacestrings
m_replaceStringsUseDefaults - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
check if default values are used
m_replaceTags - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
list with tags which are replaced
m_replaceTagsAddEveryLine - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
check if replaced content needs new lines
m_replaceTagsPrefix - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
stores prefix for replacetags
m_replaceTagsSuffix - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
stores suffix for replacetags
m_replaceTagsUseDefaults - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
check if default values are used
m_searchString - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceContent
String which will be replaced
m_servletPrefix - Variable in class com.opencms.htmlconverter.CmsHtmlConverter
 
m_startAttribute - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
tag attribute where the replaceStartTag String is stored
m_suffix - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceBlocks
the suffix will be placed behind every replaced block
m_suffix - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceStrings
the suffix will be placed behind every replaced content
m_suffix - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
the suffix will be placed behind every replaced tag
m_tagAttrib - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceBlocks
Attribute of tag which will be replaced (optional)
m_tagAttrib - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
Attribute of tag which will be replaced (optional)
m_tagAttribValue - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceBlocks
value of tag attribute which will be replaced (optional)
m_tagAttribValue - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
value of tag attribute which will be replaced (optional)
m_tagName - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceBlocks
name of tag which will be replaced
m_tagName - Variable in class com.opencms.htmlconverter.CmsHtmlConverterObjectReplaceTags
name of tag which will be replaced
m_tagObject - Variable in class com.opencms.htmlconverter.CmsHtmlConverter
object stores data for replacing tags
m_tempReplaceBlocks - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
temporary list of replaceblocks
m_tempReplaceContent - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
temporary list of replacecontent
m_tempReplaceStrings - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
temporary list of replacestrings
m_tempReplaceTags - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
temporary list of replacetags
m_tempString - Variable in class com.opencms.htmlconverter.CmsHtmlConverter
temporary buffer used in transformation method
m_tidy - Variable in class com.opencms.htmlconverter.CmsHtmlConverter
instance of JTidy
m_tidyConfFile - Variable in class com.opencms.htmlconverter.CmsHtmlConverter
Filename for JTidy configuration
m_tidyConfFileDefined - Variable in class com.opencms.htmlconverter.CmsHtmlConverter
Checks if JTidy is already defined
m_tools - Variable in class com.opencms.htmlconverter.CmsHtmlConverter
instance of CmsHtmlConverterTools
m_tools - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
instance of CmsHtmlConverterTools
m_url - Variable in class com.opencms.htmlconverter.CmsHtmlConverter
 
m_useBrackets - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
check if brackets are used
m_xhtmlOutput - Variable in class com.opencms.htmlconverter.CmsHtmlConverterConfig
check if output has to be XHTML
modifyParameter(URL, String, String, String) - Method in class com.opencms.htmlconverter.CmsHtmlConverterTools
 

P

parseConfig(Node) - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
parses XML configuration input
parseDefaults(Node) - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
reads default values from XML configuration
parseReplaceBlocks(Node) - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
reads replaceblocks definitions from XML configuration
parseReplaceContent(Node) - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
reads replacecontent definitions from XML configuration
parseReplaceStrings(Node) - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
reads replacestrings definitions from XML configuration
parseReplaceTags(Node) - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
reads replacetags definitions from XML configuration
parseTag(Node) - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
reads tag definitions (removetags, removeblocks, inlinetags) from XML configuration
printDocument(Node) - Method in class com.opencms.htmlconverter.CmsHtmlConverter
Private method to parse DOM and create user defined output.

R

reconstructTag(String, Node, String, String) - Method in class com.opencms.htmlconverter.CmsHtmlConverterTools
 
removeObjectReplaceBlock(int) - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
removes object from position index from ArrayList m_replaceBlocks
removeObjectReplaceTag(int) - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
removes object from position index from ArrayList m_replaceTags
replaceString(String, String, String) - Method in class com.opencms.htmlconverter.CmsHtmlConverterTools
Method to replace a subString with replaceItem.

S

scanBlockElementAttrs(Node, CmsHtmlConverterObjectReplaceBlocks) - Method in class com.opencms.htmlconverter.CmsHtmlConverter
scans node attributes and creates new CmsHtmlConverterObjectReplaceBlocks
scanBrackets(String) - Method in class com.opencms.htmlconverter.CmsHtmlConverterConfig
scans a String for coded bracket subStrings and replaces them
scanChar(String, ArrayList) - Method in class com.opencms.htmlconverter.CmsHtmlConverterTools
Scans a String and replaces umlauts and other special characters
scanContent(String, ArrayList) - Method in class com.opencms.htmlconverter.CmsHtmlConverterTools
Scans a String for substrings specified in a list of Strings and replaces them, returns a String where all replacements are done; this method is needed for replacement run #1.
scanNodeAttrs(Node, String) - Method in class com.opencms.htmlconverter.CmsHtmlConverterTools
Method to scan attributes of a node and return the value.
scanString(String, ArrayList) - Method in class com.opencms.htmlconverter.CmsHtmlConverterTools
Scans a String for substrings specified in a list of Strings and replaces them, returns a String where all replacements are done.
scanTagElementAttrs(Node, CmsHtmlConverterObjectReplaceTags) - Method in class com.opencms.htmlconverter.CmsHtmlConverter
scans node attributes and creates new CmsHtmlConverterObjectReplaceTags
setConverterConfFile(String) - Method in class com.opencms.htmlconverter.CmsHtmlConverter
Configures CmsHtmlConverter from file
setConverterConfFile(String) - Method in interface com.opencms.htmlconverter.I_CmsHtmlConverterInterface
Configures CmsHtmlConverter from file
setConverterConfString(String) - Method in class com.opencms.htmlconverter.CmsHtmlConverter
Configures CmsHtmlConverter from string
setConverterConfString(String) - Method in interface com.opencms.htmlconverter.I_CmsHtmlConverterInterface
Configures CmsHtmlConverter from string
setOriginalUrl(URL) - Method in class com.opencms.htmlconverter.CmsHtmlConverter
sets the url.
setServletPrefix(String, String) - Method in class com.opencms.htmlconverter.CmsHtmlConverter
sets the prefix.
setTidyConfFile(String) - Method in class com.opencms.htmlconverter.CmsHtmlConverter
Configures JTidy from file
setTidyConfFile(String) - Method in interface com.opencms.htmlconverter.I_CmsHtmlConverterInterface
Configures JTidy from file
shouldReplaceUrl(URL, String, String) - Method in class com.opencms.htmlconverter.CmsHtmlConverterTools
 
showErrors(String) - Method in class com.opencms.htmlconverter.CmsHtmlConverter
Checks if HTML code has errors and lists errors
showErrors(InputStream, OutputStream) - Method in class com.opencms.htmlconverter.CmsHtmlConverter
Checks if HTML code has errors and lists errors
showErrors(String) - Method in interface com.opencms.htmlconverter.I_CmsHtmlConverterInterface
Checks if HTML code has errors and lists errors
showErrors(InputStream, OutputStream) - Method in interface com.opencms.htmlconverter.I_CmsHtmlConverterInterface
Checks if HTML code has errors and lists errors

T

tidyConfigured() - Method in class com.opencms.htmlconverter.CmsHtmlConverter
Checks whether JTidy is already configured or not
tidyConfigured() - Method in interface com.opencms.htmlconverter.I_CmsHtmlConverterInterface
Checks whether JTidy is already configured or not
transformEndDocument() - Method in class com.opencms.htmlconverter.CmsHtmlConverter
Private method to transform output at end of document
transformEndElement(Node, int, int) - Method in class com.opencms.htmlconverter.CmsHtmlConverter
Private method to transform element nodes and create end tags in output
transformStartElement(Node, int, int) - Method in class com.opencms.htmlconverter.CmsHtmlConverter
Private method to transform element nodes and create start tags in output
transformTextNode(Node) - Method in class com.opencms.htmlconverter.CmsHtmlConverter
Private method to transform text nodes

A B C G H I M P R S T