Package org.apache.xmlbeans.impl.common
Interface ValidatorListener.Event
-
- All Superinterfaces:
PrefixResolver
- Enclosing interface:
- ValidatorListener
public static interface ValidatorListener.Event extends PrefixResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.xml.stream.LocationgetLocation()XmlCursorgetLocationAsCursor()javax.xml.namespace.QNamegetName()java.lang.StringgetText()java.lang.StringgetText(int wsr)java.lang.StringgetXsiLoc()java.lang.StringgetXsiNil()java.lang.StringgetXsiNoLoc()java.lang.StringgetXsiType()booleantextIsWhitespace()-
Methods inherited from interface org.apache.xmlbeans.impl.common.PrefixResolver
getNamespaceForPrefix
-
-
-
-
Field Detail
-
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
-
-
Method Detail
-
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()
-
-