- Enclosing class:
 
- XMLRecognizer
 
public static final class XMLRecognizer.Attributes
extends java.lang.Object
When Node types are recognized based on root element name and
 namespace, they can additionally be recognized based on root
 element attribute name/value pairs, either an and'ed list of
 attribute name/value pairs (all name/value pairs have to be
 present for the Node to be recognized), or an or'ed list (at
 least one of the name/value pairs has to be present for the
 Node to be recognized). This class describes such lists of
 attribute name/value pairs.