public class ElementCreatorFeed extends ComplexNodeEventFeed
The instruction-dependent code is contained in the processLeft() and processRight() methods
next
pipelineConfiguration, systemId
Constructor and Description |
---|
ElementCreatorFeed(Expression exp,
ItemFeed parentExpressionFeed,
XPathContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
processLeft(XPathContext context)
In streaming mode, process the first half of the instruction (for example, to start a new document or element)
|
protected void |
processRight(XPathContext context)
In streaming mode, process the right half of the instruction (for example, to end a new document or element)
|
java.lang.String |
toString() |
append, attribute, characters, close, comment, endDocument, endElement, endSelectedParentNode, namespace, open, processingInstruction, setComplexContentOutputter, startContent, startDocument, startElement, startElement, startSelectedParentNode
append, dynamicError, getContext, getExpression, getResult, getTerminator, hasFailed, processItems, setExpression, setHasFailed, setTerminator
getNextOutputter, open, setUnparsedEntity, usesTypeAnnotations
getConfiguration, getPipelineConfiguration, getStringReceiver, getSystemId, namespaces, setPipelineConfiguration, setSystemId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
handlesAppend
public ElementCreatorFeed(Expression exp, ItemFeed parentExpressionFeed, XPathContext context)
protected void processLeft(XPathContext context) throws XPathException
processLeft
in class ComplexNodeEventFeed
context
- The dynamic contextXPathException
- if a dynamic error occursprotected void processRight(XPathContext context) throws XPathException
processRight
in class ComplexNodeEventFeed
context
- The dynamic contextXPathException
- if a dynamic error occurspublic java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 2004-2021 Saxonica Limited. All rights reserved.