88899091929394
@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()); }
1334133513361337133813391340
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()); }