Class: Saxon::XdmUnhandledItem

Inherits:
Object
  • Object
show all
Defined in:
lib/saxon/xdm_value.rb

Overview

Placeholder class for Saxon Items that we haven’t gotten to yet

Instance Method Summary collapse

Constructor Details

#initialize(s9_xdm_item) ⇒ XdmUnhandledItem

Returns a new instance of XdmUnhandledItem.



121
122
123
# File 'lib/saxon/xdm_value.rb', line 121

def initialize(s9_xdm_item)
  @s9_xdm_item = s9_xdm_item
end

Instance Method Details

#to_javaObject



125
126
127
# File 'lib/saxon/xdm_value.rb', line 125

def to_java
  @s9_xdm_item
end