Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DUnionNode.java31 implements ISimpleTypeNode
54 public void AddNode (final ISimpleTypeNode aType) in AddNode()
60 for (final ISimpleTypeNode aChildChild : aChildUnion.maTypes) in AddNode()
68 final ISimpleTypeNode aChild = maTypes.get(nIndex); in AddNode()
73 final ISimpleTypeNode aNewChild = ((StringNode)aChild).Join((StringNode)aType); in AddNode()
99 for (final ISimpleTypeNode aType : maTypes) in Print()
132 ISimpleTypeNode[] GetChildren () in GetChildren()
134 return maTypes.toArray(new ISimpleTypeNode[maTypes.size()]); in GetChildren()
149 private final Vector<ISimpleTypeNode> maTypes;
H A DSimpleTypeDescriptorFactory.java75 final ISimpleTypeNode aSubType = aFactory.ProcessSimpleType(aSimpleType); in CreateSimpleTypeDescriptor()
84 @Override public void Default (final ISimpleTypeNode aType) in CreateSimpleTypeDescriptor()
86 aDescriptor.SetSubTypes(new ISimpleTypeNode[]{aSubType}); in CreateSimpleTypeDescriptor()
111 ISimpleTypeNode ProcessSimpleType (final SimpleType aSimpleType) in ProcessSimpleType()
189 …final ISimpleTypeNode aItemType = ApplyVisitor(maSchemaBase.GetSimpleTypeForName(aNode.GetItemType… in Visit()
293 ISimpleTypeNode ApplyVisitor (final INode aNode) in ApplyVisitor()
296 final ISimpleTypeNode aResult = maResult; in ApplyVisitor()
306 private ISimpleTypeNode maResult;
H A DSimpleTypeDescriptor.java47 public void SetSubTypes (final ISimpleTypeNode[] aSubTypes) in SetSubTypes()
55 public ISimpleTypeNode[] GetSubType () in GetSubType()
76 for (final ISimpleTypeNode aSubType : maSubTypes) in Print()
85 private ISimpleTypeNode[] maSubTypes;
H A DStringNode.java36 implements ISimpleTypeNode
169 public ISimpleTypeNode Join (final StringNode aType) in Join()
H A DISimpleTypeNode.java31 public interface ISimpleTypeNode interface
H A DSimpleTypeNodeVisitorAdapter.java57 public void Default (final ISimpleTypeNode aType) in Default()
H A DDateTimeNode.java31 implements ISimpleTypeNode
H A DBlobNode.java31 implements ISimpleTypeNode
H A DNumberNode.java32 implements ISimpleTypeNode
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DParserTablesGenerator.java48 import org.apache.openoffice.ooxml.schema.simple.ISimpleTypeNode;
341 for (final ISimpleTypeNode aSubType : aEntry.getValue().GetSubType()) in WriteSimpleTypes()

Completed in 33 milliseconds