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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DSCD.java42 * Schema Component Designator (SCD).
45 * SCD for schema is what XPath is for XML. SCD allows you to select a schema component(s)
54 public abstract class SCD { class
57 * Parses the string representation of SCD.
61 * structure, so this is useful when you plan to use the same SCD against
65 * If you want to evaluate SCD just once, use {@link XSComponent#select} methods.
68 * the string representation of SCD, such as "/foo/bar".
71 * to resolve prefixes in the SCD to the namespace URI.
73 public static SCD creat
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/episode/
H A DPluginImpl.java200 * Computes SCD.
203 private static final XSFunction<String> SCD = new XSFunction<String>() { field in class:PluginImpl
323 bindings.scd(schemaComponent.apply(SCD));

Completed in 190 milliseconds