Uses of Class
com.day.cq.commons.SimpleXml

Packages that use SimpleXml
com.day.cq.commons   
 

Uses of SimpleXml in com.day.cq.commons
 

Methods in com.day.cq.commons that return SimpleXml
 SimpleXml SimpleXml.close()
          Closes the most recent open element.
 SimpleXml SimpleXml.Element.close()
          Explicitly closes the XML element.
protected  SimpleXml SimpleXml.Element.getWriter()
          Returns the underlying XML writer
 SimpleXml SimpleXml.omitXmlDeclaration(boolean omit)
          Defines whether the XML declaration should be omitted.
 SimpleXml SimpleXml.open()
          Opens the XML document.
 SimpleXml SimpleXml.Element.open()
          Explicitly opens the XML element.
 SimpleXml SimpleXml.openDocument()
          Opens the XML document.
 SimpleXml SimpleXml.setDocumentLocator(Locator locator)
          Sets the document locator of the output.
 SimpleXml SimpleXml.setEncoding(String encoding)
          Sets the character encoding of the output.
 SimpleXml SimpleXml.setIndent(boolean indent)
          Defines whether the output should use indetation.
 SimpleXml SimpleXml.tidyUp()
          Closes all currently open elements.
 



Copyright © 2009 Day Management AG. All Rights Reserved.