Searched defs:getAttribute (Results 1 - 3 of 3) sorted by relevance

/lucene-3.6.0/lucene/contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/
H A DDOMUtils.java57 String v = e.getAttribute(name);
113 String result=element.getAttribute(attributeName);
156 public static String getAttribute(Element element, String attributeName, String deflt) method in class:DOMUtils
158 String result=element.getAttribute(attributeName);
165 public static float getAttribute(Element element, String attributeName, float deflt) method in class:DOMUtils
167 String result=element.getAttribute(attributeName);
175 public static int getAttribute(Element element, String attributeName, int deflt) method in class:DOMUtils
177 String result=element.getAttribute(attributeName);
185 public static boolean getAttribute(Element element, String attributeName, method in class:DOMUtils
188 String result = element.getAttribute(attributeNam
[all...]
/lucene-3.6.0/solr/core/src/java/org/apache/solr/core/
H A DJmxMonitoredMap.java251 public Object getAttribute(String attribute) method in class:JmxMonitoredMap.SolrDynamicMBean
282 list.add(new Attribute(attribute, getAttribute(attribute)));
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/util/
H A DAttributeSource.java235 * You should always retrieve the wanted attributes using {@link #getAttribute} after adding
305 public <A extends Attribute> A getAttribute(Class<A> attClass) { method in class:AttributeSource

Completed in 13 milliseconds