nbxml/src/main/java/org/apache/vysper/xml/decoder/DocumentContentHandler.java [131:169]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public void startPrefixMapping(String prefix, String uri) throws SAXException { /* ignore */
    }

    /**
     * {@inheritDoc}
     */
    public void endPrefixMapping(String prefix) throws SAXException { /* ignore */
    }

    /**
     * {@inheritDoc}
     */
    public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException { /* ignore */
    }

    /**
     * {@inheritDoc}
     */
    public void processingInstruction(String target, String data) throws SAXException { /* ignore */
    }

    /**
     * {@inheritDoc}
     */
    public void setDocumentLocator(Locator locator) { /* ignore */
    }

    /**
     * {@inheritDoc}
     */
    public void skippedEntity(String name) throws SAXException { /* ignore */
    }

    /**
     * {@inheritDoc}
     */
    public void startDocument() throws SAXException {
        depth = 0;
        builder = null;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



nbxml/src/main/java/org/apache/vysper/xml/decoder/XMPPContentHandler.java [148:186]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public void startPrefixMapping(String prefix, String uri) throws SAXException { /* ignore */
    }

    /**
     * {@inheritDoc}
     */
    public void endPrefixMapping(String prefix) throws SAXException { /* ignore */
    }

    /**
     * {@inheritDoc}
     */
    public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException { /* ignore */
    }

    /**
     * {@inheritDoc}
     */
    public void processingInstruction(String target, String data) throws SAXException { /* ignore */
    }

    /**
     * {@inheritDoc}
     */
    public void setDocumentLocator(Locator locator) { /* ignore */
    }

    /**
     * {@inheritDoc}
     */
    public void skippedEntity(String name) throws SAXException { /* ignore */
    }

    /**
     * {@inheritDoc}
     */
    public void startDocument() throws SAXException {
        depth = 0;
        builder = null;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



