Uses of Interface
com.yworks.xml.graphml.ProcessorType
Packages that use ProcessorType
-
Uses of ProcessorType in com.yworks.xml.graphml
Methods in com.yworks.xml.graphml that return ProcessorTypeModifier and TypeMethodDescriptionPostprocessorsType.addNewProcessor()Appends and returns a new empty value (as xml) as the last "Processor" elementPostprocessorsType.getProcessorArray()Gets array of all "Processor" elementsPostprocessorsType.getProcessorArray(int i) Gets ith "Processor" elementPostprocessorsType.insertNewProcessor(int i) Inserts and returns a new empty value (as xml) as the ith "Processor" elementstatic ProcessorTypeProcessorType.Factory.newInstance()static ProcessorTypeProcessorType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static ProcessorTypestatic ProcessorTypestatic ProcessorTypeProcessorType.Factory.parse(InputStream is) static ProcessorTypeProcessorType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static ProcessorTypestatic ProcessorTypestatic ProcessorTypestatic ProcessorTypestatic ProcessorTypestatic ProcessorTypestatic ProcessorTypeProcessorType.Factory.parse(XMLStreamReader sr) static ProcessorTypeProcessorType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static ProcessorTypeProcessorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static ProcessorTypeProcessorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic ProcessorTypestatic ProcessorTypeMethods in com.yworks.xml.graphml with parameters of type ProcessorTypeModifier and TypeMethodDescriptionvoidPostprocessorsType.setProcessorArray(int i, ProcessorType processor) Sets ith "Processor" elementvoidPostprocessorsType.setProcessorArray(ProcessorType[] processorArray) Sets array of all "Processor" element -
Uses of ProcessorType in com.yworks.xml.graphml.impl
Classes in com.yworks.xml.graphml.impl that implement ProcessorTypeModifier and TypeClassDescriptionclassAn XML Processor.type(@http://www.yworks.com/xml/graphml).Methods in com.yworks.xml.graphml.impl that return ProcessorTypeModifier and TypeMethodDescriptionPostprocessorsTypeImpl.addNewProcessor()Appends and returns a new empty value (as xml) as the last "Processor" elementPostprocessorsTypeImpl.getProcessorArray()Gets array of all "Processor" elementsPostprocessorsTypeImpl.getProcessorArray(int i) Gets ith "Processor" elementPostprocessorsTypeImpl.insertNewProcessor(int i) Inserts and returns a new empty value (as xml) as the ith "Processor" elementMethods in com.yworks.xml.graphml.impl with parameters of type ProcessorTypeModifier and TypeMethodDescriptionvoidPostprocessorsTypeImpl.setProcessorArray(int i, ProcessorType processor) Sets ith "Processor" elementvoidPostprocessorsTypeImpl.setProcessorArray(ProcessorType[] processorArray) Sets array of all "Processor" element
XMLInputStream