|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElemContext | |
---|---|
org.apache.xml.serializer | Processes SAX events into streams. |
Uses of ElemContext in org.apache.xml.serializer |
---|
Fields in org.apache.xml.serializer declared as ElemContext | |
---|---|
protected ElemContext |
SerializerBase.m_elemContext
A reference to "stack frame" corresponding to the current element. |
private ElemContext |
ElemContext.m_next
The next element "stack frame". |
(package private) ElemContext |
ElemContext.m_prev
The previous element "stack frame". |
Methods in org.apache.xml.serializer that return ElemContext | |
---|---|
(package private) ElemContext |
ElemContext.pop()
Pop the current "stack frame". |
(package private) ElemContext |
ElemContext.push()
This method pushes an element "stack frame" but with no initialization of values in that frame. |
(package private) ElemContext |
ElemContext.push(java.lang.String uri,
java.lang.String localName,
java.lang.String qName)
Push an element context on the stack. |
Constructors in org.apache.xml.serializer with parameters of type ElemContext | |
---|---|
ElemContext(ElemContext previous)
Constructor to create the "stack frame" for a given element depth. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |