Class CoreExtensionsStaxWriter
java.lang.Object
org.apache.maven.cling.internal.extension.io.CoreExtensionsStaxWriter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Function
<InputLocation, String> Field stringFormatter. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAddLocationInformation
(boolean addLocationInformation) Method setAddLocationInformation.void
setFileComment
(String fileComment) Method setFileComment.void
setNamespace
(String namespace) Method setNamespace.void
setSchemaLocation
(String schemaLocation) Method setSchemaLocation.void
setStringFormatter
(Function<InputLocation, String> stringFormatter) Method setStringFormatter.protected String
toString
(InputLocation location) Method toString.void
write
(OutputStream stream, CoreExtensions coreExtensions) Method write.void
write
(Writer writer, CoreExtensions coreExtensions) Method write.protected void
writeLocationTracking
(InputLocationTracker locationTracker, Object key, XMLStreamWriter serializer) Method writeLocationTracking.
-
Field Details
-
stringFormatter
Field stringFormatter.
-
-
Constructor Details
-
CoreExtensionsStaxWriter
public CoreExtensionsStaxWriter()
-
-
Method Details
-
setNamespace
Method setNamespace.- Parameters:
namespace
- the namespace to use.
-
setSchemaLocation
Method setSchemaLocation.- Parameters:
schemaLocation
- the schema location to use.
-
setFileComment
Method setFileComment.- Parameters:
fileComment
- a fileComment object.
-
setAddLocationInformation
public void setAddLocationInformation(boolean addLocationInformation) Method setAddLocationInformation. -
setStringFormatter
Method setStringFormatter.- Parameters:
stringFormatter
-
-
write
public void write(Writer writer, CoreExtensions coreExtensions) throws IOException, XMLStreamException Method write.- Parameters:
writer
- a writer objectcoreExtensions
- a CoreExtensions object- Throws:
IOException
- IOException if anyXMLStreamException
-
write
public void write(OutputStream stream, CoreExtensions coreExtensions) throws IOException, XMLStreamException Method write.- Parameters:
stream
- a stream objectcoreExtensions
- a CoreExtensions object- Throws:
IOException
- IOException if anyXMLStreamException
-
writeLocationTracking
protected void writeLocationTracking(InputLocationTracker locationTracker, Object key, XMLStreamWriter serializer) throws IOException, XMLStreamException Method writeLocationTracking.- Parameters:
locationTracker
-key
-serializer
-- Throws:
IOException
XMLStreamException
-
toString
Method toString.- Parameters:
location
-- Returns:
- String
-