de.mindcrimeilab.xsanalyzer.util
Class XsAttributeExtractor

java.lang.Object
  extended by de.mindcrimeilab.xsanalyzer.util.XsAttributeExtractor
All Implemented Interfaces:
Converter<org.apache.xerces.xs.XSAttributeUse,org.apache.xerces.xs.XSAttributeDeclaration>

public class XsAttributeExtractor
extends Object
implements Converter<org.apache.xerces.xs.XSAttributeUse,org.apache.xerces.xs.XSAttributeDeclaration>

Version:
$Revision: 165 $ Converts XSAttributeUse object to a XSAttributeDeclration object.
Author:
Michael Engelhardt, $Author: agony $

Constructor Summary
XsAttributeExtractor()
           
 
Method Summary
 org.apache.xerces.xs.XSAttributeDeclaration convert(org.apache.xerces.xs.XSAttributeUse object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XsAttributeExtractor

public XsAttributeExtractor()
Method Detail

convert

public org.apache.xerces.xs.XSAttributeDeclaration convert(org.apache.xerces.xs.XSAttributeUse object)
Specified by:
convert in interface Converter<org.apache.xerces.xs.XSAttributeUse,org.apache.xerces.xs.XSAttributeDeclaration>


Copyright © 2010. All Rights Reserved.