eclipse-ee4j / jaxb-fi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cdata support for FI output

Tomas-Kraus opened this issue · comments

The StAX serializer (release 1.2.2) has the following unimplemented methods:

public void writeCData(String data) throws XMLStreamException

{ throw new UnsupportedOperationException(CommonResourceBundle.getInstance().getString("message.notImplemented")); }

public void writeDTD(String dtd) throws XMLStreamException

{ throw new UnsupportedOperationException(CommonResourceBundle.getInstance().getString("message.notImplemented")); }

public void writeEntityRef(String name) throws XMLStreamException { throw newUnsupportedOperationException(CommonResourceBundle.getInstance().getString("message.notImplemented")); }

public void setNamespaceContext(NamespaceContext context)
throws XMLStreamException

{ throw new UnsupportedOperationException("setNamespaceContext"); }

I'd like to have these fixed. Most importantly, writeCData.

Thanks!

Environment

Operating System: Mac OS X
Platform: Macintosh

Affected Versions

[current]

@glassfishrobot Commented
Reported by davido

@glassfishrobot Commented
oleksiys said:
fixed

@glassfishrobot Commented
oleksiys said:
change target milestone

@glassfishrobot Commented
Was assigned to fi-issues

@glassfishrobot Commented
This issue was imported from java.net JIRA FI-21

@glassfishrobot Commented
Marked as fixed on Thursday, January 22nd 2009, 11:53:57 pm