Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
xml
main
XML
Chars
DOM
Attribute
CDataSection
CharacterData
ChildNode
Comment
Document
DocumentFragment
DocumentType
Element
Attributes
Entity
EntityReference
Error
Node
NonDocumentTypeChildNode
NonElementParentNode
Notation
ParentNode
Parser
ProcessingInstruction
Text
XMLDocument
Location
SAX
ElementDecl
Any
Children
Choice
Empty
Mixed
Name
Quantifier
Seq
Entities
Entity
Error
Handlers
NormalizeEOL
Generated using Crystal 1.16.3
2025-10-09 19:01:15 UTC
struct
XML::
Location
XML::Location
Struct
Value
Object
Defined in:
location.cr
Constructors
.new
(line : Int32, column : Int32)
Instance Method Summary
#column
: Int32
#column=
(column : Int32)
#line
: Int32
#line=
(line : Int32)
#update
(char : Char) : Nil
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
]