|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.easycommons.xml.SourceHelper
public class SourceHelper
| Constructor Summary | |
|---|---|
SourceHelper()
|
|
| Method Summary | |
|---|---|
static javax.xml.transform.Source |
fork(javax.xml.transform.Source source)
Fork, if necessary, a Source so that consuming the forked one
does not consume the original one. |
static java.lang.String |
toString(javax.xml.transform.Source source)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SourceHelper()
| Method Detail |
|---|
public static java.lang.String toString(javax.xml.transform.Source source)
throws javax.xml.transform.TransformerException
javax.xml.transform.TransformerException
public static javax.xml.transform.Source fork(javax.xml.transform.Source source)
throws java.io.IOException
Source so that consuming the forked one
does not consume the original one.
source - Source to be forked.
Source.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||