class XML::SAX::Entities

Defined in:

sax/entities.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def add(parameter : Bool, name : String, value : String | Nil, public_id : String | Nil, system_id : String | Nil, notation_name : String | Nil, location : Location | Nil) : Entity #

[View source]
def expanding?(entity : Entity, &) : Bool #

[View source]
def general?(name : String) : Entity | Nil #

[View source]
def parameter?(name : String) : Entity | Nil #

[View source]