public interface IXMLWriter
| Modifier and Type | Method and Description |
|---|---|
boolean |
abbreviationDefined(String abbreviation) |
void |
attribute(String name,
String value) |
void |
attribute(String name,
String value,
boolean onlyIfNotEmpty) |
void |
attribute(String namespace,
String name,
String value) |
void |
attribute(String namespace,
String name,
String value,
boolean onlyIfNotEmpty) |
void |
attributeNoLines(String name,
String value) |
void |
cData(String text) |
void |
close() |
void |
close(String name) |
void |
close(String namespace,
String name) |
void |
closeToLevel(int count) |
void |
comment(String comment,
boolean doPretty) |
void |
element(String name,
String content) |
void |
element(String name,
String content,
boolean onlyIfNotEmpty) |
void |
element(String namespace,
String name,
String content) |
void |
element(String namespace,
String name,
String content,
boolean onlyIfNotEmpty) |
void |
element(String namespace,
String name,
String content,
String comment) |
void |
endCommentBlock() |
String |
getDefaultNamespace() |
boolean |
isPretty() |
void |
namespace(String namespace) |
void |
namespace(String namespace,
String abbreviation) |
boolean |
namespaceDefined(String namespace) |
void |
open(String name) |
void |
open(String namespace,
String name) |
void |
open(String namespace,
String name,
String comment) |
void |
setDefaultNamespace(String namespace) |
void |
setPretty(boolean pretty) |
void |
start() |
void |
startCommentBlock()
Start comment inserts a
Copyright © 2014–2018 University Health Network. All rights reserved. |