Searched refs:SCD (Results 1 - 9 of 9) sorted by relevance
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/ |
H A D | SCDImpl.java | 28 import com.sun.xml.internal.xsom.SCD; 38 public final class SCDImpl extends SCD { 40 * SCD is fundamentally a list of steps. 45 * The original textual SCD representation.
|
H A D | Step.java | 32 import com.sun.xml.internal.xsom.SCD; 39 * Building block of {@link SCD}. 47 * 'Predicate' in SCD designates the index of the item. -1 if there's no predicate.
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/ |
H A D | ComponentImpl.java | 28 import com.sun.xml.internal.xsom.SCD; 125 return SCD.create(scd,nsContext).select(this); 133 return SCD.create(scd,nsContext).selectSingle(this);
|
H A D | SchemaImpl.java | 29 import com.sun.xml.internal.xsom.SCD; 296 return SCD.create(scd,nsContext).select(this); 304 return SCD.create(scd,nsContext).selectSingle(this);
|
H A D | SchemaSetImpl.java | 28 import com.sun.xml.internal.xsom.SCD; 233 return SCD.create(scd,nsContext).select(this); 241 return SCD.create(scd,nsContext).selectSingle(this);
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/ |
H A D | SCD.java | 42 * 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/reader/internalizer/ |
H A D | SCDBasedBindingSet.java | 44 import com.sun.xml.internal.xsom.SCD; 55 * Set of binding nodes that have target nodes specified via SCD. 61 * @see SCD 67 * customization identified by SCD. 88 * Compiled SCD. 90 private final @NotNull SCD scd; 93 * The element on which SCD was found. 98 * Bindings that apply to this SCD. 102 private Target(Target parent, Element src, SCD scd) { 134 // apply the SCD [all...] |
H A D | Internalizer.java | 50 import com.sun.xml.internal.xsom.SCD; 86 * if the SCD support is enabled, the return bindings need to be applied 114 * If true, the SCD-based target selection is supported. 123 // ... or it will be schema components by means of SCD (RI extension) 178 * the user starts specifying targets via SCD (in that case 182 * specify the target via SCD, then this parameter represents that context. 338 // SCD selector was found, but it's not activated. report an error 347 SCD.create(scdPath, new NamespaceContextImpl(bindings)) );
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/episode/ |
H A D | PluginImpl.java | 200 * Computes SCD. 203 private static final XSFunction<String> SCD = new XSFunction<String>() { field in class:PluginImpl 323 bindings.scd(schemaComponent.apply(SCD));
|
Completed in 4930 milliseconds