Current Path : /usr/local/share/ri/1.8/system/REXML/Text/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/share/ri/1.8/system/REXML/Text/cdesc-Text.yaml |
--- !ruby/object:RI::ClassDescription attributes: - !ruby/object:RI::Attribute comment: - !ruby/struct:SM::Flow::P body: If <tt>raw</tt> is true, then REXML leaves the value alone name: raw rw: RW class_methods: - !ruby/object:RI::MethodSummary name: new - !ruby/object:RI::MethodSummary name: normalize - !ruby/object:RI::MethodSummary name: read_with_substitution - !ruby/object:RI::MethodSummary name: unnormalize comment: - !ruby/struct:SM::Flow::P body: Represents text nodes in an XML document constants: - !ruby/object:RI::Constant comment: - !ruby/struct:SM::Flow::P body: The order in which the substitutions occur name: SPECIALS value: "[ /&(?!#?[\\w-]+;)/u, /</u, />/u, /\"/u, /'/u, /\\r/u ]" - !ruby/object:RI::Constant comment: name: SUBSTITUTES value: "['&', '<', '>', '"', ''', ' ']" - !ruby/object:RI::Constant comment: - !ruby/struct:SM::Flow::P body: Characters which are substituted in written strings name: SLAICEPS value: "[ '<', '>', '\"', \"'\", '&' ]" - !ruby/object:RI::Constant comment: name: SETUTITSBUS value: "[ /</u, />/u, /"/u, /'/u, /&/u ]" - !ruby/object:RI::Constant comment: name: ILLEGAL value: /(<|&(?!(#{Entity::NAME})|(#0*((?:\d+)|(?:x[a-fA-F0-9]+)));))/um - !ruby/object:RI::Constant comment: name: NUMERICENTITY value: /�*((?:\d+)|(?:x[a-fA-F0-9]+));/ - !ruby/object:RI::Constant comment: name: REFERENCE value: /#{Entity::REFERENCE}/ - !ruby/object:RI::Constant comment: name: EREFERENCE value: /&(?!#{Entity::NAME};)/ full_name: REXML::Text includes: - !ruby/object:RI::IncludedModule name: Comparable instance_methods: - !ruby/object:RI::MethodSummary name: "<<" - !ruby/object:RI::MethodSummary name: <=> - !ruby/object:RI::MethodSummary name: clone - !ruby/object:RI::MethodSummary name: empty? - !ruby/object:RI::MethodSummary name: indent_text - !ruby/object:RI::MethodSummary name: inspect - !ruby/object:RI::MethodSummary name: node_type - !ruby/object:RI::MethodSummary name: to_s - !ruby/object:RI::MethodSummary name: value - !ruby/object:RI::MethodSummary name: value= - !ruby/object:RI::MethodSummary name: wrap - !ruby/object:RI::MethodSummary name: write - !ruby/object:RI::MethodSummary name: write_with_substitution - !ruby/object:RI::MethodSummary name: xpath name: Text superclass: Child