public class ElementFilterContext extends java.lang.Object implements IElementFilterContext
IElementFilterContext
. Provides
a getter method for the context object.Constructor and Description |
---|
ElementFilterContext()
Create a new
ElementFilterContext with null
context object. |
ElementFilterContext(java.lang.Object contextObject)
Create a new
ElementFilterContext with the given
context object. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getContextObject()
Gets the context object wherein filtering will take place.
|
public ElementFilterContext()
ElementFilterContext
with null
context object.public ElementFilterContext(java.lang.Object contextObject)
ElementFilterContext
with the given
context object.contextObject
- the element filter context objectpublic java.lang.Object getContextObject()
IElementFilterContext
getContextObject
in interface IElementFilterContext