Module EimXML::Parser::RE
In: lib/eim_xml/parser.rb

Constants

EMPTY_ELEMENT = /<([^>]*?)\/>/
START_TAG = /<([^>]*?([^\/>]\s*))>/
END_TAG = /<\/(\S+?)\s*>/
ATTRIBUTE = /\s+([^=\s]+)\s*=\s*('(.*?)'|"(.*?)")/m
STRING = /[^<]+/

[Validate]