public interface ElementAssertion
| Modifier and Type | Field and Description | 
|---|---|
static String | 
BODY
Deprecated.  
  | 
static String | 
HEADER
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getElementLocalName()
Deprecated.  
Returns the LocalName of the Elements covered by this assertion. 
 | 
QName | 
getElementName()
Deprecated.  
Returns the name of the Elements covered by this assertion. 
 | 
String | 
getElementNamespace()
Deprecated.  
Returns the namespace of the elements covered by this assertion. 
 | 
String | 
getRestriction()
Deprecated.  
Get the restriction for the current assertion (i.e. 
 | 
boolean | 
satisfies(ElementIdentifier element)
Deprecated.  
Returns true if assertion covers the elements identified by the
 ElementIdentifier. 
 | 
static final String BODY
static final String HEADER
String getRestriction()
QName getElementName()
String getElementLocalName()
String getElementNamespace()
boolean satisfies(ElementIdentifier element)
element -