Home
last modified time | relevance | path

Searched refs:OccurrenceIndicator (Results 1 – 10 of 10) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/
H A DAll.java56 if (aParent.GetNodeType() != NodeType.OccurrenceIndicator) in CheckParent()
61 final OccurrenceIndicator aIndicator = (OccurrenceIndicator)aParent; in CheckParent()
H A DOccurrenceIndicator.java40 public class OccurrenceIndicator class
45 public OccurrenceIndicator ( in OccurrenceIndicator() method in OccurrenceIndicator
66 return NodeType.OccurrenceIndicator; in GetNodeType()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/
H A DINodeVisitor.java39 import org.apache.openoffice.ooxml.schema.model.complex.OccurrenceIndicator;
68 void Visit (final OccurrenceIndicator aOccurrenceIndicator); in Visit()
H A DNodeVisitorAdapter.java39 import org.apache.openoffice.ooxml.schema.model.complex.OccurrenceIndicator;
123 public void Visit (final OccurrenceIndicator aIndicator) in Visit()
H A DNodeType.java46 OccurrenceIndicator, enumConstant
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DValidatingCreator.java50 import org.apache.openoffice.ooxml.schema.model.complex.OccurrenceIndicator;
427 public void Visit (final OccurrenceIndicator aOccurrence) in Visit()
470 if (aOccurrence.GetMaximum() == OccurrenceIndicator.unbounded) in Visit()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java52 import org.apache.openoffice.ooxml.schema.model.complex.OccurrenceIndicator;
283 final OccurrenceIndicator aIndicator = new OccurrenceIndicator( in ProcessStartElement()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java54 import org.apache.openoffice.ooxml.schema.model.complex.OccurrenceIndicator;
333 public void Visit (final OccurrenceIndicator aNode) in Visit()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/
H A DCopyVisitor.java94 case OccurrenceIndicator: in Default()
H A DRequestVisitor.java111 case OccurrenceIndicator: in Default()

Completed in 39 milliseconds