コード例 #1
0
  /**
   * Get the element with id <CODE>time</CODE>.
   *
   * @see org.w3c.dom.html.HTMLElement
   */
  public org.w3c.dom.html.HTMLElement getElementTime() {
    if (($element_Time == null) && ($elementId_time >= 0)) {

      $element_Time =
          (org.enhydra.xml.lazydom.html.LazyHTMLElement) fLazyDocument.getNodeById($elementId_time);
    }

    return $element_Time;
  }
コード例 #2
0
  /**
   * Get the value of text child of element <CODE>time</CODE>.
   *
   * @see org.w3c.dom.Text
   */
  public void setTextTime(String text) {
    if (($element_Time == null) && ($elementId_time >= 0)) {

      $element_Time =
          (org.enhydra.xml.lazydom.html.LazyHTMLElement) fLazyDocument.getNodeById($elementId_time);
    }

    doSetText($element_Time, text);
  }
コード例 #3
0
  /**
   * Get the value of text child of element <CODE>title</CODE>.
   *
   * @see org.w3c.dom.Text
   */
  public void setTextTitle(String text) {
    if (($element_Title == null) && ($elementId_title >= 0)) {

      $element_Title =
          (org.enhydra.xml.lazydom.html.HTMLTitleElementImpl)
              fLazyDocument.getNodeById($elementId_title);
    }

    doSetText($element_Title, text);
  }
コード例 #4
0
  /**
   * Get the value of text child of element <CODE>seatsRequested</CODE>.
   *
   * @see org.w3c.dom.Text
   */
  public void setTextSeatsRequested(String text) {
    if (($element_SeatsRequested == null) && ($elementId_seatsRequested >= 0)) {

      $element_SeatsRequested =
          (org.enhydra.xml.lazydom.html.LazyHTMLElement)
              fLazyDocument.getNodeById($elementId_seatsRequested);
    }

    doSetText($element_SeatsRequested, text);
  }
コード例 #5
0
  /**
   * Get the value of text child of element <CODE>seat</CODE>.
   *
   * @see org.w3c.dom.Text
   */
  public void setTextSeat(String text) {
    if (($element_Seat == null) && ($elementId_seat >= 0)) {

      $element_Seat =
          (org.enhydra.xml.lazydom.html.HTMLLIElementImpl)
              fLazyDocument.getNodeById($elementId_seat);
    }

    doSetText($element_Seat, text);
  }
コード例 #6
0
  /**
   * Get the value of text child of element <CODE>nonAdjacentWarning</CODE>.
   *
   * @see org.w3c.dom.Text
   */
  public void setTextNonAdjacentWarning(String text) {
    if (($element_NonAdjacentWarning == null) && ($elementId_nonAdjacentWarning >= 0)) {

      $element_NonAdjacentWarning =
          (org.enhydra.xml.lazydom.html.HTMLDivElementImpl)
              fLazyDocument.getNodeById($elementId_nonAdjacentWarning);
    }

    doSetText($element_NonAdjacentWarning, text);
  }
コード例 #7
0
  /**
   * Get the value of text child of element <CODE>minutesHeld</CODE>.
   *
   * @see org.w3c.dom.Text
   */
  public void setTextMinutesHeld(String text) {
    if (($element_MinutesHeld == null) && ($elementId_minutesHeld >= 0)) {

      $element_MinutesHeld =
          (org.enhydra.xml.lazydom.html.LazyHTMLElement)
              fLazyDocument.getNodeById($elementId_minutesHeld);
    }

    doSetText($element_MinutesHeld, text);
  }
コード例 #8
0
  /**
   * Get the element with id <CODE>title</CODE>.
   *
   * @see org.w3c.dom.html.HTMLTitleElement
   */
  public org.w3c.dom.html.HTMLTitleElement getElementTitle() {
    if (($element_Title == null) && ($elementId_title >= 0)) {

      $element_Title =
          (org.enhydra.xml.lazydom.html.HTMLTitleElementImpl)
              fLazyDocument.getNodeById($elementId_title);
    }

    return $element_Title;
  }
