|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfile2xliff4j.HtmlSkeletonMerger
public class HtmlSkeletonMerger
This class merges the following:
| Constructor Summary | |
|---|---|
HtmlSkeletonMerger()
Constructor for the skeleton merger object |
|
| Method Summary | |
|---|---|
void |
merge(java.io.InputStream tSkelInStream,
java.io.InputStream htmlInStream,
java.io.OutputStream skeletonOutStream,
java.nio.charset.Charset encoding)
Create a skeleton file from the pseudo skeleton and the original html. |
void |
merge(java.io.InputStream tSkelInStream,
java.io.InputStream htmlInStream,
java.io.OutputStream skeletonOutStream,
java.nio.charset.Charset encoding,
int maxTuDepth)
Create a skeleton file from the pseudo skeleton and the original html. |
void |
setProperty(java.lang.String property,
java.lang.Object value)
Set a format-specific property that might affect the way that the merger process is conducted. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HtmlSkeletonMerger()
| Method Detail |
|---|
public void merge(java.io.InputStream tSkelInStream,
java.io.InputStream htmlInStream,
java.io.OutputStream skeletonOutStream,
java.nio.charset.Charset encoding)
throws java.lang.IllegalArgumentException,
java.io.IOException
merge in interface SkeletonMergertSkelInStream - The intermediate skeleton we will read fromhtmlInStream - The original HTML to read from and merge withskeletonOutStream - Where I write the new skeletonencoding - The encoding used by the html
java.util.IllegalArgumentException - if an argument is bogus or non-existent
java.io.IOException - if an I/O error occurs.
java.lang.IllegalArgumentException
public void merge(java.io.InputStream tSkelInStream,
java.io.InputStream htmlInStream,
java.io.OutputStream skeletonOutStream,
java.nio.charset.Charset encoding,
int maxTuDepth)
throws java.lang.IllegalArgumentException,
java.io.IOException
merge in interface SkeletonMergertSkelInStream - The intermediate skeleton we will read fromhtmlInStream - The original HTML to read from and merge withskeletonOutStream - Where I write the new skeletonencoding - The encoding used by the htmlmaxTuDepth - The maximum depth to which TUs are imbedded within
other TUs. (Not used in HTML format)
java.util.IllegalArgumentException - if an argument is bogus or non-existent
java.io.IOException - if an I/O error occurs.
java.lang.IllegalArgumentException
public void setProperty(java.lang.String property,
java.lang.Object value)
throws ConversionException
setProperty in interface SkeletonMergerproperty - The name of the propertyvalue - The value of the property
ConversionException - If the property or value can't be recognized.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||