org.apache.xmlbeans.impl.common
Interface ValidatorListener.Event
- All Superinterfaces:
- PrefixResolver
- All Known Implementing Classes:
- ValidatingXMLInputStream
- Enclosing interface:
- ValidatorListener
public static interface ValidatorListener.Event
- extends PrefixResolver
PRESERVE
static final int PRESERVE
- See Also:
- Constant Field Values
REPLACE
static final int REPLACE
- See Also:
- Constant Field Values
COLLAPSE
static final int COLLAPSE
- See Also:
- Constant Field Values
getLocationAsCursor
XmlCursor getLocationAsCursor()
getLocation
javax.xml.stream.Location getLocation()
getXsiType
java.lang.String getXsiType()
getXsiNil
java.lang.String getXsiNil()
getXsiLoc
java.lang.String getXsiLoc()
getXsiNoLoc
java.lang.String getXsiNoLoc()
getName
javax.xml.namespace.QName getName()
getText
java.lang.String getText()
getText
java.lang.String getText(int wsr)
textIsWhitespace
boolean textIsWhitespace()