Package | Description |
---|---|
com.deltaxml.cores9api |
A Saxon S9API compatible interface to facilitate construction of XML comparison pipelines.
|
com.deltaxml.cores9api.internals |
This package contains some internal entries that need to be publicly visible, but are not officially part of the API.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PipelinedComparatorS9.isEqual(java.io.File f1,
java.io.File f2)
Compares two File inputs and returns whether they're equal.
|
boolean |
PipelinedComparatorS9.isEqual(org.xml.sax.InputSource is1,
org.xml.sax.InputSource is2)
Compares two InputSource inputs and returns whether they're equal.
|
boolean |
PipelinedComparatorS9.isEqual(java.io.InputStream a,
java.lang.String systemIdA,
java.io.InputStream b,
java.lang.String systemIdB)
Compares two InputStream inputs and returns whether they're equal.
|
boolean |
PipelinedComparatorS9.isEqual(java.io.Reader a,
java.lang.String systemIdA,
java.io.Reader b,
java.lang.String systemIdB)
Compares two Reader inputs and returns whether they're equal.
|
boolean |
PipelinedComparatorS9.isEqual(java.lang.String a,
java.lang.String systemIdA,
java.lang.String b,
java.lang.String systemIdB)
Compares two String inputs and returns whether they're equal.
|
boolean |
PipelinedComparatorS9.isEqual(java.net.URL u1,
java.net.URL u2)
Compares two URL inputs and returns whether they're equal.
|
boolean |
PipelinedComparatorS9.isEqual(XdmNode a,
XdmNode b)
Compares two XdmNode inputs and returns whether they're equal.
|
void |
DocumentComparator.setRedistributionLicenseContent(long[] encodedLicense) |
void |
PipelinedComparatorS9.setRedistributionLicenseContent(long[] encodedLicense) |
Modifier and Type | Method and Description |
---|---|
void |
CommonComparator.addLicenseFile(java.io.File licenseFile)
Sets the license file for use with Flexera licensing.
|
void |
CommonComparator.addLicenseServer(java.lang.String hostname)
Sets a license server for use with concurrent licensing.
|
void |
CommonComparator.addLicenseServer(java.lang.String hostname,
int port)
Sets a license server and port for use with concurrent licensing.
|
void |
CommonComparator.compare(java.io.File f1,
java.io.File f2,
java.io.File result)
Compares File objects and uses a File to represent the result.
|
void |
CommonComparator.compare(org.xml.sax.InputSource a,
org.xml.sax.InputSource b,
javax.xml.transform.stream.StreamResult result)
Compares the XML obtained from InputSource Objects and writes the pipeline result to a StreamResult.
|
void |
CommonComparator.compare(java.io.InputStream a,
java.lang.String systemIdA,
java.io.InputStream b,
java.lang.String systemIdB,
java.io.OutputStream result)
Compares the XML obtained from InputStream objects and uses an OutputStream to represent the pipeline result.
|
void |
CommonComparator.compare(java.io.Reader a,
java.lang.String systemIdA,
java.io.Reader b,
java.lang.String systemIdB,
java.io.Writer result)
Compares the XML obtained from Reader objects and uses a Writer to represent the pipeline result.
|
void |
CommonComparator.compare(java.lang.String a,
java.lang.String systemIdA,
java.lang.String b,
java.lang.String systemIdB,
java.lang.StringBuilder result)
Compares the XML obtained from Strings and uses a StringBuilder to represent the pipeline result.
|
void |
CommonComparator.compare(java.net.URL a,
java.net.URL b,
java.io.File result)
Compares the XML obtained from URLs and writes the pipeline result to a File.
|
void |
CommonComparator.compare(java.net.URL a,
java.net.URL b,
java.io.OutputStream result)
Compares the XML obtained from URLs and writes the pipeline result to an OutputStream.
|
XdmNode |
CommonComparator.compare(XdmNode a,
XdmNode b)
Compares two Saxon XdmNode trees and generates an XdmNode tree result from the pipeline.
|
void |
CommonComparator.setLicenseFile(java.io.File licenseFile)
Deprecated.
This method is deprecated in favour of addLicenseServer
|
void |
CommonComparator.setLicenseServer(java.lang.String hostname)
Deprecated.
This method is deprecated in favour of addLicenseServer
|
void |
CommonComparator.setLicenseServer(java.lang.String hostname,
int port)
Deprecated.
This method is deprecated in favour of addLicenseServer
|
void |
CommonComparator.setRedistributionLicenseContent(long[] encodedLicense)
Sets a redistribution license for use with subsequent compare operations.
|
Copyright © 2001-2018 DeltaXML Ltd. All Rights Reserved.