# File lib/libxml/schema.rb, line 52
def
find_by_prefix
(
prefix
)
find
{
|
n
|
n
.
prefix
==
prefix
}
end