Uses of Interface
org.smooks.api.delivery.fragment.Fragment
-
-
Uses of Fragment in org.smooks.api.bean.context
Methods in org.smooks.api.bean.context with parameters of type Fragment Modifier and Type Method Description void
BeanContext. addBean(String beanId, Object bean, Fragment<?> source)
Add a bean instance under the specified beanId.void
BeanContext. addBean(BeanId beanId, Object bean, Fragment<?> source)
Add a bean instance under the specified beanId string.void
BeanContext. changeBean(BeanId beanId, Object bean, Fragment<?> source)
Changes a bean instance of the givenBeanId
.Object
BeanContext. removeBean(String beanId, Fragment<?> source)
Removes a bean and all its associated lifecycle beans from the bean mapObject
BeanContext. removeBean(BeanId beanId, Fragment<?> source)
Removes a bean and all its associated lifecycle beans from the bean map -
Uses of Fragment in org.smooks.api.bean.lifecycle
Methods in org.smooks.api.bean.lifecycle that return Fragment Modifier and Type Method Description Fragment<?>
BeanContextLifecycleEvent. getSource()
-
Uses of Fragment in org.smooks.api.lifecycle
Methods in org.smooks.api.lifecycle with parameters of type Fragment Modifier and Type Method Description void
PostFragmentLifecycle. onPostFragment(Fragment<?> fragment, ExecutionContext executionContext)
Cleanup the resources allocated by this resource for the specified ExecutionContext. -
Uses of Fragment in org.smooks.api.memento
Methods in org.smooks.api.memento that return Fragment Modifier and Type Method Description Fragment<?>
Memento. getFragment()
Methods in org.smooks.api.memento with parameters of type Fragment Modifier and Type Method Description void
MementoCaretaker. forget(Fragment<?> fragment)
Removes allMemento
s bound to theFragment
parameter. -
Uses of Fragment in org.smooks.api.resource.config.xpath
Methods in org.smooks.api.resource.config.xpath with parameters of type Fragment Modifier and Type Method Description boolean
PredicateEvaluator. evaluate(Fragment<?> fragment, ExecutionContext executionContext)
Does this XPath expression evaluate for the suppliedElement
context object.boolean
SelectorStep. evaluate(Fragment<?> fragment, ExecutionContext executionContext)
-
Uses of Fragment in org.smooks.engine.bean.context
Methods in org.smooks.engine.bean.context with parameters of type Fragment Modifier and Type Method Description void
StandaloneBeanContext. addBean(String beanId, Object bean, Fragment<?> source)
void
StandaloneBeanContext. addBean(BeanId beanId, Object bean, Fragment<?> source)
void
StandaloneBeanContext. changeBean(BeanId beanId, Object bean, Fragment<?> source)
Object
StandaloneBeanContext. removeBean(String beanId, Fragment<?> source)
Object
StandaloneBeanContext. removeBean(BeanId beanId, Fragment<?> source)
-
Uses of Fragment in org.smooks.engine.bean.lifecycle
Methods in org.smooks.engine.bean.lifecycle that return Fragment Modifier and Type Method Description Fragment<?>
DefaultBeanContextLifecycleEvent. getSource()
Get the even source fragment.Constructors in org.smooks.engine.bean.lifecycle with parameters of type Fragment Constructor Description DefaultBeanContextLifecycleEvent(ExecutionContext executionContext, Fragment<?> source, BeanLifecycle lifecycle, BeanId beanId, Object bean)
Public constructor. -
Uses of Fragment in org.smooks.engine.delivery.event
Methods in org.smooks.engine.delivery.event that return Fragment Modifier and Type Method Description Fragment<T>
FragmentExecutionEvent. getFragment()
Constructors in org.smooks.engine.delivery.event with parameters of type Fragment Constructor Description EndFragmentExecutionEvent(Fragment<T> fragment)
FragmentExecutionEvent(Fragment<T> fragment)
ResourceTargetingExecutionEvent(Fragment<T> fragment, ResourceConfig resourceConfig, Object... metadata)
Event constructor.ResourceTargetingExecutionEvent(Fragment<T> fragment, ResourceConfig resourceConfig, VisitSequence sequence, Object... metadata)
Event constructor.StartFragmentExecutionEvent(Fragment<T> fragment)
VisitExecutionEvent(Fragment<F> fragment, ContentHandlerBinding<T> visitorBinding, VisitSequence sequence, ExecutionContext executionContext)
VisitExecutionEvent(Fragment<F> fragment, ContentHandlerBinding<T> visitorBinding, VisitSequence sequence, ExecutionContext executionContext, Throwable error)
-
Uses of Fragment in org.smooks.engine.delivery.fragment
Classes in org.smooks.engine.delivery.fragment that implement Fragment Modifier and Type Class Description class
NodeFragment
-
Uses of Fragment in org.smooks.engine.delivery.interceptor
Methods in org.smooks.engine.delivery.interceptor with parameters of type Fragment Modifier and Type Method Description protected void
ExecutionEventInterceptor. onEvent(ExecutionContext executionContext, Fragment<Node> fragment, VisitSequence visitSequence)
void
StaticProxyInterceptor. onPostFragment(Fragment<?> fragment, ExecutionContext executionContext)
-
Uses of Fragment in org.smooks.engine.delivery.sax.ng
Constructors in org.smooks.engine.delivery.sax.ng with parameters of type Fragment Constructor Description CharDataFragmentExecutionEvent(Fragment<Node> fragment)
ElementMemento(Fragment<?> fragment, Visitor visitor, Boolean isOpen)
-
Uses of Fragment in org.smooks.engine.lifecycle
Constructors in org.smooks.engine.lifecycle with parameters of type Fragment Constructor Description PostFragmentPhase(Fragment<?> fragment, ExecutionContext executionContext)
-
Uses of Fragment in org.smooks.engine.memento
Fields in org.smooks.engine.memento declared as Fragment Modifier and Type Field Description protected Fragment<?>
AbstractVisitorMemento. fragment
protected Fragment<?>
TextAccumulatorMemento. fragment
Methods in org.smooks.engine.memento that return Fragment Modifier and Type Method Description Fragment<?>
AbstractVisitorMemento. getFragment()
Fragment<?>
TextAccumulatorMemento. getFragment()
Methods in org.smooks.engine.memento with parameters of type Fragment Modifier and Type Method Description void
DefaultMementoCaretaker. forget(Fragment<?> fragment)
Constructors in org.smooks.engine.memento with parameters of type Fragment Constructor Description AbstractVisitorMemento(Fragment<?> fragment, Visitor visitor)
SimpleVisitorMemento(Fragment<?> fragment, Visitor visitor, T state)
TextAccumulatorMemento(Fragment<?> fragment)
TextAccumulatorVisitorMemento(Fragment<?> fragment, Visitor visitor)
VisitorMemento(Fragment<?> fragment, Visitor visitor, TypedKey<?> typedKey)
VisitorMemento(Fragment<?> fragment, Visitor visitor, TypedKey<?> typedKey, T state)
-
Uses of Fragment in org.smooks.engine.resource.config.xpath.predicate
Methods in org.smooks.engine.resource.config.xpath.predicate with parameters of type Fragment Modifier and Type Method Description boolean
DefaultPredicateEvaluator. evaluate(Fragment<?> fragment, ExecutionContext executionContext)
boolean
PositionPredicateEvaluator. evaluate(Fragment<?> fragment, ExecutionContext executionContext)
-
Uses of Fragment in org.smooks.engine.resource.config.xpath.step
Methods in org.smooks.engine.resource.config.xpath.step with parameters of type Fragment Modifier and Type Method Description boolean
AbstractSelectorStep. evaluate(Fragment<?> fragment, ExecutionContext executionContext)
-
Uses of Fragment in org.smooks.engine.resource.visitor.smooks
Methods in org.smooks.engine.resource.visitor.smooks with parameters of type Fragment Modifier and Type Method Description protected void
NestedSmooksVisitor. append(Fragment<Node> visitedNodeFragment, Element rootElement, NestedSmooksVisitor.Action action, ExecutionContext executionContext)
protected void
NestedSmooksVisitor. filterSource(Fragment<Node> visitedNodeFragment, Fragment<Node> rootNodeFragment, Writer writer, ExecutionContext executionContext, String visit)
protected void
NestedSmooksVisitor. prependAfter(Fragment<Node> visitedNodeFragment, Element rootElement, ExecutionContext executionContext)
protected Writer
NestedSmooksVisitor. prependBefore(Fragment<Node> visitedNodeFragment, NestedSmooksVisitor.Action action, Element rootElement, ExecutionContext executionContext)
protected void
NestedSmooksVisitor. replaceAfter(Fragment<Node> visitedNodeFragment, Node rootNode, ExecutionContext executionContext)
protected Writer
NestedSmooksVisitor. replaceBefore(Fragment<Node> visitedNodeFragment, Node rootNode, ExecutionContext executionContext)
-
Uses of Fragment in org.smooks.io
Methods in org.smooks.io that return Fragment Modifier and Type Method Description Fragment<?>
FragmentWriter. getFragment()
Methods in org.smooks.io with parameters of type Fragment Modifier and Type Method Description void
AbstractOutputStreamResource. onPostFragment(Fragment<?> fragment, ExecutionContext executionContext)
Constructors in org.smooks.io with parameters of type Fragment Constructor Description FragmentWriter(ExecutionContext executionContext, Fragment<?> fragment)
FragmentWriter(ExecutionContext executionContext, Fragment<?> fragment, boolean tryPark)
-