Class: REXML::Validation::Sequence
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
State
|
|
Instance Chain:
self,
State
|
|
Inherits: |
REXML::Validation::State
|
Defined in: | lib/rexml/validation/relaxng.rb |
Class Method Summary
Instance Attribute Summary
State - Inherited
Instance Method Summary
State - Inherited
Constructor Details
This class inherits a constructor from REXML::Validation::State
Instance Method Details
#matches?(event) ⇒ Boolean
# File 'lib/rexml/validation/relaxng.rb', line 253
def matches?(event) @events[@current].matches?( event ) end