Groovy Documentation

src.java.org.grails.xfire.aegis.type.xml
Class SourceType.FilteringContentHandlerToXMLStreamWriter

java.lang.Object
  org.xml.sax.helpers.DefaultHandler
      javanet.staxutils.ContentHandlerToXMLStreamWriter
          src.java.org.grails.xfire.aegis.type.xml.SourceType.FilteringContentHandlerToXMLStreamWriter

class SourceType.FilteringContentHandlerToXMLStreamWriter
extends javanet.staxutils.ContentHandlerToXMLStreamWriter

Constructor Summary
SourceType.FilteringContentHandlerToXMLStreamWriter(XMLStreamWriter xmlStreamWriter)

 
Method Summary
void endDocument()

void startDocument()

 
Methods inherited from class javanet.staxutils.ContentHandlerToXMLStreamWriter
characters, startPrefixMapping, endPrefixMapping, endDocument, endElement, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, fatalError, error, warning, resolveEntity, notationDecl, unparsedEntityDecl, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
fatalError, error, warning, characters, startPrefixMapping, endPrefixMapping, endDocument, endElement, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, resolveEntity, notationDecl, unparsedEntityDecl, wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

SourceType.FilteringContentHandlerToXMLStreamWriter

public SourceType.FilteringContentHandlerToXMLStreamWriter(XMLStreamWriter xmlStreamWriter)


 
Method Detail

endDocument

public void endDocument()


startDocument

public void startDocument()


 

Groovy Documentation