Searched refs:derivationMethod (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSTypeDefinition.java79 * @param derivationMethod A bit combination representing a subset of {
83 * using only derivation methods from the <code>derivationMethod</code>
87 short derivationMethod);
94 * @param derivationMethod A bit combination representing a subset of {
98 * using only derivation methods from the <code>derivationMethod</code>
103 short derivationMethod);
86 derivedFromType(XSTypeDefinition ancestorType, short derivationMethod) argument
101 derivedFrom(String namespace, String name, short derivationMethod) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSComplexTypeDecl.java211 public boolean derivedFromType(XSTypeDefinition ancestor, short derivationMethod) { argument
229 public boolean derivedFrom(String ancestorNS, String ancestorName, short derivationMethod) { argument
263 * @param derivationMethod
270 int derivationMethod) {
279 && (derivationMethod == DERIVATION_RESTRICTION
280 && derivationMethod == DERIVATION_EXTENSION)) {
285 if ((derivationMethod & DERIVATION_RESTRICTION) != 0) {
287 derivationMethod, this)) {
293 if ((derivationMethod & DERIVATION_EXTENSION) != 0) {
295 derivationMethod, thi
269 isDOMDerivedFrom(String ancestorNS, String ancestorName, int derivationMethod) argument
354 isDerivedByAny(String ancestorNS, String ancestorName, int derivationMethod, XSTypeDefinition type) argument
400 isDerivedByRestriction(String ancestorNS, String ancestorName, int derivationMethod, XSTypeDefinition type) argument
462 isDerivedByExtension(String ancestorNS, String ancestorName, int derivationMethod, XSTypeDefinition type) argument
715 isDerivedFrom(String typeNamespaceArg, String typeNameArg, int derivationMethod) argument
[all...]
/openjdk7/jaxp/src/org/w3c/dom/
H A DTypeInfo.java195 * @param derivationMethod the type of derivation and conditions applied
204 * <code>1</code> for the <code>derivationMethod</code> parameter),
212 int derivationMethod);
210 isDerivedFrom(String typeNamespaceArg, String typeNameArg, int derivationMethod) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSComplexType.java44 boolean isFinal(int derivationMethod); argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDelegate.java136 public boolean derivedFrom(String namespace, String name, short derivationMethod) { argument
137 return type.derivedFrom(namespace, name, derivationMethod);
140 public boolean derivedFromType(XSTypeDefinition ancestorType, short derivationMethod) { argument
141 return type.derivedFromType(ancestorType, derivationMethod);
H A DXSSimpleTypeDecl.java2614 * @param derivationMethod
2619 public boolean isDOMDerivedFrom(String ancestorNS, String ancestorName, int derivationMethod) { argument
2628 && (((derivationMethod & DERIVATION_RESTRICTION) != 0)
2629 || (derivationMethod == DERIVATION_ANY))) {
2634 if ((derivationMethod & DERIVATION_RESTRICTION) != 0) {
2641 if ((derivationMethod & DERIVATION_LIST) != 0) {
2648 if ((derivationMethod & DERIVATION_UNION) != 0) {
2655 if (((derivationMethod & DERIVATION_EXTENSION) != 0)
2656 && (((derivationMethod & DERIVATION_RESTRICTION) == 0)
2657 && ((derivationMethod
3377 isDerivedFrom(String typeNamespaceArg, String typeNameArg, int derivationMethod) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DTypeInfoImpl.java106 public boolean isDerivedFrom(String typeNamespaceArg, String typeNameArg, int derivationMethod) { argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DComplexTypeImpl.java68 this.derivationMethod = _derivationMethod;
93 private int derivationMethod; field in class:ComplexTypeImpl
94 public int getDerivationMethod() { return derivationMethod; }
175 public boolean isFinal( int derivationMethod ) {
176 return (finalValue&derivationMethod)!=0;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DElementNSImpl.java466 int derivationMethod) {
473 typeNamespaceArg, typeNameArg, derivationMethod);
476 typeNamespaceArg, typeNameArg, derivationMethod);
465 isDerivedFrom(String typeNamespaceArg, String typeNameArg, int derivationMethod) argument
H A DAttrNSImpl.java329 int derivationMethod) {
333 typeNamespaceArg, typeNameArg, derivationMethod);
327 isDerivedFrom(String typeNamespaceArg, String typeNameArg, int derivationMethod) argument
H A DAttrImpl.java1091 int derivationMethod) {
1089 isDerivedFrom(String typeNamespaceArg, String typeNameArg, int derivationMethod) argument
H A DElementImpl.java1075 int derivationMethod) {
1073 isDerivedFrom(String typeNamespaceArg, String typeNameArg, int derivationMethod) argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java127 public boolean isDerivedFrom( String ns, String localName, int derivationMethod ) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DcomplexType.java1934 private void makeResult( int derivationMethod ) {
1949 derivationMethod,

Completed in 81 milliseconds