Class: RelaxNG (REXML::Validation)

Overview
Module Structure
Class Hierarchy
Constants
RelaxNG::INFINITY
RelaxNG::EMPTY
RelaxNG::TEXT
Instance Attributes
RelaxNG#current [RW]
RelaxNG#count [RW]
RelaxNG#references [R]
Instance Methods
RelaxNG#initialize
RelaxNG#receive
is a submodule of
module: Validation ( REXML )
includes
  Validator ( REXML::Validation )
inherits from
  Object ( Builtin-Module )
has properties
constant: INFINITY   
constant: EMPTY   
constant: TEXT   
attribute: current [RW]   
attribute: count [RW]   
attribute: references [R]   
method: initialize   
method: receive   
is defined at
#34 in rexml/validation/relaxng.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
  module: REXML
  module: Validation
class: RelaxNG     
module: Validator     

Class Hierarchy

Object ( Builtin-Module )
has properties
method: dclone   
RelaxNG ( REXML::Validation )
includes
  Validator ( REXML::Validation )
has properties
constant: INFINITY   
constant: EMPTY   
constant: TEXT   
attribute: current [RW]   
attribute: count [RW]   
attribute: references [R]   
method: initialize   
method: receive   

Constants

RelaxNG::INFINITY

#37 in rexml/validation/relaxng.rb

INFINITY = 1.0 / 0.0   

RelaxNG::EMPTY

#38 in rexml/validation/relaxng.rb

EMPTY = Event.new( nil )   

RelaxNG::TEXT

#39 in rexml/validation/relaxng.rb

TEXT = [:start_element, "text"]   

Instance Attributes

RelaxNG#current [RW]

#40 in rexml/validation/relaxng.rb

RelaxNG#count [RW]

#41 in rexml/validation/relaxng.rb

RelaxNG#references [R]

#42 in rexml/validation/relaxng.rb

Instance Methods

RelaxNG#initialize

#45 in rexml/validation/relaxng.rb

initialize

RelaxNG#receive

#121 in rexml/validation/relaxng.rb

receive