Package ipsk.xml

Interface DOMElement


  • public interface DOMElement
    Classes which implement this interface provide their own DOM representation and are not inspected by DOMCodec.
    Author:
    K.Jaensch, klausj@phonetik.uni-muenchen.de
    • Method Detail

      • setChildElements

        void setChildElements​(org.w3c.dom.Node[] childElements)
      • getChildElements

        org.w3c.dom.Node[] getChildElements()
      • setAttributes

        void setAttributes​(DOMAttribute[] attributes)
      • getAttributes

        org.w3c.dom.Attr[] getAttributes()