Trình phân tích cú pháp XmlParser trừu tượng

public abstract class AbstractXmlParser
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.xml.AbstractXmlParser


Lớp cơ sở trợ giúp để phân tích cú pháp tệp xml

Tóm tắt

Lớp lồng ghép

class AbstractXmlParser.ParseException

Được đưa ra nếu không thể phân tích cú pháp đầu vào XML

Hàm khởi tạo công khai

AbstractXmlParser()

Phương thức công khai

void parse(InputStream xmlInput)

Phân tích cú pháp dữ liệu xml có trong dữ liệu đầu vào đã cho.

Phương thức được bảo vệ

abstract DefaultHandler createXmlHandler()

Tạo một ERROR(/DefaultHandler) để xử lý xml

Hàm khởi tạo công khai

Trình phân tích cú pháp XmlParser trừu tượng

public AbstractXmlParser ()

Phương thức công khai

phân tích cú pháp

public void parse (InputStream xmlInput)

Phân tích cú pháp dữ liệu xml có trong dữ liệu đầu vào đã cho.

Gửi
AbstractXmlParser.ParseException nếu không thể phân tích cú pháp dữ liệu đầu vào

Phương thức được bảo vệ

createXmlHandler

protected abstract DefaultHandler createXmlHandler ()

Tạo một ERROR(/DefaultHandler) để xử lý xml

Giá trị trả về
DefaultHandler