|
DIG 1.1 XMLBeans API, April 22, 2004 (05:20 PM) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConceptPairId | |
org.kr.dl.dig.v1_1 | |
org.kr.dl.dig.v1_1.impl |
Uses of ConceptPairId in org.kr.dl.dig.v1_1 |
Methods in org.kr.dl.dig.v1_1 that return ConceptPairId | |
static ConceptPairId |
ConceptPairId.Factory.newInstance()
|
static ConceptPairId |
ConceptPairId.Factory.newInstance(XmlOptions options)
|
static ConceptPairId |
ConceptPairId.Factory.parse(String s)
|
static ConceptPairId |
ConceptPairId.Factory.parse(String s,
XmlOptions options)
|
static ConceptPairId |
ConceptPairId.Factory.parse(File f)
|
static ConceptPairId |
ConceptPairId.Factory.parse(File f,
XmlOptions options)
|
static ConceptPairId |
ConceptPairId.Factory.parse(URL u)
|
static ConceptPairId |
ConceptPairId.Factory.parse(URL u,
XmlOptions options)
|
static ConceptPairId |
ConceptPairId.Factory.parse(InputStream is)
|
static ConceptPairId |
ConceptPairId.Factory.parse(InputStream is,
XmlOptions options)
|
static ConceptPairId |
ConceptPairId.Factory.parse(Reader r)
|
static ConceptPairId |
ConceptPairId.Factory.parse(Reader r,
XmlOptions options)
|
static ConceptPairId |
ConceptPairId.Factory.parse(Node node)
|
static ConceptPairId |
ConceptPairId.Factory.parse(Node node,
XmlOptions options)
|
static ConceptPairId |
ConceptPairId.Factory.parse(XMLInputStream xis)
|
static ConceptPairId |
ConceptPairId.Factory.parse(XMLInputStream xis,
XmlOptions options)
|
ConceptPairId[] |
Ask.getSubsumesArray()
Gets array of all "subsumes" elements |
ConceptPairId |
Ask.getSubsumesArray(int i)
Gets ith "subsumes" element |
ConceptPairId |
Ask.insertNewSubsumes(int i)
Inserts and returns a new empty value (as xml) as the ith "subsumes" element |
ConceptPairId |
Ask.addNewSubsumes()
Appends and returns a new empty value (as xml) as the last "subsumes" element |
ConceptPairId[] |
Ask.getDisjointArray()
Gets array of all "disjoint" elements |
ConceptPairId |
Ask.getDisjointArray(int i)
Gets ith "disjoint" element |
ConceptPairId |
Ask.insertNewDisjoint(int i)
Inserts and returns a new empty value (as xml) as the ith "disjoint" element |
ConceptPairId |
Ask.addNewDisjoint()
Appends and returns a new empty value (as xml) as the last "disjoint" element |
ConceptPairId |
DisjointDocument.getDisjoint()
Gets the "disjoint" element |
ConceptPairId |
DisjointDocument.addNewDisjoint()
Appends and returns a new empty "disjoint" element |
ConceptPairId |
SubsumesDocument.getSubsumes()
Gets the "subsumes" element |
ConceptPairId |
SubsumesDocument.addNewSubsumes()
Appends and returns a new empty "subsumes" element |
Methods in org.kr.dl.dig.v1_1 with parameters of type ConceptPairId | |
void |
Ask.setSubsumesArray(ConceptPairId[] subsumesArray)
Sets array of all "subsumes" element |
void |
Ask.setSubsumesArray(int i,
ConceptPairId subsumes)
Sets ith "subsumes" element |
void |
Ask.setDisjointArray(ConceptPairId[] disjointArray)
Sets array of all "disjoint" element |
void |
Ask.setDisjointArray(int i,
ConceptPairId disjoint)
Sets ith "disjoint" element |
void |
DisjointDocument.setDisjoint(ConceptPairId disjoint)
Sets the "disjoint" element |
void |
SubsumesDocument.setSubsumes(ConceptPairId subsumes)
Sets the "subsumes" element |
Uses of ConceptPairId in org.kr.dl.dig.v1_1.impl |
Classes in org.kr.dl.dig.v1_1.impl that implement ConceptPairId | |
class |
ConceptPairIdImpl
An XML conceptPairId(@http://dl.kr.org/dig/2003/02/lang). |
Methods in org.kr.dl.dig.v1_1.impl that return ConceptPairId | |
ConceptPairId |
SubsumesDocumentImpl.getSubsumes()
Gets the "subsumes" element |
ConceptPairId |
SubsumesDocumentImpl.addNewSubsumes()
Appends and returns a new empty "subsumes" element |
ConceptPairId[] |
AskImpl.getSubsumesArray()
Gets array of all "subsumes" elements |
ConceptPairId |
AskImpl.getSubsumesArray(int i)
Gets ith "subsumes" element |
ConceptPairId |
AskImpl.insertNewSubsumes(int i)
Inserts and returns a new empty value (as xml) as the ith "subsumes" element |
ConceptPairId |
AskImpl.addNewSubsumes()
Appends and returns a new empty value (as xml) as the last "subsumes" element |
ConceptPairId[] |
AskImpl.getDisjointArray()
Gets array of all "disjoint" elements |
ConceptPairId |
AskImpl.getDisjointArray(int i)
Gets ith "disjoint" element |
ConceptPairId |
AskImpl.insertNewDisjoint(int i)
Inserts and returns a new empty value (as xml) as the ith "disjoint" element |
ConceptPairId |
AskImpl.addNewDisjoint()
Appends and returns a new empty value (as xml) as the last "disjoint" element |
ConceptPairId |
DisjointDocumentImpl.getDisjoint()
Gets the "disjoint" element |
ConceptPairId |
DisjointDocumentImpl.addNewDisjoint()
Appends and returns a new empty "disjoint" element |
Methods in org.kr.dl.dig.v1_1.impl with parameters of type ConceptPairId | |
void |
SubsumesDocumentImpl.setSubsumes(ConceptPairId subsumes)
Sets the "subsumes" element |
void |
AskImpl.setSubsumesArray(ConceptPairId[] subsumesArray)
Sets array of all "subsumes" element |
void |
AskImpl.setSubsumesArray(int i,
ConceptPairId subsumes)
Sets ith "subsumes" element |
void |
AskImpl.setDisjointArray(ConceptPairId[] disjointArray)
Sets array of all "disjoint" element |
void |
AskImpl.setDisjointArray(int i,
ConceptPairId disjoint)
Sets ith "disjoint" element |
void |
DisjointDocumentImpl.setDisjoint(ConceptPairId disjoint)
Sets the "disjoint" element |
|
DIG 1.1 XMLBeans API, April 22, 2004 (05:20 PM) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |