Package | Description |
---|---|
org.custommonkey.xmlunit |
Root of the XMLUnit 1.x compatibility layer.
|
Modifier and Type | Class and Description |
---|---|
private static class |
DoctypeSupport.IntBufferReadable |
Modifier and Type | Field and Description |
---|---|
private DoctypeSupport.Readable |
DoctypeSupport.afterDoctype |
private DoctypeSupport.Readable |
DoctypeSupport.beforeDoctype |
private DoctypeSupport.Readable |
DoctypeSupport.decl |
private DoctypeSupport.Readable |
DoctypeSupport.original |
Constructor and Description |
---|
DoctypeSupport(java.lang.String name,
java.lang.String systemId,
DoctypeSupport.Readable original,
boolean characters,
java.lang.String encoding)
Encapsulates a DOCTYPE declaration for the given name and system id.
|