com.sun.xml.xsom.visitor
Interface XSContentTypeFunction<T>

All Known Subinterfaces:
XSFunction<T>
All Known Implementing Classes:
Axis.ModelGroupAxis, ComponentNameFunction, NameGetter, XSFinder, XSFunctionFilter

public interface XSContentTypeFunction<T>

Function object that works on XSContentType.

Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)

Method Summary
 T empty(XSContentType empty)
           
 T particle(XSParticle particle)
           
 T simpleType(XSSimpleType simpleType)
           
 

Method Detail

simpleType

T simpleType(XSSimpleType simpleType)

particle

T particle(XSParticle particle)

empty

T empty(XSContentType empty)


Copyright © 2012 Oracle. All Rights Reserved.