Package org.jboss.as.jdr.util
Class XMLSanitizer
java.lang.Object
org.jboss.as.jdr.util.XMLSanitizer
- All Implemented Interfaces:
Sanitizer
Sanitizer subclass that removes the contents of the matched xpath expression
in pattern.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccepts(org.jboss.vfs.VirtualFile resource) returns whether or not a VirtualFile should be processed by this sanitizer.sanitize(InputStream in)
-
Field Details
-
filter
protected org.jboss.vfs.VirtualFileFilter filter
-
-
Constructor Details
-
XMLSanitizer
- Throws:
Exception
-
-
Method Details
-
sanitize
-
accepts
public boolean accepts(org.jboss.vfs.VirtualFile resource) returns whether or not a VirtualFile should be processed by this sanitizer.
-