|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.validation.TypeInfoProvider com.saxonica.jaxp.TypedContentHandler.TypeInfoProviderImpl
public class TypedContentHandler.TypeInfoProviderImpl
Constructor Summary | |
---|---|
TypedContentHandler.TypeInfoProviderImpl()
|
Method Summary | |
---|---|
TypeInfo |
getAttributeTypeInfo(int index)
Returns the immutable TypeInfo object for the specified
attribute of the current element. |
TypeInfo |
getElementTypeInfo()
Returns the immutable TypeInfo object for the current element. |
boolean |
isIdAttribute(int index)
Returns true if the specified attribute is determined to be an ID. |
boolean |
isSpecified(int index)
Returns false if the attribute was added by the validator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypedContentHandler.TypeInfoProviderImpl()
Method Detail |
---|
public TypeInfo getElementTypeInfo()
TypeInfo
object for the current element.
getElementTypeInfo
in class TypeInfoProvider
TypeInfo
object that represents the
type of the current element.
Note that the caller can keep references to the obtained
TypeInfo
longer than the callback scope.
Otherwise, this method returns null if the validator is unable to
determine the type of the current element for some reasonpublic TypeInfo getAttributeTypeInfo(int index)
TypeInfo
object for the specified
attribute of the current element.
The method may only be called by the startElement event of
the ContentHandler
that the application sets to the
ValidatorHandler
.
getAttributeTypeInfo
in class TypeInfoProvider
index
- The index of the attribute. The same index for
the Attributes
object passed to the
startElement callback.
TypeInfo
object that represents the
type of the specified attribute.
Note that the caller can keep references to the obtained
TypeInfo
longer than the callback scope.
Otherwise, this method returns null if the validator is unable to
determine the type.
IndexOutOfBoundsException
- If the index is invalid.
IllegalStateException
- If this method is called from other ContentHandler
methods.public boolean isIdAttribute(int index)
isIdAttribute
in class TypeInfoProvider
index
- The index of the attribute. The same index for
the Attributes
object passed to the
startElement callback.
public boolean isSpecified(int index)
isSpecified
in class TypeInfoProvider
index
- The index of the attribute. The same index for
the Attributes
object passed to the
startElement callback.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |