module REXML::StreamListener
def entitydecl content
["open-hatch", "PUBLIC", "-//Textuality//TEXT Standard open-hatch boilerplate//EN", "http://www.textuality.com/boilerplate/OpenHatch.xml"]
["open-hatch", "SYSTEM", "http://www.textuality.com/boilerplate/OpenHatch.xml"]
["WhatHeSaid", "He said %YN;"]
["YN", "Yes", "%"]
["YN", "\"Yes\"", "%"]
returns (example, result):
declaration. It can be in a number of formats, but in general it
The argument passed to this method is an array of the entity
def entitydecl content end