Home
last modified time | relevance | path

Searched refs:AttributeGroup (Results 1 – 15 of 15) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DLogGenerator.java30 import org.apache.openoffice.ooxml.schema.model.attribute.AttributeGroup;
256 case AttributeGroup: in WriteAttribute()
260 ((AttributeGroup)aAttribute).GetName().GetDisplayName()); in WriteAttribute()
261 for (final INode aChildAttribute : ((AttributeGroup)aAttribute).GetChildren()) in WriteAttribute()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/attribute/
H A DAttributeGroup.java30 public class AttributeGroup class
33 public AttributeGroup ( in AttributeGroup() method in AttributeGroup
46 return NodeType.AttributeGroup; in GetNodeType()
H A DAttributeGroupReference.java74 public AttributeGroup GetReferencedAttributeGroup (final SchemaBase aSchemaBase) in GetReferencedAttributeGroup()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java35 import org.apache.openoffice.ooxml.schema.model.attribute.AttributeGroup;
420 private AttributeGroup ParseAttributeGroup () in ParseAttributeGroup()
425 … final AttributeGroup aGroup = new AttributeGroup(GetOptionalQualifiedName("name"), GetLocation()); in ParseAttributeGroup()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/
H A DAttributeIterator.java31 import org.apache.openoffice.ooxml.schema.model.attribute.AttributeGroup;
83 @Override public void Visit (final AttributeGroup aAttributeGroup) in CollectAttributes()
H A DAttributeNodeIterator.java30 import org.apache.openoffice.ooxml.schema.model.attribute.AttributeGroup;
84 @Override public void Visit (final AttributeGroup aAttributeGroup) in CollectAttributes()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/schema/
H A DSchema.java25 import org.apache.openoffice.ooxml.schema.model.attribute.AttributeGroup;
105 public final TypeContainer<AttributeGroup> AttributeGroups;
H A DSchemaBase.java28 import org.apache.openoffice.ooxml.schema.model.attribute.AttributeGroup;
118 public final TypeContainer<AttributeGroup> AttributeGroups;
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/
H A DINodeVisitor.java25 import org.apache.openoffice.ooxml.schema.model.attribute.AttributeGroup;
81 void Visit (final AttributeGroup attributeGroup); in Visit()
H A DNodeVisitorAdapter.java25 import org.apache.openoffice.ooxml.schema.model.attribute.AttributeGroup;
177 public void Visit (final AttributeGroup aAttributeGroup) in Visit()
H A DNodeType.java33 AttributeGroup, enumConstant
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java38 import org.apache.openoffice.ooxml.schema.model.attribute.AttributeGroup;
464 public void Visit (final AttributeGroup aNode) in Visit()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DValidatingCreator.java32 import org.apache.openoffice.ooxml.schema.model.attribute.AttributeGroup;
622 public void Visit (final AttributeGroup aNode) in Visit()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/
H A DCopyVisitor.java85 case AttributeGroup: in Default()
H A DRequestVisitor.java103 case AttributeGroup: in Default()

Completed in 71 milliseconds