com.caucho.xml
Class LooseXml

java.lang.Object
  |
  +--com.caucho.xml.XmlParser
        |
        +--com.caucho.xml.LooseXml

public class LooseXml
extends XmlParser

Loose XML parser interface. The parser can parse directly into the DOM, or it can be used as a SAX parser.


Constructor Summary
LooseXml()
           
 
Methods inherited from class com.caucho.xml.XmlParser
getColumnNumber, getDocument, getLineNumber, getPublicId, getSystemId, parse, parse, parse, parse, parse, parseInt, setAutodetectXml, setDocumentHandler, setDTDHandler, setEntitiesAsText, setEntityResolver, setErrorHandler, setExpandEntities, setLocale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LooseXml

public LooseXml()