Home
last modified time | relevance | path

Searched refs:maSchemaBase (Results 1 – 9 of 9) sorted by relevance

/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java85 maSchemaBase = aSchemaBase; in SchemaParser()
188 maSchemaBase.Namespaces.ProvideNamespace(sURI, sPrefix); in ProcessSchemaTag()
192 maSchemaBase.Namespaces.ProvideNamespace(msTargetNamespace, null); in ProcessSchemaTag()
230 maSchemaBase.Attributes.Add(ParseAttribute()); in ProcessTopLevelStartElement()
234 maSchemaBase.AttributeGroups.Add(ParseAttributeGroup()); in ProcessTopLevelStartElement()
238 maSchemaBase.ComplexTypes.Add(ParseComplexType()); in ProcessTopLevelStartElement()
245 maSchemaBase.TopLevelElements.Add(aElement); in ProcessTopLevelStartElement()
249 maSchemaBase.Groups.Add(ParseGroup(null)); in ProcessTopLevelStartElement()
261 maSchemaBase.SimpleTypes.Add(ParseSimpleType(null)); in ProcessTopLevelStartElement()
914 XmlNamespace.Apply(maSchemaBase); in ParseImport()
[all …]
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/
H A DSchemaReader.java77 maSchemaBase = new SchemaBase(); in SchemaReader()
221 maOptimizedSchemaBase = maSchemaBase.GetOptimizedSchema(maTopLevelSchemas.values()); in Run()
259 final Schema aSchema = new Schema(sMainSchemaShortname, maSchemaBase); in ParseSchemaFiles()
277 maSchemaBase.ComplexTypes.GetCount(), in ParseSchemaFiles()
278 maSchemaBase.SimpleTypes.GetCount()); in ParseSchemaFiles()
299 … final SchemaParser aParser = new SchemaParser(new File(sSchemaFilename), aSchema, maSchemaBase); in ParseSchemaFile()
377 LogGenerator.Write(aOutputFile, maSchemaBase, maTopLevelSchemas.values()); in WriteSchema()
501 private final SchemaBase maSchemaBase; field in SchemaReader
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DCreatorBase.java44 maSchemaBase = aSchemaBase; in CreatorBase()
78 for (final INode aNode : new DereferencingNodeIterator(aRoot, maSchemaBase, true)) in CollectAttributes()
79 for (final Attribute aAttribute : new AttributeIterator(aNode, maSchemaBase)) in CollectAttributes()
106 for (final Attribute aAttribute : new AttributeIterator(aNode, maSchemaBase)) in ProcessAttributes()
118 protected final SchemaBase maSchemaBase; field in CreatorBase
H A DNonValidatingCreator.java65 for (final ComplexType aComplexType : maSchemaBase.ComplexTypes.GetSorted()) in Create()
155 final INode aSimpleType = maSchemaBase.GetSimpleTypeForName( in CreateForComplexType()
172 for (final INode aNode : new DereferencingNodeIterator(aComplexType, maSchemaBase, true)) in CreateForComplexType()
191 for (final INode aNode : new DereferencingNodeIterator(aType, maSchemaBase, false)) in CollectElements()
205 for (final INode aNode : new DereferencingNodeIterator(aType, maSchemaBase, false)) in CollectAnys()
H A DValidatingCreator.java94 for (final ComplexType aComplexType : maSchemaBase.ComplexTypes.GetSorted()) in Create()
124 for (final Element aElement : maSchemaBase.TopLevelElements.GetSorted()) in CreateForTopLevelElements()
321 final INode aSimpleType = maSchemaBase.GetSimpleTypeForName( in Visit()
338 final Element aElement = aReference.GetReferencedElement(maSchemaBase); in Visit()
359 final Vector<INode> aNodes = aExtension.GetTypeNodes(maSchemaBase); in Visit()
367 … ProcessType(aExtension.GetReferencedNode(maSchemaBase), aCurrentState, aCurrentState, aNextState); in Visit()
410 final Group aGroup = aReference.GetReferencedGroup(maSchemaBase); in Visit()
717 for (final INode aChildNode : new DereferencingNodeIterator(aNode, maSchemaBase, false)) in GetElementCount()
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DSimpleTypeDescriptorFactory.java103 maSchemaBase = aSchemaBase; in SimpleTypeDescriptorFactory()
189 …final ISimpleTypeNode aItemType = ApplyVisitor(maSchemaBase.GetSimpleTypeForName(aNode.GetItemType… in Visit()
206 final INode aBaseType = maSchemaBase.GetSimpleTypeForName(aNode.GetBaseType()); in Visit()
214 maSchemaBase.AttributeValueToIdMap); in Visit()
250 maResult = ApplyVisitor(aNode.GetReferencedNode(maSchemaBase)); in Visit()
304 private final SchemaBase maSchemaBase; field in SimpleTypeDescriptorFactory
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/
H A DDereferencingNodeIterator.java44 maSchemaBase = aSchemaBase; in DereferencingNodeIterator()
91 ((INodeReference)aNode).GetReferencedNode(maSchemaBase), in AddNodes()
92 maSchemaBase, in AddNodes()
109 private final SchemaBase maSchemaBase; field in DereferencingNodeIterator
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DLogGenerator.java84 maSchemaBase = aSchemaBase; in LogGenerator()
222 ((SimpleTypeReference)aType).GetReferencedSimpleType(maSchemaBase), in WriteType()
270 …entation+" ", ((AttributeGroupReference)aAttribute).GetReferencedAttributeGroup(maSchemaBase)); in WriteAttribute()
279 …ibute(sIndentation+" ", ((AttributeReference)aAttribute).GetReferencedAttribute(maSchemaBase)); in WriteAttribute()
311 private final SchemaBase maSchemaBase; field in LogGenerator
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java77 maSchemaBase = aSchemaBase; in HtmlGenerator()
167 WriteTopLevelNodes(maSchemaBase.ComplexTypes.GetSorted()); in WriteJsonData()
168 WriteTopLevelNodes(maSchemaBase.SimpleTypes.GetSorted()); in WriteJsonData()
169 WriteTopLevelNodes(maSchemaBase.Groups.GetSorted()); in WriteJsonData()
170 WriteTopLevelNodes(maSchemaBase.AttributeGroups.GetSorted()); in WriteJsonData()
617 private final SchemaBase maSchemaBase; field in HtmlGenerator

Completed in 54 milliseconds