abstract
class
DocHelper extends AnyRef
Instance Constructors
-
new
DocHelper()
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
def
finalize(): Unit
-
def
fromBytes(bytes: Array[Byte], charset: Charset = DEFAULT_CHARSET): Document
-
def
fromFile(fileName: String, charset: Charset = DEFAULT_CHARSET): Document
-
def
fromString(xml: String, encoding: String = DEFAULT_ENCODING): Document
-
final
def
getClass(): Class[_]
-
def
getOutputTransformer(indent: Boolean, encoding: String, omitXmlDec: Boolean): Transformer
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
def
newDocument(): Document
-
def
newDocumentBuilder(): DocumentBuilder
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toBytes(doc: Node, indent: Boolean = false, encoding: String = DEFAULT_ENCODING, omitXmlDec: Boolean = false): Array[Byte]
-
def
toFile(doc: Node, fileName: String, indent: Boolean = true, encoding: String = DEFAULT_ENCODING, omitXmlDec: Boolean = false): File
-
def
toString(doc: Node, indent: Boolean = true, encoding: String = DEFAULT_ENCODING, omitXmlDec: Boolean = false): String
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit