--- /tmp/java-xmlbuilder-0.4-2.1kn2k1lcb/debian/libjava-xmlbuilder-java-doc_0.4-2.1_all.deb +++ libjava-xmlbuilder-java-doc_0.4-2.1_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2021-01-04 23:58:31.000000 debian-binary │ -rw-r--r-- 0 0 0 2524 2021-01-04 23:58:31.000000 control.tar.xz │ --rw-r--r-- 0 0 0 249780 2021-01-04 23:58:31.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 249776 2021-01-04 23:58:31.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── file list │ │ │ @@ -16,15 +16,15 @@ │ │ │ -rw-r--r-- 0 root (0) root (0) 5244 2021-01-04 23:58:31.000000 ./usr/share/doc/libjava-xmlbuilder-java/api/com/jamesmurty/utils/package-summary.html │ │ │ -rw-r--r-- 0 root (0) root (0) 5089 2021-01-04 23:58:31.000000 ./usr/share/doc/libjava-xmlbuilder-java/api/com/jamesmurty/utils/package-tree.html │ │ │ -rw-r--r-- 0 root (0) root (0) 5956 2021-01-04 23:58:31.000000 ./usr/share/doc/libjava-xmlbuilder-java/api/com/jamesmurty/utils/package-use.html │ │ │ -rw-r--r-- 0 root (0) root (0) 7336 2021-01-04 23:58:31.000000 ./usr/share/doc/libjava-xmlbuilder-java/api/constant-values.html │ │ │ -rw-r--r-- 0 root (0) root (0) 4332 2021-01-04 23:58:31.000000 ./usr/share/doc/libjava-xmlbuilder-java/api/deprecated-list.html │ │ │ -rw-r--r-- 0 root (0) root (0) 40 2021-01-04 23:58:31.000000 ./usr/share/doc/libjava-xmlbuilder-java/api/element-list │ │ │ -rw-r--r-- 0 root (0) root (0) 10182 2021-01-04 23:58:31.000000 ./usr/share/doc/libjava-xmlbuilder-java/api/help-doc.html │ │ │ --rw-r--r-- 0 root (0) root (0) 38133 2021-01-04 23:58:31.000000 ./usr/share/doc/libjava-xmlbuilder-java/api/index-all.html │ │ │ +-rw-r--r-- 0 root (0) root (0) 38246 2021-01-04 23:58:31.000000 ./usr/share/doc/libjava-xmlbuilder-java/api/index-all.html │ │ │ -rw-r--r-- 0 root (0) root (0) 4928 2021-01-04 23:58:31.000000 ./usr/share/doc/libjava-xmlbuilder-java/api/index.html │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-01-04 23:58:31.000000 ./usr/share/doc/libjava-xmlbuilder-java/api/jquery/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-01-04 23:58:31.000000 ./usr/share/doc/libjava-xmlbuilder-java/api/jquery/external/ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-01-04 23:58:31.000000 ./usr/share/doc/libjava-xmlbuilder-java/api/jquery/external/jquery/ │ │ │ -rw-r--r-- 0 root (0) root (0) 287630 2021-01-04 23:58:31.000000 ./usr/share/doc/libjava-xmlbuilder-java/api/jquery/external/jquery/jquery.js │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-01-04 23:58:31.000000 ./usr/share/doc/libjava-xmlbuilder-java/api/jquery/images/ │ │ │ -rw-r--r-- 0 root (0) root (0) 335 2021-01-04 23:58:31.000000 ./usr/share/doc/libjava-xmlbuilder-java/api/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png │ │ ├── ./usr/share/doc/libjava-xmlbuilder-java/api/index-all.html │ │ │ @@ -95,30 +95,30 @@ │ │ │
A B C D E F G I M N O P R S T U W X 
All Classes All Packages │ │ │ │ │ │ │ │ │

A

