Class JDFSizeIntent

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

@Deprecated public class JDFSizeIntent extends JDFAutoSizeIntent
Deprecated.
- use LayoutIntent instead
See Also:
  • Constructor Details

    • JDFSizeIntent

      public JDFSizeIntent(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName) throws DOMException
      Deprecated.
      Constructor for JDFSizeIntent
      Parameters:
      ownerDocument -
      qualifiedName -
      Throws:
      DOMException
    • JDFSizeIntent

      public JDFSizeIntent(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName) throws DOMException
      Deprecated.
      Constructor for JDFSizeIntent
      Parameters:
      ownerDocument -
      namespaceURI -
      qualifiedName -
      Throws:
      DOMException
    • JDFSizeIntent

      public JDFSizeIntent(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName) throws DOMException
      Deprecated.
      Constructor for JDFSizeIntent
      Parameters:
      ownerDocument -
      namespaceURI -
      qualifiedName -
      localName -
      Throws:
      DOMException
  • Method Details

    • toString

      public String toString()
      Deprecated.
      Description copied from class: KElement
      this to string, used for debug purpose mostly
      Overrides:
      toString in class KElement
      Returns:
      string representativ of this
      See Also: