|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.xml.sax.helpers.XMLFilterImpl | +--org.marc4j.marcxml.ExtendedFilter
ExtendedFilter
extends XMLFilterImpl
with an implementation of the LexicalHandler
interface.
Field Summary | |
LexicalHandler |
lh
the lexical handler object |
Constructor Summary | |
ExtendedFilter()
|
Method Summary | |
void |
comment(char[] ch,
int start,
int length)
|
void |
endCDATA()
|
void |
endDTD()
|
void |
endEntity(String name)
|
void |
setProperty(String uri,
Object obj)
Sets the object for the given property. |
void |
startCDATA()
|
void |
startDTD(String name,
String publicId,
String systemId)
|
void |
startEntity(String name)
|
Methods inherited from class org.xml.sax.helpers.XMLFilterImpl |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public LexicalHandler lh
Constructor Detail |
public ExtendedFilter()
Method Detail |
public void setProperty(String uri, Object obj) throws SAXNotRecognizedException, SAXNotSupportedException
Sets the object for the given property.
setProperty
in interface XMLReader
setProperty
in class org.xml.sax.helpers.XMLFilterImpl
uri
- the property nameobj
- the property object
SAXNotRecognizedException
SAXNotSupportedException
public void startEntity(String name) throws SAXException
startEntity
in interface LexicalHandler
SAXException
public void endEntity(String name) throws SAXException
endEntity
in interface LexicalHandler
SAXException
public void startCDATA() throws SAXException
startCDATA
in interface LexicalHandler
SAXException
public void endCDATA() throws SAXException
endCDATA
in interface LexicalHandler
SAXException
public void startDTD(String name, String publicId, String systemId) throws SAXException
startDTD
in interface LexicalHandler
SAXException
public void endDTD() throws SAXException
endDTD
in interface LexicalHandler
SAXException
public void comment(char[] ch, int start, int length) throws SAXException
comment
in interface LexicalHandler
SAXException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |