Home
last modified time | relevance | path

Searched refs:Restriction (Results 1 – 19 of 19) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DStringNode.java50 final Restriction aRestriction, in ApplyRestriction()
54 Restriction.MinExclusiveBit in ApplyRestriction()
55 | Restriction.MinInclusiveBit in ApplyRestriction()
56 | Restriction.MaxExclusiveBit in ApplyRestriction()
57 | Restriction.MaxInclusiveBit)); in ApplyRestriction()
59 if (aRestriction.HasFeature(Restriction.EnumerationBit)) in ApplyRestriction()
61 …if (aRestriction.HasFeature(Restriction.LengthBit|Restriction.MinLengthBit|Restriction.MaxLengthBi… in ApplyRestriction()
88 …else if (aRestriction.HasFeature(Restriction.LengthBit|Restriction.MinLengthBit|Restriction.MaxLen… in ApplyRestriction()
233 final Restriction aRestriction) in CheckLengthRestriction()
236 if (aRestriction.HasFeature(Restriction.LengthBit)) in CheckLengthRestriction()
[all …]
H A DNumberNode.java29 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
87 final Restriction aNode, in ApplyRestriction()
90 if (aNode.HasFeature(Restriction.MinExclusiveBit)) in ApplyRestriction()
92 if (aNode.HasFeature(Restriction.MinInclusiveBit)) in ApplyRestriction()
95 if (aNode.HasFeature(Restriction.MaxExclusiveBit)) in ApplyRestriction()
97 if (aNode.HasFeature(Restriction.MaxInclusiveBit)) in ApplyRestriction()
100 if (aNode.HasFeature(Restriction.EnumerationBit)) in ApplyRestriction()
H A DBlobNode.java28 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
53 final Restriction aRestriction, in ApplyRestriction()
59 if (aRestriction.GetFeatureBits() != Restriction.LengthBit) in ApplyRestriction()
H A DISimpleTypeNode.java27 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
34 final Restriction aNode, in ApplyRestriction()
H A DDateTimeNode.java28 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
44 final Restriction aRestriction, in ApplyRestriction()
H A DUnionNode.java28 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
44 final Restriction aNode, in ApplyRestriction()
H A DSimpleTypeDescriptorFactory.java34 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
200 public void Visit (final Restriction aNode) in Visit()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java60 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
383 public void Visit (final Restriction aNode) in Visit()
390 if (aNode.HasFeature(Restriction.EnumerationBit)) in Visit()
392 if (aNode.HasFeature(Restriction.PatternBit)) in Visit()
394 if (aNode.HasFeature(Restriction.MinExclusiveBit)) in Visit()
396 if (aNode.HasFeature(Restriction.MinInclusiveBit)) in Visit()
398 if (aNode.HasFeature(Restriction.MaxInclusiveBit)) in Visit()
400 if (aNode.HasFeature(Restriction.MaxInclusiveBit)) in Visit()
402 if (aNode.HasFeature(Restriction.LengthBit)) in Visit()
404 if (aNode.HasFeature(Restriction.MinLengthBit)) in Visit()
[all …]
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DXmlNamespace.java28 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
60 final Restriction aRestriction = new Restriction( in Apply()
H A DSchemaParser.java57 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
686 private Restriction ParseRestriction (final Node aParent) in ParseRestriction()
692 final Restriction aRestriction = new Restriction( in ParseRestriction()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DRestriction.java39 public class Restriction class
52 public Restriction ( in Restriction() method in Restriction
78 return NodeType.Restriction; in GetNodeType()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/
H A DRequestVisitor.java34 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
87 @Override public void Visit (final Restriction aRestriction) in Visit()
H A DCopyVisitor.java95 case Restriction: in Default()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/
H A DINodeVisitor.java43 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
74 void Visit (final Restriction aRestriction); in Visit()
H A DNodeVisitorAdapter.java43 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
171 public void Visit (final Restriction aRestriction) in Visit()
H A DNodeType.java47 Restriction, enumConstant
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DValidatingCreator.java55 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
572 public void Visit (final Restriction aNode) in Visit()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DLogGenerator.java39 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
/trunk/main/offapi/com/sun/star/rdf/
H A DURIs.idl236 /// http://www.w3.org/2002/07/owl#Restriction

Completed in 56 milliseconds