|
XSOM 20110809-redhat-3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ForeignAttributes
Foreign attributes on schema elements.
This is not a schema component as defined in the spec, but this is often useful for a schema processing application.
Method Summary | |
---|---|
org.relaxng.datatype.ValidationContext |
getContext()
Returns context information of the element to which foreign attributes are attached. |
Locator |
getLocator()
Returns the location of the element to which foreign attributes are attached. |
Methods inherited from interface org.xml.sax.Attributes |
---|
getIndex, getIndex, getLength, getLocalName, getQName, getType, getType, getType, getURI, getValue, getValue, getValue |
Method Detail |
---|
org.relaxng.datatype.ValidationContext getContext()
For example, this can be used to resolve relative references to other resources
(by using ValidationContext.getBaseUri()
) or to resolve
namespace prefixes in the attribute values (by using ValidationContext.resolveNamespacePrefix(String)
.
Locator getLocator()
|
XSOM 20110809-redhat-3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |