class XML::SAX::Entity

Defined in:

sax/entities.cr

Instance Method Summary

Instance Method Detail

def external? : Bool #

[View source]
def general? : Bool #

[View source]
def internal? : Bool #

[View source]
def location : Location #

[View source]
def location? : Location | Nil #

[View source]
def name : String #

[View source]
def notation_name : String #

[View source]
def notation_name? : String | Nil #

[View source]
def parameter? : Bool #

[View source]
def parsed? : Bool #

[View source]
def public_id : String #

[View source]
def public_id? : String | Nil #

[View source]
def system_id : String #

[View source]
def system_id? : String | Nil #

[View source]
def unparsed? : Bool #

[View source]
def value : String #

[View source]
def value? : String | Nil #

[View source]