Class JDFTile

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

public class JDFTile extends JDFAutoTile
JDFTile provides utilities for the Tile resource
See Also:
  • Constructor Details

    • JDFTile

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

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

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

    • toString

      public String toString()
      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:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFAutoTile
      Returns:
      the elementinfo
    • getCreateMarkObject

      public JDFMarkObject getCreateMarkObject(int iSkip)
      (26) getCreateMarkObject note that this is prerelease for JDF1.4
      Overrides:
      getCreateMarkObject in class JDFAutoTile
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFMarkObject the element
    • getMarkObject

      public JDFMarkObject getMarkObject(int iSkip)
      (27) const get element MarkObject
      Overrides:
      getMarkObject in class JDFAutoTile
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFMarkObject the element default is getMarkObject(0) note that this is prerelease for JDF1.4
    • appendMarkObject

      public JDFMarkObject appendMarkObject()
      const append element MarkObject
      Overrides:
      appendMarkObject in class JDFAutoTile
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFMarkObject the element default is getMarkObject(0) note that this is prerelease for JDF1.4