Class JDFByteMap

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 JDFByteMap extends JDFAutoByteMap
See Also:
  • Constructor Details

    • JDFByteMap

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

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

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

    • toString

      public String toString()
      toString
      Overrides:
      toString in class KElement
      Returns:
      String
      See Also:
    • getRasterFileLocation

      public JDFFileSpec getRasterFileLocation()
      Gets of 'this' an existing child FileSpec(RasterFileLocation) element
      Returns:
      JDFFileSpec: the matching RasterFileLocation element or null if nothing was found
    • getCreateRasterFileLocation

      public JDFFileSpec getCreateRasterFileLocation()
      Gets of 'this' child FileSpec(RasterFileLocation) element, optionally creates it, if it doesn't exist.
      Returns:
      JDFFileSpec: the matching RasterFileLocation element
    • appendRasterFileLocation

      public JDFFileSpec appendRasterFileLocation()
      Appends new FileSpec(RasterFileLocation) element to the end of 'this'
      Returns:
      JDFFileSpec: newly created child RasterFileLocation element