Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/
H A DComplexContent.java29 public class ComplexContent class
32 public ComplexContent ( in ComplexContent() method in ComplexContent
54 return NodeType.ComplexContent; in GetNodeType()
H A DExtension.java134 case ComplexContent: in AddNodes()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java45 import org.apache.openoffice.ooxml.schema.model.complex.ComplexContent;
538 private ComplexContent ParseComplexContent (final Node aParent) in ParseComplexContent()
543 final ComplexContent aNode = new ComplexContent(aParent, GetLocation()); in ParseComplexContent()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/
H A DINodeVisitor.java31 import org.apache.openoffice.ooxml.schema.model.complex.ComplexContent;
59 void Visit (final ComplexContent aComplexContent); in Visit()
H A DNodeVisitorAdapter.java31 import org.apache.openoffice.ooxml.schema.model.complex.ComplexContent;
75 public void Visit (final ComplexContent aNode) in Visit()
H A DNodeType.java37 ComplexContent, enumConstant
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java46 import org.apache.openoffice.ooxml.schema.model.complex.ComplexContent;
221 public void Visit (final ComplexContent aNode) in Visit()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DValidatingCreator.java42 import org.apache.openoffice.ooxml.schema.model.complex.ComplexContent;
213 public void Visit (final ComplexContent aComplexContent) in Visit()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/
H A DCopyVisitor.java88 case ComplexContent: in Default()
H A DRequestVisitor.java106 case ComplexContent: in Default()

Completed in 44 milliseconds