Uses of Class
com.caucho.quercus.lib.xml.XMLWriter

Packages that use XMLWriter
com.caucho.quercus.lib.xml   
 

Uses of XMLWriter in com.caucho.quercus.lib.xml
 

Methods in com.caucho.quercus.lib.xml that return XMLWriter
static XMLWriter XMLWriterModule.xmlwriter_open_memory(Env env)
          Opens the writer for a memory target
static XMLWriter XMLWriterModule.xmlwriter_open_uri(Env env, Path path)
          Opens the writer for a uri target
 

Methods in com.caucho.quercus.lib.xml with parameters of type XMLWriter
static boolean XMLWriterModule.xmlwriter_end_attribute(XMLWriter w)
          Ends an attribute
static boolean XMLWriterModule.xmlwriter_end_cdata(XMLWriter w)
          Starts a CData section
static boolean XMLWriterModule.xmlwriter_end_comment(XMLWriter w)
          Starts a comment section
static boolean XMLWriterModule.xmlwriter_end_document(XMLWriter w)
          Ends the document
static boolean XMLWriterModule.xmlwriter_end_dtd_attlist(XMLWriter w)
          Ends a DTD attribute list
static boolean XMLWriterModule.xmlwriter_end_dtd_element(XMLWriter w)
          Ends a DTD element list
static boolean XMLWriterModule.xmlwriter_end_dtd_entity(XMLWriter w)
          Ends a DTD entity
static boolean XMLWriterModule.xmlwriter_end_dtd(XMLWriter w)
          Ends a DTD
static boolean XMLWriterModule.xmlwriter_end_element_ns(Env env, XMLWriter w)
          Ends an element
static boolean XMLWriterModule.xmlwriter_end_element(Env env, XMLWriter w)
          Ends an element
static boolean XMLWriterModule.xmlwriter_end_pi(XMLWriter w)
          Ends a pi section
static Value XMLWriterModule.xmlwriter_flush(XMLWriter w)
          Flushes the output and returns the result.
static boolean XMLWriterModule.xmlwriter_full_end_element(Env env, XMLWriter w)
          Ends an element
static Value XMLWriterModule.xmlwriter_output_memory(XMLWriter w)
          Returns the memory result
static boolean XMLWriterModule.xmlwriter_set_indent_string(XMLWriter w, StringValue value)
          sets the indentation string
static boolean XMLWriterModule.xmlwriter_set_indent(XMLWriter w, boolean isIndent)
          enables indentation
static boolean XMLWriterModule.xmlwriter_start_attribute_ns(Env env, XMLWriter w, StringValue prefix, StringValue name, StringValue uri)
          Starts an attribute with a namespace
static boolean XMLWriterModule.xmlwriter_start_attribute(Env env, XMLWriter w, StringValue name)
          Starts an attribute
static boolean XMLWriterModule.xmlwriter_start_cdata(XMLWriter w)
          Starts a CData section
static boolean XMLWriterModule.xmlwriter_start_comment(XMLWriter w)
          Starts a comment section
static boolean XMLWriterModule.xmlwriter_start_document(Env env, XMLWriter w, StringValue version, StringValue encoding, StringValue standalone)
          Starts the document
static boolean XMLWriterModule.xmlwriter_start_dtd_attlist(XMLWriter w, StringValue name)
          Starts a DTD attribute list
static boolean XMLWriterModule.xmlwriter_start_dtd_element(XMLWriter w, StringValue name)
          Starts a DTD element list
static boolean XMLWriterModule.xmlwriter_start_dtd_entity(XMLWriter w, StringValue name)
          Starts a DTD entity
static boolean XMLWriterModule.xmlwriter_start_dtd(XMLWriter w, StringValue name, StringValue publicId, StringValue systemId)
          Starts a DTD
static boolean XMLWriterModule.xmlwriter_start_element_ns(Env env, XMLWriter w, StringValue prefix, StringValue name, StringValue uri)
          Starts a namespaced element
static boolean XMLWriterModule.xmlwriter_start_element(Env env, XMLWriter w, StringValue name)
          Starts an element
static boolean XMLWriterModule.xmlwriter_start_pi(Env env, XMLWriter w, StringValue target)
          Starts a processing instruction section
static boolean XMLWriterModule.xmlwriter_text(Env env, XMLWriter w, StringValue text)
          Writes text
static boolean XMLWriterModule.xmlwriter_write_attribute_ns(Env env, XMLWriter w, StringValue prefix, StringValue name, StringValue uri, StringValue value)
          Writes a complete attribute
static boolean XMLWriterModule.xmlwriter_write_attribute(Env env, XMLWriter w, StringValue name, StringValue value)
          Writes a complete attribute
static boolean XMLWriterModule.xmlwriter_write_cdata(Env env, XMLWriter w, StringValue value)
          Writes a complete cdata
static boolean XMLWriterModule.xmlwriter_write_comment(Env env, XMLWriter w, StringValue value)
          Writes a complete comment
static boolean XMLWriterModule.xmlwriter_write_dtd_attlist(Env env, XMLWriter w, StringValue name, StringValue content)
          Writes a DTD attribute list
static boolean XMLWriterModule.xmlwriter_write_dtd_element(Env env, XMLWriter w, StringValue name, StringValue content)
          Writes a DTD element
static boolean XMLWriterModule.xmlwriter_write_dtd_entity(Env env, XMLWriter w, StringValue name, StringValue content)
          Writes a DTD entity
static boolean XMLWriterModule.xmlwriter_write_dtd(Env env, XMLWriter w, StringValue name, StringValue publicId, StringValue systemId, StringValue subset)
          Writes a DTD
static boolean XMLWriterModule.xmlwriter_write_element_ns(Env env, XMLWriter w, StringValue prefix, StringValue name, StringValue uri, StringValue content)
          Writes a complete element
static boolean XMLWriterModule.xmlwriter_write_element(Env env, XMLWriter w, StringValue name, StringValue content)
          Writes a complete element
static boolean XMLWriterModule.xmlwriter_write_pi(Env env, XMLWriter w, StringValue name, StringValue value)
          Writes a pi
static boolean XMLWriterModule.xmlwriter_write_raw(Env env, XMLWriter w, StringValue value)
          Writes raw text