ElementConfidentialityAssertion
, ElementIntegrityAssertion
public interface ElementAssertion
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
BODY |
Deprecated.
|
static java.lang.String |
HEADER |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getElementLocalName() |
Deprecated.
Returns the LocalName of the Elements covered by this assertion.
|
javax.xml.namespace.QName |
getElementName() |
Deprecated.
Returns the name of the Elements covered by this assertion.
|
java.lang.String |
getElementNamespace() |
Deprecated.
Returns the namespace of the elements covered by this assertion.
|
java.lang.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 java.lang.String BODY
static final java.lang.String HEADER
java.lang.String getRestriction()
javax.xml.namespace.QName getElementName()
java.lang.String getElementLocalName()
java.lang.String getElementNamespace()
boolean satisfies(ElementIdentifier element)
element
-