AbstractXmlParser

public abstract class AbstractXmlParser
extends Object

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


Lớp cơ sở của trình 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 gửi nếu không thể phân tích cú pháp dữ liệu đầ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 ERROR(/DefaultHandler) để xử lý xml

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

AbstractXmlParser

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 ERROR(/DefaultHandler) để xử lý xml

Giá trị trả về
DefaultHandler