Package org.apache.camel.xml.out
Class BaseWriter
java.lang.Object
org.apache.camel.xml.out.BaseWriter
- Direct Known Subclasses:
ModelWriter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprotected voiddomElements(List<Element> elements) protected voidprotected voidendElement(String namespace) protected voidendExpressionElement(String name) protected voidstartElement(String name) protected voidstartElement(String name, String namespace) protected voidstartExpressionElement(String name) protected voidstartOutputElement(String name) protected voidprotected voidprotected void
-
Field Details
-
writer
-
namespacesStack
-
namespaceWritten
protected boolean namespaceWritten
-
-
Constructor Details
-
BaseWriter
- Throws:
IOException
-
-
Method Details
-
startElement
- Throws:
IOException
-
startElement
- Throws:
IOException
-
startOutputElement
- Throws:
IOException
-
startExpressionElement
- Throws:
IOException
-
endExpressionElement
- Throws:
IOException
-
endElement
- Throws:
IOException
-
endElement
- Throws:
IOException
-
text
- Throws:
IOException
-
text
- Throws:
IOException
-
value
- Throws:
IOException
-
attribute
- Throws:
IOException
-
domElements
- Throws:
IOException
-
domElement
- Throws:
IOException
-