Class NameGetter

java.lang.Object
com.sun.xml.xsom.util.NameGetter
All Implemented Interfaces:
XSContentTypeFunction<String>, XSFunction<String>, XSTermFunction<String>

public class NameGetter extends Object implements XSFunction<String>
Gets the human-readable name of a schema component.

This is a function object that returns String.

Author:
Kohsuke Kawaguchi ([email protected])