sk.uniba.euromath.document.schema
Class QNameAcceptors
java.lang.Object
sk.uniba.euromath.document.schema.QNameAcceptors
public final class QNameAcceptors
- extends Object
Contains various qname acceptors.
- Author:
- Martin Vysny
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALL
public static final IQNameAcceptor ALL
- Accepts all qnames.
QNameAcceptors
public QNameAcceptors()
createNotPresentAcceptor
public static IQNameAcceptor createNotPresentAcceptor(Element e)
- Creates an acceptor that accepts the qname if and only if there is no
attribute in given element with such qname.
- Parameters:
e
- the element.
- Returns:
- the acceptor.
Copyright © 2003-2006 null. All Rights Reserved.