|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EndpointTypeType | |
---|---|
org.graphdrawing.graphml.xmlns | |
org.graphdrawing.graphml.xmlns.impl |
Uses of EndpointTypeType in org.graphdrawing.graphml.xmlns |
---|
Methods in org.graphdrawing.graphml.xmlns that return EndpointTypeType | |
---|---|
static EndpointTypeType |
EndpointTypeType.Factory.newInstance()
|
static EndpointTypeType |
EndpointTypeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static EndpointTypeType |
EndpointTypeType.Factory.newValue(java.lang.Object obj)
|
static EndpointTypeType |
EndpointTypeType.Factory.parse(java.io.File file)
|
static EndpointTypeType |
EndpointTypeType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static EndpointTypeType |
EndpointTypeType.Factory.parse(java.io.InputStream is)
|
static EndpointTypeType |
EndpointTypeType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static EndpointTypeType |
EndpointTypeType.Factory.parse(org.w3c.dom.Node node)
|
static EndpointTypeType |
EndpointTypeType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static EndpointTypeType |
EndpointTypeType.Factory.parse(java.io.Reader r)
|
static EndpointTypeType |
EndpointTypeType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static EndpointTypeType |
EndpointTypeType.Factory.parse(java.lang.String xmlAsString)
|
static EndpointTypeType |
EndpointTypeType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static EndpointTypeType |
EndpointTypeType.Factory.parse(java.net.URL u)
|
static EndpointTypeType |
EndpointTypeType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static EndpointTypeType |
EndpointTypeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static EndpointTypeType |
EndpointTypeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static EndpointTypeType |
EndpointTypeType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static EndpointTypeType |
EndpointTypeType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
EndpointTypeType |
EndpointType.xgetType()
Gets (as xml) the "type" attribute |
Methods in org.graphdrawing.graphml.xmlns with parameters of type EndpointTypeType | |
---|---|
void |
EndpointType.xsetType(EndpointTypeType type)
Sets (as xml) the "type" attribute |
Uses of EndpointTypeType in org.graphdrawing.graphml.xmlns.impl |
---|
Classes in org.graphdrawing.graphml.xmlns.impl that implement EndpointTypeType | |
---|---|
class |
EndpointTypeTypeImpl
An XML endpoint.type.type(@http://graphml.graphdrawing.org/xmlns). |
Methods in org.graphdrawing.graphml.xmlns.impl that return EndpointTypeType | |
---|---|
EndpointTypeType |
EndpointTypeImpl.xgetType()
Gets (as xml) the "type" attribute |
Methods in org.graphdrawing.graphml.xmlns.impl with parameters of type EndpointTypeType | |
---|---|
void |
EndpointTypeImpl.xsetType(EndpointTypeType type)
Sets (as xml) the "type" attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |