public static class BufferingParser.Event extends Object
Modifier and Type | Field and Description |
---|---|
BufferingParser.Attribute[] |
attributes |
boolean |
empty |
int |
event |
String |
name |
String |
namespace |
BufferingParser.Namespace[] |
namespaces |
String |
prefix |
String |
text |
Constructor and Description |
---|
Event() |
public int event
public String name
public String prefix
public String namespace
public boolean empty
public String text
public BufferingParser.Attribute[] attributes
public BufferingParser.Namespace[] namespaces
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.