Class ElementFactory


  • public final class ElementFactory
    extends nu.xom.NodeFactory
    Author:
    Group 3
    • Constructor Summary

      Constructors 
      Constructor Description
      ElementFactory()  
    • 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

      • ElementFactory

        public ElementFactory()
    • Method Detail

      • startMakingElement

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