Uses of Interface
org.custommonkey.xmlunit.DoctypeSupport.Readable
-
Packages that use DoctypeSupport.Readable Package Description org.custommonkey.xmlunit Root of the XMLUnit 1.x compatibility layer. -
-
Uses of DoctypeSupport.Readable in org.custommonkey.xmlunit
Classes in org.custommonkey.xmlunit that implement DoctypeSupport.Readable Modifier and Type Class Description private static class
DoctypeSupport.IntBufferReadable
Fields in org.custommonkey.xmlunit declared as DoctypeSupport.Readable Modifier and Type Field Description private DoctypeSupport.Readable
DoctypeSupport. afterDoctype
private DoctypeSupport.Readable
DoctypeSupport. beforeDoctype
private DoctypeSupport.Readable
DoctypeSupport. decl
private DoctypeSupport.Readable
DoctypeSupport. original
Constructors in org.custommonkey.xmlunit with parameters of type DoctypeSupport.Readable Constructor 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.
-