Modifier and Type | Method and Description |
---|---|
void |
domSource(Node node)
Perform an operation on the node contained in a
DOMSource . |
void |
saxSource(XMLReader reader,
InputSource inputSource)
|
void |
source(String systemId)
Perform an operation on the system identifier contained in any
Source . |
void |
staxSource(XMLEventReader eventReader)
|
void |
staxSource(XMLStreamReader streamReader)
Perform an operation on the
XMLStreamReader contained in a JAXP 1.4 StAXSource or Spring
StaxSource . |
void |
streamSource(InputStream inputStream)
Perform an operation on the
InputStream contained in a StreamSource . |
void |
streamSource(Reader reader)
Perform an operation on the
Reader contained in a StreamSource . |
void domSource(Node node) throws Exception
DOMSource
.node
- the nodeException
void saxSource(XMLReader reader, InputSource inputSource) throws Exception
reader
- the reader, can be null
inputSource
- the input source, can be null
Exception
void staxSource(XMLEventReader eventReader) throws Exception
eventReader
- the readerException
void staxSource(XMLStreamReader streamReader) throws Exception
XMLStreamReader
contained in a JAXP 1.4 StAXSource
or Spring
StaxSource
.streamReader
- the readerException
void streamSource(InputStream inputStream) throws Exception
InputStream
contained in a StreamSource
.inputStream
- the input streamException
void streamSource(Reader reader) throws Exception
Reader
contained in a StreamSource
.reader
- the readerException
Copyright © 2020 Pivotal Software. All rights reserved.