|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
edu.stanford.nlp.process.TransformXML.SAXInterface<T>
edu.stanford.nlp.process.TransformXML.NoEscapingSAXInterface<T>
public static class TransformXML.NoEscapingSAXInterface<T>
This version of the SAXInterface doesn't escape the text produced by the function. This is useful in the case where the function already produces well-formed XML. One example of this is the Tagger, which already escapes the inner text and produces xml tags around the words.
Field Summary |
---|
Fields inherited from class edu.stanford.nlp.process.TransformXML.SAXInterface |
---|
depth, elementsToBeTransformed, function, outWriter, textToBeTransformed |
Constructor Summary | |
---|---|
TransformXML.NoEscapingSAXInterface()
|
Method Summary | |
---|---|
void |
processText(java.lang.String text)
|
Methods inherited from class edu.stanford.nlp.process.TransformXML.SAXInterface |
---|
characters, endDocument, endElement, startElement |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
---|
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransformXML.NoEscapingSAXInterface()
Method Detail |
---|
public void processText(java.lang.String text)
processText
in class TransformXML.SAXInterface<T>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |