| java.lang.Object org.netbeans.modules.jdbcwizard.builder.xsd.DOMWriter
DOMWriter | public class DOMWriter (Code) | | A sample DOM writer. This class traverses a DOM tree to print an xml document.
|
canonical | protected boolean canonical(Code) | | Canonical output.
|
getWriterEncoding | public static String getWriterEncoding()(Code) | | Returns the Writer Encoding
Encoding used |
normalize | protected String normalize(String s)(Code) | | Normalizes the given string.
Parameters: s - String to be normalized normalized string |
print | public void print(String indent, Node node, boolean prettyprint)(Code) | | Prints the specified node, recursively.
Parameters: node - Node Parameters: prettyprint - Pretty print the result |
sortAttributes | protected Attr[] sortAttributes(NamedNodeMap attrs)(Code) | | Returns a sorted list of attributes.
Parameters: attrs - Map of named nodes Array of sorted list of attributes |
|
|