コード例 #9
0
  /**
   * Get the element with id <CODE>seatsRequested</CODE>.
   *
   * @see org.w3c.dom.html.HTMLElement
   */
  public org.w3c.dom.html.HTMLElement getElementSeatsRequested() {
    if (($element_SeatsRequested == null) && ($elementId_seatsRequested >= 0)) {

      $element_SeatsRequested =
          (org.enhydra.xml.lazydom.html.LazyHTMLElement)
              fLazyDocument.getNodeById($elementId_seatsRequested);
    }

    return $element_SeatsRequested;
  }
コード例 #10
0
  /**
   * Get the element with id <CODE>seatType</CODE>.
   *
   * @see org.w3c.dom.html.HTMLElement
   */
  public org.w3c.dom.html.HTMLElement getElementSeatType() {
    if (($element_SeatType == null) && ($elementId_seatType >= 0)) {

      $element_SeatType =
          (org.enhydra.xml.lazydom.html.LazyHTMLElement)
              fLazyDocument.getNodeById($elementId_seatType);
    }

    return $element_SeatType;
  }
コード例 #11
0
  /**
   * Get the element with id <CODE>seatingPlanImg</CODE>.
   *
   * @see org.w3c.dom.html.HTMLImageElement
   */
  public org.w3c.dom.html.HTMLImageElement getElementSeatingPlanImg() {
    if (($element_SeatingPlanImg == null) && ($elementId_seatingPlanImg >= 0)) {

      $element_SeatingPlanImg =
          (org.enhydra.xml.lazydom.html.HTMLImageElementImpl)
              fLazyDocument.getNodeById($elementId_seatingPlanImg);
    }

    return $element_SeatingPlanImg;
  }
コード例 #12
0
  /**
   * Get the element with id <CODE>seat</CODE>.
   *
   * @see org.w3c.dom.html.HTMLLIElement
   */
  public org.w3c.dom.html.HTMLLIElement getElementSeat() {
    if (($element_Seat == null) && ($elementId_seat >= 0)) {

      $element_Seat =
          (org.enhydra.xml.lazydom.html.HTMLLIElementImpl)
              fLazyDocument.getNodeById($elementId_seat);
    }

    return $element_Seat;
  }
コード例 #13
0
  /**
   * Get the element with id <CODE>nonAdjacentWarning</CODE>.
   *
   * @see org.w3c.dom.html.HTMLDivElement
   */
  public org.w3c.dom.html.HTMLDivElement getElementNonAdjacentWarning() {
    if (($element_NonAdjacentWarning == null) && ($elementId_nonAdjacentWarning >= 0)) {

      $element_NonAdjacentWarning =
          (org.enhydra.xml.lazydom.html.HTMLDivElementImpl)
              fLazyDocument.getNodeById($elementId_nonAdjacentWarning);
    }

    return $element_NonAdjacentWarning;
  }
コード例 #14
0
  /**
   * Get the element with id <CODE>minutesHeld</CODE>.
   *
   * @see org.w3c.dom.html.HTMLElement
   */
  public org.w3c.dom.html.HTMLElement getElementMinutesHeld() {
    if (($element_MinutesHeld == null) && ($elementId_minutesHeld >= 0)) {

      $element_MinutesHeld =
          (org.enhydra.xml.lazydom.html.LazyHTMLElement)
              fLazyDocument.getNodeById($elementId_minutesHeld);
    }

    return $element_MinutesHeld;
  }
コード例 #15
0
  /**
   * Get the element with id <CODE>bookingFee</CODE>.
   *
   * @see org.w3c.dom.html.HTMLElement
   */
  public org.w3c.dom.html.HTMLElement getElementBookingFee() {
    if (($element_BookingFee == null) && ($elementId_bookingFee >= 0)) {

      $element_BookingFee =
          (org.enhydra.xml.lazydom.html.LazyHTMLElement)
              fLazyDocument.getNodeById($elementId_bookingFee);
    }

    return $element_BookingFee;
  }
コード例 #16
0
  /** Create document as a DOM and initialize accessor method fields. */
  public void buildDocument() {
    fLazyDocument =
        (org.enhydra.xml.lazydom.html.LazyHTMLDocument)
            ((org.enhydra.xml.xmlc.dom.lazydom.LazyDomFactory) fDOMFactory)
                .createDocument(fTemplateDocument);

    fLazyDocument.setPreFormatOutputOptions(fPreFormatOutputOptions);

    setDocument(fLazyDocument, "text/html", "ISO-8859-1");
  }