C D O P S

C

createDocument() - Method in interface org.apache.cocoon.core.xml.DOMParser
Return a new Document.

D

DOMParser - interface org.apache.cocoon.core.xml.DOMParser.
The parser can be used to parse any XML document given by a InputSource object.

O

org.apache.cocoon.core.xml - package org.apache.cocoon.core.xml
 

P

parse(InputSource, ContentHandler) - Method in interface org.apache.cocoon.core.xml.SAXParser
Parse the InputSource and send SAX events to the consumer.
parse(InputSource, ContentHandler, LexicalHandler) - Method in interface org.apache.cocoon.core.xml.SAXParser
Parse the InputSource and send SAX events to the content handler and the lexical handler.
parseDocument(InputSource) - Method in interface org.apache.cocoon.core.xml.DOMParser
Parse the InputSource and create a DOM out of it.

S

SAXParser - interface org.apache.cocoon.core.xml.SAXParser.
The parser can be used to parse any XML document given by a InputSource object.

C D O P S

Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.