Module: Java::OrgTmapiCore::Locator
Overview
Copyright: Copyright 2009 Topic Maps Lab, University of Leipzig. License: Apache License, Version 2.0
Instance Method Summary collapse
-
#value ⇒ Object
Returns the external form of the IRI.
Methods included from Superiseable
method_added, register_java_implementation, superised, superising
Instance Method Details
#value ⇒ Object
Returns the external form of the IRI. Any special character will be escaped using the escaping conventions of RFC 3987.
:call-seq:
value -> String
16 17 18 |
# File 'lib/rtm/javatmapi/core/locator.rb', line 16 def value toExternalForm end |