api documentation for libxmljs (v0.18.4)

libxml bindings for v8 javascript engine

table of contents

  1. module libxmljs
    1. boolean libxmljs.libxml_debug_enabled
    2. function libxmljs.Comment (doc, content)
    3. function libxmljs.Document (version, encoding)
    4. function libxmljs.Element (doc, name, content)
    5. function libxmljs.SaxParser (callbacks)
    6. function libxmljs.SaxPushParser (callbacks)
    7. function libxmljs.Text (doc, content)
    8. function libxmljs.memoryUsage ()
    9. function libxmljs.nodeCount ()
    10. function libxmljs.parseHtml (string, opts)
    11. function libxmljs.parseHtmlFragment (string, opts)
    12. function libxmljs.parseHtmlString (string, opts)
    13. function libxmljs.parseXml (string, options)
    14. function libxmljs.parseXmlString (string, options)
    15. object libxmljs.Comment.prototype
    16. object libxmljs.Document.prototype
    17. object libxmljs.Element.prototype
    18. object libxmljs.Text.prototype
    19. object libxmljs.bindings
    20. object libxmljs.features
    21. object libxmljs.sax_parser
    22. string libxmljs.libxml_parser_version
    23. string libxmljs.libxml_version
    24. string libxmljs.version
  2. module libxmljs.Comment
    1. function libxmljs.Comment (doc, content)
  3. module libxmljs.Comment.prototype
    1. function libxmljs.Comment.prototype.text ()
  4. module libxmljs.Document
    1. function libxmljs.Document (version, encoding)
    2. function libxmljs.Document.fromHtml (string, opts)
    3. function libxmljs.Document.fromHtmlFragment (string, opts)
    4. function libxmljs.Document.fromHtmlString (string, opts)
    5. function libxmljs.Document.fromXml (string, options)
    6. function libxmljs.Document.fromXmlString (string, options)
  5. module libxmljs.Document.prototype
    1. function libxmljs.Document.prototype._encoding ()
    2. function libxmljs.Document.prototype._getDtd ()
    3. function libxmljs.Document.prototype._rngValidate ()
    4. function libxmljs.Document.prototype._root ()
    5. function libxmljs.Document.prototype._setDtd ()
    6. function libxmljs.Document.prototype._toString ()
    7. function libxmljs.Document.prototype._validate ()
    8. function libxmljs.Document.prototype._version ()
    9. function libxmljs.Document.prototype.child (id)
    10. function libxmljs.Document.prototype.childNodes ()
    11. function libxmljs.Document.prototype.encoding (encoding)
    12. function libxmljs.Document.prototype.find (xpath, ns_uri)
    13. function libxmljs.Document.prototype.get (xpath, ns_uri)
    14. function libxmljs.Document.prototype.getDtd ()
    15. function libxmljs.Document.prototype.namespaces ()
    16. function libxmljs.Document.prototype.node (name, content)
    17. function libxmljs.Document.prototype.rngValidate (rng)
    18. function libxmljs.Document.prototype.root (elem)
    19. function libxmljs.Document.prototype.setDtd (name, ext, sys)
    20. function libxmljs.Document.prototype.toString (formatted)
    21. function libxmljs.Document.prototype.type ()
    22. function libxmljs.Document.prototype.validate (xsd)
    23. function libxmljs.Document.prototype.version ()
  6. module libxmljs.Element
    1. function libxmljs.Element (doc, name, content)
  7. module libxmljs.Element.prototype
    1. function libxmljs.Element.prototype._attr ()
    2. function libxmljs.Element.prototype.addCData ()
    3. function libxmljs.Element.prototype.addChild ()
    4. function libxmljs.Element.prototype.addNextSibling ()
    5. function libxmljs.Element.prototype.addPrevSibling ()
    6. function libxmljs.Element.prototype.attr ()
    7. function libxmljs.Element.prototype.attrs ()
    8. function libxmljs.Element.prototype.cdata (content)
    9. function libxmljs.Element.prototype.child ()
    10. function libxmljs.Element.prototype.childNodes ()
    11. function libxmljs.Element.prototype.defineNamespace (prefix, href)
    12. function libxmljs.Element.prototype.find ()
    13. function libxmljs.Element.prototype.get ()
    14. function libxmljs.Element.prototype.name ()
    15. function libxmljs.Element.prototype.nextElement ()
    16. function libxmljs.Element.prototype.node (name, content)
    17. function libxmljs.Element.prototype.path ()
    18. function libxmljs.Element.prototype.prevElement ()
    19. function libxmljs.Element.prototype.replace ()
    20. function libxmljs.Element.prototype.text ()
  8. module libxmljs.Text
    1. function libxmljs.Text (doc, content)
  9. module libxmljs.Text.prototype
    1. function libxmljs.Text.prototype.nextElement ()
    2. function libxmljs.Text.prototype.prevElement ()
    3. function libxmljs.Text.prototype.replace ()
    4. function libxmljs.Text.prototype.text ()
  10. module libxmljs.bindings
    1. boolean libxmljs.bindings.libxml_debug_enabled
    2. function libxmljs.bindings.Attribute ()
    3. function libxmljs.bindings.Comment ()
    4. function libxmljs.bindings.Document ()
    5. function libxmljs.bindings.Element ()
    6. function libxmljs.bindings.Namespace ()
    7. function libxmljs.bindings.SaxParser ()
    8. function libxmljs.bindings.SaxPushParser ()
    9. function libxmljs.bindings.Text ()
    10. function libxmljs.bindings.fromHtml ()
    11. function libxmljs.bindings.fromXml ()
    12. function libxmljs.bindings.xmlMemUsed ()
    13. function libxmljs.bindings.xmlNodeCount ()
    14. object libxmljs.bindings.features
    15. object libxmljs.bindings.libxml
    16. string libxmljs.bindings.libxml_parser_version
    17. string libxmljs.bindings.libxml_version
    18. string libxmljs.bindings.path
  11. module libxmljs.sax_parser
    1. function libxmljs.sax_parser.SaxParser (callbacks)
    2. function libxmljs.sax_parser.SaxPushParser (callbacks)

