org.jboss.portal.server.deployment.transform
Class DocumentElementMatcher

java.lang.Object
  extended by org.jboss.portal.server.deployment.transform.DocumentElementMatcher
All Implemented Interfaces:
Matcher

public class DocumentElementMatcher
extends java.lang.Object
implements Matcher


Constructor Summary
DocumentElementMatcher()
           
 
Method Summary
 void configure(java.lang.String config)
           
 boolean matches(org.w3c.dom.Document doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentElementMatcher

public DocumentElementMatcher()
Method Detail

configure

public void configure(java.lang.String config)
Specified by:
configure in interface Matcher

matches

public boolean matches(org.w3c.dom.Document doc)
Specified by:
matches in interface Matcher