X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=third-party%2Forg.openexi%2Fnagasena%2Fsrc%2Fmain%2Fresources%2Fdoc%2Forg%2Fopenexi%2Fsax%2FSAXTransmogrifier.html;fp=third-party%2Forg.openexi%2Fnagasena%2Fsrc%2Fmain%2Fresources%2Fdoc%2Forg%2Fopenexi%2Fsax%2FSAXTransmogrifier.html;h=15e2e7d77fc85378676c17e07873e6ccd85b7df6;hb=1e81fa45ab0ced56eef0518c7e7f87857724985b;hp=0000000000000000000000000000000000000000;hpb=259b65622b8c29c49235c2210609b9f7a68826eb;p=controller.git diff --git a/third-party/org.openexi/nagasena/src/main/resources/doc/org/openexi/sax/SAXTransmogrifier.html b/third-party/org.openexi/nagasena/src/main/resources/doc/org/openexi/sax/SAXTransmogrifier.html new file mode 100644 index 0000000000..15e2e7d77f --- /dev/null +++ b/third-party/org.openexi/nagasena/src/main/resources/doc/org/openexi/sax/SAXTransmogrifier.html @@ -0,0 +1,245 @@ + + + + + + + +SAXTransmogrifier + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.openexi.sax +
+Interface SAXTransmogrifier

+
+
All Superinterfaces:
BinaryDataHandler, org.xml.sax.ContentHandler, org.xml.sax.ext.LexicalHandler
+
+
+
+
public interface SAXTransmogrifier
extends org.xml.sax.ContentHandler, org.xml.sax.ext.LexicalHandler, BinaryDataHandler
+ + +

+Applications can directly feed SAX events into a transmogrifier through SAXTransmogrifier. +

+ +

+

+ +
+
+ +

+ + + + + + + + + + + + +
+Method Summary
+ GrammarCachegetGrammarCache() + +
+          Returns the GrammarCache that is in use by this SAXTransmogrifier.
+ + + + + + + +
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
+ + + + + + + +
Methods inherited from interface org.xml.sax.ext.LexicalHandler
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
+ + + + + + + +
Methods inherited from interface org.openexi.sax.BinaryDataHandler
binaryData, endBinaryData, startBinaryData
+  +

+ + + + + + + + +
+Method Detail
+ +

+getGrammarCache

+
+GrammarCache getGrammarCache()
+
+
Returns the GrammarCache that is in use by this SAXTransmogrifier. +

+

+
+
+
+ +
Returns:
a GrammarCache
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +