diff options
author | ser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-06-10 02:01:04 +0000 |
---|---|---|
committer | ser <ser@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-06-10 02:01:04 +0000 |
commit | a5246fbccaf3a4afd4c9c5982b331b335b69f2ff (patch) | |
tree | 564ff1057a5341fa9b28cf03218851f8d0255f4f /lib/rexml/text.rb | |
parent | 35d79021ec3d4692b0178d5fbeb8a4c00bb0c65d (diff) | |
download | ruby-a5246fbccaf3a4afd4c9c5982b331b335b69f2ff.tar.gz ruby-a5246fbccaf3a4afd4c9c5982b331b335b69f2ff.tar.xz ruby-a5246fbccaf3a4afd4c9c5982b331b335b69f2ff.zip |
-
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rexml/text.rb')
-rw-r--r-- | lib/rexml/text.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/rexml/text.rb b/lib/rexml/text.rb index 388256ac8..3e5fcc23b 100644 --- a/lib/rexml/text.rb +++ b/lib/rexml/text.rb @@ -218,6 +218,14 @@ module REXML writer << s end + # FIXME + # This probably won't work properly + def xpath + path = @parent.xpath + path += "/text()" + return path + end + # Writes out text, substituting special characters beforehand. # +out+ A String, IO, or any other object supporting <<( String ) # +input+ the text to substitute and the write out |