Package | Description |
---|---|
org.basex.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
XMLBuilder |
XMLBuilder.close()
Closes an element.
|
XMLBuilder |
XMLBuilder.indent()
Activates indentation.
|
XMLBuilder |
XMLBuilder.open(Object name,
Object... attributes)
Opens an element.
|
XMLBuilder |
XMLBuilder.text(Object value)
Encodes the specified text.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.