- baseNode - Variable in class de.knipp.rritoolkit.XmlBuilder
-
the base node
- BaseOperation() - Constructor for class de.knipp.rritoolkit.test.Test.BaseOperation
-
- batchReader - Variable in class de.knipp.rritoolkit.test.Test
-
the buffered reader while parsing
- builder - Variable in class de.knipp.rritoolkit.Codec
-
the document builder we are using
- buildPath(Node, StringBuilder) - Static method in exception de.knipp.rritoolkit.ResponseParseException
-
try to construct a XPath like path that describes the location of
the given node.
- bytesToDoc(byte[]) - Method in class de.knipp.rritoolkit.Codec
-
convert the byte array to an DOM document
- bytesToString(byte[]) - Method in class de.knipp.rritoolkit.Codec
-
interpret the given byte array as a sequence of UTF-8 encoded characters
and return it as a string.