|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputFileException | |
---|---|
ndiff | |
nmerge | |
vdom | |
vdom.diffing | |
vdom.reconstruction |
Uses of InputFileException in ndiff |
---|
Methods in ndiff that throw InputFileException | |
---|---|
DOMDocument |
Ndiff.diff(java.lang.String URIdocA,
java.lang.String URIdocB)
Calcola il diff tra i due documenti e restituisce il DOMDocument corrispondente al delta |
void |
Ndiff.diff(java.lang.String URIdocA,
java.lang.String URIdocB,
java.lang.String URIdelta)
Calcola il diff tra docA e docB e salva il delta in URIdelta |
Uses of InputFileException in nmerge |
---|
Methods in nmerge that throw InputFileException | |
---|---|
void |
Nmerge.merge(java.lang.String URIdocA,
DOMDocument delta,
java.lang.String URIoutput)
Metodo di accesso per ricostruire i documenti |
void |
Nmerge.merge(java.lang.String URIdocA,
java.lang.String URIdelta,
java.lang.String URIoutput)
Applica il delta URIdelta al documento URIdocA, salva il risultata in URIoutput |
Uses of InputFileException in vdom |
---|
Constructors in vdom that throw InputFileException | |
---|---|
DOMDocument(java.lang.String URIfile)
Crea un documento DOM a partire dall'URI specificato |
|
Vtree(java.lang.String fileXML,
boolean ltrim,
boolean rtrim,
boolean collapse,
boolean emptynode,
boolean commentnode)
Costruttore |
Uses of InputFileException in vdom.diffing |
---|
Constructors in vdom.diffing that throw InputFileException | |
---|---|
Dtree(java.lang.String fileXML,
boolean ltrim,
boolean rtrim,
boolean collapse,
boolean emptynode,
boolean commentnode)
Costruttore - Richiama il costruttore di Vtree che crea la struttura base, di seguito calcola nuovi attributi specifici per la fase di diff |
Uses of InputFileException in vdom.reconstruction |
---|
Constructors in vdom.reconstruction that throw InputFileException | |
---|---|
Rtree(java.lang.String fileXML,
boolean ltrim,
boolean rtrim,
boolean collapse,
boolean emptynode,
boolean commentnode)
Costruttore - Richiama il costruttore di Vtree che crea la struttura base, di seguito calcola nuovi attributi specifici per la fase di recostruction |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |