# File lib/libxml/schema.rb, line 48
def
find_by_href
(
href
)
find
{
|
n
|
n
.
href
==
href
}
end