Interface XmlElement

All Known Implementing Classes:
XMLCatalogImpl.CatalogEntry

public interface XmlElement
Interface for an arbitrary xml element.
  • Method Summary

    Modifier and Type
    Method
    Description
    toXml(Document document)
    Returns an xml node representation of this element.
  • Method Details

    • toXml

      Node toXml(Document document)
      Returns an xml node representation of this element.
      Parameters:
      document - the enclosing xml document
      Returns:
      the xml node