Class DOOMSourceBuilder

    • Constructor Detail

      • DOOMSourceBuilder

        public DOOMSourceBuilder()
    • Method Detail

      • getSource

        public Source getSource​(org.apache.axiom.om.OMElement node)
        Description copied from interface: SourceBuilder
        Get a Source implementation for the given AXIOM tree.
        Specified by:
        getSource in interface SourceBuilder
        Parameters:
        node - the root node of the AXIOM tree
        Returns:
        the source object
      • release

        public void release()
        Description copied from interface: SourceBuilder
        Release any resources associated with this object.
        Specified by:
        release in interface SourceBuilder