UNPKG

angular-xml-editor

Version:
14 lines (13 loc) 446 B
import { XmlRules } from './xmlRules.class'; import { XmlSchema } from './xmlSchema.class'; export declare class XmlRulesCreator { private schema; private _floatingElementNames; rules: XmlRules; constructor(schema: XmlSchema, _floatingElementNames: string[]); private findXsdNodeForHtmlNode; private getAllElementRuleNodes; private getRuleElementForXsdNode; private isEmpty; private isFloating; }