Searched refs:XSNotation (Results 1 - 25 of 25) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSNotation.java34 public interface XSNotation extends XSDeclaration { interface in inherits:XSDeclaration
H A DXSSchema.java103 * Gets all the {@link XSNotation}s in this schema.
105 Map<String,XSNotation> getNotations();
106 Iterator<XSNotation> iterateNotations();
107 XSNotation getNotation(String localName);
H A DXSSchemaSet.java74 Iterator<XSNotation> iterateNotations();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DNotationImpl.java28 import com.sun.xml.internal.xsom.XSNotation;
39 public class NotationImpl extends DeclarationImpl implements XSNotation {
H A DSchemaImpl.java38 import com.sun.xml.internal.xsom.XSNotation;
160 private final Map<String,XSNotation> notations = new HashMap<String,XSNotation>();
161 private final Map<String,XSNotation> notationsView = Collections.unmodifiableMap(notations);
162 public void addNotation( XSNotation newDecl ) {
165 public Map<String,XSNotation> getNotations() {
168 public XSNotation getNotation( String name ) {
171 public Iterator<XSNotation> iterateNotations() {
H A DSchemaSetImpl.java41 import com.sun.xml.internal.xsom.XSNotation;
215 public Iterator<XSNotation> iterateNotations() {
216 return new Iterators.Map<XSNotation,XSSchema>(iterateSchema()) {
217 protected Iterator<XSNotation> apply(XSSchema u) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/visitor/
H A DXSFunction.java34 import com.sun.xml.internal.xsom.XSNotation;
57 T notation( XSNotation notation );
H A DXSVisitor.java34 import com.sun.xml.internal.xsom.XSNotation;
53 void notation( XSNotation notation );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DColorBinder.java36 import com.sun.xml.internal.xsom.XSNotation;
82 public final void notation(XSNotation xsNotation) {
H A DClassBinderFilter.java40 import com.sun.xml.internal.xsom.XSNotation;
87 public CElement notation(XSNotation xsNotation) {
H A DRefererFinder.java46 import com.sun.xml.internal.xsom.XSNotation;
135 public void notation(XSNotation notation) {}
H A DUnusedCustomizationChecker.java51 import com.sun.xml.internal.xsom.XSNotation;
196 public void notation(XSNotation notation) {
H A DDefaultClassBinder.java66 import com.sun.xml.internal.xsom.XSNotation;
347 public CClassInfo notation(XSNotation not) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DAbstractAxisImpl.java40 import com.sun.xml.internal.xsom.XSNotation;
135 public Iterator<T> notation(XSNotation notation) {
H A DAxis.java41 import com.sun.xml.internal.xsom.XSNotation;
489 public static final Axis<XSNotation> NOTATION = new AbstractAxisImpl<XSNotation>() {
490 public Iterator<XSNotation> schema(XSSchema schema) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/util/
H A DComponentNameFunction.java38 import com.sun.xml.internal.xsom.XSNotation;
117 * @see com.sun.xml.internal.xsom.visitor.XSFunction#notation(XSNotation)
119 public String notation(XSNotation notation) {
H A DNameGetter.java42 import com.sun.xml.internal.xsom.XSNotation;
142 public String notation( XSNotation n ) {
H A DXSFinder.java39 import com.sun.xml.internal.xsom.XSNotation;
119 * @see com.sun.xml.internal.xsom.visitor.XSFunction#notation(com.sun.xml.internal.xsom.XSNotation)
121 public Boolean notation(XSNotation notation) {
H A DXSFunctionFilter.java38 import com.sun.xml.internal.xsom.XSNotation;
97 public T notation(XSNotation notation) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/episode/
H A DPluginImpl.java61 import com.sun.xml.internal.xsom.XSNotation;
248 public String notation(XSNotation notation) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIProperty.java68 import com.sun.xml.internal.xsom.XSNotation;
712 public XSComponent notation(XSNotation xsNotation) { throw new IllegalStateException(); }
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DSchemaWriter.java40 import com.sun.xml.internal.xsom.XSNotation;
324 public void notation( XSNotation notation ) {
H A DSchemaTreeTraverser.java40 import com.sun.xml.internal.xsom.XSNotation;
660 * @see com.sun.xml.internal.xsom.visitor.XSVisitor#notation(com.sun.xml.internal.xsom.XSNotation)
662 public void notation(XSNotation notation) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A Dnotation.java479 private XSNotation makeResult() {
H A DSchema.java58 private XSNotation notation;
1214 notation = ((XSNotation)$__result__);
1285 notation = ((XSNotation)$__result__);

Completed in 109 milliseconds