public class Schema2BeansUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Schema2BeansUtil.ReindentationListener
The listener processes property changes caused by adding a new element of graph
Then the new element in DOM binding is properly reformated
|
| Constructor and Description |
|---|
Schema2BeansUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
mergeUnsupportedElements(BaseBean bean,
BaseBean patternBean)
Merge "unsupported" elements - elements which are not represented
in model (whitespaces, comments, unknown atributes and tags),
but they should be merged to DOMBinding
|
static void |
write(BaseBean bean,
OutputStream outputStream)
Write the current schema2beans graph as an XML document without reformating
|
static void |
write(BaseBean bean,
Writer writer)
Write the current schema2beans graph as an XML document without reformating
|
public static void write(BaseBean bean, Writer writer) throws IOException
bean - writer - IOExceptionpublic static void write(BaseBean bean, OutputStream outputStream) throws IOException
bean - outputStream - IOExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.