public interface ElementInterceptor
Modifier and Type | Method and Description |
---|---|
void |
add(Object o,
Object child,
QName qName) |
void |
attributes(Object o,
QName elementName,
TypeBinding type,
Attributes attrs,
NamespaceContext nsCtx) |
void |
characters(Object o,
QName elementName,
TypeBinding type,
NamespaceContext nsCtx,
String text) |
Object |
endElement(Object o,
QName elementName,
TypeBinding type) |
Object |
startElement(Object parent,
QName elementName,
TypeBinding type) |
Object startElement(Object parent, QName elementName, TypeBinding type)
void attributes(Object o, QName elementName, TypeBinding type, Attributes attrs, NamespaceContext nsCtx)
void characters(Object o, QName elementName, TypeBinding type, NamespaceContext nsCtx, String text)
Object endElement(Object o, QName elementName, TypeBinding type)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.