Class ToolsFactory


  • public class ToolsFactory
    extends nu.xom.NodeFactory
    Factory for tool-related elements.
    Author:
    Group 3
    • Constructor Summary

      Constructors 
      Constructor Description
      ToolsFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      nu.xom.Element startMakingElement​(java.lang.String name, java.lang.String namespaceURI)  
      • Methods inherited from class nu.xom.NodeFactory

        finishMakingDocument, finishMakingElement, makeAttribute, makeComment, makeDocType, makeProcessingInstruction, makeRootElement, makeText, startMakingDocument
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ToolsFactory

        public ToolsFactory()
    • Method Detail

      • startMakingElement

        public final nu.xom.Element startMakingElement​(java.lang.String name,
                                                       java.lang.String namespaceURI)
        Overrides:
        startMakingElement in class nu.xom.NodeFactory