Skip to content

Latest commit

 

History

History

aw-lib-html

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

HTML Utility Library for ePayFrame

Usage Guide

		<dependency>
	               <groupId>af.gov.anar.lib</groupId>
	                <artifactId>anar-lib-hml</artifactId>
                        <version>${project.version}</version>
		</dependency>

Features

  • Removes all HTML element tags from a string, leaving just the character data
  • Escape characters that are special in HTML, so that the resulting string can be included in HTML (or XML)
  • Converts all inline HTML character entities
  • Converts appropriate Unicode characters to their HTML character entity counterparts
  • Convenience method to convert embedded HTML to text

Documentation

Refer to this repository Wiki section. https://github.com/Anar-Framework/anar-lib-html/wiki