Sha256: 8df2edf2baed47039ed5da6a17dbc5bc568ccb70b81d5d05aa07a1d22861b11c
Contents?: true
Size: 248 Bytes
Versions: 54
Compression:
Stored size: 248 Bytes
Contents
package nokogiri.internals; /** * Interface for receiving xmlDecl information. * * @author Patrick Mahoney <pat@polycrystal.org> */ public interface XmlDeclHandler { public void xmlDecl(String version, String encoding, String standalone); }
Version data entries
54 entries across 54 versions & 2 rubygems