StaxMate icon indicating copy to clipboard operation
StaxMate copied to clipboard

StaxMate: Automatic Shifting for Streaming XML Processing

Results 7 StaxMate issues
Sort by recently updated
recently updated
newest added

This is the code I added to achieve all things needed to write an xml editor that has a XPATH search that highlights all matching regions inside the text view...

comes in handy if one wants to write a text editor component for XML documents where there should be a XPATH search highliting positions of found patterns in the editor...

This is handy for applications that need one

Turning old functionality (even though it was against the documentation) back 'on' is easier, with this change

A relatively common case seems to be that of mapping structures like, say: ``` text ... textN ``` Iterating over this structure is not super hard, but it would be...

(note: moved from http://jira.codehaus.org/browse/STAXMATE-38) --- (from a suggestion on mailing list) — It would be good to be able to define a baseline/default namespace that would be automatically used by...

Currently it is possible that user by-passes cursors for direct access using `XMLStreamReader2` accessors. This is sort of by design, since there are things that are difficult to cleanly expose,...