Class XDKParser
java.lang.Object
org.eclipse.persistence.platform.xml.xdk.XDKParser
- All Implemented Interfaces:
- XMLParser
Purpose: An implementation of XMLParser using Oracle XDK APIs.
- 
Field SummaryFields inherited from interface org.eclipse.persistence.platform.xml.XMLParserDTD_VALIDATION, NONVALIDATING, SCHEMA_VALIDATION
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintparse(InputStream inputStream) parse(InputSource inputSource) voidsetEntityResolver(EntityResolver entityResolver) voidsetErrorHandler(ErrorHandler errorHandler) voidsetNamespaceAware(boolean isNamespaceAware) voidsetValidationMode(int validationMode) voidsetWhitespacePreserving(boolean isWhitespacePreserving) voidsetXMLSchema(URL url) voidsetXMLSchema(Schema schema) voidsetXMLSchemas(Object[] schemas) 
- 
Constructor Details- 
XDKParserpublic XDKParser()
 
- 
- 
Method Details- 
setNamespaceAwarepublic void setNamespaceAware(boolean isNamespaceAware) - Specified by:
- setNamespaceAwarein interface- XMLParser
 
- 
setWhitespacePreservingpublic void setWhitespacePreserving(boolean isWhitespacePreserving) - Specified by:
- setWhitespacePreservingin interface- XMLParser
 
- 
getValidationModepublic int getValidationMode()- Specified by:
- getValidationModein interface- XMLParser
 
- 
setValidationModepublic void setValidationMode(int validationMode) - Specified by:
- setValidationModein interface- XMLParser
 
- 
getEntityResolver- Specified by:
- getEntityResolverin interface- XMLParser
 
- 
setEntityResolver- Specified by:
- setEntityResolverin interface- XMLParser
 
- 
getErrorHandler- Specified by:
- getErrorHandlerin interface- XMLParser
 
- 
setErrorHandler- Specified by:
- setErrorHandlerin interface- XMLParser
 
- 
setXMLSchema- Specified by:
- setXMLSchemain interface- XMLParser
- Throws:
- XMLPlatformException
 
- 
setXMLSchemas- Specified by:
- setXMLSchemasin interface- XMLParser
- Throws:
- XMLPlatformException
 
- 
parse- Specified by:
- parsein interface- XMLParser
- Throws:
- XMLPlatformException
 
- 
parse- Specified by:
- parsein interface- XMLParser
- Throws:
- XMLPlatformException
 
- 
parse- Specified by:
- parsein interface- XMLParser
- Throws:
- XMLPlatformException
 
- 
parse- Specified by:
- parsein interface- XMLParser
- Throws:
- XMLPlatformException
 
- 
parse- Specified by:
- parsein interface- XMLParser
- Throws:
- XMLPlatformException
 
- 
parse- Specified by:
- parsein interface- XMLParser
- Throws:
- XMLPlatformException
 
- 
setXMLSchema- Specified by:
- setXMLSchemain interface- XMLParser
 
- 
getXMLSchema- Specified by:
- getXMLSchemain interface- XMLParser
 
 
-