Uses of Interface
org.custommonkey.xmlunit.DoctypeSupport.Readable
Packages that use DoctypeSupport.Readable
-
Uses of DoctypeSupport.Readable in org.custommonkey.xmlunit
Classes in org.custommonkey.xmlunit that implement DoctypeSupport.ReadableFields in org.custommonkey.xmlunit declared as DoctypeSupport.ReadableModifier and TypeFieldDescriptionprivate DoctypeSupport.Readable
DoctypeSupport.afterDoctype
private DoctypeSupport.Readable
DoctypeSupport.beforeDoctype
private DoctypeSupport.Readable
DoctypeSupport.decl
private final DoctypeSupport.Readable
DoctypeSupport.original
Constructors in org.custommonkey.xmlunit with parameters of type DoctypeSupport.ReadableModifierConstructorDescription(package private)
DoctypeSupport
(String name, String systemId, DoctypeSupport.Readable original, boolean characters, String encoding) Encapsulates a DOCTYPE declaration for the given name and system id.