| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectnet.sf.saxon.event.SequenceReceivernet.sf.saxon.event.ProxyReceivernet.sf.saxon.event.XMLIndenterpublic class XMLIndenterextends ProxyReceiverField Summary |
Fields inherited from class net.sf.saxon.event.ProxyReceiver | |
nextReceiver | |
Fields inherited from class net.sf.saxon.event.SequenceReceiver | |
pipelineConfiguration, previousAtomic, systemId | |
Constructor Summary | |
| |
Method Summary | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from class net.sf.saxon.event.ProxyReceiver | |
append, attribute, characters, close, comment, endDocument, endElement, getConfiguration, getDocumentLocator, getNamePool, getUnderlyingReceiver, namespace, open, processingInstruction, setPipelineConfiguration, setSystemId, setUnderlyingReceiver, setUnparsedEntity, startContent, startDocument, startElement | |
Methods inherited from class net.sf.saxon.event.SequenceReceiver | |
append, getConfiguration, getNamePool, getPipelineConfiguration, getSystemId, open, setPipelineConfiguration, setSystemId, setUnparsedEntity | |
public void attribute(int nameCode,
int typeCode,
CharSequence value,
int locationId,
int properties)
throws XPathExceptionOutput an attribute
- Overrides:
- attribute in interface ProxyReceiver
public void characters(CharSequence chars,
int locationId,
int properties)
throws XPathExceptionOutput character data
- Specified by:
- characters in interface Receiver
- Overrides:
- characters in interface ProxyReceiver
public void comment(CharSequence chars,
int locationId,
int properties)
throws XPathExceptionOutput a comment
- Overrides:
- comment in interface ProxyReceiver
public void endElement()
throws XPathExceptionOutput element end tag
- Specified by:
- endElement in interface Receiver
- Overrides:
- endElement in interface ProxyReceiver
public void open()
throws XPathExceptionStart of document
- Overrides:
- open in interface ProxyReceiver
public void processingInstruction(String target,
CharSequence data,
int locationId,
int properties)
throws XPathExceptionOutput a processing instruction
- Specified by:
- processingInstruction in interface Receiver
- Overrides:
- processingInstruction in interface ProxyReceiver
public void setOutputProperties(Properties props)
Set the properties for this indenter
- Parameters:
props- the serialization properties
public void startElement(int nameCode,
int typeCode,
int locationId,
int properties)
throws XPathExceptionOutput element start tag
- Specified by:
- startElement in interface Receiver
- Overrides:
- startElement in interface ProxyReceiver