com.sun.xml.xsom.visitor
Interface XSContentTypeVisitor
- All Known Subinterfaces:
- XSVisitor
- All Known Implementing Classes:
- BindGreen, BindPurple, BindRed, BindYellow, SchemaTreeTraverser, SchemaWriter
public interface XSContentTypeVisitor
Visitor that works on XSContentType.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
simpleType
void simpleType(XSSimpleType simpleType)
particle
void particle(XSParticle particle)
empty
void empty(XSContentType empty)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.