|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use TransformerException | |
|---|---|
| com.reverseXSL.transform | |
| Uses of TransformerException in com.reverseXSL.transform |
|---|
| Subclasses of TransformerException in com.reverseXSL.transform | |
|---|---|
static class |
TransformerException.DuplicateMappingSelectionKey
R001 Duplicate Pattern Keys in Mapping Selection Table! |
static class |
TransformerException.InvalidRegexSyntax
R004 Invalid regex [{0}] at line [{1}]! |
static class |
TransformerException.MappingSelectionFailure
R005 Failed to match this message [{0}... full range ...{1}] against any mapping selection regex from [{2}]! |
static class |
TransformerException.MappingSelectionFailure_MsgSubset
R006 Failed to match this message [{0}... first {3} bytes subset ...{1}] against any mapping selection regex from [{2}]! |
static class |
TransformerException.OverloadedMappingSelectionAttribute
R003 Overloading attribute in Mapping Selection Table! |
static class |
TransformerException.UnexpectedMappingSelectionLine
R002 Unexpected data in Mapping Selection Table at line [{0}]:[{1}]! |
| Methods in com.reverseXSL.transform that throw TransformerException | |
|---|---|
Transformer |
TransformerFactory.newTransformer()
Instantiate a new Transformer from the factory. |
Transformer |
TransformerFactory.newTransformer(java.util.jar.JarFile jarFile)
Instantiates a Transformer with meta-data from an explicitly specified jar file. |
int |
Transformer.printableTransform(java.io.InputStream in,
java.lang.StringBuffer out)
A variant of Transformer.transform(InputStream, OutputStream) that guarantees
a nice indentation of XML outputs; neutral operation for other brands. |
void |
TransformerFactory.setExternalMappingSelectionTable(java.io.Reader r)
Imposes the specified Mapping Selection Table meta-data (full replacement). |
void |
TransformerFactory.setExternalMappingSelectionTable(java.io.Reader r,
java.lang.String path)
Imposes the specified Mapping Selection Table meta-data (full replacement). |
int |
Transformer.transform(java.io.InputStream in,
java.io.OutputStream out)
Reads a message from the InputStream (till no more bytes are available) and then transforms it according to Parsing and XSL Transformation steps defined in the Mapping Selection Table. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||