Class JDFAutoDisplayGroup

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFDisplayGroup

    public abstract class JDFAutoDisplayGroup
    extends JDFElement
    class JDFAutoDisplayGroup : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoDisplayGroup

        protected JDFAutoDisplayGroup​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                      java.lang.String qualifiedName)
        Constructor for JDFAutoDisplayGroup
        Parameters:
        myOwnerDocument -
        qualifiedName -
      • JDFAutoDisplayGroup

        protected JDFAutoDisplayGroup​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                      java.lang.String myNamespaceURI,
                                      java.lang.String qualifiedName)
        Constructor for JDFAutoDisplayGroup
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
      • JDFAutoDisplayGroup

        protected JDFAutoDisplayGroup​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                      java.lang.String myNamespaceURI,
                                      java.lang.String qualifiedName,
                                      java.lang.String myLocalName)
        Constructor for JDFAutoDisplayGroup
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • getLoc

        public JDFLoc getLoc()
        (24) const get element Loc
        Returns:
        JDFLoc the element
      • getCreateLoc

        public JDFLoc getCreateLoc()
        (25) getCreateLoc
        Returns:
        JDFLoc the element
      • getCreateLoc

        public JDFLoc getCreateLoc​(int iSkip)
        (26) getCreateLoc
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFLoc the element
      • getLoc

        public JDFLoc getLoc​(int iSkip)
        (27) const get element Loc
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFLoc the element default is getLoc(0)
      • getAllLoc

        public java.util.Collection<JDFLoc> getAllLoc()
        Get all Loc from the current element
        Returns:
        Collection, null if none are available
      • appendLoc

        public JDFLoc appendLoc()
        (30) append element Loc
        Returns:
        JDFLoc the element