Uses of Interface
org.w3.x1999.xlink.LocatorType
-
Packages that use LocatorType Package Description org.w3.x1999.xlink org.w3.x1999.xlink.impl -
-
Uses of LocatorType in org.w3.x1999.xlink
Methods in org.w3.x1999.xlink that return LocatorType Modifier and Type Method Description LocatorTypeExtended. addNewLocator()Appends and returns a new empty value (as xml) as the last "locator" elementLocatorTypeLocatorDocument. addNewLocator()Appends and returns a new empty "locator" elementLocatorTypeLocatorDocument. getLocator()Gets the "locator" elementLocatorType[]Extended. getLocatorArray()Gets array of all "locator" elementsLocatorTypeExtended. getLocatorArray(int i)Gets ith "locator" elementLocatorTypeExtended. insertNewLocator(int i)Inserts and returns a new empty value (as xml) as the ith "locator" elementstatic LocatorTypeLocatorType.Factory. newInstance()static LocatorTypeLocatorType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LocatorTypeLocatorType.Factory. parse(File file)static LocatorTypeLocatorType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LocatorTypeLocatorType.Factory. parse(InputStream is)static LocatorTypeLocatorType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LocatorTypeLocatorType.Factory. parse(Reader r)static LocatorTypeLocatorType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LocatorTypeLocatorType.Factory. parse(String xmlAsString)static LocatorTypeLocatorType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LocatorTypeLocatorType.Factory. parse(URL u)static LocatorTypeLocatorType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LocatorTypeLocatorType.Factory. parse(XMLStreamReader sr)static LocatorTypeLocatorType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LocatorTypeLocatorType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LocatorTypeLocatorType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LocatorTypeLocatorType.Factory. parse(Node node)static LocatorTypeLocatorType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.w3.x1999.xlink with parameters of type LocatorType Modifier and Type Method Description voidLocatorDocument. setLocator(LocatorType locator)Sets the "locator" elementvoidExtended. setLocatorArray(int i, LocatorType locator)Sets ith "locator" elementvoidExtended. setLocatorArray(LocatorType[] locatorArray)Sets array of all "locator" element -
Uses of LocatorType in org.w3.x1999.xlink.impl
Classes in org.w3.x1999.xlink.impl that implement LocatorType Modifier and Type Class Description classLocatorTypeImplAn XML locatorType(@http://www.w3.org/1999/xlink).Methods in org.w3.x1999.xlink.impl that return LocatorType Modifier and Type Method Description LocatorTypeExtendedImpl. addNewLocator()Appends and returns a new empty value (as xml) as the last "locator" elementLocatorTypeLocatorDocumentImpl. addNewLocator()Appends and returns a new empty "locator" elementLocatorTypeLocatorDocumentImpl. getLocator()Gets the "locator" elementLocatorType[]ExtendedImpl. getLocatorArray()Gets array of all "locator" elementsLocatorTypeExtendedImpl. getLocatorArray(int i)Gets ith "locator" elementLocatorTypeExtendedImpl. insertNewLocator(int i)Inserts and returns a new empty value (as xml) as the ith "locator" elementMethods in org.w3.x1999.xlink.impl with parameters of type LocatorType Modifier and Type Method Description voidLocatorDocumentImpl. setLocator(LocatorType locator)Sets the "locator" elementvoidExtendedImpl. setLocatorArray(int i, LocatorType locator)Sets ith "locator" elementvoidExtendedImpl. setLocatorArray(LocatorType[] locatorArray)Sets array of all "locator" element
-