|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlockSet | |
---|---|
org.w3.x2001.xmlSchema | |
org.w3.x2001.xmlSchema.impl |
Uses of BlockSet in org.w3.x2001.xmlSchema |
---|
Methods in org.w3.x2001.xmlSchema that return BlockSet | |
---|---|
static BlockSet |
BlockSet.Factory.newInstance()
|
static BlockSet |
BlockSet.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static BlockSet |
BlockSet.Factory.newValue(java.lang.Object obj)
|
static BlockSet |
BlockSet.Factory.parse(java.io.File file)
|
static BlockSet |
BlockSet.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static BlockSet |
BlockSet.Factory.parse(java.io.InputStream is)
|
static BlockSet |
BlockSet.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static BlockSet |
BlockSet.Factory.parse(org.w3c.dom.Node node)
|
static BlockSet |
BlockSet.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static BlockSet |
BlockSet.Factory.parse(java.io.Reader r)
|
static BlockSet |
BlockSet.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static BlockSet |
BlockSet.Factory.parse(java.lang.String xmlAsString)
|
static BlockSet |
BlockSet.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static BlockSet |
BlockSet.Factory.parse(java.net.URL u)
|
static BlockSet |
BlockSet.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options)
|
static BlockSet |
BlockSet.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static BlockSet |
BlockSet.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static BlockSet |
BlockSet.Factory.parse(javax.xml.stream.XMLStreamReader sr)
|
static BlockSet |
BlockSet.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
BlockSet |
Element.xgetBlock()
Gets (as xml) the "block" attribute |
BlockSet |
SchemaDocument.Schema.xgetBlockDefault()
Gets (as xml) the "blockDefault" attribute |
Methods in org.w3.x2001.xmlSchema with parameters of type BlockSet | |
---|---|
void |
Element.xsetBlock(BlockSet block)
Sets (as xml) the "block" attribute |
void |
SchemaDocument.Schema.xsetBlockDefault(BlockSet blockDefault)
Sets (as xml) the "blockDefault" attribute |
Uses of BlockSet in org.w3.x2001.xmlSchema.impl |
---|
Classes in org.w3.x2001.xmlSchema.impl that implement BlockSet | |
---|---|
class |
BlockSetImpl
An XML blockSet(@http://www.w3.org/2001/XMLSchema). |
Methods in org.w3.x2001.xmlSchema.impl that return BlockSet | |
---|---|
BlockSet |
ElementImpl.xgetBlock()
Gets (as xml) the "block" attribute |
BlockSet |
SchemaDocumentImpl.SchemaImpl.xgetBlockDefault()
Gets (as xml) the "blockDefault" attribute |
Methods in org.w3.x2001.xmlSchema.impl with parameters of type BlockSet | |
---|---|
void |
ElementImpl.xsetBlock(BlockSet block)
Sets (as xml) the "block" attribute |
void |
SchemaDocumentImpl.SchemaImpl.xsetBlockDefault(BlockSet blockDefault)
Sets (as xml) the "blockDefault" attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |