public class ExpressionPresenter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
depth |
Constructor and Description |
---|
ExpressionPresenter(Configuration config)
Make an ExpressionPresenter that writes indented output to the standard error output
destination of the Configuration
|
ExpressionPresenter(Configuration config,
java.io.OutputStream out)
Make an ExpressionPresenter that writes indented output to a specified output stream
|
ExpressionPresenter(Configuration config,
Receiver receiver)
Make an ExpressionPresenter for a given Configuration using a user-supplied Receiver
to accept the output
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the output
|
static Receiver |
defaultDestination(Configuration config,
java.io.OutputStream out)
Make a receiver, using default output properties, with serialized output going
to a specified OutputStream
|
void |
emitAttribute(java.lang.String name,
java.lang.String value)
Output an attribute node
|
int |
endElement()
End an element in the expression tree
|
void |
endSubsidiaryElement()
End a child element in the output
|
Configuration |
getConfiguration()
Get the Saxon configuration
|
NamePool |
getNamePool()
Get the name pool
|
TypeHierarchy |
getTypeHierarchy()
Get the type hierarchy cache
|
static java.util.Properties |
makeDefaultProperties()
Make a Properties object containing defaulted serialization attributes for the expression tree
|
int |
startElement(java.lang.String name)
Start an element
|
void |
startSubsidiaryElement(java.lang.String name)
Start a child element in the output
|
public ExpressionPresenter(Configuration config)
config
- the Saxon configurationpublic ExpressionPresenter(Configuration config, java.io.OutputStream out)
config
- the Saxon configurationout
- the output streampublic ExpressionPresenter(Configuration config, Receiver receiver)
config
- the Configurationreceiver
- the user-supplied Receiverpublic static Receiver defaultDestination(Configuration config, java.io.OutputStream out) throws XPathException
config
- the Configurationout
- the OutputStreamXPathException
public static java.util.Properties makeDefaultProperties()
public int startElement(java.lang.String name)
name
- the name of the elementpublic void emitAttribute(java.lang.String name, java.lang.String value)
name
- the name of the attributevalue
- the value of the attributepublic int endElement()
public void startSubsidiaryElement(java.lang.String name)
name
- the name of the child elementpublic void endSubsidiaryElement()
public void close()
public Configuration getConfiguration()
public NamePool getNamePool()
public TypeHierarchy getTypeHierarchy()