│ │ │
│ │ │
a(String, String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │
│ │ │ - │ │ │ + │ │ │
│ │ │
assertCurrentElementHasNoTextNodes() - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │
 
│ │ │
asString() - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │
│ │ │
Serialize the XML document to a string excluding the XML declaration.
│ │ │
│ │ │
asString(Properties) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │
│ │ │
Serialize the XML document to a string by delegating to the │ │ │ - toWriter(Writer, Properties) method.
│ │ │ + XMLBuilder.toWriter(Writer, Properties) method.
│ │ │ │ │ │
attr(String, String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │
│ │ │ -
Synonym for attribute(String, String).
│ │ │ +
Synonym for XMLBuilder.attribute(String, String).
│ │ │
│ │ │
attribute(String, String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │
│ │ │
Add a named attribute value to the element represented by this builder │ │ │ node, and return the node representing the element to which the │ │ │ attribute was added (not the new attribute node).
│ │ │
│ │ │ @@ -148,29 +148,29 @@ │ │ │ │ │ │ │ │ │ │ │ │

C

│ │ │
│ │ │
c(String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │
│ │ │ -
Synonym for comment(String).
│ │ │ + │ │ │
│ │ │
cdata(byte[]) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │
│ │ │
Add a CDATA value to the element represented by this builder node, and │ │ │ return the node representing the element to which the data │ │ │ was added (not the new CDATA node).
│ │ │
│ │ │
close() - Method in class net.iharder.base64.Base64.OutputStream
│ │ │
│ │ │
Flushes and closes (I think, in the superclass) the stream.
│ │ │
│ │ │
cmnt(String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │
│ │ │ -
Synonym for comment(String).
│ │ │ + │ │ │
│ │ │
com.jamesmurty.utils - package com.jamesmurty.utils
│ │ │
 
│ │ │
comment(String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │
│ │ │
Add a comment to the element represented by this builder node, and │ │ │ return the node representing the element to which the comment │ │ │ @@ -239,19 +239,19 @@ │ │ │ │ │ │ │ │ │ │ │ │

E

│ │ │
│ │ │
e(String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │
│ │ │ -
Synonym for element(String).
│ │ │ + │ │ │
│ │ │
elem(String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │
│ │ │ -
Synonym for element(String).
│ │ │ + │ │ │
│ │ │
element(String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │
│ │ │
Add a named XML element to the document as a child of this builder node, │ │ │ and return the builder node representing the new child.
│ │ │
│ │ │
ENCODE - Static variable in class net.iharder.base64.Base64
│ │ │ @@ -327,15 +327,15 @@ │ │ │ │ │ │ │ │ │ │ │ │

I

│ │ │
│ │ │
i(String, String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │
│ │ │ - │ │ │ + │ │ │
│ │ │
importXMLBuilder(XMLBuilder) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │
│ │ │
Imports another XMLBuilder document into this document at the │ │ │ current position.
│ │ │
│ │ │
InputStream(InputStream) - Constructor for class net.iharder.base64.Base64.InputStream
│ │ │ @@ -345,15 +345,15 @@ │ │ │
InputStream(InputStream, int) - Constructor for class net.iharder.base64.Base64.InputStream
│ │ │
│ │ │
Constructs a Base64.InputStream in │ │ │ either ENCODE or DECODE mode.
│ │ │
│ │ │
inst(String, String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │
│ │ │ - │ │ │ + │ │ │
│ │ │
instruction(String, String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │
│ │ │
Add an instruction to the element represented by this builder node, and │ │ │ return the node representing the element to which the instruction │ │ │ was added (not the new instruction node).
│ │ │
│ │ │ @@ -415,29 +415,29 @@ │ │ │ │ │ │ │ │ │ │ │ │

R

│ │ │
│ │ │
r(String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │
│ │ │ -
Synonym for reference(String).
│ │ │ + │ │ │
│ │ │
read() - Method in class net.iharder.base64.Base64.InputStream
│ │ │
│ │ │
Reads enough of the input stream to convert │ │ │ to/from Base64 and returns the next byte.
│ │ │
│ │ │
read(byte[], int, int) - Method in class net.iharder.base64.Base64.InputStream
│ │ │
│ │ │ -
Calls Base64.InputStream.read() repeatedly until the end of stream │ │ │ +
Calls read() repeatedly until the end of stream │ │ │ is reached or len bytes are read.
│ │ │
│ │ │
ref(String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │
│ │ │ -
Synonym for reference(String).
│ │ │ + │ │ │
│ │ │
reference(String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │
│ │ │
Add a reference to the element represented by this builder node, and │ │ │ return the node representing the element to which the reference │ │ │ was added (not the new reference node).
│ │ │
│ │ │ @@ -461,15 +461,15 @@ │ │ │ │ │ │ │ │ │ │ │ │

T

│ │ │
│ │ │
t(String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │
│ │ │ -
Synonmy for text(String).
│ │ │ + │ │ │
│ │ │
text(String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │
│ │ │
Add a text value to the element represented by this builder node, and │ │ │ return the node representing the element to which the text │ │ │ was added (not the new text node).
│ │ │