Module: REXML (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Constants
REXML::COPYRIGHT
REXML::VERSION
REXML::DATE
REXML::REVISION
REXML::Copyright
REXML::Version
is a submodule of
module: <Toplevel Module>   
is modularized into
class: AttlistDecl   
class: Attribute   
class: CData   
class: Child   
class: Comment   
class: DocType   
class: Declaration   
class: ElementDecl   
class: ExternalEntity   
class: NotationDecl   
class: Document   
module: DTD   
class: Element   
class: Elements   
class: Attributes   
module: Encoding   
module: Formatters   
module: Functions   
class: Instruction   
module: Light   
module: Namespace   
module: Node   
class: Output   
class: Parent   
class: ParseException   
module: Parsers   
class: QuickPath   
module: SAX2Listener   
class: SourceFactory   
class: Source   
class: IOSource   
module: StreamListener   
class: SyncEnumerator   
class: Text   
class: UndefinedNamespaceException   
module: Validation   
class: XMLDecl   
module: XMLTokens   
class: XPath   
class: XPathParser   
has properties
constant: COPYRIGHT   
constant: VERSION   
constant: DATE   
constant: REVISION   
constant: Copyright   
constant: Version   
is defined at
#5 in rexml/attlistdecl.rb  
#4 in rexml/attribute.rb  
#3 in rexml/cdata.rb  
#3 in rexml/child.rb  
#3 in rexml/comment.rb  
#8 in rexml/doctype.rb  
#14 in rexml/document.rb  
#2 in rexml/dtd/attlistdecl.rb  
#8 in rexml/dtd/dtd.rb  
#2 in rexml/dtd/elementdecl.rb  
#2 in rexml/dtd/entitydecl.rb  
#2 in rexml/dtd/notationdecl.rb  
#8 in rexml/element.rb  
#2 in rexml/encoding.rb  
#4 in rexml/encodings/CP-1252.rb  
#1 in rexml/encodings/EUC-JP.rb  
#4 in rexml/encodings/ICONV.rb  
#3 in rexml/encodings/ISO-8859-1.rb  
#4 in rexml/encodings/ISO-8859-15.rb  
#1 in rexml/encodings/SHIFT-JIS.rb  
#1 in rexml/encodings/UNILE.rb  
#1 in rexml/encodings/US-ASCII.rb  
#1 in rexml/encodings/UTF-16.rb  
#1 in rexml/encodings/UTF-8.rb  
#1 in rexml/formatters/default.rb  
#3 in rexml/formatters/pretty.rb  
#3 in rexml/formatters/transitive.rb  
#1 in rexml/functions.rb  
#4 in rexml/instruction.rb  
#12 in rexml/light/node.rb  
#3 in rexml/namespace.rb  
#5 in rexml/node.rb  
#3 in rexml/output.rb  
#3 in rexml/parent.rb  
#1 in rexml/parseexception.rb  
#6 in rexml/parsers/baseparser.rb  
#5 in rexml/parsers/lightparser.rb  
#7 in rexml/parsers/pullparser.rb  
#6 in rexml/parsers/sax2parser.rb  
#1 in rexml/parsers/streamparser.rb  
#4 in rexml/parsers/treeparser.rb  
#4 in rexml/parsers/ultralightparser.rb  
#4 in rexml/parsers/xpathparser.rb  
#4 in rexml/quickpath.rb  
#24 in rexml/rexml.rb  
#1 in rexml/sax2listener.rb  
#3 in rexml/source.rb  
#1 in rexml/streamlistener.rb  
#1 in rexml/syncenumerator.rb  
#7 in rexml/text.rb  
#2 in rexml/undefinednamespaceexception.rb  
#4 in rexml/validation/relaxng.rb  
#3 in rexml/validation/validation.rb  
#1 in rexml/validation/validationexception.rb  
#4 in rexml/xmldecl.rb  
#1 in rexml/xmltokens.rb  
#4 in rexml/xpath.rb  
#30 in rexml/xpath_parser.rb  

Overview

Module Structure

  module: <Toplevel Module>
✗ module: REXML
class: AttlistDecl     
class: Attribute     
class: CData     
class: Child     
class: Comment     
class: DocType     
class: Declaration     
class: ElementDecl     
class: ExternalEntity     
class: NotationDecl     
class: Document     
module: DTD     
class: Element     
class: Elements     
class: Attributes     
module: Encoding     
module: Formatters     
module: Functions     
class: Instruction     
module: Light     
module: Namespace     
module: Node     
class: Output     
class: Parent     
class: ParseException     
module: Parsers     
class: QuickPath     
module: SAX2Listener     
class: SourceFactory     
class: Source     
class: IOSource     
module: StreamListener     
class: SyncEnumerator     
class: Text     
class: UndefinedNamespaceException     
module: Validation     
class: XMLDecl     
module: XMLTokens     
class: XPath     
class: XPathParser     

Class Hierarchy

Object ( Builtin-Module )
Exception ( Builtin-Module )
Hash ( Builtin-Module )
  Attributes ( REXML )   
Attribute ( REXML )
Child ( REXML )
AttlistDecl ( REXML )
Comment ( REXML )
Declaration ( REXML )
  ElementDecl     
ExternalEntity ( REXML )
NotationDecl ( REXML )
Instruction ( REXML )
Parent ( REXML )
DocType ( REXML )
Element ( REXML )
  Document     
Text ( REXML )
  CData     
XMLDecl ( REXML )
Elements ( REXML )
Output ( REXML )
QuickPath ( REXML )
SourceFactory ( REXML )
Source ( REXML )
  IOSource     
SyncEnumerator ( REXML )
XPath ( REXML )
XPathParser ( REXML )

Constants

REXML::COPYRIGHT

#25 in rexml/rexml.rb

COPYRIGHT = "Copyright \xC2\xA9 2001-2006 Sean Russell <ser@germane-software.com>"   

REXML::VERSION

#26 in rexml/rexml.rb

VERSION = "3.1.7.3"   

REXML::DATE

#27 in rexml/rexml.rb

DATE = "2007/275"   

REXML::REVISION

#28 in rexml/rexml.rb

REVISION = "$Revision: 22842 $".gsub(/\$Revision:|\$/,'').strip   

REXML::Copyright

#30 in rexml/rexml.rb

Copyright = COPYRIGHT   

REXML::Version

#31 in rexml/rexml.rb

Version = VERSION