org.jboss.shrinkwrap.descriptor.metadata.filter
Class GroupFilter

java.lang.Object
  extended by org.jboss.shrinkwrap.descriptor.metadata.filter.GroupFilter
All Implemented Interfaces:
Filter

public class GroupFilter
extends Object
implements Filter

Class which is responsible for Group w3c elements.

Content: (annotation?, (all | choice | sequence)?)

Author:
Ralf Battenfeld

Constructor Summary
GroupFilter()
           
 
Method Summary
 boolean filter(Metadata metadata, org.w3c.dom.traversal.TreeWalker walker)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupFilter

public GroupFilter()
Method Detail

filter

public boolean filter(Metadata metadata,
                      org.w3c.dom.traversal.TreeWalker walker)
Specified by:
filter in interface Filter


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.