Searched refs:aRestriction (Results 1 – 9 of 9) sorted by relevance
50 final Restriction aRestriction, in ApplyRestriction() argument53 assert( ! aRestriction.HasFeature( in ApplyRestriction()59 if (aRestriction.HasFeature(Restriction.EnumerationBit)) in ApplyRestriction()74 else if (aRestriction.HasFeature(Restriction.PatternBit)) in ApplyRestriction()76 msPattern = aRestriction.GetPattern(); in ApplyRestriction()90 if (aRestriction.HasFeature(Restriction.LengthBit)) in ApplyRestriction()100 assert(aRestriction.GetFeatureBits() == 0); in ApplyRestriction()233 final Restriction aRestriction) in CheckLengthRestriction() argument236 if (aRestriction.HasFeature(Restriction.LengthBit)) in CheckLengthRestriction()237 return nValueLength == aRestriction.GetLength(); in CheckLengthRestriction()[all …]
53 final Restriction aRestriction, in ApplyRestriction() argument56 if (aRestriction.GetFeatureBits() == 0) in ApplyRestriction()59 if (aRestriction.GetFeatureBits() != Restriction.LengthBit) in ApplyRestriction()60 throw new RuntimeException("unsupported restriction on blob: "+aRestriction); in ApplyRestriction()62 mnLengthRestriction = aRestriction.GetLength(); in ApplyRestriction()
44 final Restriction aRestriction, in ApplyRestriction() argument47 if (aRestriction.GetFeatureBits() == 0) in ApplyRestriction()49 System.out.println(aRestriction); in ApplyRestriction()
692 final Restriction aRestriction = new Restriction( in ParseRestriction() local706 aRestriction.AddEnumeration(sValue); in ParseRestriction()710 aRestriction.SetMinInclusive(sValue); in ParseRestriction()714 aRestriction.SetMinExclusive(sValue); in ParseRestriction()718 aRestriction.SetMaxInclusive(sValue); in ParseRestriction()722 aRestriction.SetMaxExclusive(sValue); in ParseRestriction()726 aRestriction.SetLength(sValue); in ParseRestriction()730 aRestriction.SetMinLength(sValue); in ParseRestriction()734 aRestriction.SetMaxLength(sValue); in ParseRestriction()738 aRestriction.SetPattern(sValue); in ParseRestriction()[all …]
60 final Restriction aRestriction = new Restriction( in Apply() local64 aRestriction.AddEnumeration("default"); in Apply()65 aRestriction.AddEnumeration("preserve"); in Apply()66 aType.AddChild(aRestriction); in Apply()
87 @Override public void Visit (final Restriction aRestriction) in Visit() argument89 maSchemaOptimizer.RequestType(aRestriction.GetBaseType()); in Visit()
171 public void Visit (final Restriction aRestriction) in Visit() argument173 Default(aRestriction); in Visit()
74 void Visit (final Restriction aRestriction); in Visit() argument
563 SvXMLElementExport aRestriction( rExport, in lcl_exportDataType() local
Completed in 25 milliseconds