Package com.ctc.wstx.sw
Class NonNsStreamWriter.AttrCollector
java.lang.Object
org.codehaus.stax2.validation.XMLValidator
com.ctc.wstx.sw.AbstractAttributeCollector
com.ctc.wstx.sw.NonNsStreamWriter.AttrCollector
- Enclosing class:
NonNsStreamWriter
-
Field Summary
Fields inherited from class org.codehaus.stax2.validation.XMLValidator
CONTENT_ALLOW_ANY_TEXT, CONTENT_ALLOW_NONE, CONTENT_ALLOW_UNDEFINED, CONTENT_ALLOW_VALIDATABLE_TEXT, CONTENT_ALLOW_WS, CONTENT_ALLOW_WS_NONSTRICT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.ctc.wstx.sw.AbstractAttributeCollector
getAttributeType, getIdAttrIndex, getNotationAttrIndex, getSchema, validateElementAndAttributes, validateElementEnd, validateElementStart, validateText, validateText, validationCompletedMethods inherited from class org.codehaus.stax2.validation.XMLValidator
getSchemaType
-
Constructor Details
-
AttrCollector
AttrCollector()
-
-
Method Details
-
validateAttribute
public String validateAttribute(String localName, String uri, String prefix, String value) throws XMLStreamException - Specified by:
validateAttributein classorg.codehaus.stax2.validation.XMLValidator- Throws:
XMLStreamException
-
validateAttribute
public String validateAttribute(String localName, String uri, String prefix, char[] valueChars, int valueStart, int valueEnd) throws XMLStreamException - Specified by:
validateAttributein classorg.codehaus.stax2.validation.XMLValidator- Throws:
XMLStreamException
-