dk.brics.xmlgraph
Class Simplifier

java.lang.Object
  extended by dk.brics.xmlgraph.Simplifier

public class Simplifier
extends Object

Simplifies a given XML graph by bypassing single-content choice/sequence/interleave nodes.


Constructor Summary
Simplifier()
          Constructs a new simplifier.
 
Method Summary
 void simplify(XMLGraph xg)
          Simplifies the given XML graph.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Simplifier

public Simplifier()
Constructs a new simplifier.

Method Detail

simplify

public void simplify(XMLGraph xg)
Simplifies the given XML graph.

Parameters:
xg - XML graph


Copyright © 2005-2010 Anders Møller.