Báo cáo tài liệu vi phạm
Giới thiệu
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Sức khỏe - Y tế
Văn bản luật
Nông Lâm Ngư
Kỹ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
THỊ TRƯỜNG NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Tìm
Danh mục
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Y tế sức khỏe
Văn bản luật
Nông lâm ngư
Kĩ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Thông tin
Tài liệu Xanh là gì
Điều khoản sử dụng
Chính sách bảo mật
0
Trang chủ
Công Nghệ Thông Tin
Kỹ thuật lập trình
Học Actionscript 3.0 - p 43
Đang chuẩn bị liên kết để tải về tài liệu:
Học Actionscript 3.0 - p 43
Sơn Ca
51
10
pdf
Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG
Tải xuống
Writing XML Writing XML You’ve already seen how to write XML when creating an instance of the XML class, but you may also have to write to the instance over time. For example, you may need to add to XML based on user input or as data changes. The majority of techniques for adding content to XML mirror the process of reading the data, except this time you’re assigning information to a node rather than retrieving it. In this section, you’ll re-create the data used throughout the “Reading XML” section of this chapter. For simplicity, we’ll create element nodes, text nodes, and. | Writing XML Writing XML You ve already seen how to write XML when creating an instance of the XML class but you may also have to write to the instance over time. For example you may need to add to XML based on user input or as data changes. The majority of techniques for adding content to XML mirror the process of reading the data except this time you re assigning information to a node rather than retrieving it. In this section you ll re-create the data used throughout the Reading XML section of this chapter. For simplicity we ll create element nodes text nodes and attributes in one example and build an XML instance as if we were writing it over time. In a real scenario you would not assemble XML in multiple steps in the same script. However assuming the premise that we re writing the object in stages will allow us to demonstrate the most common XML writing methods. Because we re intentionally writing the XML out of order to demonstrate methods like insertChildBefore that will alter the order of nodes we ll show the progress of the XML as we go. The code that follows can be found in the write_xml.fla source file. For clarity only the last trace statement is used in the source file to show the final XML content but you can uncomment any trace along the way to see interim results. To begin we must have an XML instance and a root node so line 1 creates both. Note that when adding element nodes without content you must specify a self-closing tag so the XML remains well formed. As soon as you add content to a self-closing node ActionScript will replace it with balanced open and closing tags. For example we re initially adding book as the root node but after adding the next element node the root node will become book book . Line 2 demonstrates the simplest technique for creating both an element node and a text node. When assigning a value to a node if the node does not already exist it will be created. If you assign another element node to the new node a nested element .
TÀI LIỆU LIÊN QUAN
TỪ ĐIỂN ActionScript
Flash: ActionScript Language Reference- P1
Flash: ActionScript Language Reference- P2
Flash: ActionScript Language Reference- P3
Flash: ActionScript Language Reference- P4
Flash: ActionScript Language Reference- P5
Flash: ActionScript Language Reference- P6
Flash: ActionScript Language Reference- P7
Flash: ActionScript Language Reference- P8
Flash: ActionScript Language Reference- P9
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.