|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DoctypeGenerator
Generates a new doctype declaration.
This class is where all the logic lives. You are given the old doctype declaration (if any), and based on that, get to specify what the new doctype declaration (if any) should look like.
For examples of how to use this, see the package overview.
Method Summary | |
---|---|
Doctype |
generate(Doctype oldDoctype)
Method which generates a new doctype declaration. |
Method Detail |
---|
Doctype generate(Doctype oldDoctype)
oldDoctype
- The old doctype declaration read from the InputStream.
null
if no doctype declaration was read.
null
, no new doctype decl. will be added.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |