1330133113321333133413351336
throws XMLStreamException { /* 29-Mar-2008, tatus: Not sure if these are all Well-Formedness * Constraint (WFC) violations? They should be... ? */ throw new WFCException(msg, getCurrentLocation()); }
1670167116721673167416751676
* Throws generic parse error with specified message and current parsing * location. */ protected void throwWfe(String msg) throws XMLStreamException { throw new WFCException(msg, getLastCharLocation()); }
86878889909192
// @Override protected void throwStreamException(String msg, Location loc) throws XMLStreamException { throw new WFCException(msg, loc); }
370371372373374375376
*/ protected void reportXmlProblem(String msg) throws XMLStreamException { throw new WFCException(msg, getLocation()); }
1654165516561657165816591660
* location. */ protected void throwWfe(String msg) throws XMLStreamException { throw new WFCException(msg, getLastCharLocation()); }
1301130213031304130513061307
{ /* 29-Mar-2008, tatus: Not sure if these are all * Well-Formedness Constraint (WFC) violations? They should * be... ? */ throw new WFCException(msg, getCurrentLocation()); }
1766176717681769177017711772
/** * Throws generic parse error with specified message and current parsing * location. */ protected void throwWfe(String msg) throws XMLStreamException { throw new WFCException(msg, getLastCharLocation()); }
1353135413551356135713581359
1769177017711772177317741775