SEdit
Class XMLStructureLoader

java.lang.Object
  extended bySEdit.XMLStructureLoader

public class XMLStructureLoader
extends Object


Field Summary
protected  Formalism formalism
           
protected  StructureAgent master
           
protected  Namespace nm
           
protected  Structure structure
           
 
Constructor Summary
XMLStructureLoader(StructureAgent s)
           
 
Method Summary
 boolean getInsertMode()
          Get the value of insertMode.
 Structure integrate(Structure s, Document document)
          Integrate an existing DOM into a given structure
static void main(String[] argv)
           
 Structure parse(String uri, Structure s)
          Parses the resulting document tree.
static String parseFormalismName(String uri)
           
 void setInsertMode(boolean v)
          Set the value of insertMode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

structure

protected Structure structure

formalism

protected Formalism formalism

master

protected StructureAgent master

nm

protected Namespace nm
Constructor Detail

XMLStructureLoader

public XMLStructureLoader(StructureAgent s)
Method Detail

getInsertMode

public boolean getInsertMode()
Get the value of insertMode.

Returns:
Value of insertMode.

setInsertMode

public void setInsertMode(boolean v)
Set the value of insertMode.

Parameters:
v - Value to assign to insertMode.

parse

public Structure parse(String uri,
                       Structure s)
Parses the resulting document tree.


integrate

public Structure integrate(Structure s,
                           Document document)
Integrate an existing DOM into a given structure


parseFormalismName

public static String parseFormalismName(String uri)

main

public static void main(String[] argv)


Copyright © J. Ferber, O. Gutknecht All Rights Reserved.