Interface DOMParser

All Known Implementing Classes:
DOMParserImpl

public interface DOMParser
The design of DOMParser, as a class that needs to be constructed and then have its parseFromString() method called, is an unfortunate historical artifact. If we were designing this functionality today it would be a standalone function.