public class ExpressionPresenter extends Object
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,
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,
OutputStream out)
Make a receiver, using default output properties, with serialized output going
to a specified OutputStream
|
void |
emitAttribute(String name,
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 Properties |
makeDefaultProperties()
Make a Properties object containing defaulted serialization attributes for the expression tree
|
int |
startElement(String name)
Start an element
|
void |
startSubsidiaryElement(String name)
Start a child element in the output
|
public ExpressionPresenter(Configuration config)
config
- the Saxon configurationpublic ExpressionPresenter(Configuration config, 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, OutputStream out) throws XPathException
config
- the Configurationout
- the OutputStreamXPathException
public static Properties makeDefaultProperties()
public int startElement(String name)
name
- the name of the elementpublic void emitAttribute(String name, String value)
name
- the name of the attributevalue
- the value of the attributepublic int endElement()
public void startSubsidiaryElement(String name)
name
- the name of the child elementpublic void endSubsidiaryElement()
public void close()
public Configuration getConfiguration()
public NamePool getNamePool()
public TypeHierarchy getTypeHierarchy()
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.