module libxmljs

function libxmljs.Comment (doc, content)

function libxmljs.Document (version, encoding)

function libxmljs.Element (doc, name, content)

function libxmljs.SaxParser (callbacks)

function libxmljs.SaxPushParser (callbacks)

function libxmljs.Text (doc, content)

function libxmljs.memoryUsage ()

function libxmljs.nodeCount ()

function libxmljs.parseHtml (string, opts)

function libxmljs.parseHtmlFragment (string, opts)

function libxmljs.parseHtmlString (string, opts)

function libxmljs.parseXml (string, options)

function libxmljs.parseXmlString (string, options)

module libxmljs.Comment

function libxmljs.Comment (doc, content)

module libxmljs.Comment.prototype

function libxmljs.Comment.prototype.text ()

module libxmljs.Document

function libxmljs.Document (version, encoding)

function libxmljs.Document.fromHtml (string, opts)

function libxmljs.Document.fromHtmlFragment (string, opts)

function libxmljs.Document.fromHtmlString (string, opts)

function libxmljs.Document.fromXml (string, options)

function libxmljs.Document.fromXmlString (string, options)

module libxmljs.Document.prototype

function libxmljs.Document.prototype._encoding ()

function libxmljs.Document.prototype._getDtd ()

function libxmljs.Document.prototype._rngValidate ()

function libxmljs.Document.prototype._root ()

function libxmljs.Document.prototype._setDtd ()

function libxmljs.Document.prototype._toString ()

function libxmljs.Document.prototype._validate ()

function libxmljs.Document.prototype._version ()

function libxmljs.Document.prototype.child (id)

function libxmljs.Document.prototype.childNodes ()

function libxmljs.Document.prototype.encoding (encoding)

function libxmljs.Document.prototype.find (xpath, ns_uri)

function libxmljs.Document.prototype.get (xpath, ns_uri)

function libxmljs.Document.prototype.getDtd ()

function libxmljs.Document.prototype.namespaces ()

function libxmljs.Document.prototype.node (name, content)

function libxmljs.Document.prototype.rngValidate (rng)

function libxmljs.Document.prototype.root (elem)

function libxmljs.Document.prototype.setDtd (name, ext, sys)

function libxmljs.Document.prototype.toString (formatted)

function libxmljs.Document.prototype.type ()

function libxmljs.Document.prototype.validate (xsd)

function libxmljs.Document.prototype.version ()

module libxmljs.Element

function libxmljs.Element (doc, name, content)

module libxmljs.Element.prototype

function libxmljs.Element.prototype._attr ()

function libxmljs.Element.prototype.addCData ()

function libxmljs.Element.prototype.addChild ()

function libxmljs.Element.prototype.addNextSibling ()

function libxmljs.Element.prototype.addPrevSibling ()

function libxmljs.Element.prototype.attr ()

function libxmljs.Element.prototype.attrs ()

function libxmljs.Element.prototype.cdata (content)

function libxmljs.Element.prototype.child ()

function libxmljs.Element.prototype.childNodes ()

function libxmljs.Element.prototype.defineNamespace (prefix, href)

function libxmljs.Element.prototype.find ()

function libxmljs.Element.prototype.get ()

function libxmljs.Element.prototype.name ()

function libxmljs.Element.prototype.nextElement ()

function libxmljs.Element.prototype.node (name, content)

function libxmljs.Element.prototype.path ()

function libxmljs.Element.prototype.prevElement ()

function libxmljs.Element.prototype.replace ()

function libxmljs.Element.prototype.text ()

module libxmljs.Text

function libxmljs.Text (doc, content)

module libxmljs.Text.prototype

function libxmljs.Text.prototype.nextElement ()

function libxmljs.Text.prototype.prevElement ()

function libxmljs.Text.prototype.replace ()

function libxmljs.Text.prototype.text ()

module libxmljs.bindings

function libxmljs.bindings.Attribute ()

function libxmljs.bindings.Comment ()

function libxmljs.bindings.Document ()

function libxmljs.bindings.Element ()

function libxmljs.bindings.Namespace ()

function libxmljs.bindings.SaxParser ()

function libxmljs.bindings.SaxPushParser ()

function libxmljs.bindings.Text ()

function libxmljs.bindings.fromHtml ()

function libxmljs.bindings.fromXml ()

function libxmljs.bindings.xmlMemUsed ()

function libxmljs.bindings.xmlNodeCount ()

module libxmljs.sax_parser

function libxmljs.sax_parser.SaxParser (callbacks)

function libxmljs.sax_parser.SaxPushParser (callbacks)

[ this document was created with utility2 ]