Class XmlYardimcisi


  • public class XmlYardimcisi
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      XmlYardimcisi()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<org.w3c.dom.Element> elemanlar​(org.w3c.dom.Element parent, java.lang.String childName)  
      static org.w3c.dom.Element ilkEleman​(org.w3c.dom.Element parent, java.lang.String childName)  
      static org.w3c.dom.Document xmlDosyaCozumle​(java.lang.String xmlFile)  
      • Methods inherited from class java.lang.Object

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

      • XmlYardimcisi

        public XmlYardimcisi()
    • Method Detail

      • xmlDosyaCozumle

        public static org.w3c.dom.Document xmlDosyaCozumle​(java.lang.String xmlFile)
                                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • elemanlar

        public static java.util.List<org.w3c.dom.Element> elemanlar​(org.w3c.dom.Element parent,
                                                                    java.lang.String childName)
      • ilkEleman

        public static org.w3c.dom.Element ilkEleman​(org.w3c.dom.Element parent,
                                                    java.lang.String childName)