W3cubDocs

/Crystal

struct XML::Namespace

Defined in:

xml/namespace.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(document : Node, ns : Pointer(LibXML::NS))Source

Instance Method Detail

def document : NodeSource

def hash(hasher)Source

def hrefSource

def inspect(io : IO) : NilSource

Description copied from struct Struct

Appends this struct's name and instance variables names and values to the given IO.

struct Point
  def initialize(@x : Int32, @y : Int32)
  end
end

p1 = Point.new 1, 2
p1.to_s    # "Point(@x=1, @y=2)"
p1.inspect # "Point(@x=1, @y=2)"

def object_idSource

def prefixSource

def to_s(io : IO) : NilSource

Description copied from struct Struct

Same as #inspect(io).

© 2012–2020 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.35.1/XML/Namespace.html