Class: Saxon::XDM::UnhandledItem
- Inherits:
-
Object
- Object
- Saxon::XDM::UnhandledItem
- Defined in:
- lib/saxon/xdm/value.rb
Overview
Placeholder class for Saxon Items that we haven’t gotten to yet
Instance Method Summary collapse
-
#initialize(s9_xdm_item) ⇒ UnhandledItem
constructor
A new instance of UnhandledItem.
-
#to_java ⇒ Object
Return the underlying s9api XdmItem.
Constructor Details
#initialize(s9_xdm_item) ⇒ UnhandledItem
Returns a new instance of UnhandledItem.
151 152 153 |
# File 'lib/saxon/xdm/value.rb', line 151 def initialize(s9_xdm_item) @s9_xdm_item = s9_xdm_item end |
Instance Method Details
#to_java ⇒ Object
Return the underlying s9api XdmItem
156 157 158 |
# File 'lib/saxon/xdm/value.rb', line 156 def to_java @s9_xdm_item end |