Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DSimpleContent.java29 public class SimpleContent class
32 public SimpleContent ( in SimpleContent() method in SimpleContent
54 return NodeType.SimpleContent; in GetNodeType()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java58 import org.apache.openoffice.ooxml.schema.model.simple.SimpleContent;
791 private SimpleContent ParseSimpleContent (final Node aParent) in ParseSimpleContent()
796 final SimpleContent aSimpleContent = new SimpleContent( in ParseSimpleContent()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/
H A DINodeVisitor.java44 import org.apache.openoffice.ooxml.schema.model.simple.SimpleContent;
75 void Visit (final SimpleContent aSimpleContent); in Visit()
H A DNodeVisitorAdapter.java44 import org.apache.openoffice.ooxml.schema.model.simple.SimpleContent;
147 public void Visit (final SimpleContent aSimpleContent) in Visit()
H A DNodeType.java49 SimpleContent, enumConstant
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java61 import org.apache.openoffice.ooxml.schema.model.simple.SimpleContent;
415 public void Visit (final SimpleContent aNode) in Visit()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DValidatingCreator.java56 import org.apache.openoffice.ooxml.schema.model.simple.SimpleContent;
580 public void Visit (final SimpleContent aNode) in Visit()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/
H A DCopyVisitor.java97 case SimpleContent: in Default()
H A DRequestVisitor.java113 case SimpleContent: in Default()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/
H A DExtension.java135 case SimpleContent: in AddNodes()

Completed in 82 milliseconds