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

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

public class ComplexTypeFilter
extends Object
implements Filter

This filter class analyzes ComplexType w3c elements.

According the specification, possible content can be: Content: (annotation?, (simpleContent | complexContent | ((group | all | choice | sequence)?, ((attribute | attributeGroup)*, anyAttribute?))))

Author:
Ralf Battenfeld

Constructor Summary
ComplexTypeFilter()
           
 
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

ComplexTypeFilter

public ComplexTypeFilter()
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.