Package org.hl7.fhir.utilities.xml
Class XMLWriterStateStack
- java.lang.Object
-
- org.hl7.fhir.utilities.xml.XMLWriterStateStack
-
public class XMLWriterStateStack extends Object
-
-
Constructor Summary
Constructors Constructor Description XMLWriterStateStack()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()XMLWriterStatecurrent()booleanempty()booleaninComment()XMLWriterStateitem(int index)voidpop()voidpush(XMLWriterState element)intsize()
-
-
-
Constructor Detail
-
XMLWriterStateStack
public XMLWriterStateStack()
-
-
Method Detail
-
size
public int size()
-
empty
public boolean empty()
-
current
public XMLWriterState current() throws IOException
- Throws:
IOException
-
push
public void push(XMLWriterState element)
-
clear
public void clear()
-
pop
public void pop() throws IOException
- Throws:
IOException
-
item
public XMLWriterState item(int index)
-
inComment
public boolean inComment()
-
-