Constructor and Description |
---|
XeAppend(CharSequence target,
CharSequence value)
Ctor.
|
XeAppend(CharSequence target,
Iterable<XeSource> src)
Ctor.
|
XeAppend(CharSequence target,
Scalar<XeSource> src)
Ctor.
|
XeAppend(CharSequence target,
XeSource... src)
Ctor.
|
public XeAppend(CharSequence target, CharSequence value)
target
- Name of XML elementvalue
- Value to setpublic XeAppend(CharSequence target, XeSource... src)
target
- Name of XML elementsrc
- Sourcepublic XeAppend(CharSequence target, Iterable<XeSource> src)
target
- Name of XML elementsrc
- Sourcepublic XeAppend(CharSequence target, Scalar<XeSource> src)
target
- Name of XML elementsrc
- SourceCopyright © 2015–2019 Take. All rights reserved.