Package lumis.contentservices.util
Class ContentServicesUtil
- java.lang.Object
-
- lumis.contentservices.util.ContentServicesUtil
-
public class ContentServicesUtil extends Object
Content Service Utility class- Since:
- 9.0.0
- Version:
- $Revision: 19135 $ $Date: 2016-06-02 18:12:21 -0300 (Thu, 02 Jun 2016) $
-
-
Constructor Summary
Constructors Constructor Description ContentServicesUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<HierarchicalElement>
parseHtml(String htmlFragment)
Returns a collection ofhierarchical elements
from a HTML fragment, each element will be related to a LI HTML tag inside an UL/OL HTML tag.
-
-
-
Method Detail
-
parseHtml
public static Collection<HierarchicalElement> parseHtml(String htmlFragment)
Returns a collection ofhierarchical elements
from a HTML fragment, each element will be related to a LI HTML tag inside an UL/OL HTML tag.- Parameters:
htmlFragment
- the HTML fragment to be analyzed.- Returns:
- a collection of
hierarchical elements
from a HTML fragment. - Since:
- 9.0.0
-
-