net.sf.saxon.event
Class ImplicitResultChecker
- Receiver, Result
public class ImplicitResultChecker
This filter is inserted into the serializer pipeline when serializing an implicit XSLT result tree, that
is, one that is created without use of xsl:result-document. Its main purpose is to check, if and only if
the result destination is actually written to, that it does not conflict with an explicit result destination
with the same URI.
void | characters(CharSequence chars, int locationId, int properties) - Character data
|
void | close() - End of output
|
void | comment(CharSequence chars, int locationId, int properties) - Output a comment
|
void | open() - Start of event stream
|
void | processingInstruction(String target, CharSequence data, int locationId, int properties) - Processing Instruction
|
void | startDocument(int properties) - Start of a document node.
|
void | startElement(int nameCode, int typeCode, int locationId, int properties) - Notify the start of an element
|
append , attribute , characters , close , comment , endDocument , endElement , getConfiguration , getDocumentLocator , getNamePool , getUnderlyingReceiver , namespace , open , processingInstruction , setPipelineConfiguration , setSystemId , setUnderlyingReceiver , setUnparsedEntity , startContent , startDocument , startElement |
startElement
public void startElement(int nameCode,
int typeCode,
int locationId,
int properties)
throws XPathException
Notify the start of an element
- startElement in interface Receiver
- startElement in interface ProxyReceiver
nameCode
- integer code identifying the name of the element within the name pool.typeCode
- integer code identifying the element's type within the name pool.properties
- properties of the element node