Skip navigation links
oracle.toplink.platform.xml
Interface XMLParser
- All Known Implementing Classes:
- JAXPParser, XDKParser
- public interface XMLParser
NONVALIDATING
public static final int NONVALIDATING
-
- See Also:
- Constant Field Values
DTD_VALIDATION
public static final int DTD_VALIDATION
-
- See Also:
- Constant Field Values
SCHEMA_VALIDATION
public static final int SCHEMA_VALIDATION
-
- See Also:
- Constant Field Values
setNamespaceAware
public void setNamespaceAware(boolean isNamespaceAware)
setWhitespacePreserving
public void setWhitespacePreserving(boolean isWhitespacePreserving)
getValidationMode
public int getValidationMode()
setValidationMode
public void setValidationMode(int validationMode)
getEntityResolver
public org.xml.sax.EntityResolver getEntityResolver()
setEntityResolver
public void setEntityResolver(org.xml.sax.EntityResolver entityResolver)
getErrorHandler
public org.xml.sax.ErrorHandler getErrorHandler()
setErrorHandler
public void setErrorHandler(org.xml.sax.ErrorHandler errorHandler)
setXMLSchema
public void setXMLSchema(java.net.URL url)
throws XMLPlatformException
-
- Throws:
XMLPlatformException
setXMLSchemas
public void setXMLSchemas(java.lang.Object[] schemas)
throws XMLPlatformException
-
- Throws:
XMLPlatformException
parse
public org.w3c.dom.Document parse(org.xml.sax.InputSource inputSource)
throws XMLPlatformException
-
- Throws:
XMLPlatformException
parse
public org.w3c.dom.Document parse(java.io.File file)
throws XMLPlatformException
-
- Throws:
XMLPlatformException
parse
public org.w3c.dom.Document parse(java.io.InputStream inputStream)
throws XMLPlatformException
-
- Throws:
XMLPlatformException
parse
public org.w3c.dom.Document parse(java.io.Reader reader)
throws XMLPlatformException
-
- Throws:
XMLPlatformException
parse
public org.w3c.dom.Document parse(javax.xml.transform.Source source)
throws XMLPlatformException
-
- Throws:
XMLPlatformException
parse
public org.w3c.dom.Document parse(java.net.URL url)
throws XMLPlatformException
-
- Throws:
XMLPlatformException
Skip navigation links