Package org.fugerit.java.doc.base.xml
Class DocXMLUtils
java.lang.Object
org.fugerit.java.doc.base.xml.DocXMLUtils
-
Field Summary
Fields -
Method Summary
-
Field Details
-
DEFAULT_CLEAN_XML_REGEX
- See Also:
-
-
Method Details
-
cleanXML
Clean the input text with the default clean xml regext- Parameters:
input- the input text- Returns:
- the cleaned text
-
cleanText
Clean the input text with a give regex- Parameters:
input- the input textcleanRegex- the regex used to clean (everything matching it will be replaced by a "")- Returns:
- the cleaned text
-