Searched defs:selectSingle (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DSCD.java124 public final XSComponent selectSingle(XSComponent contextNode) { method in class:SCD
138 public final XSComponent selectSingle(XSSchemaSet contextNode) { method in class:SCD
H A DXSComponent.java160 XSComponent selectSingle(String scd, NamespaceContext nsContext); method in interface:XSComponent
H A DXSSchemaSet.java114 XSComponent selectSingle(String scd, NamespaceContext nsContext); method in interface:XSSchemaSet
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DComponentImpl.java131 public XSComponent selectSingle(String scd, NamespaceContext nsContext) { method in class:ComponentImpl
133 return SCD.create(scd,nsContext).selectSingle(this);
H A DSchemaImpl.java302 public XSComponent selectSingle(String scd, NamespaceContext nsContext) { method in class:SchemaImpl
304 return SCD.create(scd,nsContext).selectSingle(this);
H A DSchemaSetImpl.java239 public XSComponent selectSingle(String scd, NamespaceContext nsContext) { method in class:SchemaSetImpl
241 return SCD.create(scd,nsContext).selectSingle(this);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DProperties.java179 public Property selectSingle(PropertyMatcher matcher) { method in class:Properties
220 public T selectSingle(final String name, final String value) { method in class:Properties.PropertySelector
221 return selectSingle(new StringPropertyMatcher(name, value));
224 public T selectSingle(PropertyMatcher matcher) { method in class:Properties.PropertySelector
227 Property p = t.getProperties().selectSingle(matcher);
243 Property p = t.getProperties().selectSingle(matcher);

Completed in 47 milliseconds