Package com.attribyte.parser.entry
Class UniversalParser
java.lang.Object
com.attribyte.parser.entry.UniversalParser
- All Implemented Interfaces:
Parser
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a universal parser with unknown content type.UniversalParser(String contentType) Creates a universal parser with a known content type. -
Method Summary
Modifier and TypeMethodDescriptionname()The name of the parser.parse(String content, String sourceLink, ContentCleaner contentCleaner) Parse content.
-
Constructor Details
-
UniversalParser
public UniversalParser()Creates a universal parser with unknown content type. -
UniversalParser
Creates a universal parser with a known content type.- Parameters:
contentType- The content type.
-
-
Method Details