Uses of Interface
org.w3.x1999.xlink.ArcType
-
Packages that use ArcType Package Description org.w3.x1999.xlink org.w3.x1999.xlink.impl -
-
Uses of ArcType in org.w3.x1999.xlink
Methods in org.w3.x1999.xlink that return ArcType Modifier and Type Method Description ArcTypeArcDocument. addNewArc()Appends and returns a new empty "arc" elementArcTypeExtended. addNewArc()Appends and returns a new empty value (as xml) as the last "arc" elementArcTypeArcDocument. getArc()Gets the "arc" elementArcType[]Extended. getArcArray()Gets array of all "arc" elementsArcTypeExtended. getArcArray(int i)Gets ith "arc" elementArcTypeExtended. insertNewArc(int i)Inserts and returns a new empty value (as xml) as the ith "arc" elementstatic ArcTypeArcType.Factory. newInstance()static ArcTypeArcType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ArcTypeArcType.Factory. parse(File file)static ArcTypeArcType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ArcTypeArcType.Factory. parse(InputStream is)static ArcTypeArcType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ArcTypeArcType.Factory. parse(Reader r)static ArcTypeArcType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ArcTypeArcType.Factory. parse(String xmlAsString)static ArcTypeArcType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ArcTypeArcType.Factory. parse(URL u)static ArcTypeArcType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ArcTypeArcType.Factory. parse(XMLStreamReader sr)static ArcTypeArcType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ArcTypeArcType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ArcTypeArcType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ArcTypeArcType.Factory. parse(Node node)static ArcTypeArcType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.w3.x1999.xlink with parameters of type ArcType Modifier and Type Method Description voidArcDocument. setArc(ArcType arc)Sets the "arc" elementvoidExtended. setArcArray(int i, ArcType arc)Sets ith "arc" elementvoidExtended. setArcArray(ArcType[] arcArray)Sets array of all "arc" element -
Uses of ArcType in org.w3.x1999.xlink.impl
Classes in org.w3.x1999.xlink.impl that implement ArcType Modifier and Type Class Description classArcTypeImplAn XML arcType(@http://www.w3.org/1999/xlink).Methods in org.w3.x1999.xlink.impl that return ArcType Modifier and Type Method Description ArcTypeArcDocumentImpl. addNewArc()Appends and returns a new empty "arc" elementArcTypeExtendedImpl. addNewArc()Appends and returns a new empty value (as xml) as the last "arc" elementArcTypeArcDocumentImpl. getArc()Gets the "arc" elementArcType[]ExtendedImpl. getArcArray()Gets array of all "arc" elementsArcTypeExtendedImpl. getArcArray(int i)Gets ith "arc" elementArcTypeExtendedImpl. insertNewArc(int i)Inserts and returns a new empty value (as xml) as the ith "arc" elementMethods in org.w3.x1999.xlink.impl with parameters of type ArcType Modifier and Type Method Description voidArcDocumentImpl. setArc(ArcType arc)Sets the "arc" elementvoidExtendedImpl. setArcArray(int i, ArcType arc)Sets ith "arc" elementvoidExtendedImpl. setArcArray(ArcType[] arcArray)Sets array of all "arc" element
-