struct XML::Location

Defined in:

location.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(line : Int32, column : Int32) #

[View source]

Instance Method Detail

def column : Int32 #

[View source]
def column=(column : Int32) #

[View source]
def line : Int32 #

[View source]
def line=(line : Int32) #

[View source]
def update(char : Char) : Nil #

[View source]