com.ibm.ims.xms
Class XMSEntityManager.XMSEntityScanner
com.ibm.ims.xms.XMSEntityManager.XMSEntityScanner
- Enclosing class:
- XMSEntityManager
- protected class XMSEntityManager.XMSEntityScanner
Adds INTACT scanning to the standard EntityScanner
Method Summary |
boolean |
scanIntact(org.apache.xerces.xni.QName name,
org.apache.xerces.util.XMLStringBuffer buffer)
Consumes characters until the close of the passed in QName. |
void |
setCurrentEntity(org.apache.xerces.impl.XMLEntityManager.ScannedEntity ent)
|
XMSEntityManager.XMSEntityScanner
public XMSEntityManager.XMSEntityScanner()
- Default constructor.
setCurrentEntity
public void setCurrentEntity(org.apache.xerces.impl.XMLEntityManager.ScannedEntity ent)
scanIntact
public boolean scanIntact(org.apache.xerces.xni.QName name,
org.apache.xerces.util.XMLStringBuffer buffer)
throws java.io.IOException
- Consumes characters until the close of the passed in QName. Must be called directly
after reading the QName. Appends to the buffer.
- Returns:
- if there is more intact document to scan.
(C) International Business Machines Corporation 2004. All rights reserved.