Save This Page
Home » openjdk-7 » com.sun.xml.internal » xsom » [javadoc | source]
com.sun.xml.internal.xsom
public interface: ForeignAttributes [javadoc | source]

All Implemented Interfaces:
    Attributes

All Known Implementing Classes:
    ForeignAttributesImpl

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 from com.sun.xml.internal.xsom.ForeignAttributes Summary:
getContext,   getLocator
Method from com.sun.xml.internal.xsom.ForeignAttributes Detail:
 public ValidationContext getContext()
 public Locator getLocator()
    Returns the location of the element to which foreign attributes are attached.