GrammarScope  4.0.0
Public Member Functions | Static Public Member Functions | Protected Attributes | Private Member Functions | List of all members
grammarscope.io.xml.Parser Class Reference

Public Member Functions

 Parser ()
 
 Parser (final boolean validateFlag)
 
Document makeDocument (final URL url, final EntityResolver resolver) throws SAXException, IOException, ParserConfigurationException
 

Static Public Member Functions

static Document makeDocument (final URL in, final URL xslt, final EntityResolver resolver)
 

Protected Attributes

final boolean validate
 

Private Member Functions

DocumentBuilder makeDocumentBuilder () throws ParserConfigurationException
 

Detailed Description

DOM Parser

Author
Bernard Bou

Constructor & Destructor Documentation

◆ Parser() [1/2]

grammarscope.io.xml.Parser.Parser ( )

Constructor

◆ Parser() [2/2]

grammarscope.io.xml.Parser.Parser ( final boolean  validateFlag)

Constructor

Parameters
validateFlagvalidate flag

Member Function Documentation

◆ makeDocument() [1/2]

static Document grammarscope.io.xml.Parser.makeDocument ( final URL  in,
final URL  xslt,
final EntityResolver  resolver 
)
static

Document

Parameters
inin data url
xsltxslt url
resolverentity resolver, null if none
Returns
DOM document

◆ makeDocument() [2/2]

Document grammarscope.io.xml.Parser.makeDocument ( final URL  url,
final EntityResolver  resolver 
) throws SAXException, IOException, ParserConfigurationException

Make document

Parameters
urlin data url
resolverentity resolver
Returns
DOM document
Exceptions
IOExceptionexception
SAXExceptionexception
ParserConfigurationExceptionexception

◆ makeDocumentBuilder()

DocumentBuilder grammarscope.io.xml.Parser.makeDocumentBuilder ( ) throws ParserConfigurationException
private

Make Document builder

Returns
document builder
Exceptions
ParserConfigurationExceptionexception

Member Data Documentation

◆ validate

final boolean grammarscope.io.xml.Parser.validate
protected

Validate XML


The documentation for this class was generated from the following file: