Calls
read()
repeatedly until the end of stream
│ │ │ │ +
│ │ │ │
│ │ │ │
ref(String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │ │
│ │ │ │ -
│ │ │ │ +
│ │ │ │
│ │ │ │
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).
│ │ │ │
│ │ │ │ @@ -374,15 +374,15 @@
│ │ │ │
Suspends encoding of the stream.
│ │ │ │
│ │ │ │
│ │ │ │
T
│ │ │ │
│ │ │ │ - t(String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │ │ -
│ │ │ │ -
│ │ │ │ +
│ │ │ │
│ │ │ │ - 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).
│ │ │ │
│ │ │ │ ├── html2text {}
│ │ │ │ │ @@ -18,25 +18,25 @@
│ │ │ │ │ SEARCH: [search ] [reset]
│ │ │ │ │
│ │ │ │ │ ****** Index ******
│ │ │ │ │ A B C D E F G I M N O P R S T U W X
│ │ │ │ │ All Classes and Interfaces|All Packages|Constant Field Values
│ │ │ │ │ ***** A *****
│ │ │ │ │ a(String,_String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │ │ │ - Synonym for XMLBuilder.attribute(String,_String).
│ │ │ │ │ + Synonym for attribute(String,_String).
│ │ │ │ │ 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
│ │ │ │ │ - XMLBuilder.toWriter(Writer,_Properties) method.
│ │ │ │ │ + Serialize the XML document to a string by delegating to the toWriter
│ │ │ │ │ + (Writer,_Properties) method.
│ │ │ │ │ attr(String,_String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │ │ │ - Synonym for XMLBuilder.attribute(String,_String).
│ │ │ │ │ + Synonym for 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).
│ │ │ │ │ ***** B *****
│ │ │ │ │ Base64 - Class in net.iharder.base64
│ │ │ │ │ Encodes and decodes to and from Base64 notation.
│ │ │ │ │ @@ -46,23 +46,23 @@
│ │ │ │ │ the fly.
│ │ │ │ │ Base64.OutputStream - Class in net.iharder.base64
│ │ │ │ │ A Base64.OutputStream will write data to another java.io.OutputStream,
│ │ │ │ │ given in the constructor, and encode/decode to/from Base64 notation on
│ │ │ │ │ the fly.
│ │ │ │ │ ***** C *****
│ │ │ │ │ c(String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │ │ │ - Synonym for XMLBuilder.comment(String).
│ │ │ │ │ + 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 XMLBuilder.comment(String).
│ │ │ │ │ + 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 was added (not the
│ │ │ │ │ new comment node).
│ │ │ │ │ create(String) - Static method in class com.jamesmurty.utils.XMLBuilder
│ │ │ │ │ @@ -94,17 +94,17 @@
│ │ │ │ │ Convenience method for decoding data to a file.
│ │ │ │ │ decodeToObject(String) - Static method in class net.iharder.base64.Base64
│ │ │ │ │ Attempts to decode Base64 data and deserialize a Java Object within.
│ │ │ │ │ DONT_BREAK_LINES - Static variable in class net.iharder.base64.Base64
│ │ │ │ │ Don't break lines when encoding (violates strict Base64 specification)
│ │ │ │ │ ***** E *****
│ │ │ │ │ e(String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │ │ │ - Synonym for XMLBuilder.element(String).
│ │ │ │ │ + Synonym for element(String).
│ │ │ │ │ elem(String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │ │ │ - Synonym for XMLBuilder.element(String).
│ │ │ │ │ + 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
│ │ │ │ │ Specify encoding.
│ │ │ │ │ encodeBytes(byte[]) - Static method in class net.iharder.base64.Base64
│ │ │ │ │ Encodes a byte array into Base64 notation.
│ │ │ │ │ @@ -141,27 +141,27 @@
│ │ │ │ │
│ │ │ │ │ getElement() - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │ │ │
│ │ │ │ │ GZIP - Static variable in class net.iharder.base64.Base64
│ │ │ │ │ Specify that data should be gzip-compressed.
│ │ │ │ │ ***** I *****
│ │ │ │ │ i(String,_String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │ │ │ - Synonym for XMLBuilder.instruction(String,_String).
│ │ │ │ │ + Synonym for instruction(String,_String).
│ │ │ │ │ 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
│ │ │ │ │ Constructs a Base64.InputStream in DECODE mode.
│ │ │ │ │ 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
│ │ │ │ │ - Synonym for XMLBuilder.instruction(String,_String).
│ │ │ │ │ + Synonym for instruction(String,_String).
│ │ │ │ │ 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).
│ │ │ │ │ ***** M *****
│ │ │ │ │ main(String[]) - Static method in class net.iharder.base64.Base64
│ │ │ │ │ Encodes or decodes two files from the command line; feel free to delete
│ │ │ │ │ @@ -183,38 +183,38 @@
│ │ │ │ │ net.iharder.base64.Base64.OutputStream
│ │ │ │ │ Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
│ │ │ │ │ ***** P *****
│ │ │ │ │ parse(InputSource) - Static method in class com.jamesmurty.utils.XMLBuilder
│ │ │ │ │ Construct a builder from an existing XML document.
│ │ │ │ │ ***** R *****
│ │ │ │ │ r(String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │ │ │ - Synonym for XMLBuilder.reference(String).
│ │ │ │ │ + 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 read() repeatedly until the end of stream is reached or len bytes
│ │ │ │ │ - are read.
│ │ │ │ │ + Calls Base64.InputStream.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 XMLBuilder.reference(String).
│ │ │ │ │ + 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).
│ │ │ │ │ resumeEncoding() - Method in class net.iharder.base64.Base64.OutputStream
│ │ │ │ │ Resumes encoding of the stream.
│ │ │ │ │ root() - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │ │ │
│ │ │ │ │ ***** S *****
│ │ │ │ │ suspendEncoding() - Method in class net.iharder.base64.Base64.OutputStream
│ │ │ │ │ Suspends encoding of the stream.
│ │ │ │ │ ***** T *****
│ │ │ │ │ t(String) - Method in class com.jamesmurty.utils.XMLBuilder
│ │ │ │ │ - Synonmy for XMLBuilder.text(String).
│ │ │ │ │ + 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).
│ │ │ │ │ toWriter(Writer,_Properties) - Method in class
│ │ │ │ │ com.jamesmurty.utils.XMLBuilder
│ │ │ │ │ Serialize the XML document to the given writer using the default