notation(name)
public
Retrieves a named notation. Only
notations declared in the
internal DTD subset can be retrieved.
Method contributed by Henrik Martensson
Show source
def notation(name)
notations.find { |notation_decl|
notation_decl.name == name
}
end