Skip to content

This library is useful to parse the html templates and override the elements as well.

License

Notifications You must be signed in to change notification settings

imsaeedafzal/HtmlDomParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HtmlDomParser

This library is useful to parse the html templates and override the elements quickly.

Key Features:

  • Helps to find the elements by class, id and element.
  • You can also find the elements by custom xPaths as well.
  • Get innerHtml content of any element same like you do in jQuery/JavaScript.
  • Get outerHtml content of any element same like you do in jQuery/JavaScript.
  • Overrides the innerHtml and outerHtml of any elemen same like the way you do in jQuery/JavaScript.
  • List of attribtues for the each element within the iteration.
  • List of the attributes outside the iteration using main dom object.
  • Copy the attribuets of main element with the new one when outerHtml is replaced.
  • Copy the attributes inside when innerHtml content is replaced.
  • Supports the dirty bad/or dirty html templates too.
  • More features coming soon.

Note: The work is in progress. You all are welcome to contribute to make this library awesome.

About

This library is useful to parse the html templates and override the elements as well.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages