org.mmbase.applications.packaging.util
Class ExtendedDocumentReader
java.lang.Object
org.mmbase.util.xml.DocumentReader
org.mmbase.util.XMLBasicReader
org.mmbase.applications.packaging.util.ExtendedDocumentReader
- public class ExtendedDocumentReader
- extends org.mmbase.util.XMLBasicReader
XMLBasicReader has two goals.
- It provides a way for parsing XML
- It provides a way for searching in this XML, without the need for an XPath implementation, and without the hassle of org.w3c.dom alone.
It uses dots to lay a path in the XML (XPath uses slashes).
- Version:
- $Id: ExtendedDocumentReader.java,v 1.3 2005/07/09 15:29:12 nklasens Exp $
- Author:
- Case Roule, Rico Jansen, Pierre van Rooden, Michiel Meeuwissen
| Fields inherited from class org.mmbase.util.xml.DocumentReader |
document, DTD_ERROR, DTD_ERROR_1_0, FILENOTFOUND, PUBLIC_ID_ERROR, PUBLIC_ID_ERROR_1_0 |
|
Method Summary |
static javax.xml.parsers.DocumentBuilder |
getDocumentBuilder(boolean validating,
org.xml.sax.ErrorHandler handler,
org.xml.sax.EntityResolver resolver)
|
static javax.xml.parsers.DocumentBuilder |
getDocumentBuilder(java.lang.Class refer)
|
| Methods inherited from class org.mmbase.util.XMLBasicReader |
getDocumentBuilder, getDocumentBuilder, getInputSource |
| Methods inherited from class org.mmbase.util.xml.DocumentReader |
appendChild, getAttribute, getChildElements, getChildElements, getChildElements, getChildElements, getDocumentBuilder, getDocumentBuilder, getDocumentBuilder, getElementAttributeValue, getElementAttributeValue, getElementByPath, getElementByPath, getElementName, getElementValue, getElementValue, getNodeTextValue, getRootElement, getSystemId, hasAttribute, main, registerPublicIDs, setNodeTextValue, setSystemId, toDocument, validate, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtendedDocumentReader
public ExtendedDocumentReader(java.lang.String path)
ExtendedDocumentReader
public ExtendedDocumentReader(java.lang.String path,
boolean validating)
ExtendedDocumentReader
public ExtendedDocumentReader(java.lang.String path,
java.lang.Class resolveBase)
ExtendedDocumentReader
public ExtendedDocumentReader(org.xml.sax.InputSource source)
ExtendedDocumentReader
public ExtendedDocumentReader(org.xml.sax.InputSource source,
boolean validating)
ExtendedDocumentReader
public ExtendedDocumentReader(org.xml.sax.InputSource source,
java.lang.Class resolveBase)
ExtendedDocumentReader
public ExtendedDocumentReader(org.xml.sax.InputSource source,
boolean validating,
java.lang.Class resolveBase)
getDocumentBuilder
public static javax.xml.parsers.DocumentBuilder getDocumentBuilder(boolean validating,
org.xml.sax.ErrorHandler handler,
org.xml.sax.EntityResolver resolver)
getDocumentBuilder
public static javax.xml.parsers.DocumentBuilder getDocumentBuilder(java.lang.Class refer)
packaging build MMBase-1_8_3