Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Document Properties Marker
Short DescriptionTo check HTML we parse it into an internal (DOM-like) representation. For this task we use jsoup HTML parser, an open-source parser without external dependencies. 
Doctypearchitecture-decisionhide
NameHTML Parsing with jsoup 
Parent
Parent Property
property-nameName
 
Audience
Name List
doctyperole
propertyAudience
 
Categories
Name List
doctypecategory
propertyCategories
 
Tags
Tag List
propertyTags
 
Iteration
Iteration
valuefacadefilled
 
Type
Name List
doctypearchitecture-decision-type
propertyType
 
Sort Key000200hide
Section
titleProblem
Section
level2
titleDetails

To check HTML we parse it into an internal (DOM-like) representation. For this task we use jsoup HTML parser, an open-source parser without external dependencies.

To quote from the jsoup website:

Quote External
render-anonymousfalse

jsoup is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods.

Find details on how HtmlSC implements HTML parsing in the HTML encapsulation concept.
Section
level2
titleRelevance
Check HTML programatically by using an existing API that provides access and finder methods to the DOM-tree of the file(s) to be checked.
Section
level2
titleImplication

...