This may return a start code with the value prefix equal to null. If so, this means that no value prefix was found. If not, it means that a value prefix was found, and the client should avoid submitting the first value prefix length characters of the value as the attribute value in the call to {@link WBSAXContentHandler#addAttributeValue}. @param name the name of the attribute. @param value the prefix of the attribute value, may be null if the client wishes to avoid creating a value prefix. @return the created attribute start code. @throws IllegalArgumentException if the attribute name is not known; see to do in class comment for more info.
|
|
|
|