- All Implemented Interfaces:
- XMLBuilder
public final class XMLBuilderSJSXP
extends java.lang.Object
implements XMLBuilder
A prefixless XML document builder implementation. That is, a default
namespace is always in effect on each element. This is generally optimal
for EPP, since there are very few nodes in the tree at which the namespace
changes. This is only published outside the scope of the package to support
representation of Node
s as an XML String.
Uses the debug, maintenance and user level loggers.