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

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DFacetImpl.java57 visitor.facet(this);
60 return function.facet(this);
H A DRestrictionSimpleTypeImpl.java55 public void addFacet( XSFacet facet ) {
56 facets.add(facet);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/visitor/
H A DXSFunction.java56 T facet( XSFacet facet ); method in interface:XSFunction
H A DXSVisitor.java52 void facet( XSFacet facet ); method in interface:XSVisitor
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/util/
H A DComponentNameFunction.java108 * @see com.sun.xml.internal.xsom.visitor.XSFunction#facet(XSFacet)
110 public String facet(XSFacet facet) { argument
111 String name = facet.getName();
113 return name + " " + nameGetter.facet( facet );
H A DXSFunctionFilter.java93 public T facet(XSFacet facet) { argument
94 return core.facet(facet);
H A DNameGetter.java110 public String facet(XSFacet facet) { argument
111 return localize("facet");
H A DXSFinder.java112 * @see com.sun.xml.internal.xsom.visitor.XSFunction#facet(com.sun.xml.internal.xsom.XSFacet)
114 public Boolean facet(XSFacet facet) { argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAbstractTraverser.java285 String facet;
296 facet = DOMUtil.getLocalName(content);
297 if (facet.equals(SchemaSymbols.ELT_ENUMERATION)) {
300 // The facet can't be used if the value is missing. Ignore
301 // this facet element.
329 // Ignore this facet, to avoid instance validation problems
363 else if (facet.equals(SchemaSymbols.ELT_PATTERN)) {
367 // The facet can't be used if the value is missing. Ignore
368 // this facet element.
409 if (facet
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DSimpleType_Restriction.java52 private XSFacet facet; field in class:SimpleType_Restriction
80 result.addFacet(facet);
156 NGCCHandler h = new facet(this, super._source, $runtime, 433);
168 NGCCHandler h = new facet(this, super._source, $runtime, 432);
462 facet = ((XSFacet)$__result__);
469 facet = ((XSFacet)$__result__);
H A Dfacet.java45 class facet extends NGCCHandler { class in inherits:NGCCHandler
60 public facet(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) { method in class:facet
66 public facet(NGCCRuntimeEx runtime) { method in class:facet
73 annotation, locator, fa, $localName/*name of the facet*/,
H A DcomplexType.java50 private XSFacet facet; field in class:complexType
154 contentSimpleType.addFacet(facet);
285 NGCCHandler h = new facet(this, super._source, $runtime, 57);
516 NGCCHandler h = new facet(this, super._source, $runtime, 56);
1776 facet = ((XSFacet)$__result__);
1828 facet = ((XSFacet)$__result__);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_it.properties40 dt-whitespace = Spazio vuoto non disponibile come valore di facet per il simpleType di unione ''{0}''
96 cvc-enumeration-valid = cvc-enumeration-valid: il valore "{0}" non \u00E8 valido come facet rispetto all''enumerazione "{1}". Deve essere un valore dell''enumerazione.
101 cvc-length-valid = cvc-length-valid: il valore "{0}" con lunghezza = "{1}" non \u00E8 valido come facet rispetto alla lunghezza "{2}" per il tipo "{3}".
102 cvc-maxExclusive-valid = cvc-maxExclusive-valid: il valore "{0}" non \u00E8 valido come facet rispetto a maxExclusive "{1}" per il tipo ''{2}''.
103 cvc-maxInclusive-valid = cvc-maxInclusive-valid: il valore "{0}" non \u00E8 valido come facet rispetto a maxInclusive "{1}" per il tipo ''{2}''.
104 cvc-maxLength-valid = cvc-maxLength-valid: il valore "{0}" con lunghezza = "{1}" non \u00E8 valido come facet rispetto a maxLength "{2}" per il tipo "{3}".
105 cvc-minExclusive-valid = cvc-minExclusive-valid: il valore "{0}" non \u00E8 valido come facet rispetto a minExclusive "{1}" per il tipo ''{2}''.
106 cvc-minInclusive-valid = cvc-minInclusive-valid: il valore "{0}" non \u00E8 valido come facet rispetto a minExclusive "{1}" per il tipo ''{2}''.
107 cvc-minLength-valid = cvc-minLength-valid: il valore "{0}" con lunghezza = "{1}" non \u00E8 valido come facet rispetto a minLength "{2}" per il tipo "{3}".
108 cvc-pattern-valid = cvc-pattern-valid: il valore "{0}" non \u00E8 valido come facet rispett
[all...]
H A DXMLSchemaMessages_pt_BR.properties166 src-single-facet-value = src-single-facet-value: O aspecto ''{0}'' foi definido mais de uma vez.
H A DXMLSchemaMessages_de.properties166 src-single-facet-value = src-single-facet-value: Facet "{0}" ist mehrmals definiert.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DClassBinderFilter.java83 public CElement facet(XSFacet xsFacet) { method in class:ClassBinderFilter
84 return core.facet(xsFacet);
H A DRefererFinder.java134 public void facet(XSFacet facet) {} argument
H A DColorBinder.java78 public final void facet(XSFacet xsFacet) { method in class:ColorBinder
H A DSimpleTypeBuilder.java431 // if the type itself doesn't have the enumeration facet,
642 * if constant names couldn't be generated, return a reference to that enum facet.
651 for( XSFacet facet : type.getDeclaredFacets(XSFacet.FACET_ENUMERATION)) {
653 String mdoc=builder.getBindInfo(facet).getDocumentation();
655 if(!enums.add(facet.getValue().value))
663 String facetValue = facet.getValue().value;
666 // look at the one attached to the facet object
667 mem = builder.getBindInfo(facet).get(BIEnumMember.class);
690 if(errorRef!=null) errorRef[0] = facet;
694 memberList.add(new CEnumConstant(name,mdoc,facet
[all...]
H A DUnusedCustomizationChecker.java192 public void facet(XSFacet facet) { argument
193 check(facet);
H A DDefaultClassBinder.java352 public CClassInfo facet(XSFacet decl) { method in class:DefaultClassBinder
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DAbstractAxisImpl.java131 public Iterator<T> facet(XSFacet facet) { argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DSchemaWriter.java313 facet( (XSFacet)itr.next() );
319 public void facet( XSFacet facet ) { method in class:SchemaWriter
321 facet.getName(), facet.getValue()));
H A DSchemaTreeTraverser.java642 facet((XSFacet) itr.next());
649 * @see com.sun.xml.internal.xsom.visitor.XSVisitor#facet(com.sun.xml.internal.xsom.XSFacet)
651 public void facet(XSFacet facet) { argument
653 "{0} value=\"{1}\"", new Object[]{facet.getName(),
654 facet.getValue(), }),
655 facet.getLocator());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/episode/
H A DPluginImpl.java244 public String facet(XSFacet facet) {

Completed in 287 milliseconds

12