JBoss Common Classes 2.2.17.GA

Uses of Class
org.jboss.util.xml.DOMWriter

Packages that use DOMWriter
org.jboss.util.xml XML utilities. 
 

Uses of DOMWriter in org.jboss.util.xml
 

Methods in org.jboss.util.xml that return DOMWriter
 DOMWriter DOMWriter.setCanonical(boolean canonical)
          Set wheter entities should appear in their canonical form.
 DOMWriter DOMWriter.setCompleteNamespaces(boolean complete)
          Set wheter subelements should have their namespaces completed.
 DOMWriter DOMWriter.setIgnoreWhitespace(boolean ignoreWhitespace)
          Set whether whitespace should be ignored.
 DOMWriter DOMWriter.setPrettyprint(boolean prettyprint)
          Set wheter element should be indented.
 DOMWriter DOMWriter.setWriteXMLDeclaration(boolean flag)
          Set wheter the XML declaration should be written.
 


JBoss Common Classes 2.2.17.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.