public abstract class QueuedEvents extends Object
Modifier and Type | Field and Description |
---|---|
protected MutableAttrListImpl |
m_attributes
The pending attributes.
|
protected boolean |
m_docEnded |
boolean |
m_docPending
Queued start element
|
boolean |
m_elemIsEnded
Flag indicating that an event is ended
|
boolean |
m_elemIsPending
Flag indicating that an event is pending.
|
protected int |
m_eventCount
The number of events queued
|
protected String |
m_localName
Local part of qualified name of the element
|
protected String |
m_name
The pending element, namespace, and local name.
|
protected Vector |
m_namespaces
Vector of namespaces for this element
|
protected boolean |
m_nsDeclsHaveBeenAdded
Flag to try and get the xmlns decls to the attribute list
before other attributes are added.
|
protected String |
m_url
Namespace URL of the element
|
Constructor and Description |
---|
QueuedEvents() |
Modifier and Type | Method and Description |
---|---|
protected void |
reInitEvents()
To re-initialize the document and element events
|
void |
reset()
Push document event and re-initialize events
|
protected int m_eventCount
public boolean m_docPending
protected boolean m_docEnded
public boolean m_elemIsPending
public boolean m_elemIsEnded
protected MutableAttrListImpl m_attributes
protected boolean m_nsDeclsHaveBeenAdded
protected String m_name
protected String m_url
protected String m_localName
protected Vector m_namespaces
Copyright © 2021 JBoss by Red Hat. All rights reserved.