org.apache.ws.jaxme.xs.impl
public class XSUtil extends Object
Method Summary | |
---|---|
static List | getAppinfos(XSAnnotation[] annotations, Class pClass) Returns all childs of xs:annotation/xs:appinfo implementing or extending the given class. |
static Object | getSingleAppinfo(XSAnnotation[] annotations, Class pClass) Returns the first child of xs:annotation/xs:appinfo implementing or extending the given class. |
Returns all childs of xs:annotation/xs:appinfo implementing or extending the given class.
Returns the first child of xs:annotation/xs:appinfo implementing or extending the given class. Ensures that the child is unique.
Returns: The unique child or null, if no such child exists.