org.jboss.shrinkwrap.descriptor.metadata.filter
Class SimpleContentFilter
java.lang.Object
org.jboss.shrinkwrap.descriptor.metadata.filter.SimpleContentFilter
- All Implemented Interfaces:
- Filter
public class SimpleContentFilter
- extends Object
- implements Filter
Class which is responsible for SimpleContent
w3c elements.
The simpleContent element contains extensions or restrictions on a text-only complex type or on a simple type as content and contains no elements.
(annotation?,(restriction|extension))
- Author:
- Ralf Battenfeld
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleContentFilter
public SimpleContentFilter()
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.