Class WSDDElement

    • Constructor Detail

      • WSDDElement

        public WSDDElement()
        Default constructor
      • WSDDElement

        public WSDDElement​(org.w3c.dom.Element e)
                    throws WSDDException
        Create an element in WSDD that wraps an extant DOM element
        Parameters:
        e - (Element) XXX
        Throws:
        WSDDException - XXX
    • Method Detail

      • getElementName

        protected abstract QName getElementName()
        Return the element name of a particular subclass.
      • getChildElement

        public org.w3c.dom.Element getChildElement​(org.w3c.dom.Element e,
                                                   java.lang.String name)
      • getChildElements

        public org.w3c.dom.Element[] getChildElements​(org.w3c.dom.Element e,
                                                      java.lang.String name)
      • writeToContext

        public abstract void writeToContext​(SerializationContext context)
                                     throws java.io.IOException
        Write this element out to a SerializationContext
        Throws:
        java.io.IOException