jfiveparse icon indicating copy to clipboard operation
jfiveparse copied to clipboard

A java html 5 compliant parser

Results 8 jfiveparse issues
Sort by recently updated
recently updated
newest added

As this feature has an impact to the performances, it should be provided as an option+extended input processor.

enhancement

https://developer.mozilla.org/en-US/docs/Web/API/Node/compareDocumentPosition

https://developer.mozilla.org/en-US/docs/Web/API/Node/isDefaultNamespace

https://developer.mozilla.org/en-US/docs/Web/API/Node/isConnected

https://developer.mozilla.org/en-US/docs/Web/API/Node/isEqualNode

https://developer.mozilla.org/en-US/docs/Web/API/Node#Properties https://developer.mozilla.org/en-US/docs/Web/API/Node/ownerDocument

https://developer.mozilla.org/en-US/docs/Web/API/ChildNode

See: https://developer.mozilla.org/en-US/docs/Web/API/ParentNode . Basically only Element, Document and DocumentFragment implement that interface.