Index | ![]() |
Dtd2Parser | |
DtdGraph | |
DtdInput | |
DtdOutput | |
DtdRules | |
ExpatEmulator | |
FIFO | |
GumpScannerEmulator | |
SemDefault | |
SemTrivial | |
XVS | |
XmlParser | |
XmlScanner | |
dtd2pickle | |
dtdtool | |
pickle2dtd | |
text2functor | |
xmlread |
- System(show printInfo)
- Y(class:BaseParser) at "x-ozlib://mathweb/xmlparser/ExpatEmulator.ozf"
- Z(class:FIFO) at "FIFO.ozf"
- class:<C:Scanner>
- stepwise:<C:StepScanner>
class Scanner from Y.class
- xmlInit(debug:Debug default:DefaultTok elements:Spec)
- DebugPrintInfo(VS)
- close()
- putToken(T V)
- putToken1(T)
- getToken(T V)
- initTokenStream()
- closeTokenStream()
- startDocument()
- endDocument()
- startElement(Tag AList)
- endElement(Tag)
- characters(Vs)
- processingInstruction(Target Data)
- comment(_)
- startCDATA()
- endCDATA()
- default(_)
- startNamespaceDeclScope(Prefix URI)
- endNamespaceDeclScope(_)
- PushText(X)
- PopText()
- PushNS(X)
- PopNS()
end
class StepScanner from Scanner
- init(...)
- getToken(T V)
end