com.thaiopensource.validate.mns
Class ElementsOrAttributes
java.lang.Object
com.thaiopensource.validate.mns.ElementsOrAttributes
class ElementsOrAttributes
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELEMENTS_FLAG
private static final int ELEMENTS_FLAG
- See Also:
- Constant Field Values
ATTRIBUTES_FLAG
private static final int ATTRIBUTES_FLAG
- See Also:
- Constant Field Values
NEITHER
static final ElementsOrAttributes NEITHER
ELEMENTS
static final ElementsOrAttributes ELEMENTS
ATTRIBUTES
static final ElementsOrAttributes ATTRIBUTES
BOTH
static final ElementsOrAttributes BOTH
values
private static final ElementsOrAttributes[] values
flags
private int flags
ElementsOrAttributes
private ElementsOrAttributes(int flags)
addElements
ElementsOrAttributes addElements()
addAttributes
ElementsOrAttributes addAttributes()
containsAttributes
boolean containsAttributes()
containsElements
boolean containsElements()