public class XMLWriterStateStack extends Object
| Constructor and Description |
|---|
XMLWriterStateStack() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
XMLWriterState |
current() |
boolean |
empty() |
boolean |
inComment() |
XMLWriterState |
item(int index) |
void |
pop() |
void |
push(XMLWriterState element) |
int |
size() |
public XMLWriterStateStack()
public int size()
public boolean empty()
public XMLWriterState current() throws IOException
IOExceptionpublic void push(XMLWriterState element)
public void clear()
public void pop() throws IOException
IOExceptionpublic XMLWriterState item(int index)
public boolean inComment()
Copyright © 2014–2019 University Health Network. All rights reserved.