Searched defs:getElementsByName (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLDocument.java181 public NodeList getElementsByName(String elementName); method in interface:HTMLDocument
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DScope.java413 public Iterable<Symbol> getElementsByName(Name name) { method in class:Scope
414 return getElementsByName(name, noFilter);
417 public Iterable<Symbol> getElementsByName(final Name name, final Filter<Symbol> sf) { method in class:Scope
660 public Iterable<Symbol> getElementsByName(final Name name, final Filter<Symbol> sf) { method in class:Scope.CompoundScope
665 return s.getElementsByName(name, sf).iterator();

Completed in 226 milliseconds