|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectdk.brics.xmlgraph.XMLGraphFragment
public class XMLGraphFragment
Encapsulation of root node, open gaps, and gap type map.
| Constructor Summary | |
|---|---|
XMLGraphFragment(Node root,
Collection<String> tgaps,
Collection<String> agaps,
Map<String,String> gap_types)
Constructs a new XML graph fragment encapsulation. |
|
| Method Summary | |
|---|---|
Collection<String> |
getAttributeGaps()
Returns the attribute gaps. |
Map<String,String> |
getGapTypeMap()
Returns the gap type map. |
Node |
getRoot()
Returns the root node. |
Collection<String> |
getTemplateGaps()
Returns the template gaps. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLGraphFragment(Node root,
Collection<String> tgaps,
Collection<String> agaps,
Map<String,String> gap_types)
root - root node, null if nonetgaps - open template gaps, null if noneagaps - open attribute gaps, null if nonegap_types - gap type map, null if none| Method Detail |
|---|
public Collection<String> getAttributeGaps()
public Map<String,String> getGapTypeMap()
public Node getRoot()
public Collection<String> getTemplateGaps()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||