|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthmi.xml.XMLNameSpaceStack
public class XMLNameSpaceStack
XMLNameSpaceStack is a stack of XMLNameSpace elements, including search ops
| Field Summary | |
|---|---|
private ArrayList<XMLNameSpace> |
namespaceStack
|
| Constructor Summary | |
|---|---|
XMLNameSpaceStack()
Default constructor, allocates an empty stack. |
|
| Method Summary | |
|---|---|
String |
getNameSpace(String prefix)
Returns the namespace currently associated with the specified prefix. |
String |
getPrefix(String namespace)
Returns the prefix currently associated with the specified namespace. |
XMLNameSpace |
popXMLNameSpace()
Pop the top XMLNameSpace from the stack, and return it. |
void |
pushXMLNameSpace(XMLNameSpace xmlNamespace)
Push a new XMLNameSpace on the stack |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private ArrayList<XMLNameSpace> namespaceStack
| Constructor Detail |
|---|
public XMLNameSpaceStack()
| Method Detail |
|---|
public String getPrefix(String namespace)
public String getNameSpace(String prefix)
public void pushXMLNameSpace(XMLNameSpace xmlNamespace)
public XMLNameSpace popXMLNameSpace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||